[webkit-changes] [WebKit/WebKit] bfaa70: [JSC] Update test262 to 10/10/2024
SUZUKI Sosuke
noreply at github.com
Thu Oct 10 08:05:20 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: bfaa700c475892cb5366cdf6b32310152e68121b
https://github.com/WebKit/WebKit/commit/bfaa700c475892cb5366cdf6b32310152e68121b
Author: Sosuke Suzuki <aosukeke at gmail.com>
Date: 2024-10-10 (Thu, 10 Oct 2024)
Changed paths:
M JSTests/test262/expectations.yaml
R JSTests/test262/harness/async-gc.js
M JSTests/test262/harness/compareArray.js
M JSTests/test262/harness/propertyHelper.js
M JSTests/test262/latest-changes-summary.txt
M JSTests/test262/test/built-ins/Array/prototype/toString/non-callable-join-string-tag.js
A JSTests/test262/test/built-ins/AsyncDisposableStack/instance-extensible.js
A JSTests/test262/test/built-ins/AsyncDisposableStack/newtarget-prototype-is-not-object.js
A JSTests/test262/test/built-ins/AsyncDisposableStack/proto-from-ctor-realm.js
A JSTests/test262/test/built-ins/AsyncDisposableStack/proto.js
A JSTests/test262/test/built-ins/AsyncDisposableStack/prototype/Symbol.asyncDispose.js
A JSTests/test262/test/built-ins/AsyncDisposableStack/prototype/adopt/this-does-not-have-internal-asyncdisposablestate-throws.js
A JSTests/test262/test/built-ins/AsyncDisposableStack/prototype/adopt/this-not-object-throws.js
A JSTests/test262/test/built-ins/AsyncDisposableStack/prototype/defer/this-does-not-have-internal-asyncdisposablestate-throws.js
A JSTests/test262/test/built-ins/AsyncDisposableStack/prototype/defer/this-not-object-throws.js
A JSTests/test262/test/built-ins/AsyncDisposableStack/prototype/disposeAsync/this-does-not-have-internal-asyncdisposablestate-rejects.js
A JSTests/test262/test/built-ins/AsyncDisposableStack/prototype/disposeAsync/this-not-object-rejects.js
A JSTests/test262/test/built-ins/AsyncDisposableStack/prototype/disposed/does-not-have-asyncdisposablestate-internal-slot.js
A JSTests/test262/test/built-ins/AsyncDisposableStack/prototype/disposed/getter.js
A JSTests/test262/test/built-ins/AsyncDisposableStack/prototype/disposed/this-not-object-throw.js
A JSTests/test262/test/built-ins/AsyncDisposableStack/prototype/move/this-does-not-have-internal-asyncdisposablestate-throws.js
A JSTests/test262/test/built-ins/AsyncDisposableStack/prototype/move/this-not-object-throws.js
A JSTests/test262/test/built-ins/AsyncDisposableStack/prototype/proto.js
A JSTests/test262/test/built-ins/AsyncDisposableStack/prototype/use/this-does-not-have-internal-asyncdisposablestate-throws.js
A JSTests/test262/test/built-ins/AsyncDisposableStack/prototype/use/this-not-object-throws.js
A JSTests/test262/test/built-ins/AsyncDisposableStack/prototype/use/throws-if-value-not-object.js
A JSTests/test262/test/built-ins/AsyncIteratorPrototype/Symbol.asyncDispose/is-function.js
R JSTests/test262/test/built-ins/Atomics/pause/negative-iterationnumber-throws.js
A JSTests/test262/test/built-ins/DisposableStack/instance-extensible.js
A JSTests/test262/test/built-ins/DisposableStack/newtarget-prototype-is-not-object.js
A JSTests/test262/test/built-ins/DisposableStack/proto-from-ctor-realm.js
A JSTests/test262/test/built-ins/DisposableStack/proto.js
A JSTests/test262/test/built-ins/DisposableStack/prototype/Symbol.dispose.js
A JSTests/test262/test/built-ins/DisposableStack/prototype/adopt/this-does-not-have-internal-disposablestate-throws.js
A JSTests/test262/test/built-ins/DisposableStack/prototype/adopt/this-not-object-throws.js
A JSTests/test262/test/built-ins/DisposableStack/prototype/defer/this-does-not-have-internal-disposablestate-throws.js
A JSTests/test262/test/built-ins/DisposableStack/prototype/defer/this-not-object-throws.js
A JSTests/test262/test/built-ins/DisposableStack/prototype/dispose/this-does-not-have-internal-disposablestate-throws.js
A JSTests/test262/test/built-ins/DisposableStack/prototype/dispose/this-not-object-throws.js
A JSTests/test262/test/built-ins/DisposableStack/prototype/disposed/does-not-have-disposablestate-internal-slot.js
A JSTests/test262/test/built-ins/DisposableStack/prototype/disposed/getter.js
A JSTests/test262/test/built-ins/DisposableStack/prototype/disposed/this-not-object-throw.js
A JSTests/test262/test/built-ins/DisposableStack/prototype/move/this-does-not-have-internal-disposablestate-throws.js
A JSTests/test262/test/built-ins/DisposableStack/prototype/move/this-not-object-throws.js
A JSTests/test262/test/built-ins/DisposableStack/prototype/proto.js
A JSTests/test262/test/built-ins/DisposableStack/prototype/use/this-does-not-have-internal-disposablestate-throws.js
A JSTests/test262/test/built-ins/DisposableStack/prototype/use/this-not-object-throws.js
A JSTests/test262/test/built-ins/DisposableStack/prototype/use/throws-if-value-not-object.js
R JSTests/test262/test/built-ins/FinalizationRegistry/gc-has-one-chance-to-call-cleanupCallback-for-object.js
R JSTests/test262/test/built-ins/FinalizationRegistry/prototype/cleanupSome/callback-not-callable-throws.js
R JSTests/test262/test/built-ins/FinalizationRegistry/prototype/cleanupSome/cleanup-prevented-with-reference.js
R JSTests/test262/test/built-ins/FinalizationRegistry/prototype/cleanupSome/cleanup-prevented-with-unregister.js
R JSTests/test262/test/built-ins/FinalizationRegistry/prototype/cleanupSome/custom-this.js
R JSTests/test262/test/built-ins/FinalizationRegistry/prototype/cleanupSome/holdings-multiple-values.js
R JSTests/test262/test/built-ins/FinalizationRegistry/prototype/cleanupSome/length.js
R JSTests/test262/test/built-ins/FinalizationRegistry/prototype/cleanupSome/name.js
R JSTests/test262/test/built-ins/FinalizationRegistry/prototype/cleanupSome/not-a-constructor.js
R JSTests/test262/test/built-ins/FinalizationRegistry/prototype/cleanupSome/prop-desc.js
R JSTests/test262/test/built-ins/FinalizationRegistry/prototype/cleanupSome/reentrancy.js
R JSTests/test262/test/built-ins/FinalizationRegistry/prototype/cleanupSome/return-undefined-with-gc.js
R JSTests/test262/test/built-ins/FinalizationRegistry/prototype/cleanupSome/return-undefined.js
R JSTests/test262/test/built-ins/FinalizationRegistry/prototype/cleanupSome/this-does-not-have-internal-cells-throws.js
R JSTests/test262/test/built-ins/FinalizationRegistry/prototype/cleanupSome/this-not-object-throws.js
R JSTests/test262/test/built-ins/FinalizationRegistry/prototype/unregister/unregister-cleaned-up-object-cell.js
A JSTests/test262/test/built-ins/GeneratorPrototype/return/try-finally-set-property-within-try.js
A JSTests/test262/test/built-ins/Iterator/prototype/Symbol.dispose/is-function.js
A JSTests/test262/test/built-ins/NativeErrors/SuppressedError/message-undefined-no-prop.js
A JSTests/test262/test/built-ins/NativeErrors/SuppressedError/proto-from-ctor-realm.js
A JSTests/test262/test/built-ins/NativeErrors/SuppressedError/proto.js
A JSTests/test262/test/built-ins/NativeErrors/SuppressedError/prototype/constructor.js
A JSTests/test262/test/built-ins/NativeErrors/SuppressedError/prototype/message.js
A JSTests/test262/test/built-ins/NativeErrors/SuppressedError/prototype/proto.js
M JSTests/test262/test/built-ins/Proxy/revocable/tco-fn-realm.js
A JSTests/test262/test/built-ins/RegExp/prototype/exec/regexp-builtin-exec-v-u-flag.js
A JSTests/test262/test/built-ins/String/prototype/match/regexp-prototype-match-v-u-flag.js
A JSTests/test262/test/built-ins/String/prototype/matchAll/regexp-prototype-matchAll-v-u-flag.js
A JSTests/test262/test/built-ins/String/prototype/replace/regexp-prototype-replace-v-u-flag.js
A JSTests/test262/test/built-ins/String/prototype/search/regexp-prototype-search-v-flag.js
A JSTests/test262/test/built-ins/String/prototype/search/regexp-prototype-search-v-u-flag.js
A JSTests/test262/test/built-ins/Temporal/Duration/compare/relativeto-string-limits.js
M JSTests/test262/test/built-ins/Temporal/Duration/compare/relativeto-sub-minute-offset.js
A JSTests/test262/test/built-ins/Temporal/Duration/prototype/round/next-day-out-of-range.js
A JSTests/test262/test/built-ins/Temporal/Duration/prototype/round/relativeto-string-limits.js
M JSTests/test262/test/built-ins/Temporal/Duration/prototype/round/relativeto-sub-minute-offset.js
A JSTests/test262/test/built-ins/Temporal/Duration/prototype/total/relativeto-string-limits.js
M JSTests/test262/test/built-ins/Temporal/Duration/prototype/total/relativeto-sub-minute-offset.js
M JSTests/test262/test/built-ins/Temporal/Instant/compare/argument-string-invalid.js
A JSTests/test262/test/built-ins/Temporal/Instant/compare/argument-string-limits.js
R JSTests/test262/test/built-ins/Temporal/Instant/compare/instant-string-limits.js
M JSTests/test262/test/built-ins/Temporal/Instant/from/argument-string-invalid.js
A JSTests/test262/test/built-ins/Temporal/Instant/from/argument-string-limits.js
R JSTests/test262/test/built-ins/Temporal/Instant/from/instant-string-limits.js
M JSTests/test262/test/built-ins/Temporal/Instant/prototype/equals/argument-string-invalid.js
A JSTests/test262/test/built-ins/Temporal/Instant/prototype/equals/argument-string-limits.js
R JSTests/test262/test/built-ins/Temporal/Instant/prototype/equals/instant-string-limits.js
M JSTests/test262/test/built-ins/Temporal/Instant/prototype/since/argument-string-invalid.js
A JSTests/test262/test/built-ins/Temporal/Instant/prototype/since/argument-string-limits.js
R JSTests/test262/test/built-ins/Temporal/Instant/prototype/since/instant-string-limits.js
A JSTests/test262/test/built-ins/Temporal/Instant/prototype/toString/timezone-string-sub-minute-offset.js
A JSTests/test262/test/built-ins/Temporal/Instant/prototype/toZonedDateTimeISO/timezone-string-sub-minute-offset.js
M JSTests/test262/test/built-ins/Temporal/Instant/prototype/until/argument-string-invalid.js
A JSTests/test262/test/built-ins/Temporal/Instant/prototype/until/argument-string-limits.js
R JSTests/test262/test/built-ins/Temporal/Instant/prototype/until/instant-string-limits.js
A JSTests/test262/test/built-ins/Temporal/Now/plainDateISO/timezone-string-sub-minute-offset.js
A JSTests/test262/test/built-ins/Temporal/Now/plainDateTimeISO/timezone-string-sub-minute-offset.js
A JSTests/test262/test/built-ins/Temporal/Now/plainTimeISO/timezone-string-sub-minute-offset.js
A JSTests/test262/test/built-ins/Temporal/Now/zonedDateTimeISO/timezone-string-sub-minute-offset.js
A JSTests/test262/test/built-ins/Temporal/PlainDate/compare/argument-string-limits.js
A JSTests/test262/test/built-ins/Temporal/PlainDate/from/argument-string-limits.js
A JSTests/test262/test/built-ins/Temporal/PlainDate/from/monthcode-invalid.js
A JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/equals/argument-string-limits.js
A JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/since/argument-string-limits.js
A JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/toZonedDateTime/timezone-string-sub-minute-offset.js
A JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/until/argument-string-limits.js
A JSTests/test262/test/built-ins/Temporal/PlainDateTime/compare/argument-string-limits.js
A JSTests/test262/test/built-ins/Temporal/PlainDateTime/from/argument-string-limits.js
A JSTests/test262/test/built-ins/Temporal/PlainDateTime/from/monthcode-invalid.js
A JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/equals/argument-string-limits.js
A JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/since/argument-string-limits.js
A JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/until/argument-string-limits.js
M JSTests/test262/test/built-ins/Temporal/PlainMonthDay/from/monthcode-invalid.js
A JSTests/test262/test/built-ins/Temporal/PlainYearMonth/compare/argument-string-limits.js
A JSTests/test262/test/built-ins/Temporal/PlainYearMonth/from/argument-string-limits.js
M JSTests/test262/test/built-ins/Temporal/PlainYearMonth/from/monthcode-invalid.js
A JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/equals/argument-string-limits.js
A JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/since/argument-string-limits.js
A JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/until/argument-string-limits.js
A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/compare/argument-propertybag-timezone-string-sub-minute-offset.js
A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/compare/argument-string-limits.js
A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/compare/argument-string-sub-minute-offset.js
A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/from/argument-propertybag-timezone-string-sub-minute-offset.js
A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/from/argument-string-limits.js
A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/from/argument-string-sub-minute-offset.js
A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/from/monthcode-invalid.js
A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/from/offset-string-invalid.js
A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/equals/argument-propertybag-timezone-string-sub-minute-offset.js
A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/equals/argument-string-limits.js
A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/equals/argument-string-sub-minute-offset.js
A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/hoursInDay/next-day-out-of-range.js
A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/round/day-rounding-out-of-range.js
A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/since/argument-propertybag-timezone-string-sub-minute-offset.js
A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/since/argument-string-limits.js
A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/since/argument-string-sub-minute-offset.js
A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/until/argument-propertybag-timezone-string-sub-minute-offset.js
A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/until/argument-string-limits.js
A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/until/argument-string-sub-minute-offset.js
A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/withTimeZone/timezone-string-sub-minute-offset.js
M JSTests/test262/test/built-ins/TypedArray/prototype/at/BigInt/return-abrupt-from-this-out-of-bounds.js
M JSTests/test262/test/built-ins/TypedArray/prototype/at/return-abrupt-from-this-out-of-bounds.js
M JSTests/test262/test/built-ins/TypedArray/prototype/byteLength/BigInt/resizable-array-buffer-auto.js
M JSTests/test262/test/built-ins/TypedArray/prototype/byteLength/BigInt/resizable-array-buffer-fixed.js
M JSTests/test262/test/built-ins/TypedArray/prototype/byteLength/resizable-array-buffer-auto.js
M JSTests/test262/test/built-ins/TypedArray/prototype/byteLength/resizable-array-buffer-fixed.js
M JSTests/test262/test/built-ins/TypedArray/prototype/byteOffset/BigInt/resizable-array-buffer-auto.js
M JSTests/test262/test/built-ins/TypedArray/prototype/byteOffset/BigInt/resizable-array-buffer-fixed.js
M JSTests/test262/test/built-ins/TypedArray/prototype/byteOffset/resizable-array-buffer-auto.js
M JSTests/test262/test/built-ins/TypedArray/prototype/byteOffset/resizable-array-buffer-fixed.js
M JSTests/test262/test/built-ins/TypedArray/prototype/copyWithin/BigInt/return-abrupt-from-this-out-of-bounds.js
M JSTests/test262/test/built-ins/TypedArray/prototype/copyWithin/return-abrupt-from-this-out-of-bounds.js
M JSTests/test262/test/built-ins/TypedArray/prototype/entries/BigInt/return-abrupt-from-this-out-of-bounds.js
M JSTests/test262/test/built-ins/TypedArray/prototype/entries/return-abrupt-from-this-out-of-bounds.js
M JSTests/test262/test/built-ins/TypedArray/prototype/every/BigInt/return-abrupt-from-this-out-of-bounds.js
M JSTests/test262/test/built-ins/TypedArray/prototype/every/return-abrupt-from-this-out-of-bounds.js
M JSTests/test262/test/built-ins/TypedArray/prototype/fill/BigInt/return-abrupt-from-this-out-of-bounds.js
M JSTests/test262/test/built-ins/TypedArray/prototype/fill/return-abrupt-from-this-out-of-bounds.js
M JSTests/test262/test/built-ins/TypedArray/prototype/filter/BigInt/return-abrupt-from-this-out-of-bounds.js
M JSTests/test262/test/built-ins/TypedArray/prototype/filter/return-abrupt-from-this-out-of-bounds.js
M JSTests/test262/test/built-ins/TypedArray/prototype/find/BigInt/return-abrupt-from-this-out-of-bounds.js
M JSTests/test262/test/built-ins/TypedArray/prototype/find/return-abrupt-from-this-out-of-bounds.js
M JSTests/test262/test/built-ins/TypedArray/prototype/findIndex/BigInt/return-abrupt-from-this-out-of-bounds.js
M JSTests/test262/test/built-ins/TypedArray/prototype/findIndex/return-abrupt-from-this-out-of-bounds.js
M JSTests/test262/test/built-ins/TypedArray/prototype/findLast/BigInt/return-abrupt-from-this-out-of-bounds.js
M JSTests/test262/test/built-ins/TypedArray/prototype/findLast/return-abrupt-from-this-out-of-bounds.js
M JSTests/test262/test/built-ins/TypedArray/prototype/findLastIndex/BigInt/return-abrupt-from-this-out-of-bounds.js
M JSTests/test262/test/built-ins/TypedArray/prototype/findLastIndex/return-abrupt-from-this-out-of-bounds.js
M JSTests/test262/test/built-ins/TypedArray/prototype/forEach/BigInt/return-abrupt-from-this-out-of-bounds.js
M JSTests/test262/test/built-ins/TypedArray/prototype/forEach/return-abrupt-from-this-out-of-bounds.js
M JSTests/test262/test/built-ins/TypedArray/prototype/includes/BigInt/return-abrupt-from-this-out-of-bounds.js
M JSTests/test262/test/built-ins/TypedArray/prototype/includes/return-abrupt-from-this-out-of-bounds.js
M JSTests/test262/test/built-ins/TypedArray/prototype/indexOf/BigInt/return-abrupt-from-this-out-of-bounds.js
M JSTests/test262/test/built-ins/TypedArray/prototype/indexOf/return-abrupt-from-this-out-of-bounds.js
M JSTests/test262/test/built-ins/TypedArray/prototype/join/BigInt/return-abrupt-from-this-out-of-bounds.js
M JSTests/test262/test/built-ins/TypedArray/prototype/join/return-abrupt-from-this-out-of-bounds.js
M JSTests/test262/test/built-ins/TypedArray/prototype/keys/BigInt/return-abrupt-from-this-out-of-bounds.js
M JSTests/test262/test/built-ins/TypedArray/prototype/keys/return-abrupt-from-this-out-of-bounds.js
M JSTests/test262/test/built-ins/TypedArray/prototype/lastIndexOf/BigInt/return-abrupt-from-this-out-of-bounds.js
M JSTests/test262/test/built-ins/TypedArray/prototype/lastIndexOf/return-abrupt-from-this-out-of-bounds.js
M JSTests/test262/test/built-ins/TypedArray/prototype/length/BigInt/resizable-array-buffer-auto.js
M JSTests/test262/test/built-ins/TypedArray/prototype/length/BigInt/resizable-array-buffer-fixed.js
M JSTests/test262/test/built-ins/TypedArray/prototype/length/resizable-array-buffer-auto.js
M JSTests/test262/test/built-ins/TypedArray/prototype/length/resizable-array-buffer-fixed.js
M JSTests/test262/test/built-ins/TypedArray/prototype/map/BigInt/return-abrupt-from-this-out-of-bounds.js
M JSTests/test262/test/built-ins/TypedArray/prototype/map/return-abrupt-from-this-out-of-bounds.js
M JSTests/test262/test/built-ins/TypedArray/prototype/reduce/BigInt/return-abrupt-from-this-out-of-bounds.js
M JSTests/test262/test/built-ins/TypedArray/prototype/reduce/return-abrupt-from-this-out-of-bounds.js
M JSTests/test262/test/built-ins/TypedArray/prototype/reduceRight/BigInt/return-abrupt-from-this-out-of-bounds.js
M JSTests/test262/test/built-ins/TypedArray/prototype/reduceRight/return-abrupt-from-this-out-of-bounds.js
M JSTests/test262/test/built-ins/TypedArray/prototype/reverse/BigInt/return-abrupt-from-this-out-of-bounds.js
M JSTests/test262/test/built-ins/TypedArray/prototype/reverse/return-abrupt-from-this-out-of-bounds.js
M JSTests/test262/test/built-ins/TypedArray/prototype/slice/BigInt/return-abrupt-from-this-out-of-bounds.js
M JSTests/test262/test/built-ins/TypedArray/prototype/slice/return-abrupt-from-this-out-of-bounds.js
M JSTests/test262/test/built-ins/TypedArray/prototype/some/BigInt/return-abrupt-from-this-out-of-bounds.js
M JSTests/test262/test/built-ins/TypedArray/prototype/some/return-abrupt-from-this-out-of-bounds.js
M JSTests/test262/test/built-ins/TypedArray/prototype/sort/BigInt/return-abrupt-from-this-out-of-bounds.js
M JSTests/test262/test/built-ins/TypedArray/prototype/sort/return-abrupt-from-this-out-of-bounds.js
M JSTests/test262/test/built-ins/TypedArray/prototype/toLocaleString/BigInt/return-abrupt-from-this-out-of-bounds.js
M JSTests/test262/test/built-ins/TypedArray/prototype/toLocaleString/return-abrupt-from-this-out-of-bounds.js
M JSTests/test262/test/built-ins/TypedArray/prototype/values/BigInt/return-abrupt-from-this-out-of-bounds.js
M JSTests/test262/test/built-ins/TypedArray/prototype/values/return-abrupt-from-this-out-of-bounds.js
R JSTests/test262/test/built-ins/WeakRef/prototype/deref/gc-cleanup-not-prevented-with-wr-deref.js
M JSTests/test262/test/harness/compare-array-arguments.js
M JSTests/test262/test/harness/compare-array-arraylike.js
M JSTests/test262/test/harness/compare-array-falsy-arguments.js
A JSTests/test262/test/intl402/DateTimeFormat/prototype/format/temporal-objects-not-overlapping-options.js
A JSTests/test262/test/intl402/DateTimeFormat/prototype/formatRange/temporal-objects-not-overlapping-options.js
A JSTests/test262/test/intl402/DateTimeFormat/prototype/formatRangeToParts/temporal-objects-not-overlapping-options.js
A JSTests/test262/test/intl402/DateTimeFormat/prototype/formatToParts/temporal-objects-not-overlapping-options.js
A JSTests/test262/test/intl402/DurationFormat/prototype/format/duration-out-of-range-1.js
A JSTests/test262/test/intl402/DurationFormat/prototype/format/duration-out-of-range-2.js
A JSTests/test262/test/intl402/DurationFormat/prototype/format/duration-out-of-range-3.js
A JSTests/test262/test/intl402/DurationFormat/prototype/format/duration-out-of-range-4.js
M JSTests/test262/test/intl402/DurationFormat/prototype/format/precision-exact-mathematical-values.js
A JSTests/test262/test/intl402/Temporal/Instant/prototype/toLocaleString/default-includes-time-not-time-zone-name.js
A JSTests/test262/test/intl402/Temporal/Instant/prototype/toLocaleString/lone-options-accepted.js
A JSTests/test262/test/intl402/Temporal/PlainDate/from/canonicalize-era-codes.js
A JSTests/test262/test/intl402/Temporal/PlainDate/prototype/toLocaleString/default-does-not-include-time-and-time-zone-name.js
A JSTests/test262/test/intl402/Temporal/PlainDate/prototype/toLocaleString/lone-options-accepted.js
A JSTests/test262/test/intl402/Temporal/PlainDateTime/from/canonicalize-era-codes.js
A JSTests/test262/test/intl402/Temporal/PlainDateTime/prototype/toLocaleString/default-includes-time-not-time-zone-name.js
A JSTests/test262/test/intl402/Temporal/PlainDateTime/prototype/toLocaleString/lone-options-accepted.js
M JSTests/test262/test/intl402/Temporal/PlainMonthDay/from/reference-year-1972.js
A JSTests/test262/test/intl402/Temporal/PlainMonthDay/prototype/toLocaleString/default-does-not-include-year-time-and-time-zone-name.js
A JSTests/test262/test/intl402/Temporal/PlainMonthDay/prototype/toLocaleString/lone-options-accepted.js
A JSTests/test262/test/intl402/Temporal/PlainTime/prototype/toLocaleString/default-does-not-include-date-and-time-zone-name.js
A JSTests/test262/test/intl402/Temporal/PlainTime/prototype/toLocaleString/lone-options-accepted.js
A JSTests/test262/test/intl402/Temporal/PlainYearMonth/from/canonicalize-era-codes.js
A JSTests/test262/test/intl402/Temporal/PlainYearMonth/prototype/toLocaleString/default-does-not-include-day-time-and-time-zone-name.js
A JSTests/test262/test/intl402/Temporal/PlainYearMonth/prototype/toLocaleString/lone-options-accepted.js
A JSTests/test262/test/intl402/Temporal/ZonedDateTime/from/canonicalize-era-codes.js
A JSTests/test262/test/intl402/Temporal/ZonedDateTime/prototype/toLocaleString/default-includes-time-and-time-zone-name.js
A JSTests/test262/test/intl402/Temporal/ZonedDateTime/prototype/toLocaleString/lone-options-accepted.js
A JSTests/test262/test/language/destructuring/binding/keyed-destructuring-property-reference-target-evaluation-order-with-bindings.js
A JSTests/test262/test/language/expressions/assignment/destructuring/keyed-destructuring-property-reference-target-evaluation-order-with-bindings.js
A JSTests/test262/test/language/expressions/delete/super-property-topropertykey.js
A JSTests/test262/test/language/expressions/delete/super-property-uninitialized-this.js
A JSTests/test262/test/language/expressions/object/computed-property-name-topropertykey-before-value-evaluation.js
A JSTests/test262/test/language/expressions/super/prop-expr-getsuperbase-before-topropertykey-getvalue.js
A JSTests/test262/test/language/expressions/super/prop-expr-getsuperbase-before-topropertykey-putvalue-compound-assign.js
A JSTests/test262/test/language/expressions/super/prop-expr-getsuperbase-before-topropertykey-putvalue-increment.js
A JSTests/test262/test/language/expressions/super/prop-expr-getsuperbase-before-topropertykey-putvalue.js
A JSTests/test262/test/language/expressions/super/prop-expr-uninitialized-this-getvalue.js
A JSTests/test262/test/language/expressions/super/prop-expr-uninitialized-this-putvalue-compound-assign.js
A JSTests/test262/test/language/expressions/super/prop-expr-uninitialized-this-putvalue-increment.js
A JSTests/test262/test/language/expressions/super/prop-expr-uninitialized-this-putvalue.js
A JSTests/test262/test/language/statements/await-using/throws-if-initializer-not-object.js
A JSTests/test262/test/language/statements/using/throws-if-initializer-not-object.js
M JSTests/test262/test/staging/Intl402/Temporal/old/date-toLocaleString.js
M JSTests/test262/test/staging/Intl402/Temporal/old/datetime-toLocaleString.js
M JSTests/test262/test/staging/Intl402/Temporal/old/monthday-toLocaleString.js
M JSTests/test262/test/staging/Intl402/Temporal/old/time-toLocaleString.js
M JSTests/test262/test/staging/Intl402/Temporal/old/yearmonth-toLocaleString.js
A JSTests/test262/test/staging/explicit-resource-management/await-using-in-async-generator-body.js
A JSTests/test262/test/staging/source-phase-imports/import-source-source-text-module.js
A JSTests/test262/test/staging/source-phase-imports/modules-import-source_FIXTURE.js
A JSTests/test262/test/staging/source-phase-imports/modules-simple_FIXTURE.js
M JSTests/test262/test262-Revision.txt
Log Message:
-----------
[JSC] Update test262 to 10/10/2024
https://bugs.webkit.org/show_bug.cgi?id=281199
Reviewed by Yusuke Suzuki.
Update test262 to https://github.com/tc39/test262/commit/954d6370f99b22fbce174562f6718dd69afd3094
* JSTests/test262/test262-Revision.txt:
* JSTests/test262/expectations.yaml:
Canonical link: https://commits.webkit.org/284968@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list