[webkit-changes] [WebKit/WebKit] 6185c5: Update test262 7/3

Yusuke Suzuki noreply at github.com
Mon Jul 10 11:18:58 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 6185c5f63584d804172c595e168fe5d5d591288a
      https://github.com/WebKit/WebKit/commit/6185c5f63584d804172c595e168fe5d5d591288a
  Author: Yusuke Suzuki <ysuzuki at apple.com>
  Date:   2023-07-10 (Mon, 10 Jul 2023)

  Changed paths:
    M JSTests/test262/config.yaml
    M JSTests/test262/expectations.yaml
    M JSTests/test262/harness/regExpUtils.js
    M JSTests/test262/harness/sta.js
    M JSTests/test262/harness/temporalHelpers.js
    M JSTests/test262/latest-changes-summary.txt
    A JSTests/test262/test/built-ins/Array/fromAsync/async-iterable-async-mapped-awaits-once.js
    A JSTests/test262/test/built-ins/Array/fromAsync/async-iterable-input-does-not-await-input.js
    A JSTests/test262/test/built-ins/Array/fromAsync/async-iterable-input-iteration-err.js
    A JSTests/test262/test/built-ins/Array/fromAsync/async-iterable-input.js
    A JSTests/test262/test/built-ins/Array/fromAsync/asyncitems-array-add-to-empty.js
    A JSTests/test262/test/built-ins/Array/fromAsync/asyncitems-array-add-to-singleton.js
    A JSTests/test262/test/built-ins/Array/fromAsync/asyncitems-array-add.js
    A JSTests/test262/test/built-ins/Array/fromAsync/asyncitems-array-mutate.js
    A JSTests/test262/test/built-ins/Array/fromAsync/asyncitems-array-remove.js
    A JSTests/test262/test/built-ins/Array/fromAsync/asyncitems-arraybuffer.js
    A JSTests/test262/test/built-ins/Array/fromAsync/asyncitems-arraylike-holes.js
    A JSTests/test262/test/built-ins/Array/fromAsync/asyncitems-arraylike-length-accessor-throws.js
    A JSTests/test262/test/built-ins/Array/fromAsync/asyncitems-arraylike-promise.js
    A JSTests/test262/test/built-ins/Array/fromAsync/asyncitems-arraylike-too-long.js
    A JSTests/test262/test/built-ins/Array/fromAsync/asyncitems-asynciterator-exists.js
    A JSTests/test262/test/built-ins/Array/fromAsync/asyncitems-asynciterator-not-callable.js
    A JSTests/test262/test/built-ins/Array/fromAsync/asyncitems-asynciterator-null.js
    A JSTests/test262/test/built-ins/Array/fromAsync/asyncitems-asynciterator-sync.js
    A JSTests/test262/test/built-ins/Array/fromAsync/asyncitems-asynciterator-throws.js
    A JSTests/test262/test/built-ins/Array/fromAsync/asyncitems-bigint.js
    A JSTests/test262/test/built-ins/Array/fromAsync/asyncitems-boolean.js
    A JSTests/test262/test/built-ins/Array/fromAsync/asyncitems-function.js
    A JSTests/test262/test/built-ins/Array/fromAsync/asyncitems-iterator-exists.js
    A JSTests/test262/test/built-ins/Array/fromAsync/asyncitems-iterator-not-callable.js
    A JSTests/test262/test/built-ins/Array/fromAsync/asyncitems-iterator-null.js
    A JSTests/test262/test/built-ins/Array/fromAsync/asyncitems-iterator-promise.js
    A JSTests/test262/test/built-ins/Array/fromAsync/asyncitems-iterator-throws.js
    A JSTests/test262/test/built-ins/Array/fromAsync/asyncitems-null-undefined.js
    A JSTests/test262/test/built-ins/Array/fromAsync/asyncitems-number.js
    A JSTests/test262/test/built-ins/Array/fromAsync/asyncitems-object-not-arraylike.js
    A JSTests/test262/test/built-ins/Array/fromAsync/asyncitems-operations.js
    A JSTests/test262/test/built-ins/Array/fromAsync/asyncitems-string.js
    A JSTests/test262/test/built-ins/Array/fromAsync/asyncitems-symbol.js
    A JSTests/test262/test/built-ins/Array/fromAsync/asyncitems-uses-intrinsic-iterator-symbols.js
    A JSTests/test262/test/built-ins/Array/fromAsync/mapfn-async-arraylike.js
    A JSTests/test262/test/built-ins/Array/fromAsync/mapfn-async-iterable-async.js
    A JSTests/test262/test/built-ins/Array/fromAsync/mapfn-async-iterable-sync.js
    A JSTests/test262/test/built-ins/Array/fromAsync/mapfn-async-throws-close-async-iterator.js
    A JSTests/test262/test/built-ins/Array/fromAsync/mapfn-async-throws-close-sync-iterator.js
    A JSTests/test262/test/built-ins/Array/fromAsync/mapfn-async-throws.js
    A JSTests/test262/test/built-ins/Array/fromAsync/mapfn-not-callable.js
    A JSTests/test262/test/built-ins/Array/fromAsync/mapfn-result-awaited-once-per-iteration.js
    A JSTests/test262/test/built-ins/Array/fromAsync/mapfn-sync-arraylike.js
    A JSTests/test262/test/built-ins/Array/fromAsync/mapfn-sync-iterable-async.js
    A JSTests/test262/test/built-ins/Array/fromAsync/mapfn-sync-iterable-sync.js
    A JSTests/test262/test/built-ins/Array/fromAsync/mapfn-sync-throws-close-async-iterator.js
    A JSTests/test262/test/built-ins/Array/fromAsync/mapfn-sync-throws-close-sync-iterator.js
    A JSTests/test262/test/built-ins/Array/fromAsync/mapfn-sync-throws.js
    A JSTests/test262/test/built-ins/Array/fromAsync/non-iterable-input-does-not-use-array-prototype.js
    A JSTests/test262/test/built-ins/Array/fromAsync/non-iterable-input-element-access-err.js
    A JSTests/test262/test/built-ins/Array/fromAsync/non-iterable-input-with-thenable-async-mapped-awaits-callback-result-once.js
    A JSTests/test262/test/built-ins/Array/fromAsync/non-iterable-input-with-thenable-async-mapped-callback-err.js
    A JSTests/test262/test/built-ins/Array/fromAsync/non-iterable-input-with-thenable-element-rejects.js
    A JSTests/test262/test/built-ins/Array/fromAsync/non-iterable-input-with-thenable-sync-mapped-callback-err.js
    A JSTests/test262/test/built-ins/Array/fromAsync/non-iterable-input-with-thenable.js
    A JSTests/test262/test/built-ins/Array/fromAsync/non-iterable-input.js
    A JSTests/test262/test/built-ins/Array/fromAsync/non-iterable-sync-mapped-callback-err.js
    A JSTests/test262/test/built-ins/Array/fromAsync/non-iterable-with-non-promise-thenable.js
    A JSTests/test262/test/built-ins/Array/fromAsync/non-iterable-with-thenable-async-mapped-awaits-once.js
    A JSTests/test262/test/built-ins/Array/fromAsync/non-iterable-with-thenable-awaits-once.js
    A JSTests/test262/test/built-ins/Array/fromAsync/non-iterable-with-thenable-sync-mapped-awaits-once.js
    A JSTests/test262/test/built-ins/Array/fromAsync/non-iterable-with-thenable-then-method-err.js
    A JSTests/test262/test/built-ins/Array/fromAsync/returned-promise-resolves-to-array.js
    A JSTests/test262/test/built-ins/Array/fromAsync/returns-promise.js
    A JSTests/test262/test/built-ins/Array/fromAsync/sync-iterable-input-with-non-promise-thenable.js
    A JSTests/test262/test/built-ins/Array/fromAsync/sync-iterable-input-with-thenable.js
    A JSTests/test262/test/built-ins/Array/fromAsync/sync-iterable-input.js
    A JSTests/test262/test/built-ins/Array/fromAsync/sync-iterable-iteration-err.js
    A JSTests/test262/test/built-ins/Array/fromAsync/sync-iterable-with-thenable-async-mapped-awaits-once.js
    A JSTests/test262/test/built-ins/Array/fromAsync/sync-iterable-with-thenable-async-mapped-callback-err.js
    A JSTests/test262/test/built-ins/Array/fromAsync/sync-iterable-with-thenable-awaits-once.js
    A JSTests/test262/test/built-ins/Array/fromAsync/sync-iterable-with-thenable-element-rejects.js
    A JSTests/test262/test/built-ins/Array/fromAsync/sync-iterable-with-thenable-sync-mapped-awaits-once.js
    A JSTests/test262/test/built-ins/Array/fromAsync/sync-iterable-with-thenable-sync-mapped-callback-err.js
    A JSTests/test262/test/built-ins/Array/fromAsync/sync-iterable-with-thenable-then-method-err.js
    A JSTests/test262/test/built-ins/Array/fromAsync/this-constructor-operations.js
    A JSTests/test262/test/built-ins/Array/fromAsync/this-constructor-with-bad-length-setter.js
    A JSTests/test262/test/built-ins/Array/fromAsync/this-constructor-with-readonly-elements.js
    A JSTests/test262/test/built-ins/Array/fromAsync/this-constructor-with-readonly-length.js
    A JSTests/test262/test/built-ins/Array/fromAsync/this-constructor-with-unsettable-element-closes-async-iterator.js
    A JSTests/test262/test/built-ins/Array/fromAsync/this-constructor-with-unsettable-element-closes-sync-iterator.js
    A JSTests/test262/test/built-ins/Array/fromAsync/this-constructor-with-unsettable-element.js
    A JSTests/test262/test/built-ins/Array/fromAsync/this-constructor.js
    A JSTests/test262/test/built-ins/Array/fromAsync/this-non-constructor.js
    A JSTests/test262/test/built-ins/Array/fromAsync/thisarg-object.js
    A JSTests/test262/test/built-ins/Array/fromAsync/thisarg-omitted-sloppy.js
    A JSTests/test262/test/built-ins/Array/fromAsync/thisarg-omitted-strict.js
    A JSTests/test262/test/built-ins/Array/fromAsync/thisarg-primitive-sloppy.js
    A JSTests/test262/test/built-ins/Array/fromAsync/thisarg-primitive-strict.js
    R JSTests/test262/test/built-ins/Array/prototype/Symbol.unscopables/array-grouping.js
    R JSTests/test262/test/built-ins/Array/prototype/group/array-like.js
    R JSTests/test262/test/built-ins/Array/prototype/group/callback-arg.js
    R JSTests/test262/test/built-ins/Array/prototype/group/callback-throws.js
    R JSTests/test262/test/built-ins/Array/prototype/group/emptyList.js
    R JSTests/test262/test/built-ins/Array/prototype/group/evenOdd.js
    R JSTests/test262/test/built-ins/Array/prototype/group/get-throws.js
    R JSTests/test262/test/built-ins/Array/prototype/group/groupLength.js
    R JSTests/test262/test/built-ins/Array/prototype/group/invalid-callback.js
    R JSTests/test262/test/built-ins/Array/prototype/group/invalid-object.js
    R JSTests/test262/test/built-ins/Array/prototype/group/invalid-property-key.js
    R JSTests/test262/test/built-ins/Array/prototype/group/length-throw.js
    R JSTests/test262/test/built-ins/Array/prototype/group/length.js
    R JSTests/test262/test/built-ins/Array/prototype/group/name.js
    R JSTests/test262/test/built-ins/Array/prototype/group/null-prototype.js
    R JSTests/test262/test/built-ins/Array/prototype/group/sparse-array.js
    R JSTests/test262/test/built-ins/Array/prototype/group/this-arg-strict.js
    R JSTests/test262/test/built-ins/Array/prototype/group/this-arg.js
    R JSTests/test262/test/built-ins/Array/prototype/group/toPropertyKey.js
    R JSTests/test262/test/built-ins/Array/prototype/groupToMap/array-like.js
    R JSTests/test262/test/built-ins/Array/prototype/groupToMap/callback-arg.js
    R JSTests/test262/test/built-ins/Array/prototype/groupToMap/callback-throws.js
    R JSTests/test262/test/built-ins/Array/prototype/groupToMap/emptyList.js
    R JSTests/test262/test/built-ins/Array/prototype/groupToMap/evenOdd.js
    R JSTests/test262/test/built-ins/Array/prototype/groupToMap/get-throws.js
    R JSTests/test262/test/built-ins/Array/prototype/groupToMap/groupLength.js
    R JSTests/test262/test/built-ins/Array/prototype/groupToMap/invalid-callback.js
    R JSTests/test262/test/built-ins/Array/prototype/groupToMap/invalid-object.js
    R JSTests/test262/test/built-ins/Array/prototype/groupToMap/invalid-property-key.js
    R JSTests/test262/test/built-ins/Array/prototype/groupToMap/length-throw.js
    R JSTests/test262/test/built-ins/Array/prototype/groupToMap/length.js
    R JSTests/test262/test/built-ins/Array/prototype/groupToMap/map-instance.js
    R JSTests/test262/test/built-ins/Array/prototype/groupToMap/name.js
    R JSTests/test262/test/built-ins/Array/prototype/groupToMap/negativeZero.js
    R JSTests/test262/test/built-ins/Array/prototype/groupToMap/sparse-array.js
    R JSTests/test262/test/built-ins/Array/prototype/groupToMap/this-arg-strict.js
    R JSTests/test262/test/built-ins/Array/prototype/groupToMap/this-arg.js
    R JSTests/test262/test/built-ins/Array/prototype/groupToMap/toPropertyKey.js
    M JSTests/test262/test/built-ins/Array/prototype/includes/call-with-boolean.js
    M JSTests/test262/test/built-ins/Array/prototype/includes/fromIndex-equal-or-greater-length-returns-false.js
    M JSTests/test262/test/built-ins/Array/prototype/includes/fromIndex-infinity.js
    M JSTests/test262/test/built-ins/Array/prototype/includes/fromIndex-minus-zero.js
    M JSTests/test262/test/built-ins/Array/prototype/includes/get-prop.js
    M JSTests/test262/test/built-ins/Array/prototype/includes/length-boundaries.js
    M JSTests/test262/test/built-ins/Array/prototype/includes/length-zero-returns-false.js
    M JSTests/test262/test/built-ins/Array/prototype/includes/length.js
    M JSTests/test262/test/built-ins/Array/prototype/includes/name.js
    M JSTests/test262/test/built-ins/Array/prototype/includes/no-arg.js
    M JSTests/test262/test/built-ins/Array/prototype/includes/not-a-constructor.js
    M JSTests/test262/test/built-ins/Array/prototype/includes/prop-desc.js
    M JSTests/test262/test/built-ins/Array/prototype/includes/return-abrupt-get-length.js
    M JSTests/test262/test/built-ins/Array/prototype/includes/return-abrupt-get-prop.js
    M JSTests/test262/test/built-ins/Array/prototype/includes/return-abrupt-tointeger-fromindex-symbol.js
    M JSTests/test262/test/built-ins/Array/prototype/includes/return-abrupt-tointeger-fromindex.js
    M JSTests/test262/test/built-ins/Array/prototype/includes/return-abrupt-tonumber-length-symbol.js
    M JSTests/test262/test/built-ins/Array/prototype/includes/return-abrupt-tonumber-length.js
    M JSTests/test262/test/built-ins/Array/prototype/includes/samevaluezero.js
    M JSTests/test262/test/built-ins/Array/prototype/includes/search-found-returns-true.js
    M JSTests/test262/test/built-ins/Array/prototype/includes/search-not-found-returns-false.js
    M JSTests/test262/test/built-ins/Array/prototype/includes/sparse.js
    M JSTests/test262/test/built-ins/Array/prototype/includes/this-is-not-object.js
    M JSTests/test262/test/built-ins/Array/prototype/includes/tointeger-fromindex.js
    M JSTests/test262/test/built-ins/Array/prototype/includes/tolength-length.js
    M JSTests/test262/test/built-ins/Array/prototype/includes/using-fromindex.js
    M JSTests/test262/test/built-ins/Array/prototype/includes/values-are-not-cached.js
    M JSTests/test262/test/built-ins/Array/prototype/methods-called-as-functions.js
    M JSTests/test262/test/built-ins/Array/prototype/pop/clamps-to-integer-limit.js
    M JSTests/test262/test/built-ins/Array/prototype/pop/length-near-integer-limit.js
    M JSTests/test262/test/built-ins/Array/prototype/push/clamps-to-integer-limit.js
    M JSTests/test262/test/built-ins/Array/prototype/push/length-near-integer-limit.js
    M JSTests/test262/test/built-ins/Array/prototype/push/throws-if-integer-limit-exceeded.js
    M JSTests/test262/test/built-ins/Array/prototype/reverse/length-exceeding-integer-limit-with-object.js
    M JSTests/test262/test/built-ins/Array/prototype/reverse/length-exceeding-integer-limit-with-proxy.js
    M JSTests/test262/test/built-ins/Array/prototype/slice/length-exceeding-integer-limit-proxied-array.js
    M JSTests/test262/test/built-ins/Array/prototype/slice/length-exceeding-integer-limit.js
    M JSTests/test262/test/built-ins/Array/prototype/splice/clamps-length-to-integer-limit.js
    M JSTests/test262/test/built-ins/Array/prototype/splice/create-species-length-exceeding-integer-limit.js
    M JSTests/test262/test/built-ins/Array/prototype/splice/length-and-deleteCount-exceeding-integer-limit.js
    M JSTests/test262/test/built-ins/Array/prototype/splice/length-exceeding-integer-limit-shrink-array.js
    M JSTests/test262/test/built-ins/Array/prototype/splice/length-near-integer-limit-grow-array.js
    M JSTests/test262/test/built-ins/Array/prototype/splice/throws-if-integer-limit-exceeded.js
    M JSTests/test262/test/built-ins/Array/prototype/toReversed/length-exceeding-array-length-limit.js
    M JSTests/test262/test/built-ins/Array/prototype/toSorted/length-exceeding-array-length-limit.js
    M JSTests/test262/test/built-ins/Array/prototype/toSpliced/length-clamped-to-2pow53minus1.js
    M JSTests/test262/test/built-ins/Array/prototype/toSpliced/length-exceeding-array-length-limit.js
    M JSTests/test262/test/built-ins/Array/prototype/unshift/clamps-to-integer-limit.js
    M JSTests/test262/test/built-ins/Array/prototype/unshift/length-near-integer-limit.js
    M JSTests/test262/test/built-ins/Array/prototype/unshift/throws-if-integer-limit-exceeded.js
    M JSTests/test262/test/built-ins/Array/prototype/with/index-bigger-or-eq-than-length.js
    M JSTests/test262/test/built-ins/Array/prototype/with/index-smaller-than-minus-length.js
    M JSTests/test262/test/built-ins/Array/prototype/with/length-exceeding-array-length-limit.js
    M JSTests/test262/test/built-ins/ArrayBuffer/prototype/detached/this-is-sharedarraybuffer-resizable.js
    M JSTests/test262/test/built-ins/ArrayBuffer/prototype/transfer/descriptor.js
    M JSTests/test262/test/built-ins/ArrayBuffer/prototype/transfer/extensible.js
    A JSTests/test262/test/built-ins/ArrayBuffer/prototype/transfer/from-fixed-to-larger-no-resizable.js
    A JSTests/test262/test/built-ins/ArrayBuffer/prototype/transfer/from-fixed-to-same-no-resizable.js
    A JSTests/test262/test/built-ins/ArrayBuffer/prototype/transfer/from-fixed-to-smaller-no-resizable.js
    A JSTests/test262/test/built-ins/ArrayBuffer/prototype/transfer/from-fixed-to-zero-no-resizable.js
    M JSTests/test262/test/built-ins/ArrayBuffer/prototype/transfer/length.js
    M JSTests/test262/test/built-ins/ArrayBuffer/prototype/transfer/name.js
    M JSTests/test262/test/built-ins/ArrayBuffer/prototype/transfer/new-length-excessive.js
    M JSTests/test262/test/built-ins/ArrayBuffer/prototype/transfer/new-length-non-number.js
    M JSTests/test262/test/built-ins/ArrayBuffer/prototype/transfer/nonconstructor.js
    M JSTests/test262/test/built-ins/ArrayBuffer/prototype/transfer/this-is-detached.js
    M JSTests/test262/test/built-ins/ArrayBuffer/prototype/transfer/this-is-not-arraybuffer-object.js
    M JSTests/test262/test/built-ins/ArrayBuffer/prototype/transfer/this-is-not-object.js
    M JSTests/test262/test/built-ins/ArrayBuffer/prototype/transfer/this-is-sharedarraybuffer.js
    A JSTests/test262/test/built-ins/ArrayBuffer/prototype/transferToFixedLength/descriptor.js
    A JSTests/test262/test/built-ins/ArrayBuffer/prototype/transferToFixedLength/extensible.js
    A JSTests/test262/test/built-ins/ArrayBuffer/prototype/transferToFixedLength/from-fixed-to-larger-no-resizable.js
    A JSTests/test262/test/built-ins/ArrayBuffer/prototype/transferToFixedLength/from-fixed-to-larger.js
    A JSTests/test262/test/built-ins/ArrayBuffer/prototype/transferToFixedLength/from-fixed-to-same-no-resizable.js
    A JSTests/test262/test/built-ins/ArrayBuffer/prototype/transferToFixedLength/from-fixed-to-same.js
    A JSTests/test262/test/built-ins/ArrayBuffer/prototype/transferToFixedLength/from-fixed-to-smaller-no-resizable.js
    A JSTests/test262/test/built-ins/ArrayBuffer/prototype/transferToFixedLength/from-fixed-to-smaller.js
    A JSTests/test262/test/built-ins/ArrayBuffer/prototype/transferToFixedLength/from-fixed-to-zero-no-resizable.js
    A JSTests/test262/test/built-ins/ArrayBuffer/prototype/transferToFixedLength/from-fixed-to-zero.js
    A JSTests/test262/test/built-ins/ArrayBuffer/prototype/transferToFixedLength/from-resizable-to-larger.js
    A JSTests/test262/test/built-ins/ArrayBuffer/prototype/transferToFixedLength/from-resizable-to-same.js
    A JSTests/test262/test/built-ins/ArrayBuffer/prototype/transferToFixedLength/from-resizable-to-smaller.js
    A JSTests/test262/test/built-ins/ArrayBuffer/prototype/transferToFixedLength/from-resizable-to-zero.js
    A JSTests/test262/test/built-ins/ArrayBuffer/prototype/transferToFixedLength/length.js
    A JSTests/test262/test/built-ins/ArrayBuffer/prototype/transferToFixedLength/name.js
    A JSTests/test262/test/built-ins/ArrayBuffer/prototype/transferToFixedLength/new-length-excessive.js
    A JSTests/test262/test/built-ins/ArrayBuffer/prototype/transferToFixedLength/new-length-non-number.js
    A JSTests/test262/test/built-ins/ArrayBuffer/prototype/transferToFixedLength/nonconstructor.js
    A JSTests/test262/test/built-ins/ArrayBuffer/prototype/transferToFixedLength/this-is-detached.js
    A JSTests/test262/test/built-ins/ArrayBuffer/prototype/transferToFixedLength/this-is-not-arraybuffer-object.js
    A JSTests/test262/test/built-ins/ArrayBuffer/prototype/transferToFixedLength/this-is-not-object.js
    A JSTests/test262/test/built-ins/ArrayBuffer/prototype/transferToFixedLength/this-is-sharedarraybuffer.js
    M JSTests/test262/test/built-ins/Atomics/isLockFree/expected-return-value.js
    M JSTests/test262/test/built-ins/Function/prototype/toString/built-in-function-object.js
    A JSTests/test262/test/built-ins/Iterator/constructor.js
    A JSTests/test262/test/built-ins/Iterator/from/callable.js
    A JSTests/test262/test/built-ins/Iterator/from/get-next-method-only-once.js
    A JSTests/test262/test/built-ins/Iterator/from/get-next-method-throws.js
    A JSTests/test262/test/built-ins/Iterator/from/is-function.js
    A JSTests/test262/test/built-ins/Iterator/from/iterable-primitives.js
    A JSTests/test262/test/built-ins/Iterator/from/iterable-to-iterator-fallback.js
    A JSTests/test262/test/built-ins/Iterator/from/length.js
    A JSTests/test262/test/built-ins/Iterator/from/name.js
    A JSTests/test262/test/built-ins/Iterator/from/non-constructible.js
    A JSTests/test262/test/built-ins/Iterator/from/primitives.js
    A JSTests/test262/test/built-ins/Iterator/from/prop-desc.js
    A JSTests/test262/test/built-ins/Iterator/from/proto.js
    A JSTests/test262/test/built-ins/Iterator/from/result-proto.js
    A JSTests/test262/test/built-ins/Iterator/from/supports-iterable.js
    A JSTests/test262/test/built-ins/Iterator/from/supports-iterator.js
    A JSTests/test262/test/built-ins/Iterator/length.js
    A JSTests/test262/test/built-ins/Iterator/name.js
    A JSTests/test262/test/built-ins/Iterator/newtarget-or-active-function-object.js
    A JSTests/test262/test/built-ins/Iterator/prop-desc.js
    A JSTests/test262/test/built-ins/Iterator/proto-from-ctor-realm.js
    A JSTests/test262/test/built-ins/Iterator/proto.js
    A JSTests/test262/test/built-ins/Iterator/prototype/Symbol.iterator/is-function.js
    A JSTests/test262/test/built-ins/Iterator/prototype/Symbol.iterator/length.js
    A JSTests/test262/test/built-ins/Iterator/prototype/Symbol.iterator/name.js
    A JSTests/test262/test/built-ins/Iterator/prototype/Symbol.iterator/prop-desc.js
    A JSTests/test262/test/built-ins/Iterator/prototype/Symbol.iterator/return-val.js
    A JSTests/test262/test/built-ins/Iterator/prototype/Symbol.toStringTag/prop-desc.js
    A JSTests/test262/test/built-ins/Iterator/prototype/drop/argument-effect-order.js
    A JSTests/test262/test/built-ins/Iterator/prototype/drop/callable.js
    A JSTests/test262/test/built-ins/Iterator/prototype/drop/exhaustion-does-not-call-return.js
    A JSTests/test262/test/built-ins/Iterator/prototype/drop/get-next-method-only-once.js
    A JSTests/test262/test/built-ins/Iterator/prototype/drop/get-next-method-throws.js
    A JSTests/test262/test/built-ins/Iterator/prototype/drop/get-return-method-throws.js
    A JSTests/test262/test/built-ins/Iterator/prototype/drop/is-function.js
    A JSTests/test262/test/built-ins/Iterator/prototype/drop/length.js
    A JSTests/test262/test/built-ins/Iterator/prototype/drop/limit-equals-total.js
    A JSTests/test262/test/built-ins/Iterator/prototype/drop/limit-greater-than-total.js
    A JSTests/test262/test/built-ins/Iterator/prototype/drop/limit-less-than-total.js
    A JSTests/test262/test/built-ins/Iterator/prototype/drop/limit-rangeerror.js
    A JSTests/test262/test/built-ins/Iterator/prototype/drop/limit-tonumber-throws.js
    A JSTests/test262/test/built-ins/Iterator/prototype/drop/limit-tonumber.js
    A JSTests/test262/test/built-ins/Iterator/prototype/drop/name.js
    A JSTests/test262/test/built-ins/Iterator/prototype/drop/next-method-returns-non-object.js
    A JSTests/test262/test/built-ins/Iterator/prototype/drop/next-method-returns-throwing-done.js
    A JSTests/test262/test/built-ins/Iterator/prototype/drop/next-method-returns-throwing-value-done.js
    A JSTests/test262/test/built-ins/Iterator/prototype/drop/next-method-returns-throwing-value.js
    A JSTests/test262/test/built-ins/Iterator/prototype/drop/next-method-throws.js
    A JSTests/test262/test/built-ins/Iterator/prototype/drop/non-constructible.js
    A JSTests/test262/test/built-ins/Iterator/prototype/drop/prop-desc.js
    A JSTests/test262/test/built-ins/Iterator/prototype/drop/proto.js
    A JSTests/test262/test/built-ins/Iterator/prototype/drop/result-is-iterator.js
    A JSTests/test262/test/built-ins/Iterator/prototype/drop/return-is-forwarded.js
    A JSTests/test262/test/built-ins/Iterator/prototype/drop/return-is-not-forwarded-after-exhaustion.js
    A JSTests/test262/test/built-ins/Iterator/prototype/drop/this-non-callable-next.js
    A JSTests/test262/test/built-ins/Iterator/prototype/drop/this-non-object.js
    A JSTests/test262/test/built-ins/Iterator/prototype/drop/this-plain-iterator.js
    A JSTests/test262/test/built-ins/Iterator/prototype/drop/underlying-iterator-advanced-in-parallel.js
    A JSTests/test262/test/built-ins/Iterator/prototype/drop/underlying-iterator-closed-in-parallel.js
    A JSTests/test262/test/built-ins/Iterator/prototype/drop/underlying-iterator-closed.js
    A JSTests/test262/test/built-ins/Iterator/prototype/every/argument-effect-order.js
    A JSTests/test262/test/built-ins/Iterator/prototype/every/callable.js
    A JSTests/test262/test/built-ins/Iterator/prototype/every/get-next-method-only-once.js
    A JSTests/test262/test/built-ins/Iterator/prototype/every/get-next-method-throws.js
    A JSTests/test262/test/built-ins/Iterator/prototype/every/get-return-method-throws.js
    A JSTests/test262/test/built-ins/Iterator/prototype/every/is-function.js
    A JSTests/test262/test/built-ins/Iterator/prototype/every/iterator-already-exhausted.js
    A JSTests/test262/test/built-ins/Iterator/prototype/every/iterator-has-no-return.js
    A JSTests/test262/test/built-ins/Iterator/prototype/every/iterator-return-method-throws.js
    A JSTests/test262/test/built-ins/Iterator/prototype/every/length.js
    A JSTests/test262/test/built-ins/Iterator/prototype/every/name.js
    A JSTests/test262/test/built-ins/Iterator/prototype/every/next-method-returns-non-object.js
    A JSTests/test262/test/built-ins/Iterator/prototype/every/next-method-returns-throwing-done.js
    A JSTests/test262/test/built-ins/Iterator/prototype/every/next-method-returns-throwing-value-done.js
    A JSTests/test262/test/built-ins/Iterator/prototype/every/next-method-returns-throwing-value.js
    A JSTests/test262/test/built-ins/Iterator/prototype/every/next-method-throws.js
    A JSTests/test262/test/built-ins/Iterator/prototype/every/non-callable-predicate.js
    A JSTests/test262/test/built-ins/Iterator/prototype/every/non-constructible.js
    A JSTests/test262/test/built-ins/Iterator/prototype/every/predicate-args.js
    A JSTests/test262/test/built-ins/Iterator/prototype/every/predicate-returns-falsey.js
    A JSTests/test262/test/built-ins/Iterator/prototype/every/predicate-returns-non-boolean.js
    A JSTests/test262/test/built-ins/Iterator/prototype/every/predicate-returns-truthy-then-falsey.js
    A JSTests/test262/test/built-ins/Iterator/prototype/every/predicate-returns-truthy.js
    A JSTests/test262/test/built-ins/Iterator/prototype/every/predicate-this.js
    A JSTests/test262/test/built-ins/Iterator/prototype/every/predicate-throws-then-closing-iterator-also-throws.js
    A JSTests/test262/test/built-ins/Iterator/prototype/every/predicate-throws.js
    A JSTests/test262/test/built-ins/Iterator/prototype/every/prop-desc.js
    A JSTests/test262/test/built-ins/Iterator/prototype/every/proto.js
    A JSTests/test262/test/built-ins/Iterator/prototype/every/result-is-boolean.js
    A JSTests/test262/test/built-ins/Iterator/prototype/every/this-non-callable-next.js
    A JSTests/test262/test/built-ins/Iterator/prototype/every/this-non-object.js
    A JSTests/test262/test/built-ins/Iterator/prototype/every/this-plain-iterator.js
    A JSTests/test262/test/built-ins/Iterator/prototype/filter/argument-effect-order.js
    A JSTests/test262/test/built-ins/Iterator/prototype/filter/callable.js
    A JSTests/test262/test/built-ins/Iterator/prototype/filter/exhaustion-does-not-call-return.js
    A JSTests/test262/test/built-ins/Iterator/prototype/filter/get-next-method-only-once.js
    A JSTests/test262/test/built-ins/Iterator/prototype/filter/get-next-method-throws.js
    A JSTests/test262/test/built-ins/Iterator/prototype/filter/get-return-method-throws.js
    A JSTests/test262/test/built-ins/Iterator/prototype/filter/is-function.js
    A JSTests/test262/test/built-ins/Iterator/prototype/filter/iterator-already-exhausted.js
    A JSTests/test262/test/built-ins/Iterator/prototype/filter/iterator-return-method-throws.js
    A JSTests/test262/test/built-ins/Iterator/prototype/filter/length.js
    A JSTests/test262/test/built-ins/Iterator/prototype/filter/name.js
    A JSTests/test262/test/built-ins/Iterator/prototype/filter/next-method-returns-non-object.js
    A JSTests/test262/test/built-ins/Iterator/prototype/filter/next-method-returns-throwing-done.js
    A JSTests/test262/test/built-ins/Iterator/prototype/filter/next-method-returns-throwing-value-done.js
    A JSTests/test262/test/built-ins/Iterator/prototype/filter/next-method-returns-throwing-value.js
    A JSTests/test262/test/built-ins/Iterator/prototype/filter/next-method-throws.js
    A JSTests/test262/test/built-ins/Iterator/prototype/filter/non-callable-predicate.js
    A JSTests/test262/test/built-ins/Iterator/prototype/filter/non-constructible.js
    A JSTests/test262/test/built-ins/Iterator/prototype/filter/predicate-args.js
    A JSTests/test262/test/built-ins/Iterator/prototype/filter/predicate-filters.js
    A JSTests/test262/test/built-ins/Iterator/prototype/filter/predicate-returns-non-boolean.js
    A JSTests/test262/test/built-ins/Iterator/prototype/filter/predicate-this.js
    A JSTests/test262/test/built-ins/Iterator/prototype/filter/predicate-throws-then-closing-iterator-also-throws.js
    A JSTests/test262/test/built-ins/Iterator/prototype/filter/predicate-throws.js
    A JSTests/test262/test/built-ins/Iterator/prototype/filter/prop-desc.js
    A JSTests/test262/test/built-ins/Iterator/prototype/filter/proto.js
    A JSTests/test262/test/built-ins/Iterator/prototype/filter/result-is-iterator.js
    A JSTests/test262/test/built-ins/Iterator/prototype/filter/return-is-forwarded.js
    A JSTests/test262/test/built-ins/Iterator/prototype/filter/return-is-not-forwarded-after-exhaustion.js
    A JSTests/test262/test/built-ins/Iterator/prototype/filter/this-non-callable-next.js
    A JSTests/test262/test/built-ins/Iterator/prototype/filter/this-non-object.js
    A JSTests/test262/test/built-ins/Iterator/prototype/filter/this-plain-iterator.js
    A JSTests/test262/test/built-ins/Iterator/prototype/filter/underlying-iterator-advanced-in-parallel.js
    A JSTests/test262/test/built-ins/Iterator/prototype/filter/underlying-iterator-closed-in-parallel.js
    A JSTests/test262/test/built-ins/Iterator/prototype/filter/underlying-iterator-closed.js
    A JSTests/test262/test/built-ins/Iterator/prototype/find/argument-effect-order.js
    A JSTests/test262/test/built-ins/Iterator/prototype/find/callable.js
    A JSTests/test262/test/built-ins/Iterator/prototype/find/get-next-method-only-once.js
    A JSTests/test262/test/built-ins/Iterator/prototype/find/get-next-method-throws.js
    A JSTests/test262/test/built-ins/Iterator/prototype/find/get-return-method-throws.js
    A JSTests/test262/test/built-ins/Iterator/prototype/find/is-function.js
    A JSTests/test262/test/built-ins/Iterator/prototype/find/iterator-already-exhausted.js
    A JSTests/test262/test/built-ins/Iterator/prototype/find/iterator-has-no-return.js
    A JSTests/test262/test/built-ins/Iterator/prototype/find/iterator-return-method-throws.js
    A JSTests/test262/test/built-ins/Iterator/prototype/find/length.js
    A JSTests/test262/test/built-ins/Iterator/prototype/find/name.js
    A JSTests/test262/test/built-ins/Iterator/prototype/find/next-method-returns-non-object.js
    A JSTests/test262/test/built-ins/Iterator/prototype/find/next-method-returns-throwing-done.js
    A JSTests/test262/test/built-ins/Iterator/prototype/find/next-method-returns-throwing-value-done.js
    A JSTests/test262/test/built-ins/Iterator/prototype/find/next-method-returns-throwing-value.js
    A JSTests/test262/test/built-ins/Iterator/prototype/find/next-method-throws.js
    A JSTests/test262/test/built-ins/Iterator/prototype/find/non-callable-predicate.js
    A JSTests/test262/test/built-ins/Iterator/prototype/find/non-constructible.js
    A JSTests/test262/test/built-ins/Iterator/prototype/find/predicate-args.js
    A JSTests/test262/test/built-ins/Iterator/prototype/find/predicate-returns-falsey-then-truthy.js
    A JSTests/test262/test/built-ins/Iterator/prototype/find/predicate-returns-falsey.js
    A JSTests/test262/test/built-ins/Iterator/prototype/find/predicate-returns-non-boolean.js
    A JSTests/test262/test/built-ins/Iterator/prototype/find/predicate-returns-truthy.js
    A JSTests/test262/test/built-ins/Iterator/prototype/find/predicate-this.js
    A JSTests/test262/test/built-ins/Iterator/prototype/find/predicate-throws-then-closing-iterator-also-throws.js
    A JSTests/test262/test/built-ins/Iterator/prototype/find/predicate-throws.js
    A JSTests/test262/test/built-ins/Iterator/prototype/find/prop-desc.js
    A JSTests/test262/test/built-ins/Iterator/prototype/find/proto.js
    A JSTests/test262/test/built-ins/Iterator/prototype/find/this-non-callable-next.js
    A JSTests/test262/test/built-ins/Iterator/prototype/find/this-non-object.js
    A JSTests/test262/test/built-ins/Iterator/prototype/find/this-plain-iterator.js
    A JSTests/test262/test/built-ins/Iterator/prototype/flatMap/argument-effect-order.js
    A JSTests/test262/test/built-ins/Iterator/prototype/flatMap/callable.js
    A JSTests/test262/test/built-ins/Iterator/prototype/flatMap/exhaustion-does-not-call-return.js
    A JSTests/test262/test/built-ins/Iterator/prototype/flatMap/flattens-iterable.js
    A JSTests/test262/test/built-ins/Iterator/prototype/flatMap/flattens-iterator.js
    A JSTests/test262/test/built-ins/Iterator/prototype/flatMap/flattens-only-depth-1.js
    A JSTests/test262/test/built-ins/Iterator/prototype/flatMap/get-next-method-only-once.js
    A JSTests/test262/test/built-ins/Iterator/prototype/flatMap/get-next-method-throws.js
    A JSTests/test262/test/built-ins/Iterator/prototype/flatMap/get-return-method-throws.js
    A JSTests/test262/test/built-ins/Iterator/prototype/flatMap/is-function.js
    A JSTests/test262/test/built-ins/Iterator/prototype/flatMap/iterable-primitives-are-not-flattened.js
    A JSTests/test262/test/built-ins/Iterator/prototype/flatMap/iterable-to-iterator-fallback.js
    A JSTests/test262/test/built-ins/Iterator/prototype/flatMap/iterator-already-exhausted.js
    A JSTests/test262/test/built-ins/Iterator/prototype/flatMap/iterator-return-method-throws.js
    A JSTests/test262/test/built-ins/Iterator/prototype/flatMap/length.js
    A JSTests/test262/test/built-ins/Iterator/prototype/flatMap/mapper-args.js
    A JSTests/test262/test/built-ins/Iterator/prototype/flatMap/mapper-returns-closed-iterator.js
    A JSTests/test262/test/built-ins/Iterator/prototype/flatMap/mapper-returns-non-object.js
    A JSTests/test262/test/built-ins/Iterator/prototype/flatMap/mapper-this.js
    A JSTests/test262/test/built-ins/Iterator/prototype/flatMap/mapper-throws-then-closing-iterator-also-throws.js
    A JSTests/test262/test/built-ins/Iterator/prototype/flatMap/mapper-throws.js
    A JSTests/test262/test/built-ins/Iterator/prototype/flatMap/name.js
    A JSTests/test262/test/built-ins/Iterator/prototype/flatMap/next-method-returns-non-object.js
    A JSTests/test262/test/built-ins/Iterator/prototype/flatMap/next-method-returns-throwing-done.js
    A JSTests/test262/test/built-ins/Iterator/prototype/flatMap/next-method-returns-throwing-value-done.js
    A JSTests/test262/test/built-ins/Iterator/prototype/flatMap/next-method-returns-throwing-value.js
    A JSTests/test262/test/built-ins/Iterator/prototype/flatMap/next-method-throws.js
    A JSTests/test262/test/built-ins/Iterator/prototype/flatMap/non-callable-mapper.js
    A JSTests/test262/test/built-ins/Iterator/prototype/flatMap/non-constructible.js
    A JSTests/test262/test/built-ins/Iterator/prototype/flatMap/prop-desc.js
    A JSTests/test262/test/built-ins/Iterator/prototype/flatMap/proto.js
    A JSTests/test262/test/built-ins/Iterator/prototype/flatMap/result-is-iterator.js
    A JSTests/test262/test/built-ins/Iterator/prototype/flatMap/return-is-forwarded-to-mapper-result.js
    A JSTests/test262/test/built-ins/Iterator/prototype/flatMap/return-is-forwarded-to-underlying-iterator.js
    A JSTests/test262/test/built-ins/Iterator/prototype/flatMap/return-is-not-forwarded-after-exhaustion.js
    A JSTests/test262/test/built-ins/Iterator/prototype/flatMap/strings-are-not-flattened.js
    A JSTests/test262/test/built-ins/Iterator/prototype/flatMap/this-non-callable-next.js
    A JSTests/test262/test/built-ins/Iterator/prototype/flatMap/this-non-object.js
    A JSTests/test262/test/built-ins/Iterator/prototype/flatMap/this-plain-iterator.js
    A JSTests/test262/test/built-ins/Iterator/prototype/flatMap/underlying-iterator-advanced-in-parallel.js
    A JSTests/test262/test/built-ins/Iterator/prototype/flatMap/underlying-iterator-closed-in-parallel.js
    A JSTests/test262/test/built-ins/Iterator/prototype/flatMap/underlying-iterator-closed.js
    A JSTests/test262/test/built-ins/Iterator/prototype/forEach/argument-effect-order.js
    A JSTests/test262/test/built-ins/Iterator/prototype/forEach/callable.js
    A JSTests/test262/test/built-ins/Iterator/prototype/forEach/fn-args.js
    A JSTests/test262/test/built-ins/Iterator/prototype/forEach/fn-called-for-each-yielded-value.js
    A JSTests/test262/test/built-ins/Iterator/prototype/forEach/fn-this.js
    A JSTests/test262/test/built-ins/Iterator/prototype/forEach/fn-throws-then-closing-iterator-also-throws.js
    A JSTests/test262/test/built-ins/Iterator/prototype/forEach/fn-throws.js
    A JSTests/test262/test/built-ins/Iterator/prototype/forEach/get-next-method-only-once.js
    A JSTests/test262/test/built-ins/Iterator/prototype/forEach/get-next-method-throws.js
    A JSTests/test262/test/built-ins/Iterator/prototype/forEach/is-function.js
    A JSTests/test262/test/built-ins/Iterator/prototype/forEach/iterator-already-exhausted.js
    A JSTests/test262/test/built-ins/Iterator/prototype/forEach/length.js
    A JSTests/test262/test/built-ins/Iterator/prototype/forEach/name.js
    A JSTests/test262/test/built-ins/Iterator/prototype/forEach/next-method-returns-non-object.js
    A JSTests/test262/test/built-ins/Iterator/prototype/forEach/next-method-returns-throwing-done.js
    A JSTests/test262/test/built-ins/Iterator/prototype/forEach/next-method-returns-throwing-value-done.js
    A JSTests/test262/test/built-ins/Iterator/prototype/forEach/next-method-returns-throwing-value.js
    A JSTests/test262/test/built-ins/Iterator/prototype/forEach/next-method-throws.js
    A JSTests/test262/test/built-ins/Iterator/prototype/forEach/non-callable-predicate.js
    A JSTests/test262/test/built-ins/Iterator/prototype/forEach/non-constructible.js
    A JSTests/test262/test/built-ins/Iterator/prototype/forEach/prop-desc.js
    A JSTests/test262/test/built-ins/Iterator/prototype/forEach/proto.js
    A JSTests/test262/test/built-ins/Iterator/prototype/forEach/result-is-undefined.js
    A JSTests/test262/test/built-ins/Iterator/prototype/forEach/this-non-callable-next.js
    A JSTests/test262/test/built-ins/Iterator/prototype/forEach/this-non-object.js
    A JSTests/test262/test/built-ins/Iterator/prototype/forEach/this-plain-iterator.js
    A JSTests/test262/test/built-ins/Iterator/prototype/initial-value.js
    A JSTests/test262/test/built-ins/Iterator/prototype/map/argument-effect-order.js
    A JSTests/test262/test/built-ins/Iterator/prototype/map/callable.js
    A JSTests/test262/test/built-ins/Iterator/prototype/map/exhaustion-does-not-call-return.js
    A JSTests/test262/test/built-ins/Iterator/prototype/map/get-next-method-only-once.js
    A JSTests/test262/test/built-ins/Iterator/prototype/map/get-next-method-throws.js
    A JSTests/test262/test/built-ins/Iterator/prototype/map/get-return-method-throws.js
    A JSTests/test262/test/built-ins/Iterator/prototype/map/is-function.js
    A JSTests/test262/test/built-ins/Iterator/prototype/map/iterator-already-exhausted.js
    A JSTests/test262/test/built-ins/Iterator/prototype/map/iterator-return-method-throws.js
    A JSTests/test262/test/built-ins/Iterator/prototype/map/length.js
    A JSTests/test262/test/built-ins/Iterator/prototype/map/mapper-args.js
    A JSTests/test262/test/built-ins/Iterator/prototype/map/mapper-this.js
    A JSTests/test262/test/built-ins/Iterator/prototype/map/mapper-throws-then-closing-iterator-also-throws.js
    A JSTests/test262/test/built-ins/Iterator/prototype/map/mapper-throws.js
    A JSTests/test262/test/built-ins/Iterator/prototype/map/name.js
    A JSTests/test262/test/built-ins/Iterator/prototype/map/next-method-returns-non-object.js
    A JSTests/test262/test/built-ins/Iterator/prototype/map/next-method-returns-throwing-done.js
    A JSTests/test262/test/built-ins/Iterator/prototype/map/next-method-returns-throwing-value-done.js
    A JSTests/test262/test/built-ins/Iterator/prototype/map/next-method-returns-throwing-value.js
    A JSTests/test262/test/built-ins/Iterator/prototype/map/next-method-throws.js
    A JSTests/test262/test/built-ins/Iterator/prototype/map/non-callable-mapper.js
    A JSTests/test262/test/built-ins/Iterator/prototype/map/non-constructible.js
    A JSTests/test262/test/built-ins/Iterator/prototype/map/prop-desc.js
    A JSTests/test262/test/built-ins/Iterator/prototype/map/proto.js
    A JSTests/test262/test/built-ins/Iterator/prototype/map/result-is-iterator.js
    A JSTests/test262/test/built-ins/Iterator/prototype/map/return-is-forwarded-to-underlying-iterator.js
    A JSTests/test262/test/built-ins/Iterator/prototype/map/return-is-not-forwarded-after-exhaustion.js
    A JSTests/test262/test/built-ins/Iterator/prototype/map/returned-iterator-yields-mapper-return-values.js
    A JSTests/test262/test/built-ins/Iterator/prototype/map/this-non-callable-next.js
    A JSTests/test262/test/built-ins/Iterator/prototype/map/this-non-object.js
    A JSTests/test262/test/built-ins/Iterator/prototype/map/this-plain-iterator.js
    A JSTests/test262/test/built-ins/Iterator/prototype/map/underlying-iterator-advanced-in-parallel.js
    A JSTests/test262/test/built-ins/Iterator/prototype/map/underlying-iterator-closed-in-parallel.js
    A JSTests/test262/test/built-ins/Iterator/prototype/map/underlying-iterator-closed.js
    A JSTests/test262/test/built-ins/Iterator/prototype/reduce/argument-effect-order.js
    A JSTests/test262/test/built-ins/Iterator/prototype/reduce/callable.js
    A JSTests/test262/test/built-ins/Iterator/prototype/reduce/get-next-method-only-once.js
    A JSTests/test262/test/built-ins/Iterator/prototype/reduce/get-next-method-throws.js
    A JSTests/test262/test/built-ins/Iterator/prototype/reduce/is-function.js
    A JSTests/test262/test/built-ins/Iterator/prototype/reduce/iterator-already-exhausted-initial-value.js
    A JSTests/test262/test/built-ins/Iterator/prototype/reduce/iterator-already-exhausted-no-initial-value.js
    A JSTests/test262/test/built-ins/Iterator/prototype/reduce/iterator-yields-once-initial-value.js
    A JSTests/test262/test/built-ins/Iterator/prototype/reduce/iterator-yields-once-no-initial-value.js
    A JSTests/test262/test/built-ins/Iterator/prototype/reduce/length.js
    A JSTests/test262/test/built-ins/Iterator/prototype/reduce/name.js
    A JSTests/test262/test/built-ins/Iterator/prototype/reduce/next-method-returns-non-object.js
    A JSTests/test262/test/built-ins/Iterator/prototype/reduce/next-method-returns-throwing-done.js
    A JSTests/test262/test/built-ins/Iterator/prototype/reduce/next-method-returns-throwing-value-done.js
    A JSTests/test262/test/built-ins/Iterator/prototype/reduce/next-method-returns-throwing-value.js
    A JSTests/test262/test/built-ins/Iterator/prototype/reduce/next-method-throws.js
    A JSTests/test262/test/built-ins/Iterator/prototype/reduce/non-callable-reducer.js
    A JSTests/test262/test/built-ins/Iterator/prototype/reduce/non-constructible.js
    A JSTests/test262/test/built-ins/Iterator/prototype/reduce/prop-desc.js
    A JSTests/test262/test/built-ins/Iterator/prototype/reduce/proto.js
    A JSTests/test262/test/built-ins/Iterator/prototype/reduce/reducer-args-initial-value.js
    A JSTests/test262/test/built-ins/Iterator/prototype/reduce/reducer-args-no-initial-value.js
    A JSTests/test262/test/built-ins/Iterator/prototype/reduce/reducer-memo-can-be-any-type.js
    A JSTests/test262/test/built-ins/Iterator/prototype/reduce/reducer-this.js
    A JSTests/test262/test/built-ins/Iterator/prototype/reduce/reducer-throws-then-closing-iterator-also-throws.js
    A JSTests/test262/test/built-ins/Iterator/prototype/reduce/reducer-throws.js
    A JSTests/test262/test/built-ins/Iterator/prototype/reduce/this-non-callable-next.js
    A JSTests/test262/test/built-ins/Iterator/prototype/reduce/this-non-object.js
    A JSTests/test262/test/built-ins/Iterator/prototype/reduce/this-plain-iterator.js
    A JSTests/test262/test/built-ins/Iterator/prototype/some/argument-effect-order.js
    A JSTests/test262/test/built-ins/Iterator/prototype/some/callable.js
    A JSTests/test262/test/built-ins/Iterator/prototype/some/get-next-method-only-once.js
    A JSTests/test262/test/built-ins/Iterator/prototype/some/get-next-method-throws.js
    A JSTests/test262/test/built-ins/Iterator/prototype/some/get-return-method-throws.js
    A JSTests/test262/test/built-ins/Iterator/prototype/some/is-function.js
    A JSTests/test262/test/built-ins/Iterator/prototype/some/iterator-already-exhausted.js
    A JSTests/test262/test/built-ins/Iterator/prototype/some/iterator-has-no-return.js
    A JSTests/test262/test/built-ins/Iterator/prototype/some/iterator-return-method-throws.js
    A JSTests/test262/test/built-ins/Iterator/prototype/some/length.js
    A JSTests/test262/test/built-ins/Iterator/prototype/some/name.js
    A JSTests/test262/test/built-ins/Iterator/prototype/some/next-method-returns-non-object.js
    A JSTests/test262/test/built-ins/Iterator/prototype/some/next-method-returns-throwing-done.js
    A JSTests/test262/test/built-ins/Iterator/prototype/some/next-method-returns-throwing-value-done.js
    A JSTests/test262/test/built-ins/Iterator/prototype/some/next-method-returns-throwing-value.js
    A JSTests/test262/test/built-ins/Iterator/prototype/some/next-method-throws.js
    A JSTests/test262/test/built-ins/Iterator/prototype/some/non-callable-predicate.js
    A JSTests/test262/test/built-ins/Iterator/prototype/some/non-constructible.js
    A JSTests/test262/test/built-ins/Iterator/prototype/some/predicate-args.js
    A JSTests/test262/test/built-ins/Iterator/prototype/some/predicate-returns-falsey-then-truthy.js
    A JSTests/test262/test/built-ins/Iterator/prototype/some/predicate-returns-falsey.js
    A JSTests/test262/test/built-ins/Iterator/prototype/some/predicate-returns-non-boolean.js
    A JSTests/test262/test/built-ins/Iterator/prototype/some/predicate-returns-truthy.js
    A JSTests/test262/test/built-ins/Iterator/prototype/some/predicate-this.js
    A JSTests/test262/test/built-ins/Iterator/prototype/some/predicate-throws-then-closing-iterator-also-throws.js
    A JSTests/test262/test/built-ins/Iterator/prototype/some/predicate-throws.js
    A JSTests/test262/test/built-ins/Iterator/prototype/some/prop-desc.js
    A JSTests/test262/test/built-ins/Iterator/prototype/some/proto.js
    A JSTests/test262/test/built-ins/Iterator/prototype/some/result-is-boolean.js
    A JSTests/test262/test/built-ins/Iterator/prototype/some/this-non-callable-next.js
    A JSTests/test262/test/built-ins/Iterator/prototype/some/this-non-object.js
    A JSTests/test262/test/built-ins/Iterator/prototype/some/this-plain-iterator.js
    A JSTests/test262/test/built-ins/Iterator/prototype/take/argument-effect-order.js
    A JSTests/test262/test/built-ins/Iterator/prototype/take/callable.js
    A JSTests/test262/test/built-ins/Iterator/prototype/take/exhaustion-calls-return.js
    A JSTests/test262/test/built-ins/Iterator/prototype/take/get-next-method-only-once.js
    A JSTests/test262/test/built-ins/Iterator/prototype/take/get-next-method-throws.js
    A JSTests/test262/test/built-ins/Iterator/prototype/take/get-return-method-throws.js
    A JSTests/test262/test/built-ins/Iterator/prototype/take/is-function.js
    A JSTests/test262/test/built-ins/Iterator/prototype/take/length.js
    A JSTests/test262/test/built-ins/Iterator/prototype/take/limit-greater-than-or-equal-to-total.js
    A JSTests/test262/test/built-ins/Iterator/prototype/take/limit-less-than-total.js
    A JSTests/test262/test/built-ins/Iterator/prototype/take/limit-rangeerror.js
    A JSTests/test262/test/built-ins/Iterator/prototype/take/limit-tonumber-throws.js
    A JSTests/test262/test/built-ins/Iterator/prototype/take/limit-tonumber.js
    A JSTests/test262/test/built-ins/Iterator/prototype/take/name.js
    A JSTests/test262/test/built-ins/Iterator/prototype/take/next-method-returns-non-object.js
    A JSTests/test262/test/built-ins/Iterator/prototype/take/next-method-returns-throwing-done.js
    A JSTests/test262/test/built-ins/Iterator/prototype/take/next-method-returns-throwing-value-done.js
    A JSTests/test262/test/built-ins/Iterator/prototype/take/next-method-returns-throwing-value.js
    A JSTests/test262/test/built-ins/Iterator/prototype/take/next-method-throws.js
    A JSTests/test262/test/built-ins/Iterator/prototype/take/non-constructible.js
    A JSTests/test262/test/built-ins/Iterator/prototype/take/prop-desc.js
    A JSTests/test262/test/built-ins/Iterator/prototype/take/proto.js
    A JSTests/test262/test/built-ins/Iterator/prototype/take/result-is-iterator.js
    A JSTests/test262/test/built-ins/Iterator/prototype/take/return-is-forwarded.js
    A JSTests/test262/test/built-ins/Iterator/prototype/take/return-is-not-forwarded-after-exhaustion.js
    A JSTests/test262/test/built-ins/Iterator/prototype/take/this-non-callable-next.js
    A JSTests/test262/test/built-ins/Iterator/prototype/take/this-non-object.js
    A JSTests/test262/test/built-ins/Iterator/prototype/take/this-plain-iterator.js
    A JSTests/test262/test/built-ins/Iterator/prototype/take/underlying-iterator-advanced-in-parallel.js
    A JSTests/test262/test/built-ins/Iterator/prototype/take/underlying-iterator-closed-in-parallel.js
    A JSTests/test262/test/built-ins/Iterator/prototype/take/underlying-iterator-closed.js
    A JSTests/test262/test/built-ins/Iterator/prototype/toArray/callable.js
    A JSTests/test262/test/built-ins/Iterator/prototype/toArray/get-next-method-only-once.js
    A JSTests/test262/test/built-ins/Iterator/prototype/toArray/get-next-method-throws.js
    A JSTests/test262/test/built-ins/Iterator/prototype/toArray/is-function.js
    A JSTests/test262/test/built-ins/Iterator/prototype/toArray/iterator-already-exhausted.js
    A JSTests/test262/test/built-ins/Iterator/prototype/toArray/length.js
    A JSTests/test262/test/built-ins/Iterator/prototype/toArray/name.js
    A JSTests/test262/test/built-ins/Iterator/prototype/toArray/next-method-returns-non-object.js
    A JSTests/test262/test/built-ins/Iterator/prototype/toArray/next-method-returns-throwing-done.js
    A JSTests/test262/test/built-ins/Iterator/prototype/toArray/next-method-returns-throwing-value-done.js
    A JSTests/test262/test/built-ins/Iterator/prototype/toArray/next-method-returns-throwing-value.js
    A JSTests/test262/test/built-ins/Iterator/prototype/toArray/next-method-throws.js
    A JSTests/test262/test/built-ins/Iterator/prototype/toArray/non-constructible.js
    A JSTests/test262/test/built-ins/Iterator/prototype/toArray/prop-desc.js
    A JSTests/test262/test/built-ins/Iterator/prototype/toArray/proto.js
    A JSTests/test262/test/built-ins/Iterator/prototype/toArray/this-non-callable-next.js
    A JSTests/test262/test/built-ins/Iterator/prototype/toArray/this-non-object.js
    A JSTests/test262/test/built-ins/Iterator/prototype/toArray/this-plain-iterator.js
    A JSTests/test262/test/built-ins/Iterator/subclassable.js
    R JSTests/test262/test/built-ins/IteratorPrototype/Symbol.iterator/length.js
    R JSTests/test262/test/built-ins/IteratorPrototype/Symbol.iterator/name.js
    R JSTests/test262/test/built-ins/IteratorPrototype/Symbol.iterator/prop-desc.js
    R JSTests/test262/test/built-ins/IteratorPrototype/Symbol.iterator/return-val.js
    A JSTests/test262/test/built-ins/Map/groupBy/callback-arg.js
    A JSTests/test262/test/built-ins/Map/groupBy/callback-throws.js
    A JSTests/test262/test/built-ins/Map/groupBy/emptyList.js
    A JSTests/test262/test/built-ins/Map/groupBy/evenOdd.js
    A JSTests/test262/test/built-ins/Map/groupBy/groupLength.js
    A JSTests/test262/test/built-ins/Map/groupBy/invalid-callback.js
    A JSTests/test262/test/built-ins/Map/groupBy/invalid-iterable.js
    A JSTests/test262/test/built-ins/Map/groupBy/iterator-next-throws.js
    A JSTests/test262/test/built-ins/Map/groupBy/length.js
    A JSTests/test262/test/built-ins/Map/groupBy/map-instance.js
    A JSTests/test262/test/built-ins/Map/groupBy/name.js
    A JSTests/test262/test/built-ins/Map/groupBy/negativeZero.js
    A JSTests/test262/test/built-ins/Map/groupBy/toPropertyKey.js
    M JSTests/test262/test/built-ins/Map/valid-keys.js
    M JSTests/test262/test/built-ins/Number/bigint-conversion.js
    A JSTests/test262/test/built-ins/Object/groupBy/callback-arg.js
    A JSTests/test262/test/built-ins/Object/groupBy/callback-throws.js
    A JSTests/test262/test/built-ins/Object/groupBy/emptyList.js
    A JSTests/test262/test/built-ins/Object/groupBy/evenOdd.js
    A JSTests/test262/test/built-ins/Object/groupBy/groupLength.js
    A JSTests/test262/test/built-ins/Object/groupBy/invalid-callback.js
    A JSTests/test262/test/built-ins/Object/groupBy/invalid-iterable.js
    A JSTests/test262/test/built-ins/Object/groupBy/invalid-property-key.js
    A JSTests/test262/test/built-ins/Object/groupBy/iterator-next-throws.js
    A JSTests/test262/test/built-ins/Object/groupBy/length.js
    A JSTests/test262/test/built-ins/Object/groupBy/name.js
    A JSTests/test262/test/built-ins/Object/groupBy/null-prototype.js
    A JSTests/test262/test/built-ins/Object/groupBy/toPropertyKey.js
    M JSTests/test262/test/built-ins/Object/prototype/toString/symbol-tag-non-str-builtin.js
    M JSTests/test262/test/built-ins/Proxy/has/trap-is-null-target-is-proxy.js
    M JSTests/test262/test/built-ins/RegExp/prototype/exec/failure-lastindex-set.js
    A JSTests/test262/test/built-ins/RegExp/prototype/unicodeSets/breaking-change-from-u-to-v-01.js
    A JSTests/test262/test/built-ins/RegExp/prototype/unicodeSets/breaking-change-from-u-to-v-02.js
    A JSTests/test262/test/built-ins/RegExp/prototype/unicodeSets/breaking-change-from-u-to-v-03.js
    A JSTests/test262/test/built-ins/RegExp/prototype/unicodeSets/breaking-change-from-u-to-v-04.js
    A JSTests/test262/test/built-ins/RegExp/prototype/unicodeSets/breaking-change-from-u-to-v-05.js
    A JSTests/test262/test/built-ins/RegExp/prototype/unicodeSets/breaking-change-from-u-to-v-06.js
    A JSTests/test262/test/built-ins/RegExp/prototype/unicodeSets/breaking-change-from-u-to-v-07.js
    A JSTests/test262/test/built-ins/RegExp/prototype/unicodeSets/breaking-change-from-u-to-v-08.js
    A JSTests/test262/test/built-ins/RegExp/prototype/unicodeSets/breaking-change-from-u-to-v-09.js
    A JSTests/test262/test/built-ins/RegExp/prototype/unicodeSets/breaking-change-from-u-to-v-10.js
    A JSTests/test262/test/built-ins/RegExp/prototype/unicodeSets/breaking-change-from-u-to-v-11.js
    A JSTests/test262/test/built-ins/RegExp/prototype/unicodeSets/breaking-change-from-u-to-v-12.js
    A JSTests/test262/test/built-ins/RegExp/prototype/unicodeSets/breaking-change-from-u-to-v-13.js
    A JSTests/test262/test/built-ins/RegExp/prototype/unicodeSets/breaking-change-from-u-to-v-14.js
    A JSTests/test262/test/built-ins/RegExp/prototype/unicodeSets/breaking-change-from-u-to-v-15.js
    A JSTests/test262/test/built-ins/RegExp/prototype/unicodeSets/breaking-change-from-u-to-v-16.js
    A JSTests/test262/test/built-ins/RegExp/prototype/unicodeSets/breaking-change-from-u-to-v-17.js
    A JSTests/test262/test/built-ins/RegExp/prototype/unicodeSets/breaking-change-from-u-to-v-18.js
    A JSTests/test262/test/built-ins/RegExp/prototype/unicodeSets/breaking-change-from-u-to-v-19.js
    A JSTests/test262/test/built-ins/RegExp/prototype/unicodeSets/breaking-change-from-u-to-v-20.js
    A JSTests/test262/test/built-ins/RegExp/prototype/unicodeSets/breaking-change-from-u-to-v-21.js
    A JSTests/test262/test/built-ins/RegExp/prototype/unicodeSets/breaking-change-from-u-to-v-22.js
    A JSTests/test262/test/built-ins/RegExp/prototype/unicodeSets/breaking-change-from-u-to-v-23.js
    A JSTests/test262/test/built-ins/RegExp/prototype/unicodeSets/breaking-change-from-u-to-v-24.js
    A JSTests/test262/test/built-ins/RegExp/prototype/unicodeSets/breaking-change-from-u-to-v-25.js
    A JSTests/test262/test/built-ins/RegExp/prototype/unicodeSets/breaking-change-from-u-to-v-26.js
    A JSTests/test262/test/built-ins/RegExp/prototype/unicodeSets/breaking-change-from-u-to-v-27.js
    A JSTests/test262/test/built-ins/RegExp/prototype/unicodeSets/breaking-change-from-u-to-v-28.js
    M JSTests/test262/test/built-ins/Set/valid-values.js
    M JSTests/test262/test/built-ins/ShadowRealm/prototype/evaluate/globalthis-config-only-properties.js
    R JSTests/test262/test/built-ins/Temporal/Calendar/from/calendar-instance-does-not-get-calendar-property.js
    R JSTests/test262/test/built-ins/Temporal/Calendar/from/calendar-object-invalid.js
    R JSTests/test262/test/built-ins/Temporal/Calendar/from/calendar-object-operations.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/from/calendar-object.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/from/calendar-string-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/from/calendar-temporal-object.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/from/calendar-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/dateAdd/argument-propertybag-calendar-case-insensitive.js
    R JSTests/test262/test/built-ins/Temporal/Calendar/prototype/dateAdd/argument-propertybag-calendar-instance-does-not-get-calendar-property.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/dateAdd/argument-propertybag-calendar-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/dateAdd/argument-propertybag-calendar-number.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/dateAdd/argument-propertybag-calendar-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/dateAdd/argument-string-calendar-annotation.js
    A JSTests/test262/test/built-ins/Temporal/Calendar/prototype/dateAdd/argument-string-multiple-calendar.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/dateAdd/order-of-operations.js
    A JSTests/test262/test/built-ins/Temporal/Calendar/prototype/dateFromFields/one-of-era-erayear-undefined.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/dateFromFields/order-of-operations.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/dateUntil/argument-propertybag-calendar-case-insensitive.js
    R JSTests/test262/test/built-ins/Temporal/Calendar/prototype/dateUntil/argument-propertybag-calendar-instance-does-not-get-calendar-property.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/dateUntil/argument-propertybag-calendar-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/dateUntil/argument-propertybag-calendar-number.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/dateUntil/argument-propertybag-calendar-string.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/dateUntil/argument-propertybag-calendar-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/dateUntil/argument-string-calendar-annotation.js
    A JSTests/test262/test/built-ins/Temporal/Calendar/prototype/dateUntil/argument-string-multiple-calendar.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/dateUntil/order-of-operations.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/day/argument-propertybag-calendar-case-insensitive.js
    R JSTests/test262/test/built-ins/Temporal/Calendar/prototype/day/argument-propertybag-calendar-instance-does-not-get-calendar-property.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/day/argument-propertybag-calendar-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/day/argument-propertybag-calendar-number.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/day/argument-propertybag-calendar-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/day/argument-string-calendar-annotation.js
    A JSTests/test262/test/built-ins/Temporal/Calendar/prototype/day/argument-string-multiple-calendar.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/dayOfWeek/argument-propertybag-calendar-case-insensitive.js
    R JSTests/test262/test/built-ins/Temporal/Calendar/prototype/dayOfWeek/argument-propertybag-calendar-instance-does-not-get-calendar-property.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/dayOfWeek/argument-propertybag-calendar-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/dayOfWeek/argument-propertybag-calendar-number.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/dayOfWeek/argument-propertybag-calendar-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/dayOfWeek/argument-string-calendar-annotation.js
    A JSTests/test262/test/built-ins/Temporal/Calendar/prototype/dayOfWeek/argument-string-multiple-calendar.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/dayOfYear/argument-propertybag-calendar-case-insensitive.js
    R JSTests/test262/test/built-ins/Temporal/Calendar/prototype/dayOfYear/argument-propertybag-calendar-instance-does-not-get-calendar-property.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/dayOfYear/argument-propertybag-calendar-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/dayOfYear/argument-propertybag-calendar-number.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/dayOfYear/argument-propertybag-calendar-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/dayOfYear/argument-string-calendar-annotation.js
    A JSTests/test262/test/built-ins/Temporal/Calendar/prototype/dayOfYear/argument-string-multiple-calendar.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/daysInMonth/argument-propertybag-calendar-case-insensitive.js
    R JSTests/test262/test/built-ins/Temporal/Calendar/prototype/daysInMonth/argument-propertybag-calendar-instance-does-not-get-calendar-property.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/daysInMonth/argument-propertybag-calendar-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/daysInMonth/argument-propertybag-calendar-number.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/daysInMonth/argument-propertybag-calendar-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/daysInMonth/argument-string-calendar-annotation.js
    A JSTests/test262/test/built-ins/Temporal/Calendar/prototype/daysInMonth/argument-string-multiple-calendar.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/daysInWeek/argument-propertybag-calendar-case-insensitive.js
    R JSTests/test262/test/built-ins/Temporal/Calendar/prototype/daysInWeek/argument-propertybag-calendar-instance-does-not-get-calendar-property.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/daysInWeek/argument-propertybag-calendar-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/daysInWeek/argument-propertybag-calendar-number.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/daysInWeek/argument-propertybag-calendar-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/daysInWeek/argument-string-calendar-annotation.js
    A JSTests/test262/test/built-ins/Temporal/Calendar/prototype/daysInWeek/argument-string-multiple-calendar.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/daysInYear/argument-propertybag-calendar-case-insensitive.js
    R JSTests/test262/test/built-ins/Temporal/Calendar/prototype/daysInYear/argument-propertybag-calendar-instance-does-not-get-calendar-property.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/daysInYear/argument-propertybag-calendar-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/daysInYear/argument-propertybag-calendar-number.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/daysInYear/argument-propertybag-calendar-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/daysInYear/argument-string-calendar-annotation.js
    A JSTests/test262/test/built-ins/Temporal/Calendar/prototype/daysInYear/argument-string-multiple-calendar.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/inLeapYear/argument-propertybag-calendar-case-insensitive.js
    R JSTests/test262/test/built-ins/Temporal/Calendar/prototype/inLeapYear/argument-propertybag-calendar-instance-does-not-get-calendar-property.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/inLeapYear/argument-propertybag-calendar-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/inLeapYear/argument-propertybag-calendar-number.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/inLeapYear/argument-propertybag-calendar-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/inLeapYear/argument-string-calendar-annotation.js
    A JSTests/test262/test/built-ins/Temporal/Calendar/prototype/inLeapYear/argument-string-multiple-calendar.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/mergeFields/order-of-operations.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/month/argument-propertybag-calendar-case-insensitive.js
    R JSTests/test262/test/built-ins/Temporal/Calendar/prototype/month/argument-propertybag-calendar-instance-does-not-get-calendar-property.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/month/argument-propertybag-calendar-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/month/argument-propertybag-calendar-number.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/month/argument-propertybag-calendar-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/month/argument-string-calendar-annotation.js
    A JSTests/test262/test/built-ins/Temporal/Calendar/prototype/month/argument-string-multiple-calendar.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/monthCode/argument-propertybag-calendar-case-insensitive.js
    R JSTests/test262/test/built-ins/Temporal/Calendar/prototype/monthCode/argument-propertybag-calendar-instance-does-not-get-calendar-property.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/monthCode/argument-propertybag-calendar-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/monthCode/argument-propertybag-calendar-number.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/monthCode/argument-propertybag-calendar-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/monthCode/argument-string-calendar-annotation.js
    A JSTests/test262/test/built-ins/Temporal/Calendar/prototype/monthCode/argument-string-multiple-calendar.js
    A JSTests/test262/test/built-ins/Temporal/Calendar/prototype/monthDayFromFields/one-of-era-erayear-undefined.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/monthDayFromFields/order-of-operations.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/monthsInYear/argument-propertybag-calendar-case-insensitive.js
    R JSTests/test262/test/built-ins/Temporal/Calendar/prototype/monthsInYear/argument-propertybag-calendar-instance-does-not-get-calendar-property.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/monthsInYear/argument-propertybag-calendar-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/monthsInYear/argument-propertybag-calendar-number.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/monthsInYear/argument-propertybag-calendar-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/monthsInYear/argument-string-calendar-annotation.js
    A JSTests/test262/test/built-ins/Temporal/Calendar/prototype/monthsInYear/argument-string-multiple-calendar.js
    A JSTests/test262/test/built-ins/Temporal/Calendar/prototype/toJSON/returns-identifier-slot.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/weekOfYear/argument-propertybag-calendar-case-insensitive.js
    R JSTests/test262/test/built-ins/Temporal/Calendar/prototype/weekOfYear/argument-propertybag-calendar-instance-does-not-get-calendar-property.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/weekOfYear/argument-propertybag-calendar-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/weekOfYear/argument-propertybag-calendar-number.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/weekOfYear/argument-propertybag-calendar-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/weekOfYear/argument-string-calendar-annotation.js
    A JSTests/test262/test/built-ins/Temporal/Calendar/prototype/weekOfYear/argument-string-multiple-calendar.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/year/argument-propertybag-calendar-case-insensitive.js
    R JSTests/test262/test/built-ins/Temporal/Calendar/prototype/year/argument-propertybag-calendar-instance-does-not-get-calendar-property.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/year/argument-propertybag-calendar-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/year/argument-propertybag-calendar-number.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/year/argument-propertybag-calendar-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/year/argument-string-calendar-annotation.js
    A JSTests/test262/test/built-ins/Temporal/Calendar/prototype/year/argument-string-multiple-calendar.js
    A JSTests/test262/test/built-ins/Temporal/Calendar/prototype/yearMonthFromFields/one-of-era-erayear-undefined.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/yearMonthFromFields/order-of-operations.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/yearOfWeek/argument-propertybag-calendar-case-insensitive.js
    R JSTests/test262/test/built-ins/Temporal/Calendar/prototype/yearOfWeek/argument-propertybag-calendar-instance-does-not-get-calendar-property.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/yearOfWeek/argument-propertybag-calendar-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/yearOfWeek/argument-propertybag-calendar-number.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/yearOfWeek/argument-propertybag-calendar-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/Calendar/prototype/yearOfWeek/argument-string-calendar-annotation.js
    A JSTests/test262/test/built-ins/Temporal/Calendar/prototype/yearOfWeek/argument-string-multiple-calendar.js
    M JSTests/test262/test/built-ins/Temporal/Duration/compare/order-of-operations.js
    A JSTests/test262/test/built-ins/Temporal/Duration/compare/relativeto-propertybag-calendar-string.js
    R JSTests/test262/test/built-ins/Temporal/Duration/compare/relativeto-propertybag-timezone-instance-does-not-get-timeZone-property.js
    M JSTests/test262/test/built-ins/Temporal/Duration/compare/relativeto-propertybag-timezone-string-datetime.js
    M JSTests/test262/test/built-ins/Temporal/Duration/compare/relativeto-propertybag-timezone-string-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/Duration/compare/relativeto-propertybag-timezone-string-year-zero.js
    M JSTests/test262/test/built-ins/Temporal/Duration/compare/relativeto-propertybag-timezone-string.js
    M JSTests/test262/test/built-ins/Temporal/Duration/compare/relativeto-propertybag-timezone-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/Duration/prototype/add/order-of-operations.js
    M JSTests/test262/test/built-ins/Temporal/Duration/prototype/add/relativeto-propertybag-calendar-number.js
    A JSTests/test262/test/built-ins/Temporal/Duration/prototype/add/relativeto-propertybag-calendar-string.js
    M JSTests/test262/test/built-ins/Temporal/Duration/prototype/add/relativeto-propertybag-calendar-wrong-type.js
    R JSTests/test262/test/built-ins/Temporal/Duration/prototype/add/relativeto-propertybag-timezone-instance-does-not-get-timeZone-property.js
    M JSTests/test262/test/built-ins/Temporal/Duration/prototype/add/relativeto-propertybag-timezone-string-datetime.js
    M JSTests/test262/test/built-ins/Temporal/Duration/prototype/add/relativeto-propertybag-timezone-string-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/Duration/prototype/add/relativeto-propertybag-timezone-string-year-zero.js
    M JSTests/test262/test/built-ins/Temporal/Duration/prototype/add/relativeto-propertybag-timezone-string.js
    M JSTests/test262/test/built-ins/Temporal/Duration/prototype/add/relativeto-propertybag-timezone-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/Duration/prototype/round/calendar-dateadd-called-with-options-undefined.js
    M JSTests/test262/test/built-ins/Temporal/Duration/prototype/round/calendar-dateuntil-called-with-singular-largestunit.js
    A JSTests/test262/test/built-ins/Temporal/Duration/prototype/round/largestunit-correct-rebalancing.js
    M JSTests/test262/test/built-ins/Temporal/Duration/prototype/round/order-of-operations.js
    M JSTests/test262/test/built-ins/Temporal/Duration/prototype/round/relativeto-propertybag-calendar-number.js
    A JSTests/test262/test/built-ins/Temporal/Duration/prototype/round/relativeto-propertybag-calendar-string.js
    M JSTests/test262/test/built-ins/Temporal/Duration/prototype/round/relativeto-propertybag-calendar-wrong-type.js
    R JSTests/test262/test/built-ins/Temporal/Duration/prototype/round/relativeto-propertybag-timezone-instance-does-not-get-timeZone-property.js
    M JSTests/test262/test/built-ins/Temporal/Duration/prototype/round/relativeto-propertybag-timezone-string-datetime.js
    M JSTests/test262/test/built-ins/Temporal/Duration/prototype/round/relativeto-propertybag-timezone-string-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/Duration/prototype/round/relativeto-propertybag-timezone-string-year-zero.js
    M JSTests/test262/test/built-ins/Temporal/Duration/prototype/round/relativeto-propertybag-timezone-string.js
    M JSTests/test262/test/built-ins/Temporal/Duration/prototype/round/relativeto-propertybag-timezone-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/Duration/prototype/round/relativeto-zoneddatetime-nanoseconds-to-days-range-errors.js
    M JSTests/test262/test/built-ins/Temporal/Duration/prototype/round/throws-in-unbalance-duration-relative-when-sign-mismatched.js
    M JSTests/test262/test/built-ins/Temporal/Duration/prototype/round/timezone-getpossibleinstantsfor-iterable.js
    A JSTests/test262/test/built-ins/Temporal/Duration/prototype/round/zero-day-length-1.js
    A JSTests/test262/test/built-ins/Temporal/Duration/prototype/round/zero-day-length-2.js
    M JSTests/test262/test/built-ins/Temporal/Duration/prototype/subtract/order-of-operations.js
    M JSTests/test262/test/built-ins/Temporal/Duration/prototype/subtract/relativeto-propertybag-calendar-number.js
    A JSTests/test262/test/built-ins/Temporal/Duration/prototype/subtract/relativeto-propertybag-calendar-string.js
    M JSTests/test262/test/built-ins/Temporal/Duration/prototype/subtract/relativeto-propertybag-calendar-wrong-type.js
    R JSTests/test262/test/built-ins/Temporal/Duration/prototype/subtract/relativeto-propertybag-timezone-instance-does-not-get-timeZone-property.js
    M JSTests/test262/test/built-ins/Temporal/Duration/prototype/subtract/relativeto-propertybag-timezone-string-datetime.js
    M JSTests/test262/test/built-ins/Temporal/Duration/prototype/subtract/relativeto-propertybag-timezone-string-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/Duration/prototype/subtract/relativeto-propertybag-timezone-string-year-zero.js
    M JSTests/test262/test/built-ins/Temporal/Duration/prototype/subtract/relativeto-propertybag-timezone-string.js
    M JSTests/test262/test/built-ins/Temporal/Duration/prototype/subtract/relativeto-propertybag-timezone-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/Duration/prototype/total/order-of-operations.js
    M JSTests/test262/test/built-ins/Temporal/Duration/prototype/total/relativeto-propertybag-calendar-number.js
    A JSTests/test262/test/built-ins/Temporal/Duration/prototype/total/relativeto-propertybag-calendar-string.js
    M JSTests/test262/test/built-ins/Temporal/Duration/prototype/total/relativeto-propertybag-calendar-wrong-type.js
    R JSTests/test262/test/built-ins/Temporal/Duration/prototype/total/relativeto-propertybag-timezone-instance-does-not-get-timeZone-property.js
    M JSTests/test262/test/built-ins/Temporal/Duration/prototype/total/relativeto-propertybag-timezone-string-datetime.js
    M JSTests/test262/test/built-ins/Temporal/Duration/prototype/total/relativeto-propertybag-timezone-string-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/Duration/prototype/total/relativeto-propertybag-timezone-string-year-zero.js
    M JSTests/test262/test/built-ins/Temporal/Duration/prototype/total/relativeto-propertybag-timezone-string.js
    M JSTests/test262/test/built-ins/Temporal/Duration/prototype/total/relativeto-propertybag-timezone-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/Duration/prototype/total/relativeto-zoneddatetime-nanoseconds-to-days-range-errors.js
    A JSTests/test262/test/built-ins/Temporal/Duration/prototype/total/zero-day-length-1.js
    A JSTests/test262/test/built-ins/Temporal/Duration/prototype/total/zero-day-length-2.js
    M JSTests/test262/test/built-ins/Temporal/Instant/compare/argument-string-calendar-annotation.js
    A JSTests/test262/test/built-ins/Temporal/Instant/compare/argument-string-multiple-calendar.js
    M JSTests/test262/test/built-ins/Temporal/Instant/from/argument-string-calendar-annotation.js
    A JSTests/test262/test/built-ins/Temporal/Instant/from/argument-string-multiple-calendar.js
    M JSTests/test262/test/built-ins/Temporal/Instant/prototype/epochMicroseconds/basic.js
    M JSTests/test262/test/built-ins/Temporal/Instant/prototype/epochMilliseconds/basic.js
    M JSTests/test262/test/built-ins/Temporal/Instant/prototype/epochSeconds/basic.js
    M JSTests/test262/test/built-ins/Temporal/Instant/prototype/equals/argument-string-calendar-annotation.js
    A JSTests/test262/test/built-ins/Temporal/Instant/prototype/equals/argument-string-multiple-calendar.js
    M JSTests/test262/test/built-ins/Temporal/Instant/prototype/since/argument-string-calendar-annotation.js
    A JSTests/test262/test/built-ins/Temporal/Instant/prototype/since/argument-string-multiple-calendar.js
    R JSTests/test262/test/built-ins/Temporal/Instant/prototype/toJSON/timezone-getoffsetnanosecondsfor-not-callable.js
    M JSTests/test262/test/built-ins/Temporal/Instant/prototype/toString/order-of-operations.js
    R JSTests/test262/test/built-ins/Temporal/Instant/prototype/toString/timezone-instance-does-not-get-timeZone-property.js
    M JSTests/test262/test/built-ins/Temporal/Instant/prototype/toString/timezone-string-datetime.js
    M JSTests/test262/test/built-ins/Temporal/Instant/prototype/toString/timezone-string-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/Instant/prototype/toString/timezone-string-multiple-offsets.js
    M JSTests/test262/test/built-ins/Temporal/Instant/prototype/toString/timezone-string-year-zero.js
    M JSTests/test262/test/built-ins/Temporal/Instant/prototype/toString/timezone-string.js
    M JSTests/test262/test/built-ins/Temporal/Instant/prototype/toString/timezone-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/Instant/prototype/toString/timezone.js
    M JSTests/test262/test/built-ins/Temporal/Instant/prototype/toZonedDateTime/calendar-case-insensitive.js
    R JSTests/test262/test/built-ins/Temporal/Instant/prototype/toZonedDateTime/calendar-instance-does-not-get-calendar-property.js
    M JSTests/test262/test/built-ins/Temporal/Instant/prototype/toZonedDateTime/calendar-number.js
    M JSTests/test262/test/built-ins/Temporal/Instant/prototype/toZonedDateTime/calendar-string-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/Instant/prototype/toZonedDateTime/calendar-string.js
    M JSTests/test262/test/built-ins/Temporal/Instant/prototype/toZonedDateTime/calendar-temporal-object.js
    M JSTests/test262/test/built-ins/Temporal/Instant/prototype/toZonedDateTime/calendar-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/Instant/prototype/toZonedDateTime/plain-custom-timezone.js
    M JSTests/test262/test/built-ins/Temporal/Instant/prototype/toZonedDateTime/timezone-case-insensitive.js
    R JSTests/test262/test/built-ins/Temporal/Instant/prototype/toZonedDateTime/timezone-instance-does-not-get-timeZone-property.js
    M JSTests/test262/test/built-ins/Temporal/Instant/prototype/toZonedDateTime/timezone-string-datetime.js
    M JSTests/test262/test/built-ins/Temporal/Instant/prototype/toZonedDateTime/timezone-string-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/Instant/prototype/toZonedDateTime/timezone-string-multiple-offsets.js
    M JSTests/test262/test/built-ins/Temporal/Instant/prototype/toZonedDateTime/timezone-string-year-zero.js
    M JSTests/test262/test/built-ins/Temporal/Instant/prototype/toZonedDateTime/timezone-string.js
    M JSTests/test262/test/built-ins/Temporal/Instant/prototype/toZonedDateTime/timezone-wrong-type.js
    A JSTests/test262/test/built-ins/Temporal/Instant/prototype/toZonedDateTimeISO/calendar-is-builtin.js
    M JSTests/test262/test/built-ins/Temporal/Instant/prototype/toZonedDateTimeISO/timezone-case-insensitive.js
    R JSTests/test262/test/built-ins/Temporal/Instant/prototype/toZonedDateTimeISO/timezone-instance-does-not-get-timeZone-property.js
    M JSTests/test262/test/built-ins/Temporal/Instant/prototype/toZonedDateTimeISO/timezone-string-datetime.js
    M JSTests/test262/test/built-ins/Temporal/Instant/prototype/toZonedDateTimeISO/timezone-string-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/Instant/prototype/toZonedDateTimeISO/timezone-string-multiple-offsets.js
    M JSTests/test262/test/built-ins/Temporal/Instant/prototype/toZonedDateTimeISO/timezone-string-year-zero.js
    M JSTests/test262/test/built-ins/Temporal/Instant/prototype/toZonedDateTimeISO/timezone-string.js
    M JSTests/test262/test/built-ins/Temporal/Instant/prototype/toZonedDateTimeISO/timezone-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/Instant/prototype/until/argument-string-calendar-annotation.js
    A JSTests/test262/test/built-ins/Temporal/Instant/prototype/until/argument-string-multiple-calendar.js
    M JSTests/test262/test/built-ins/Temporal/Now/plainDate/calendar-case-insensitive.js
    R JSTests/test262/test/built-ins/Temporal/Now/plainDate/calendar-instance-does-not-get-calendar-property.js
    M JSTests/test262/test/built-ins/Temporal/Now/plainDate/calendar-number.js
    M JSTests/test262/test/built-ins/Temporal/Now/plainDate/calendar-string-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/Now/plainDate/calendar-string.js
    M JSTests/test262/test/built-ins/Temporal/Now/plainDate/calendar-temporal-object.js
    M JSTests/test262/test/built-ins/Temporal/Now/plainDate/calendar-wrong-type.js
    R JSTests/test262/test/built-ins/Temporal/Now/plainDate/timezone-instance-does-not-get-timeZone-property.js
    M JSTests/test262/test/built-ins/Temporal/Now/plainDate/timezone-string-datetime.js
    M JSTests/test262/test/built-ins/Temporal/Now/plainDate/timezone-string-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/Now/plainDate/timezone-string-year-zero.js
    M JSTests/test262/test/built-ins/Temporal/Now/plainDate/timezone-string.js
    M JSTests/test262/test/built-ins/Temporal/Now/plainDate/timezone-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/Now/plainDate/toPlainDate-override.js
    M JSTests/test262/test/built-ins/Temporal/Now/plainDateISO/return-value.js
    R JSTests/test262/test/built-ins/Temporal/Now/plainDateISO/timezone-instance-does-not-get-timeZone-property.js
    M JSTests/test262/test/built-ins/Temporal/Now/plainDateISO/timezone-string-datetime.js
    M JSTests/test262/test/built-ins/Temporal/Now/plainDateISO/timezone-string-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/Now/plainDateISO/timezone-string-year-zero.js
    M JSTests/test262/test/built-ins/Temporal/Now/plainDateISO/timezone-string.js
    M JSTests/test262/test/built-ins/Temporal/Now/plainDateISO/timezone-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/Now/plainDateTime/calendar-case-insensitive.js
    M JSTests/test262/test/built-ins/Temporal/Now/plainDateTime/calendar-function.js
    R JSTests/test262/test/built-ins/Temporal/Now/plainDateTime/calendar-instance-does-not-get-calendar-property.js
    M JSTests/test262/test/built-ins/Temporal/Now/plainDateTime/calendar-number.js
    R JSTests/test262/test/built-ins/Temporal/Now/plainDateTime/calendar-object-fail-call-tostring.js
    R JSTests/test262/test/built-ins/Temporal/Now/plainDateTime/calendar-object-fail-get-calendar.js
    R JSTests/test262/test/built-ins/Temporal/Now/plainDateTime/calendar-object-fail-has-calendar.js
    R JSTests/test262/test/built-ins/Temporal/Now/plainDateTime/calendar-object-fail-has-nested-calendar.js
    M JSTests/test262/test/built-ins/Temporal/Now/plainDateTime/calendar-object.js
    M JSTests/test262/test/built-ins/Temporal/Now/plainDateTime/calendar-string-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/Now/plainDateTime/calendar-string.js
    M JSTests/test262/test/built-ins/Temporal/Now/plainDateTime/calendar-temporal-object.js
    M JSTests/test262/test/built-ins/Temporal/Now/plainDateTime/calendar-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/Now/plainDateTime/return-value.js
    M JSTests/test262/test/built-ins/Temporal/Now/plainDateTime/timezone-getoffsetnanosecondsfor-invocation.js
    M JSTests/test262/test/built-ins/Temporal/Now/plainDateTime/timezone-getoffsetnanosecondsfor-not-a-number.js
    M JSTests/test262/test/built-ins/Temporal/Now/plainDateTime/timezone-getoffsetnanosecondsfor-poisoned.js
    M JSTests/test262/test/built-ins/Temporal/Now/plainDateTime/timezone-getoffsetnanosecondsfor-throws.js
    R JSTests/test262/test/built-ins/Temporal/Now/plainDateTime/timezone-instance-does-not-get-timeZone-property.js
    R JSTests/test262/test/built-ins/Temporal/Now/plainDateTime/timezone-object-fail-call-tostring.js
    R JSTests/test262/test/built-ins/Temporal/Now/plainDateTime/timezone-object-fail-get-timezone.js
    R JSTests/test262/test/built-ins/Temporal/Now/plainDateTime/timezone-object-fail-has-nested-timezone.js
    R JSTests/test262/test/built-ins/Temporal/Now/plainDateTime/timezone-object-fail-has-timezone.js
    M JSTests/test262/test/built-ins/Temporal/Now/plainDateTime/timezone-object.js
    M JSTests/test262/test/built-ins/Temporal/Now/plainDateTime/timezone-string-datetime.js
    M JSTests/test262/test/built-ins/Temporal/Now/plainDateTime/timezone-string-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/Now/plainDateTime/timezone-string-year-zero.js
    M JSTests/test262/test/built-ins/Temporal/Now/plainDateTime/timezone-string.js
    M JSTests/test262/test/built-ins/Temporal/Now/plainDateTime/timezone-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/Now/plainDateTime/timezone.js
    M JSTests/test262/test/built-ins/Temporal/Now/plainDateTimeISO/return-value-calendar.js
    M JSTests/test262/test/built-ins/Temporal/Now/plainDateTimeISO/return-value.js
    M JSTests/test262/test/built-ins/Temporal/Now/plainDateTimeISO/timezone-getoffsetnanosecondsfor-invocation.js
    M JSTests/test262/test/built-ins/Temporal/Now/plainDateTimeISO/timezone-getoffsetnanosecondsfor-not-a-number.js
    M JSTests/test262/test/built-ins/Temporal/Now/plainDateTimeISO/timezone-getoffsetnanosecondsfor-poisoned.js
    M JSTests/test262/test/built-ins/Temporal/Now/plainDateTimeISO/timezone-getoffsetnanosecondsfor-throws.js
    R JSTests/test262/test/built-ins/Temporal/Now/plainDateTimeISO/timezone-instance-does-not-get-timeZone-property.js
    R JSTests/test262/test/built-ins/Temporal/Now/plainDateTimeISO/timezone-object-fail-call-tostring.js
    R JSTests/test262/test/built-ins/Temporal/Now/plainDateTimeISO/timezone-object-fail-get-timezone.js
    R JSTests/test262/test/built-ins/Temporal/Now/plainDateTimeISO/timezone-object-fail-has-nested-timezone.js
    R JSTests/test262/test/built-ins/Temporal/Now/plainDateTimeISO/timezone-object-fail-has-timezone.js
    M JSTests/test262/test/built-ins/Temporal/Now/plainDateTimeISO/timezone-object.js
    M JSTests/test262/test/built-ins/Temporal/Now/plainDateTimeISO/timezone-string-datetime.js
    M JSTests/test262/test/built-ins/Temporal/Now/plainDateTimeISO/timezone-string-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/Now/plainDateTimeISO/timezone-string-year-zero.js
    M JSTests/test262/test/built-ins/Temporal/Now/plainDateTimeISO/timezone-string.js
    M JSTests/test262/test/built-ins/Temporal/Now/plainDateTimeISO/timezone-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/Now/plainTimeISO/return-value.js
    R JSTests/test262/test/built-ins/Temporal/Now/plainTimeISO/timezone-instance-does-not-get-timeZone-property.js
    M JSTests/test262/test/built-ins/Temporal/Now/plainTimeISO/timezone-string-datetime.js
    M JSTests/test262/test/built-ins/Temporal/Now/plainTimeISO/timezone-string-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/Now/plainTimeISO/timezone-string-year-zero.js
    M JSTests/test262/test/built-ins/Temporal/Now/plainTimeISO/timezone-string.js
    M JSTests/test262/test/built-ins/Temporal/Now/plainTimeISO/timezone-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/Now/plainTimeISO/timezone.js
    M JSTests/test262/test/built-ins/Temporal/Now/plainTimeISO/toPlainTime-override.js
    R JSTests/test262/test/built-ins/Temporal/Now/timeZone/extensible.js
    R JSTests/test262/test/built-ins/Temporal/Now/timeZone/length.js
    R JSTests/test262/test/built-ins/Temporal/Now/timeZone/name.js
    R JSTests/test262/test/built-ins/Temporal/Now/timeZone/new-object.js
    R JSTests/test262/test/built-ins/Temporal/Now/timeZone/not-a-constructor.js
    R JSTests/test262/test/built-ins/Temporal/Now/timeZone/prop-desc.js
    R JSTests/test262/test/built-ins/Temporal/Now/timeZone/return-value.js
    A JSTests/test262/test/built-ins/Temporal/Now/timeZoneId/extensible.js
    A JSTests/test262/test/built-ins/Temporal/Now/timeZoneId/length.js
    A JSTests/test262/test/built-ins/Temporal/Now/timeZoneId/name.js
    A JSTests/test262/test/built-ins/Temporal/Now/timeZoneId/not-a-constructor.js
    A JSTests/test262/test/built-ins/Temporal/Now/timeZoneId/prop-desc.js
    A JSTests/test262/test/built-ins/Temporal/Now/timeZoneId/return-value.js
    M JSTests/test262/test/built-ins/Temporal/Now/zonedDateTime/calendar-case-insensitive.js
    M JSTests/test262/test/built-ins/Temporal/Now/zonedDateTime/calendar-function.js
    R JSTests/test262/test/built-ins/Temporal/Now/zonedDateTime/calendar-instance-does-not-get-calendar-property.js
    M JSTests/test262/test/built-ins/Temporal/Now/zonedDateTime/calendar-number.js
    R JSTests/test262/test/built-ins/Temporal/Now/zonedDateTime/calendar-object-fail-call-tostring.js
    R JSTests/test262/test/built-ins/Temporal/Now/zonedDateTime/calendar-object-fail-get-calendar.js
    R JSTests/test262/test/built-ins/Temporal/Now/zonedDateTime/calendar-object-fail-has-calendar.js
    R JSTests/test262/test/built-ins/Temporal/Now/zonedDateTime/calendar-object-fail-has-nested-calendar.js
    M JSTests/test262/test/built-ins/Temporal/Now/zonedDateTime/calendar-object.js
    M JSTests/test262/test/built-ins/Temporal/Now/zonedDateTime/calendar-string-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/Now/zonedDateTime/calendar-string.js
    M JSTests/test262/test/built-ins/Temporal/Now/zonedDateTime/calendar-temporal-object.js
    M JSTests/test262/test/built-ins/Temporal/Now/zonedDateTime/calendar-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/Now/zonedDateTime/time-zone-undefined.js
    M JSTests/test262/test/built-ins/Temporal/Now/zonedDateTime/timezone-case-insensitive.js
    R JSTests/test262/test/built-ins/Temporal/Now/zonedDateTime/timezone-instance-does-not-get-timeZone-property.js
    R JSTests/test262/test/built-ins/Temporal/Now/zonedDateTime/timezone-object-fail-call-tostring.js
    R JSTests/test262/test/built-ins/Temporal/Now/zonedDateTime/timezone-object-fail-get-timezone.js
    R JSTests/test262/test/built-ins/Temporal/Now/zonedDateTime/timezone-object-fail-has-nested-timezone.js
    R JSTests/test262/test/built-ins/Temporal/Now/zonedDateTime/timezone-object-fail-has-timezone.js
    M JSTests/test262/test/built-ins/Temporal/Now/zonedDateTime/timezone-object.js
    M JSTests/test262/test/built-ins/Temporal/Now/zonedDateTime/timezone-string-datetime.js
    M JSTests/test262/test/built-ins/Temporal/Now/zonedDateTime/timezone-string-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/Now/zonedDateTime/timezone-string-multiple-offsets.js
    M JSTests/test262/test/built-ins/Temporal/Now/zonedDateTime/timezone-string-year-zero.js
    M JSTests/test262/test/built-ins/Temporal/Now/zonedDateTime/timezone-string.js
    M JSTests/test262/test/built-ins/Temporal/Now/zonedDateTime/timezone-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/Now/zonedDateTimeISO/return-value.js
    M JSTests/test262/test/built-ins/Temporal/Now/zonedDateTimeISO/time-zone-undefined.js
    M JSTests/test262/test/built-ins/Temporal/Now/zonedDateTimeISO/timezone-case-insensitive.js
    R JSTests/test262/test/built-ins/Temporal/Now/zonedDateTimeISO/timezone-instance-does-not-get-timeZone-property.js
    R JSTests/test262/test/built-ins/Temporal/Now/zonedDateTimeISO/timezone-object-fail-call-tostring.js
    R JSTests/test262/test/built-ins/Temporal/Now/zonedDateTimeISO/timezone-object-fail-get-timezone.js
    R JSTests/test262/test/built-ins/Temporal/Now/zonedDateTimeISO/timezone-object-fail-has-nested-timezone.js
    R JSTests/test262/test/built-ins/Temporal/Now/zonedDateTimeISO/timezone-object-fail-has-timezone.js
    M JSTests/test262/test/built-ins/Temporal/Now/zonedDateTimeISO/timezone-object.js
    M JSTests/test262/test/built-ins/Temporal/Now/zonedDateTimeISO/timezone-string-datetime.js
    M JSTests/test262/test/built-ins/Temporal/Now/zonedDateTimeISO/timezone-string-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/Now/zonedDateTimeISO/timezone-string-multiple-offsets.js
    M JSTests/test262/test/built-ins/Temporal/Now/zonedDateTimeISO/timezone-string-year-zero.js
    M JSTests/test262/test/built-ins/Temporal/Now/zonedDateTimeISO/timezone-string.js
    M JSTests/test262/test/built-ins/Temporal/Now/zonedDateTimeISO/timezone-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/basic.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/calendar-case-insensitive.js
    R JSTests/test262/test/built-ins/Temporal/PlainDate/calendar-instance-does-not-get-calendar-property.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/calendar-number.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/calendar-string.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/calendar-temporal-object.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/calendar-undefined.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/calendar-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/compare/argument-propertybag-calendar-case-insensitive.js
    R JSTests/test262/test/built-ins/Temporal/PlainDate/compare/argument-propertybag-calendar-instance-does-not-get-calendar-property.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/compare/argument-propertybag-calendar-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/compare/argument-propertybag-calendar-number.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/compare/argument-propertybag-calendar-string.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/compare/argument-propertybag-calendar-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/compare/argument-string-calendar-annotation.js
    A JSTests/test262/test/built-ins/Temporal/PlainDate/compare/argument-string-multiple-calendar.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/from/argument-plaindate.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/from/argument-plaindatetime.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/from/argument-propertybag-calendar-case-insensitive.js
    R JSTests/test262/test/built-ins/Temporal/PlainDate/from/argument-propertybag-calendar-instance-does-not-get-calendar-property.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/from/argument-propertybag-calendar-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/from/argument-propertybag-calendar-number.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/from/argument-propertybag-calendar-string.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/from/argument-propertybag-calendar-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/from/argument-propertybag-calendar.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/from/argument-string-calendar-annotation.js
    A JSTests/test262/test/built-ins/Temporal/PlainDate/from/argument-string-multiple-calendar.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/from/argument-zoneddatetime.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/from/calendar-temporal-object.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/from/order-of-operations.js
    A JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/add/builtin-calendar-no-observable-calls.js
    R JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/calendar/branding.js
    R JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/calendar/prop-desc.js
    A JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/calendarId/branding.js
    A JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/calendarId/builtin-calendar-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/calendarId/prop-desc.js
    A JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/day/builtin-calendar-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/dayOfWeek/builtin-calendar-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/dayOfYear/builtin-calendar-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/daysInMonth/builtin-calendar-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/daysInWeek/builtin-calendar-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/daysInYear/builtin-calendar-no-observable-calls.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/equals/argument-object-valid.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/equals/argument-propertybag-calendar-case-insensitive.js
    R JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/equals/argument-propertybag-calendar-instance-does-not-get-calendar-property.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/equals/argument-propertybag-calendar-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/equals/argument-propertybag-calendar-number.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/equals/argument-propertybag-calendar-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/equals/argument-string-calendar-annotation.js
    A JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/equals/argument-string-multiple-calendar.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/equals/argument-string.js
    A JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/equals/builtin-calendar-no-observable-calls.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/equals/calendar-call-different.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/equals/calendar-call-same.js
    A JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/getCalendar/branding.js
    A JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/getCalendar/builtin.js
    A JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/getCalendar/length.js
    A JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/getCalendar/name.js
    A JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/getCalendar/not-a-constructor.js
    A JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/getCalendar/prop-desc.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/getISOFields/field-names.js
    A JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/inLeapYear/builtin-calendar-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/month/builtin-calendar-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/monthCode/builtin-calendar-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/monthsInYear/builtin-calendar-no-observable-calls.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/since/argument-propertybag-calendar-case-insensitive.js
    R JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/since/argument-propertybag-calendar-instance-does-not-get-calendar-property.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/since/argument-propertybag-calendar-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/since/argument-propertybag-calendar-number.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/since/argument-propertybag-calendar-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/since/argument-string-calendar-annotation.js
    A JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/since/argument-string-multiple-calendar.js
    A JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/since/builtin-calendar-no-observable-calls.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/since/calendar-mismatch.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/since/order-of-operations.js
    A JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/subtract/builtin-calendar-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/toJSON/builtin-calendar-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/toLocaleString/builtin-calendar-no-observable-calls.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/toPlainDateTime/argument-string-calendar-annotation.js
    A JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/toPlainDateTime/argument-string-multiple-calendar.js
    R JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/toPlainDateTime/calendar-temporal-object.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/toPlainDateTime/custom.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/toPlainMonthDay/basic.js
    A JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/toPlainMonthDay/builtin-calendar-no-observable-calls.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/toPlainYearMonth/basic.js
    A JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/toPlainYearMonth/builtin-calendar-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/toString/builtin-calendar-no-observable-calls.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/toString/calendar-tostring.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/toString/calendarname-always.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/toString/calendarname-auto.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/toString/calendarname-critical.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/toString/calendarname-never.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/toString/calendarname-undefined.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/toString/calendarname-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/toString/options-undefined.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/toString/order-of-operations.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/toZonedDateTime/argument-string-calendar-annotation.js
    A JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/toZonedDateTime/argument-string-multiple-calendar.js
    R JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/toZonedDateTime/calendar-temporal-object.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/toZonedDateTime/calendar.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/toZonedDateTime/timezone-case-insensitive.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/toZonedDateTime/timezone-getpossibleinstantsfor.js
    R JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/toZonedDateTime/timezone-instance-does-not-get-timeZone-property.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/toZonedDateTime/timezone-string-datetime.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/toZonedDateTime/timezone-string-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/toZonedDateTime/timezone-string-multiple-offsets.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/toZonedDateTime/timezone-string-year-zero.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/toZonedDateTime/timezone-string.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/toZonedDateTime/timezone-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/until/argument-propertybag-calendar-case-insensitive.js
    R JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/until/argument-propertybag-calendar-instance-does-not-get-calendar-property.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/until/argument-propertybag-calendar-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/until/argument-propertybag-calendar-number.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/until/argument-propertybag-calendar-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/until/argument-string-calendar-annotation.js
    A JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/until/argument-string-multiple-calendar.js
    A JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/until/builtin-calendar-no-observable-calls.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/until/calendar-mismatch.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/until/order-of-operations.js
    A JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/weekOfYear/builtin-calendar-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/with/builtin-calendar-no-observable-calls.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/withCalendar/basic.js
    A JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/withCalendar/builtin-calendar-no-observable-calls.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/withCalendar/calendar-case-insensitive.js
    R JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/withCalendar/calendar-instance-does-not-get-calendar-property.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/withCalendar/calendar-number.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/withCalendar/calendar-string-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/withCalendar/calendar-string.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/withCalendar/calendar-temporal-object.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/withCalendar/calendar-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/withCalendar/subclassing-ignored.js
    A JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/year/builtin-calendar-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/yearOfWeek/builtin-calendar-no-observable-calls.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/calendar-case-insensitive.js
    R JSTests/test262/test/built-ins/Temporal/PlainDateTime/calendar-instance-does-not-get-calendar-property.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/calendar-number.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/calendar-string.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/calendar-temporal-object.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/calendar-undefined.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/calendar-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/compare/argument-propertybag-calendar-case-insensitive.js
    R JSTests/test262/test/built-ins/Temporal/PlainDateTime/compare/argument-propertybag-calendar-instance-does-not-get-calendar-property.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/compare/argument-propertybag-calendar-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/compare/argument-propertybag-calendar-number.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/compare/argument-propertybag-calendar-string.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/compare/argument-propertybag-calendar-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/compare/argument-string-calendar-annotation.js
    A JSTests/test262/test/built-ins/Temporal/PlainDateTime/compare/argument-string-multiple-calendar.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/compare/calendar-ignored.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/constructor-full.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/from/argument-plaindate.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/from/argument-plaindatetime.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/from/argument-propertybag-calendar-case-insensitive.js
    R JSTests/test262/test/built-ins/Temporal/PlainDateTime/from/argument-propertybag-calendar-instance-does-not-get-calendar-property.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/from/argument-propertybag-calendar-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/from/argument-propertybag-calendar-number.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/from/argument-propertybag-calendar-string.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/from/argument-propertybag-calendar-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/from/argument-string-calendar-annotation.js
    A JSTests/test262/test/built-ins/Temporal/PlainDateTime/from/argument-string-multiple-calendar.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/from/calendar-temporal-object.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/from/order-of-operations.js
    A JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/add/builtin-calendar-no-observable-calls.js
    R JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/calendar/branding.js
    R JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/calendar/prop-desc.js
    A JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/calendarId/branding.js
    A JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/calendarId/builtin-calendar-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/calendarId/prop-desc.js
    A JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/day/builtin-calendar-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/dayOfWeek/builtin-calendar-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/dayOfYear/builtin-calendar-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/daysInMonth/builtin-calendar-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/daysInWeek/builtin-calendar-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/daysInYear/builtin-calendar-no-observable-calls.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/equals/argument-propertybag-calendar-case-insensitive.js
    R JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/equals/argument-propertybag-calendar-instance-does-not-get-calendar-property.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/equals/argument-propertybag-calendar-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/equals/argument-propertybag-calendar-number.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/equals/argument-propertybag-calendar-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/equals/argument-string-calendar-annotation.js
    A JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/equals/argument-string-multiple-calendar.js
    A JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/equals/builtin-calendar-no-observable-calls.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/equals/calendar-checked.js
    A JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/getCalendar/branding.js
    A JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/getCalendar/builtin.js
    A JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/getCalendar/length.js
    A JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/getCalendar/name.js
    A JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/getCalendar/not-a-constructor.js
    A JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/getCalendar/prop-desc.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/getISOFields/field-names.js
    A JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/inLeapYear/builtin-calendar-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/month/builtin-calendar-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/monthCode/builtin-calendar-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/monthsInYear/builtin-calendar-no-observable-calls.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/since/argument-propertybag-calendar-case-insensitive.js
    R JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/since/argument-propertybag-calendar-instance-does-not-get-calendar-property.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/since/argument-propertybag-calendar-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/since/argument-propertybag-calendar-number.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/since/argument-propertybag-calendar-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/since/argument-string-calendar-annotation.js
    A JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/since/argument-string-multiple-calendar.js
    A JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/since/builtin-calendar-no-observable-calls.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/since/calendar-dateuntil-called-with-plaindate-calendar.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/since/different-calendars-throws.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/since/order-of-operations.js
    A JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/subtract/builtin-calendar-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/toJSON/builtin-calendar-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/toLocaleString/builtin-calendar-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/toPlainMonthDay/builtin-calendar-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/toPlainYearMonth/builtin-calendar-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/toString/builtin-calendar-no-observable-calls.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/toString/calendar-tostring.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/toString/calendarname-always.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/toString/calendarname-auto.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/toString/calendarname-critical.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/toString/calendarname-never.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/toString/calendarname-undefined.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/toString/calendarname-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/toString/options-undefined.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/toString/order-of-operations.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/toZonedDateTime/basic.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/toZonedDateTime/order-of-operations.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/toZonedDateTime/plain-custom-timezone.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/toZonedDateTime/timezone-case-insensitive.js
    R JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/toZonedDateTime/timezone-instance-does-not-get-timeZone-property.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/toZonedDateTime/timezone-string-datetime.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/toZonedDateTime/timezone-string-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/toZonedDateTime/timezone-string-multiple-offsets.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/toZonedDateTime/timezone-string-year-zero.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/toZonedDateTime/timezone-string.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/toZonedDateTime/timezone-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/until/argument-propertybag-calendar-case-insensitive.js
    R JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/until/argument-propertybag-calendar-instance-does-not-get-calendar-property.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/until/argument-propertybag-calendar-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/until/argument-propertybag-calendar-number.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/until/argument-propertybag-calendar-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/until/argument-string-calendar-annotation.js
    A JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/until/argument-string-multiple-calendar.js
    A JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/until/builtin-calendar-no-observable-calls.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/until/calendar-dateuntil-called-with-plaindate-calendar.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/until/different-calendars-throws.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/until/order-of-operations.js
    A JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/weekOfYear/builtin-calendar-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/with/builtin-calendar-no-observable-calls.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/with/order-of-operations.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/withCalendar/argument-string.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/withCalendar/basic.js
    A JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/withCalendar/builtin-calendar-no-observable-calls.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/withCalendar/calendar-case-insensitive.js
    R JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/withCalendar/calendar-instance-does-not-get-calendar-property.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/withCalendar/calendar-number.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/withCalendar/calendar-string-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/withCalendar/calendar-string.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/withCalendar/calendar-temporal-object.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/withCalendar/calendar-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/withCalendar/subclassing-ignored.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/withPlainDate/argument-plaindate-calendar-noniso.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/withPlainDate/argument-plaindate-calendar-same-id.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/withPlainDate/argument-plaindate-calendar-same-object.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/withPlainDate/argument-plaindate-calendar.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/withPlainDate/argument-propertybag-calendar-case-insensitive.js
    R JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/withPlainDate/argument-propertybag-calendar-instance-does-not-get-calendar-property.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/withPlainDate/argument-propertybag-calendar-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/withPlainDate/argument-propertybag-calendar-number.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/withPlainDate/argument-propertybag-calendar-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/withPlainDate/argument-string-calendar-annotation.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/withPlainDate/argument-string-iso-calendar.js
    A JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/withPlainDate/argument-string-multiple-calendar.js
    A JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/withPlainDate/builtin-calendar-no-observable-calls.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/withPlainDate/calendar-temporal-object.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/withPlainDate/non-compatible-calendars-throw.js
    M JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/withPlainTime/argument-string-calendar-annotation.js
    A JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/withPlainTime/argument-string-multiple-calendar.js
    R JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/withPlainTime/calendar-temporal-object.js
    A JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/year/builtin-calendar-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/PlainDateTime/prototype/yearOfWeek/builtin-calendar-no-observable-calls.js
    M JSTests/test262/test/built-ins/Temporal/PlainMonthDay/basic.js
    M JSTests/test262/test/built-ins/Temporal/PlainMonthDay/calendar-case-insensitive.js
    R JSTests/test262/test/built-ins/Temporal/PlainMonthDay/calendar-instance-does-not-get-calendar-property.js
    M JSTests/test262/test/built-ins/Temporal/PlainMonthDay/calendar-number.js
    M JSTests/test262/test/built-ins/Temporal/PlainMonthDay/calendar-string.js
    M JSTests/test262/test/built-ins/Temporal/PlainMonthDay/calendar-temporal-object.js
    M JSTests/test262/test/built-ins/Temporal/PlainMonthDay/calendar-undefined.js
    M JSTests/test262/test/built-ins/Temporal/PlainMonthDay/calendar-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/PlainMonthDay/from/argument-plainmonthday.js
    M JSTests/test262/test/built-ins/Temporal/PlainMonthDay/from/argument-propertybag-calendar-case-insensitive.js
    R JSTests/test262/test/built-ins/Temporal/PlainMonthDay/from/argument-propertybag-calendar-instance-does-not-get-calendar-property.js
    M JSTests/test262/test/built-ins/Temporal/PlainMonthDay/from/argument-propertybag-calendar-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/PlainMonthDay/from/argument-propertybag-calendar-number.js
    M JSTests/test262/test/built-ins/Temporal/PlainMonthDay/from/argument-propertybag-calendar-string.js
    M JSTests/test262/test/built-ins/Temporal/PlainMonthDay/from/argument-propertybag-calendar-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/PlainMonthDay/from/argument-string-calendar-annotation.js
    A JSTests/test262/test/built-ins/Temporal/PlainMonthDay/from/argument-string-multiple-calendar.js
    R JSTests/test262/test/built-ins/Temporal/PlainMonthDay/from/calendar-monthdayfromfields-called-with-options-undefined.js
    M JSTests/test262/test/built-ins/Temporal/PlainMonthDay/from/calendar-temporal-object.js
    M JSTests/test262/test/built-ins/Temporal/PlainMonthDay/from/fields-object.js
    M JSTests/test262/test/built-ins/Temporal/PlainMonthDay/from/fields-string.js
    M JSTests/test262/test/built-ins/Temporal/PlainMonthDay/from/order-of-operations.js
    R JSTests/test262/test/built-ins/Temporal/PlainMonthDay/prototype/calendar/branding.js
    R JSTests/test262/test/built-ins/Temporal/PlainMonthDay/prototype/calendar/prop-desc.js
    A JSTests/test262/test/built-ins/Temporal/PlainMonthDay/prototype/calendarId/branding.js
    A JSTests/test262/test/built-ins/Temporal/PlainMonthDay/prototype/calendarId/builtin-calendar-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/PlainMonthDay/prototype/calendarId/prop-desc.js
    A JSTests/test262/test/built-ins/Temporal/PlainMonthDay/prototype/day/builtin-calendar-no-observable-calls.js
    M JSTests/test262/test/built-ins/Temporal/PlainMonthDay/prototype/equals/argument-propertybag-calendar-case-insensitive.js
    R JSTests/test262/test/built-ins/Temporal/PlainMonthDay/prototype/equals/argument-propertybag-calendar-instance-does-not-get-calendar-property.js
    M JSTests/test262/test/built-ins/Temporal/PlainMonthDay/prototype/equals/argument-propertybag-calendar-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/PlainMonthDay/prototype/equals/argument-propertybag-calendar-number.js
    M JSTests/test262/test/built-ins/Temporal/PlainMonthDay/prototype/equals/argument-propertybag-calendar-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/PlainMonthDay/prototype/equals/argument-string-calendar-annotation.js
    A JSTests/test262/test/built-ins/Temporal/PlainMonthDay/prototype/equals/argument-string-multiple-calendar.js
    A JSTests/test262/test/built-ins/Temporal/PlainMonthDay/prototype/equals/builtin-calendar-no-observable-calls.js
    M JSTests/test262/test/built-ins/Temporal/PlainMonthDay/prototype/equals/calendar-monthdayfromfields-called-with-options-undefined.js
    M JSTests/test262/test/built-ins/Temporal/PlainMonthDay/prototype/equals/calendars.js
    A JSTests/test262/test/built-ins/Temporal/PlainMonthDay/prototype/getCalendar/branding.js
    A JSTests/test262/test/built-ins/Temporal/PlainMonthDay/prototype/getCalendar/builtin.js
    A JSTests/test262/test/built-ins/Temporal/PlainMonthDay/prototype/getCalendar/length.js
    A JSTests/test262/test/built-ins/Temporal/PlainMonthDay/prototype/getCalendar/name.js
    A JSTests/test262/test/built-ins/Temporal/PlainMonthDay/prototype/getCalendar/not-a-constructor.js
    A JSTests/test262/test/built-ins/Temporal/PlainMonthDay/prototype/getCalendar/prop-desc.js
    M JSTests/test262/test/built-ins/Temporal/PlainMonthDay/prototype/getISOFields/field-names.js
    A JSTests/test262/test/built-ins/Temporal/PlainMonthDay/prototype/monthCode/builtin-calendar-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/PlainMonthDay/prototype/toJSON/builtin-calendar-no-observable-calls.js
    M JSTests/test262/test/built-ins/Temporal/PlainMonthDay/prototype/toJSON/calendarname.js
    M JSTests/test262/test/built-ins/Temporal/PlainMonthDay/prototype/toJSON/year-format.js
    A JSTests/test262/test/built-ins/Temporal/PlainMonthDay/prototype/toLocaleString/builtin-calendar-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/PlainMonthDay/prototype/toPlainDate/builtin-calendar-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/PlainMonthDay/prototype/toString/builtin-calendar-no-observable-calls.js
    M JSTests/test262/test/built-ins/Temporal/PlainMonthDay/prototype/toString/calendar-tostring.js
    M JSTests/test262/test/built-ins/Temporal/PlainMonthDay/prototype/toString/calendarname-always.js
    M JSTests/test262/test/built-ins/Temporal/PlainMonthDay/prototype/toString/calendarname-auto.js
    M JSTests/test262/test/built-ins/Temporal/PlainMonthDay/prototype/toString/calendarname-critical.js
    M JSTests/test262/test/built-ins/Temporal/PlainMonthDay/prototype/toString/calendarname-never.js
    M JSTests/test262/test/built-ins/Temporal/PlainMonthDay/prototype/toString/calendarname-undefined.js
    M JSTests/test262/test/built-ins/Temporal/PlainMonthDay/prototype/toString/calendarname-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/PlainMonthDay/prototype/toString/options-undefined.js
    M JSTests/test262/test/built-ins/Temporal/PlainMonthDay/prototype/toString/order-of-operations.js
    M JSTests/test262/test/built-ins/Temporal/PlainMonthDay/prototype/toString/year-format.js
    A JSTests/test262/test/built-ins/Temporal/PlainMonthDay/prototype/with/builtin-calendar-no-observable-calls.js
    M JSTests/test262/test/built-ins/Temporal/PlainTime/basic.js
    M JSTests/test262/test/built-ins/Temporal/PlainTime/compare/argument-string-calendar-annotation.js
    A JSTests/test262/test/built-ins/Temporal/PlainTime/compare/argument-string-multiple-calendar.js
    R JSTests/test262/test/built-ins/Temporal/PlainTime/compare/calendar-temporal-object.js
    M JSTests/test262/test/built-ins/Temporal/PlainTime/from/argument-string-calendar-annotation.js
    A JSTests/test262/test/built-ins/Temporal/PlainTime/from/argument-string-multiple-calendar.js
    R JSTests/test262/test/built-ins/Temporal/PlainTime/from/argument-string-with-calendar.js
    R JSTests/test262/test/built-ins/Temporal/PlainTime/from/calendar-temporal-object.js
    M JSTests/test262/test/built-ins/Temporal/PlainTime/from/order-of-operations.js
    M JSTests/test262/test/built-ins/Temporal/PlainTime/prototype/add/order-of-operations.js
    R JSTests/test262/test/built-ins/Temporal/PlainTime/prototype/calendar/basic.js
    R JSTests/test262/test/built-ins/Temporal/PlainTime/prototype/calendar/branding.js
    R JSTests/test262/test/built-ins/Temporal/PlainTime/prototype/calendar/prop-desc.js
    M JSTests/test262/test/built-ins/Temporal/PlainTime/prototype/equals/argument-string-calendar-annotation.js
    A JSTests/test262/test/built-ins/Temporal/PlainTime/prototype/equals/argument-string-multiple-calendar.js
    R JSTests/test262/test/built-ins/Temporal/PlainTime/prototype/equals/calendar-temporal-object.js
    R JSTests/test262/test/built-ins/Temporal/PlainTime/prototype/getISOFields/custom.js
    M JSTests/test262/test/built-ins/Temporal/PlainTime/prototype/getISOFields/field-names.js
    M JSTests/test262/test/built-ins/Temporal/PlainTime/prototype/getISOFields/field-prop-desc.js
    M JSTests/test262/test/built-ins/Temporal/PlainTime/prototype/getISOFields/field-traversal-order.js
    M JSTests/test262/test/built-ins/Temporal/PlainTime/prototype/since/argument-string-calendar-annotation.js
    A JSTests/test262/test/built-ins/Temporal/PlainTime/prototype/since/argument-string-multiple-calendar.js
    R JSTests/test262/test/built-ins/Temporal/PlainTime/prototype/since/calendar-temporal-object.js
    M JSTests/test262/test/built-ins/Temporal/PlainTime/prototype/since/order-of-operations.js
    M JSTests/test262/test/built-ins/Temporal/PlainTime/prototype/subtract/order-of-operations.js
    M JSTests/test262/test/built-ins/Temporal/PlainTime/prototype/toPlainDateTime/argument-propertybag-calendar-case-insensitive.js
    R JSTests/test262/test/built-ins/Temporal/PlainTime/prototype/toPlainDateTime/argument-propertybag-calendar-instance-does-not-get-calendar-property.js
    M JSTests/test262/test/built-ins/Temporal/PlainTime/prototype/toPlainDateTime/argument-propertybag-calendar-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/PlainTime/prototype/toPlainDateTime/argument-propertybag-calendar-number.js
    M JSTests/test262/test/built-ins/Temporal/PlainTime/prototype/toPlainDateTime/argument-propertybag-calendar-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/PlainTime/prototype/toPlainDateTime/argument-string-calendar-annotation.js
    A JSTests/test262/test/built-ins/Temporal/PlainTime/prototype/toPlainDateTime/argument-string-multiple-calendar.js
    M JSTests/test262/test/built-ins/Temporal/PlainTime/prototype/toPlainDateTime/calendar-temporal-object.js
    M JSTests/test262/test/built-ins/Temporal/PlainTime/prototype/toZonedDateTime/argument-propertybag-calendar-case-insensitive.js
    R JSTests/test262/test/built-ins/Temporal/PlainTime/prototype/toZonedDateTime/argument-propertybag-calendar-instance-does-not-get-calendar-property.js
    M JSTests/test262/test/built-ins/Temporal/PlainTime/prototype/toZonedDateTime/argument-propertybag-calendar-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/PlainTime/prototype/toZonedDateTime/argument-propertybag-calendar-number.js
    M JSTests/test262/test/built-ins/Temporal/PlainTime/prototype/toZonedDateTime/argument-propertybag-calendar-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/PlainTime/prototype/toZonedDateTime/argument-string-calendar-annotation.js
    A JSTests/test262/test/built-ins/Temporal/PlainTime/prototype/toZonedDateTime/argument-string-multiple-calendar.js
    M JSTests/test262/test/built-ins/Temporal/PlainTime/prototype/toZonedDateTime/basic.js
    M JSTests/test262/test/built-ins/Temporal/PlainTime/prototype/toZonedDateTime/calendar-temporal-object.js
    M JSTests/test262/test/built-ins/Temporal/PlainTime/prototype/toZonedDateTime/timezone-case-insensitive.js
    R JSTests/test262/test/built-ins/Temporal/PlainTime/prototype/toZonedDateTime/timezone-instance-does-not-get-timeZone-property.js
    M JSTests/test262/test/built-ins/Temporal/PlainTime/prototype/toZonedDateTime/timezone-string-datetime.js
    M JSTests/test262/test/built-ins/Temporal/PlainTime/prototype/toZonedDateTime/timezone-string-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/PlainTime/prototype/toZonedDateTime/timezone-string-multiple-offsets.js
    M JSTests/test262/test/built-ins/Temporal/PlainTime/prototype/toZonedDateTime/timezone-string-year-zero.js
    M JSTests/test262/test/built-ins/Temporal/PlainTime/prototype/toZonedDateTime/timezone-string.js
    M JSTests/test262/test/built-ins/Temporal/PlainTime/prototype/toZonedDateTime/timezone-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/PlainTime/prototype/until/argument-string-calendar-annotation.js
    A JSTests/test262/test/built-ins/Temporal/PlainTime/prototype/until/argument-string-multiple-calendar.js
    R JSTests/test262/test/built-ins/Temporal/PlainTime/prototype/until/calendar-temporal-object.js
    M JSTests/test262/test/built-ins/Temporal/PlainTime/prototype/until/order-of-operations.js
    M JSTests/test262/test/built-ins/Temporal/PlainYearMonth/calendar-case-insensitive.js
    R JSTests/test262/test/built-ins/Temporal/PlainYearMonth/calendar-instance-does-not-get-calendar-property.js
    M JSTests/test262/test/built-ins/Temporal/PlainYearMonth/calendar-number.js
    M JSTests/test262/test/built-ins/Temporal/PlainYearMonth/calendar-string.js
    M JSTests/test262/test/built-ins/Temporal/PlainYearMonth/calendar-temporal-object.js
    M JSTests/test262/test/built-ins/Temporal/PlainYearMonth/calendar-undefined.js
    M JSTests/test262/test/built-ins/Temporal/PlainYearMonth/calendar-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/PlainYearMonth/compare/argument-propertybag-calendar-case-insensitive.js
    R JSTests/test262/test/built-ins/Temporal/PlainYearMonth/compare/argument-propertybag-calendar-instance-does-not-get-calendar-property.js
    A JSTests/test262/test/built-ins/Temporal/PlainYearMonth/compare/argument-propertybag-calendar-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/PlainYearMonth/compare/argument-propertybag-calendar-number.js
    M JSTests/test262/test/built-ins/Temporal/PlainYearMonth/compare/argument-propertybag-calendar-string.js
    M JSTests/test262/test/built-ins/Temporal/PlainYearMonth/compare/argument-propertybag-calendar-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/PlainYearMonth/compare/argument-string-calendar-annotation.js
    A JSTests/test262/test/built-ins/Temporal/PlainYearMonth/compare/argument-string-multiple-calendar.js
    M JSTests/test262/test/built-ins/Temporal/PlainYearMonth/compare/calendar-yearmonthfromfields-called-with-options-undefined.js
    M JSTests/test262/test/built-ins/Temporal/PlainYearMonth/from/argument-plaindate.js
    M JSTests/test262/test/built-ins/Temporal/PlainYearMonth/from/argument-plainyearmonth.js
    M JSTests/test262/test/built-ins/Temporal/PlainYearMonth/from/argument-propertybag-calendar-case-insensitive.js
    R JSTests/test262/test/built-ins/Temporal/PlainYearMonth/from/argument-propertybag-calendar-instance-does-not-get-calendar-property.js
    M JSTests/test262/test/built-ins/Temporal/PlainYearMonth/from/argument-propertybag-calendar-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/PlainYearMonth/from/argument-propertybag-calendar-number.js
    M JSTests/test262/test/built-ins/Temporal/PlainYearMonth/from/argument-propertybag-calendar-string.js
    M JSTests/test262/test/built-ins/Temporal/PlainYearMonth/from/argument-propertybag-calendar-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/PlainYearMonth/from/argument-string-calendar-annotation.js
    A JSTests/test262/test/built-ins/Temporal/PlainYearMonth/from/argument-string-multiple-calendar.js
    M JSTests/test262/test/built-ins/Temporal/PlainYearMonth/from/argument-string.js
    M JSTests/test262/test/built-ins/Temporal/PlainYearMonth/from/calendar-temporal-object.js
    R JSTests/test262/test/built-ins/Temporal/PlainYearMonth/from/calendar-yearmonthfromfields-called-with-options-undefined.js
    M JSTests/test262/test/built-ins/Temporal/PlainYearMonth/from/order-of-operations.js
    A JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/add/builtin-calendar-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/add/calendar-dateadd-called-with-plaindate-instance.js
    M JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/add/calendar-datefromfields-called.js
    R JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/add/calendar-daysinmonth-wrong-value.js
    A JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/add/custom-daysInMonth-irrelevant.js
    M JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/add/order-of-operations.js
    R JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/calendar/branding.js
    R JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/calendar/prop-desc.js
    A JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/calendarId/branding.js
    A JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/calendarId/builtin-calendar-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/calendarId/prop-desc.js
    A JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/daysInMonth/builtin-calendar-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/daysInYear/builtin-calendar-no-observable-calls.js
    M JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/equals/argument-propertybag-calendar-case-insensitive.js
    R JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/equals/argument-propertybag-calendar-instance-does-not-get-calendar-property.js
    M JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/equals/argument-propertybag-calendar-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/equals/argument-propertybag-calendar-number.js
    M JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/equals/argument-propertybag-calendar-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/equals/argument-string-calendar-annotation.js
    A JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/equals/argument-string-multiple-calendar.js
    A JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/equals/builtin-calendar-no-observable-calls.js
    M JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/equals/calendar-yearmonthfromfields-called-with-options-undefined.js
    M JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/equals/compare-calendar.js
    A JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/getCalendar/branding.js
    A JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/getCalendar/builtin.js
    A JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/getCalendar/length.js
    A JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/getCalendar/name.js
    A JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/getCalendar/not-a-constructor.js
    A JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/getCalendar/prop-desc.js
    M JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/getISOFields/field-names.js
    A JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/inLeapYear/builtin-calendar-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/month/builtin-calendar-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/monthCode/builtin-calendar-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/monthsInYear/builtin-calendar-no-observable-calls.js
    M JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/since/argument-propertybag-calendar-case-insensitive.js
    R JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/since/argument-propertybag-calendar-instance-does-not-get-calendar-property.js
    M JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/since/argument-propertybag-calendar-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/since/argument-propertybag-calendar-number.js
    M JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/since/argument-propertybag-calendar-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/since/argument-string-calendar-annotation.js
    A JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/since/argument-string-multiple-calendar.js
    A JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/since/builtin-calendar-no-observable-calls.js
    M JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/since/calendar-yearmonthfromfields-called-with-options-undefined.js
    M JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/since/mixed-calendar-invalid.js
    M JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/since/order-of-operations.js
    A JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/subtract/builtin-calendar-no-observable-calls.js
    M JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/subtract/calendar-arguments-extra-options.js
    M JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/subtract/calendar-arguments.js
    A JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/subtract/calendar-dateadd-called-with-plaindate-instance.js
    M JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/subtract/calendar-dateadd.js
    M JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/subtract/calendar-datefromfields-called.js
    R JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/subtract/calendar-daysinmonth-wrong-value.js
    M JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/subtract/calendar-fromfields-called-with-null-prototype-fields.js
    A JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/subtract/custom-daysInMonth-irrelevant.js
    M JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/subtract/options-undefined.js
    M JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/subtract/order-of-operations.js
    A JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/toJSON/builtin-calendar-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/toLocaleString/builtin-calendar-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/toPlainDate/builtin-calendar-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/toString/builtin-calendar-no-observable-calls.js
    M JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/toString/calendar-tostring.js
    M JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/toString/calendarname-always.js
    M JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/toString/calendarname-auto.js
    M JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/toString/calendarname-critical.js
    M JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/toString/calendarname-never.js
    M JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/toString/calendarname-undefined.js
    M JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/toString/calendarname-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/toString/options-undefined.js
    M JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/toString/order-of-operations.js
    M JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/until/argument-propertybag-calendar-case-insensitive.js
    R JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/until/argument-propertybag-calendar-instance-does-not-get-calendar-property.js
    M JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/until/argument-propertybag-calendar-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/until/argument-propertybag-calendar-number.js
    M JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/until/argument-propertybag-calendar-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/until/argument-string-calendar-annotation.js
    A JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/until/argument-string-multiple-calendar.js
    A JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/until/builtin-calendar-no-observable-calls.js
    M JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/until/calendar-yearmonthfromfields-called-with-options-undefined.js
    M JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/until/mixed-calendar-invalid.js
    M JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/until/order-of-operations.js
    A JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/with/builtin-calendar-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/PlainYearMonth/prototype/year/builtin-calendar-no-observable-calls.js
    R JSTests/test262/test/built-ins/Temporal/TimeZone/from/argument-object-invalid.js
    M JSTests/test262/test/built-ins/Temporal/TimeZone/from/argument-object.js
    R JSTests/test262/test/built-ins/Temporal/TimeZone/from/timezone-instance-does-not-get-timeZone-property.js
    M JSTests/test262/test/built-ins/Temporal/TimeZone/from/timezone-string-datetime.js
    M JSTests/test262/test/built-ins/Temporal/TimeZone/from/timezone-string-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/TimeZone/from/timezone-string-multiple-offsets.js
    M JSTests/test262/test/built-ins/Temporal/TimeZone/from/timezone-string-year-zero.js
    M JSTests/test262/test/built-ins/Temporal/TimeZone/from/timezone-string.js
    M JSTests/test262/test/built-ins/Temporal/TimeZone/from/timezone-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/TimeZone/prototype/getInstantFor/argument-propertybag-calendar-case-insensitive.js
    R JSTests/test262/test/built-ins/Temporal/TimeZone/prototype/getInstantFor/argument-propertybag-calendar-instance-does-not-get-calendar-property.js
    M JSTests/test262/test/built-ins/Temporal/TimeZone/prototype/getInstantFor/argument-propertybag-calendar-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/TimeZone/prototype/getInstantFor/argument-propertybag-calendar-number.js
    M JSTests/test262/test/built-ins/Temporal/TimeZone/prototype/getInstantFor/argument-propertybag-calendar-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/TimeZone/prototype/getInstantFor/argument-string-calendar-annotation.js
    A JSTests/test262/test/built-ins/Temporal/TimeZone/prototype/getInstantFor/argument-string-multiple-calendar.js
    M JSTests/test262/test/built-ins/Temporal/TimeZone/prototype/getInstantFor/order-of-operations.js
    M JSTests/test262/test/built-ins/Temporal/TimeZone/prototype/getNextTransition/argument-string-calendar-annotation.js
    A JSTests/test262/test/built-ins/Temporal/TimeZone/prototype/getNextTransition/argument-string-multiple-calendar.js
    M JSTests/test262/test/built-ins/Temporal/TimeZone/prototype/getOffsetNanosecondsFor/argument-string-calendar-annotation.js
    A JSTests/test262/test/built-ins/Temporal/TimeZone/prototype/getOffsetNanosecondsFor/argument-string-multiple-calendar.js
    M JSTests/test262/test/built-ins/Temporal/TimeZone/prototype/getOffsetStringFor/argument-string-calendar-annotation.js
    A JSTests/test262/test/built-ins/Temporal/TimeZone/prototype/getOffsetStringFor/argument-string-multiple-calendar.js
    M JSTests/test262/test/built-ins/Temporal/TimeZone/prototype/getPlainDateTimeFor/argument-string-calendar-annotation.js
    A JSTests/test262/test/built-ins/Temporal/TimeZone/prototype/getPlainDateTimeFor/argument-string-multiple-calendar.js
    M JSTests/test262/test/built-ins/Temporal/TimeZone/prototype/getPlainDateTimeFor/calendar-case-insensitive.js
    R JSTests/test262/test/built-ins/Temporal/TimeZone/prototype/getPlainDateTimeFor/calendar-instance-does-not-get-calendar-property.js
    M JSTests/test262/test/built-ins/Temporal/TimeZone/prototype/getPlainDateTimeFor/calendar-number.js
    M JSTests/test262/test/built-ins/Temporal/TimeZone/prototype/getPlainDateTimeFor/calendar-string-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/TimeZone/prototype/getPlainDateTimeFor/calendar-string.js
    M JSTests/test262/test/built-ins/Temporal/TimeZone/prototype/getPlainDateTimeFor/calendar-temporal-object.js
    M JSTests/test262/test/built-ins/Temporal/TimeZone/prototype/getPlainDateTimeFor/calendar-undefined.js
    M JSTests/test262/test/built-ins/Temporal/TimeZone/prototype/getPlainDateTimeFor/calendar-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/TimeZone/prototype/getPossibleInstantsFor/argument-propertybag-calendar-case-insensitive.js
    R JSTests/test262/test/built-ins/Temporal/TimeZone/prototype/getPossibleInstantsFor/argument-propertybag-calendar-instance-does-not-get-calendar-property.js
    M JSTests/test262/test/built-ins/Temporal/TimeZone/prototype/getPossibleInstantsFor/argument-propertybag-calendar-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/TimeZone/prototype/getPossibleInstantsFor/argument-propertybag-calendar-number.js
    M JSTests/test262/test/built-ins/Temporal/TimeZone/prototype/getPossibleInstantsFor/argument-propertybag-calendar-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/TimeZone/prototype/getPossibleInstantsFor/argument-string-calendar-annotation.js
    A JSTests/test262/test/built-ins/Temporal/TimeZone/prototype/getPossibleInstantsFor/argument-string-multiple-calendar.js
    M JSTests/test262/test/built-ins/Temporal/TimeZone/prototype/getPossibleInstantsFor/fixed-offset-near-date-time-limits.js
    M JSTests/test262/test/built-ins/Temporal/TimeZone/prototype/getPreviousTransition/argument-string-calendar-annotation.js
    A JSTests/test262/test/built-ins/Temporal/TimeZone/prototype/getPreviousTransition/argument-string-multiple-calendar.js
    A JSTests/test262/test/built-ins/Temporal/TimeZone/prototype/toJSON/returns-identifier-slot.js
    R JSTests/test262/test/built-ins/Temporal/TimeZone/prototype/toJSON/tostring-call.js
    R JSTests/test262/test/built-ins/Temporal/TimeZone/prototype/toJSON/tostring-undefined-custom.js
    R JSTests/test262/test/built-ins/Temporal/TimeZone/prototype/toJSON/tostring-undefined.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/calendar-case-insensitive.js
    R JSTests/test262/test/built-ins/Temporal/ZonedDateTime/calendar-instance-does-not-get-calendar-property.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/calendar-number.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/calendar-string.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/calendar-temporal-object.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/calendar-undefined.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/calendar-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/compare/argument-propertybag-calendar-case-insensitive.js
    R JSTests/test262/test/built-ins/Temporal/ZonedDateTime/compare/argument-propertybag-calendar-instance-does-not-get-calendar-property.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/compare/argument-propertybag-calendar-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/compare/argument-propertybag-calendar-number.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/compare/argument-propertybag-calendar-string.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/compare/argument-propertybag-calendar-wrong-type.js
    R JSTests/test262/test/built-ins/Temporal/ZonedDateTime/compare/argument-propertybag-timezone-instance-does-not-get-timeZone-property.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/compare/argument-propertybag-timezone-string-datetime.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/compare/argument-propertybag-timezone-string-leap-second.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/compare/argument-propertybag-timezone-string-multiple-offsets.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/compare/argument-propertybag-timezone-string-year-zero.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/compare/argument-propertybag-timezone-string.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/compare/argument-propertybag-timezone-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/compare/argument-string-calendar-annotation.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/compare/argument-string-multiple-calendar.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/compare/order-of-operations.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/from/argument-propertybag-calendar-case-insensitive.js
    R JSTests/test262/test/built-ins/Temporal/ZonedDateTime/from/argument-propertybag-calendar-instance-does-not-get-calendar-property.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/from/argument-propertybag-calendar-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/from/argument-propertybag-calendar-number.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/from/argument-propertybag-calendar-string.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/from/argument-propertybag-calendar-wrong-type.js
    R JSTests/test262/test/built-ins/Temporal/ZonedDateTime/from/argument-propertybag-timezone-instance-does-not-get-timeZone-property.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/from/argument-propertybag-timezone-string-datetime.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/from/argument-propertybag-timezone-string-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/from/argument-propertybag-timezone-string-multiple-offsets.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/from/argument-propertybag-timezone-string-year-zero.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/from/argument-propertybag-timezone-string.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/from/argument-propertybag-timezone-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/from/argument-string-calendar-annotation.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/from/argument-string-date-with-utc-offset.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/from/argument-string-multiple-calendar.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/from/argument-string-time-separators.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/from/argument-string-time-zone-annotation.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/from/argument-zoneddatetime.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/from/calendar-temporal-object.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/from/order-of-operations.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/from/timezone-case-insensitive.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/from/zoneddatetime-string-multiple-offsets.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/from/zoneddatetime-string.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/add/builtin-calendar-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/add/builtin-timezone-no-observable-calls.js
    R JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/calendar/branding.js
    R JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/calendar/prop-desc.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/calendarId/branding.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/calendarId/builtin-calendar-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/calendarId/prop-desc.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/day/builtin-calendar-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/day/builtin-timezone-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/dayOfWeek/builtin-calendar-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/dayOfWeek/builtin-timezone-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/dayOfYear/builtin-calendar-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/dayOfYear/builtin-timezone-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/daysInMonth/builtin-calendar-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/daysInMonth/builtin-timezone-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/daysInWeek/builtin-calendar-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/daysInWeek/builtin-timezone-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/daysInYear/builtin-calendar-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/daysInYear/builtin-timezone-no-observable-calls.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/epochMicroseconds/basic.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/epochMilliseconds/basic.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/epochSeconds/basic.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/equals/argument-propertybag-calendar-case-insensitive.js
    R JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/equals/argument-propertybag-calendar-instance-does-not-get-calendar-property.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/equals/argument-propertybag-calendar-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/equals/argument-propertybag-calendar-number.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/equals/argument-propertybag-calendar-wrong-type.js
    R JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/equals/argument-propertybag-timezone-instance-does-not-get-timeZone-property.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/equals/argument-propertybag-timezone-string-datetime.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/equals/argument-propertybag-timezone-string-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/equals/argument-propertybag-timezone-string-multiple-offsets.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/equals/argument-propertybag-timezone-string-year-zero.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/equals/argument-propertybag-timezone-string.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/equals/argument-propertybag-timezone-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/equals/argument-string-calendar-annotation.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/equals/argument-string-multiple-calendar.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/equals/builtin-calendar-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/equals/builtin-timezone-no-observable-calls.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/equals/order-of-operations.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/getCalendar/branding.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/getCalendar/builtin.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/getCalendar/length.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/getCalendar/name.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/getCalendar/not-a-constructor.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/getCalendar/prop-desc.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/getISOFields/builtin-timezone-no-observable-calls.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/getISOFields/custom.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/getISOFields/field-names.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/getISOFields/order-of-operations.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/getTimeZone/branding.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/getTimeZone/builtin.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/getTimeZone/length.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/getTimeZone/name.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/getTimeZone/not-a-constructor.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/getTimeZone/prop-desc.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/hour/builtin-timezone-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/inLeapYear/builtin-calendar-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/inLeapYear/builtin-timezone-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/microsecond/builtin-timezone-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/millisecond/builtin-timezone-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/minute/builtin-timezone-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/month/builtin-calendar-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/month/builtin-timezone-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/monthCode/builtin-calendar-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/monthCode/builtin-timezone-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/monthsInYear/builtin-calendar-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/monthsInYear/builtin-timezone-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/nanosecond/builtin-timezone-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/offset/builtin-timezone-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/offsetNanoseconds/builtin-timezone-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/round/builtin-calendar-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/round/builtin-timezone-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/round/order-of-operations.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/second/builtin-timezone-no-observable-calls.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/since/argument-propertybag-calendar-case-insensitive.js
    R JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/since/argument-propertybag-calendar-instance-does-not-get-calendar-property.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/since/argument-propertybag-calendar-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/since/argument-propertybag-calendar-number.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/since/argument-propertybag-calendar-wrong-type.js
    R JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/since/argument-propertybag-timezone-instance-does-not-get-timeZone-property.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/since/argument-propertybag-timezone-string-datetime.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/since/argument-propertybag-timezone-string-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/since/argument-propertybag-timezone-string-multiple-offsets.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/since/argument-propertybag-timezone-string-year-zero.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/since/argument-propertybag-timezone-string.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/since/argument-propertybag-timezone-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/since/argument-string-calendar-annotation.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/since/argument-string-multiple-calendar.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/since/builtin-calendar-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/since/builtin-timezone-no-observable-calls.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/since/order-of-operations.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/startOfDay/builtin-timezone-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/subtract/builtin-calendar-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/subtract/builtin-timezone-no-observable-calls.js
    R JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/timeZone/branding.js
    R JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/timeZone/prop-desc.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/timeZoneId/branding.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/timeZoneId/builtin-timezone-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/timeZoneId/prop-desc.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/toJSON/builtin-calendar-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/toJSON/builtin-timezone-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/toLocaleString/builtin-calendar-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/toLocaleString/builtin-timezone-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/toPlainDate/builtin-timezone-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/toPlainDateTime/builtin-timezone-no-observable-calls.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/toPlainDateTime/plain-custom-timezone.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/toPlainMonthDay/builtin-calendar-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/toPlainMonthDay/builtin-timezone-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/toPlainTime/builtin-timezone-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/toPlainYearMonth/builtin-calendar-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/toPlainYearMonth/builtin-timezone-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/toString/builtin-calendar-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/toString/builtin-timezone-no-observable-calls.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/toString/calendar-tostring.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/toString/calendarname-always.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/toString/calendarname-auto.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/toString/calendarname-critical.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/toString/calendarname-never.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/toString/calendarname-undefined.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/toString/calendarname-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/toString/options-undefined.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/toString/order-of-operations.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/toString/timezonename-auto.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/toString/timezonename-critical.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/toString/timezonename-never.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/until/argument-propertybag-calendar-case-insensitive.js
    R JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/until/argument-propertybag-calendar-instance-does-not-get-calendar-property.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/until/argument-propertybag-calendar-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/until/argument-propertybag-calendar-number.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/until/argument-propertybag-calendar-wrong-type.js
    R JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/until/argument-propertybag-timezone-instance-does-not-get-timeZone-property.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/until/argument-propertybag-timezone-string-datetime.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/until/argument-propertybag-timezone-string-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/until/argument-propertybag-timezone-string-multiple-offsets.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/until/argument-propertybag-timezone-string-year-zero.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/until/argument-propertybag-timezone-string.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/until/argument-propertybag-timezone-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/until/argument-string-calendar-annotation.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/until/argument-string-multiple-calendar.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/until/builtin-calendar-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/until/builtin-timezone-no-observable-calls.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/until/order-of-operations.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/weekOfYear/builtin-calendar-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/weekOfYear/builtin-timezone-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/with/builtin-calendar-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/with/builtin-timezone-no-observable-calls.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/with/timezone-getoffsetnanosecondsfor-not-callable.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/withCalendar/builtin-calendar-no-observable-calls.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/withCalendar/calendar-case-insensitive.js
    R JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/withCalendar/calendar-instance-does-not-get-calendar-property.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/withCalendar/calendar-number.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/withCalendar/calendar-string-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/withCalendar/calendar-string.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/withCalendar/calendar-temporal-object.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/withCalendar/calendar-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/withCalendar/subclassing-ignored.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/withPlainDate/argument-propertybag-calendar-case-insensitive.js
    R JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/withPlainDate/argument-propertybag-calendar-instance-does-not-get-calendar-property.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/withPlainDate/argument-propertybag-calendar-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/withPlainDate/argument-propertybag-calendar-number.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/withPlainDate/argument-propertybag-calendar-wrong-type.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/withPlainDate/argument-string-calendar-annotation.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/withPlainDate/argument-string-multiple-calendar.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/withPlainDate/builtin-calendar-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/withPlainDate/builtin-timezone-no-observable-calls.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/withPlainDate/calendar-temporal-object.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/withPlainTime/argument-string-calendar-annotation.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/withPlainTime/argument-string-multiple-calendar.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/withPlainTime/builtin-timezone-no-observable-calls.js
    R JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/withPlainTime/calendar-temporal-object.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/withTimeZone/builtin-timezone-no-observable-calls.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/withTimeZone/timezone-case-insensitive.js
    R JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/withTimeZone/timezone-instance-does-not-get-timeZone-property.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/withTimeZone/timezone-string-datetime.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/withTimeZone/timezone-string-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/withTimeZone/timezone-string-multiple-offsets.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/withTimeZone/timezone-string-year-zero.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/withTimeZone/timezone-string.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/withTimeZone/timezone-wrong-type.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/year/builtin-calendar-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/year/builtin-timezone-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/yearOfWeek/builtin-calendar-no-observable-calls.js
    A JSTests/test262/test/built-ins/Temporal/ZonedDateTime/prototype/yearOfWeek/builtin-timezone-no-observable-calls.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/timezone-case-insensitive.js
    R JSTests/test262/test/built-ins/Temporal/ZonedDateTime/timezone-instance-does-not-get-timeZone-property.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/timezone-string-datetime.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/timezone-string-leap-second.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/timezone-string-multiple-offsets.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/timezone-string.js
    M JSTests/test262/test/built-ins/Temporal/ZonedDateTime/timezone-wrong-type.js
    A JSTests/test262/test/built-ins/TypedArray/prototype/filter/BigInt/speciesctor-destination-resizable.js
    A JSTests/test262/test/built-ins/TypedArray/prototype/filter/BigInt/speciesctor-get-species-custom-ctor-length-throws-resizable-arraybuffer.js
    A JSTests/test262/test/built-ins/TypedArray/prototype/filter/speciesctor-destination-resizable.js
    A JSTests/test262/test/built-ins/TypedArray/prototype/filter/speciesctor-get-species-custom-ctor-length-throws-resizable-arraybuffer.js
    A JSTests/test262/test/built-ins/TypedArray/prototype/map/BigInt/speciesctor-destination-resizable.js
    A JSTests/test262/test/built-ins/TypedArray/prototype/map/BigInt/speciesctor-get-species-custom-ctor-length-throws-resizable-arraybuffer.js
    A JSTests/test262/test/built-ins/TypedArray/prototype/map/speciesctor-destination-resizable.js
    A JSTests/test262/test/built-ins/TypedArray/prototype/map/speciesctor-get-species-custom-ctor-length-throws-resizable-arraybuffer.js
    A JSTests/test262/test/built-ins/TypedArray/prototype/slice/BigInt/speciesctor-destination-resizable.js
    A JSTests/test262/test/built-ins/TypedArray/prototype/slice/BigInt/speciesctor-get-species-custom-ctor-length-throws-resizable-arraybuffer.js
    A JSTests/test262/test/built-ins/TypedArray/prototype/slice/speciesctor-destination-resizable.js
    A JSTests/test262/test/built-ins/TypedArray/prototype/slice/speciesctor-get-species-custom-ctor-length-throws-resizable-arraybuffer.js
    M JSTests/test262/test/intl402/DateTimeFormat/casing-numbering-system-calendar-options.js
    M JSTests/test262/test/intl402/DateTimeFormat/prototype/format/related-year-zh.js
    R JSTests/test262/test/intl402/DateTimeFormat/prototype/format/temporal-objects-timezone-getoffsetnanosecondsfor-not-callable.js
    A JSTests/test262/test/intl402/DateTimeFormat/prototype/format/temporal-zoneddatetime-not-supported.js
    M JSTests/test262/test/intl402/DateTimeFormat/prototype/format/timedatestyle-en.js
    R JSTests/test262/test/intl402/DateTimeFormat/prototype/formatRange/temporal-objects-timezone-getoffsetnanosecondsfor-not-callable.js
    A JSTests/test262/test/intl402/DateTimeFormat/prototype/formatRange/temporal-zoneddatetime-not-supported.js
    R JSTests/test262/test/intl402/DateTimeFormat/prototype/formatRangeToParts/temporal-objects-timezone-getoffsetnanosecondsfor-not-callable.js
    A JSTests/test262/test/intl402/DateTimeFormat/prototype/formatRangeToParts/temporal-zoneddatetime-not-supported.js
    M JSTests/test262/test/intl402/DateTimeFormat/prototype/formatToParts/main.js
    R JSTests/test262/test/intl402/DateTimeFormat/prototype/formatToParts/temporal-objects-timezone-getoffsetnanosecondsfor-not-callable.js
    A JSTests/test262/test/intl402/DateTimeFormat/prototype/formatToParts/temporal-zoneddatetime-not-supported.js
    M JSTests/test262/test/intl402/DateTimeFormat/prototype/resolvedOptions/hourCycle-timeStyle.js
    M JSTests/test262/test/intl402/DateTimeFormat/prototype/resolvedOptions/hourCycle.js
    A JSTests/test262/test/intl402/DurationFormat/prototype/format/style-default-en.js
    A JSTests/test262/test/intl402/DurationFormat/prototype/format/style-digital-en.js
    A JSTests/test262/test/intl402/DurationFormat/prototype/format/style-long-en.js
    A JSTests/test262/test/intl402/DurationFormat/prototype/format/style-narrow-en.js
    R JSTests/test262/test/intl402/DurationFormat/prototype/format/style-options-en.js
    A JSTests/test262/test/intl402/DurationFormat/prototype/format/style-short-en.js
    A JSTests/test262/test/intl402/DurationFormat/prototype/formatToParts/formatToParts-style-default-en.js
    A JSTests/test262/test/intl402/DurationFormat/prototype/formatToParts/formatToParts-style-digital-en.js
    A JSTests/test262/test/intl402/DurationFormat/prototype/formatToParts/formatToParts-style-long-en.js
    A JSTests/test262/test/intl402/DurationFormat/prototype/formatToParts/formatToParts-style-narrow-en.js
    A JSTests/test262/test/intl402/DurationFormat/prototype/formatToParts/formatToParts-style-short-en.js
    R JSTests/test262/test/intl402/DurationFormat/prototype/formatToParts/formatToParts-styles-en.js
    M JSTests/test262/test/intl402/Intl/supportedValuesOf/calendars-accepted-by-DateTimeFormat.js
    M JSTests/test262/test/intl402/Intl/supportedValuesOf/calendars-accepted-by-DisplayNames.js
    M JSTests/test262/test/intl402/Intl/supportedValuesOf/calendars.js
    M JSTests/test262/test/intl402/Intl/supportedValuesOf/collations-accepted-by-Collator.js
    M JSTests/test262/test/intl402/Intl/supportedValuesOf/collations.js
    M JSTests/test262/test/intl402/Intl/supportedValuesOf/currencies-accepted-by-DisplayNames.js
    M JSTests/test262/test/intl402/Intl/supportedValuesOf/numberingSystems-accepted-by-DateTimeFormat.js
    M JSTests/test262/test/intl402/Intl/supportedValuesOf/numberingSystems-accepted-by-NumberFormat.js
    M JSTests/test262/test/intl402/Intl/supportedValuesOf/numberingSystems-accepted-by-RelativeTimeFormat.js
    M JSTests/test262/test/intl402/Intl/supportedValuesOf/numberingSystems-with-simple-digit-mappings.js
    M JSTests/test262/test/intl402/Intl/supportedValuesOf/units-accepted-by-NumberFormat.js
    M JSTests/test262/test/intl402/Intl/supportedValuesOf/units.js
    M JSTests/test262/test/intl402/Locale/constructor-non-iana-canon.js
    M JSTests/test262/test/intl402/Locale/prototype/collations/output-array-values.js
    M JSTests/test262/test/intl402/Locale/prototype/hourCycles/output-array-values.js
    M JSTests/test262/test/intl402/Locale/prototype/minimize/removing-likely-subtags-first-adds-likely-subtags.js
    M JSTests/test262/test/intl402/NumberFormat/casing-numbering-system-options.js
    M JSTests/test262/test/intl402/PluralRules/prototype/resolvedOptions/pluralCategories.js
    M JSTests/test262/test/intl402/Segmenter/constructor/constructor/locales-valid.js
    A JSTests/test262/test/intl402/Temporal/Calendar/prototype/dateFromFields/one-of-era-erayear-undefined.js
    M JSTests/test262/test/intl402/Temporal/Calendar/prototype/dateFromFields/order-of-operations.js
    A JSTests/test262/test/intl402/Temporal/Calendar/prototype/dateUntil/until-across-lunisolar-leap-months.js
    A JSTests/test262/test/intl402/Temporal/Calendar/prototype/dateUntil/zero-length-duration-result.js
    M JSTests/test262/test/intl402/Temporal/Calendar/prototype/era/argument-propertybag-calendar-case-insensitive.js
    R JSTests/test262/test/intl402/Temporal/Calendar/prototype/era/argument-propertybag-calendar-instance-does-not-get-calendar-property.js
    M JSTests/test262/test/intl402/Temporal/Calendar/prototype/era/argument-propertybag-calendar-leap-second.js
    M JSTests/test262/test/intl402/Temporal/Calendar/prototype/era/argument-propertybag-calendar-number.js
    M JSTests/test262/test/intl402/Temporal/Calendar/prototype/era/argument-propertybag-calendar-wrong-type.js
    M JSTests/test262/test/intl402/Temporal/Calendar/prototype/era/argument-string-calendar-annotation.js
    A JSTests/test262/test/intl402/Temporal/Calendar/prototype/era/argument-string-multiple-calendar.js
    M JSTests/test262/test/intl402/Temporal/Calendar/prototype/eraYear/argument-propertybag-calendar-case-insensitive.js
    R JSTests/test262/test/intl402/Temporal/Calendar/prototype/eraYear/argument-propertybag-calendar-instance-does-not-get-calendar-property.js
    M JSTests/test262/test/intl402/Temporal/Calendar/prototype/eraYear/argument-propertybag-calendar-leap-second.js
    M JSTests/test262/test/intl402/Temporal/Calendar/prototype/eraYear/argument-propertybag-calendar-number.js
    M JSTests/test262/test/intl402/Temporal/Calendar/prototype/eraYear/argument-propertybag-calendar-wrong-type.js
    M JSTests/test262/test/intl402/Temporal/Calendar/prototype/eraYear/argument-string-calendar-annotation.js
    A JSTests/test262/test/intl402/Temporal/Calendar/prototype/eraYear/argument-string-multiple-calendar.js
    M JSTests/test262/test/intl402/Temporal/Calendar/prototype/mergeFields/gregorian-mutually-exclusive-fields.js
    M JSTests/test262/test/intl402/Temporal/Calendar/prototype/mergeFields/japanese-mutually-exclusive-fields.js
    A JSTests/test262/test/intl402/Temporal/Calendar/prototype/monthDayFromFields/one-of-era-erayear-undefined.js
    M JSTests/test262/test/intl402/Temporal/Calendar/prototype/monthDayFromFields/order-of-operations.js
    A JSTests/test262/test/intl402/Temporal/Calendar/prototype/yearMonthFromFields/one-of-era-erayear-undefined.js
    M JSTests/test262/test/intl402/Temporal/Calendar/prototype/yearMonthFromFields/order-of-operations.js
    M JSTests/test262/test/intl402/Temporal/Duration/prototype/round/relativeto-string-datetime.js
    M JSTests/test262/test/intl402/Temporal/Instant/prototype/toString/timezone-offset.js
    M JSTests/test262/test/intl402/Temporal/Instant/prototype/toString/timezone-string-datetime.js
    M JSTests/test262/test/intl402/Temporal/Instant/prototype/toZonedDateTime/timezone-string-datetime.js
    M JSTests/test262/test/intl402/Temporal/Instant/prototype/toZonedDateTimeISO/timezone-string-datetime.js
    M JSTests/test262/test/intl402/Temporal/Now/plainDate/calendar-string.js
    M JSTests/test262/test/intl402/Temporal/Now/plainDateTime/calendar-string.js
    M JSTests/test262/test/intl402/Temporal/Now/plainDateTimeISO/timezone-string-datetime.js
    M JSTests/test262/test/intl402/Temporal/Now/zonedDateTime/calendar-string.js
    M JSTests/test262/test/intl402/Temporal/Now/zonedDateTime/calendar-timezone-string.js
    M JSTests/test262/test/intl402/Temporal/Now/zonedDateTime/timezone-string-datetime.js
    M JSTests/test262/test/intl402/Temporal/Now/zonedDateTimeISO/timezone-string-datetime.js
    M JSTests/test262/test/intl402/Temporal/Now/zonedDateTimeISO/timezone-string.js
    A JSTests/test262/test/intl402/Temporal/PlainDate/prototype/toLocaleString/calendar-mismatch.js
    R JSTests/test262/test/intl402/Temporal/PlainDate/prototype/toLocaleString/timezone-getoffsetnanosecondsfor-not-callable.js
    M JSTests/test262/test/intl402/Temporal/PlainDate/prototype/toZonedDateTime/timezone-string-datetime.js
    A JSTests/test262/test/intl402/Temporal/PlainDateTime/prototype/toLocaleString/calendar-mismatch.js
    R JSTests/test262/test/intl402/Temporal/PlainDateTime/prototype/toLocaleString/timezone-getoffsetnanosecondsfor-not-callable.js
    M JSTests/test262/test/intl402/Temporal/PlainDateTime/prototype/toZonedDateTime/timezone-string-datetime.js
    M JSTests/test262/test/intl402/Temporal/PlainDateTime/prototype/withPlainDate/argument-plaindate-calendar-noniso.js
    M JSTests/test262/test/intl402/Temporal/PlainDateTime/prototype/withPlainDate/argument-plaindate-calendar-same-id.js
    M JSTests/test262/test/intl402/Temporal/PlainDateTime/prototype/withPlainDate/argument-plaindate-calendar-same-object.js
    M JSTests/test262/test/intl402/Temporal/PlainDateTime/prototype/withPlainDate/argument-plaindate-calendar.js
    M JSTests/test262/test/intl402/Temporal/PlainDateTime/prototype/withPlainDate/argument-string-calendar.js
    M JSTests/test262/test/intl402/Temporal/PlainDateTime/prototype/withPlainDate/argument-string-iso-calendar.js
    A JSTests/test262/test/intl402/Temporal/PlainMonthDay/from/reference-date-noniso-calendar.js
    A JSTests/test262/test/intl402/Temporal/PlainMonthDay/prototype/toLocaleString/calendar-mismatch.js
    R JSTests/test262/test/intl402/Temporal/PlainMonthDay/prototype/toLocaleString/timezone-getoffsetnanosecondsfor-not-callable.js
    R JSTests/test262/test/intl402/Temporal/PlainTime/prototype/toLocaleString/timezone-getoffsetnanosecondsfor-not-callable.js
    M JSTests/test262/test/intl402/Temporal/PlainTime/prototype/toZonedDateTime/timezone-string-datetime.js
    A JSTests/test262/test/intl402/Temporal/PlainYearMonth/prototype/toLocaleString/calendar-mismatch.js
    R JSTests/test262/test/intl402/Temporal/PlainYearMonth/prototype/toLocaleString/timezone-getoffsetnanosecondsfor-not-callable.js
    M JSTests/test262/test/intl402/Temporal/TimeZone/from/argument-object.js
    M JSTests/test262/test/intl402/Temporal/TimeZone/from/timezone-string-datetime.js
    M JSTests/test262/test/intl402/Temporal/TimeZone/prototype/getOffsetNanosecondsFor/nanoseconds-subtracted-or-added-at-dst-transition.js
    A JSTests/test262/test/intl402/Temporal/ZonedDateTime/compare/argument-propertybag-timezone-string-datetime.js
    M JSTests/test262/test/intl402/Temporal/ZonedDateTime/from/argument-propertybag-timezone-string-datetime.js
    M JSTests/test262/test/intl402/Temporal/ZonedDateTime/prototype/equals/argument-propertybag-timezone-string-datetime.js
    M JSTests/test262/test/intl402/Temporal/ZonedDateTime/prototype/since/argument-propertybag-timezone-string-datetime.js
    A JSTests/test262/test/intl402/Temporal/ZonedDateTime/prototype/toLocaleString/calendar-mismatch.js
    A JSTests/test262/test/intl402/Temporal/ZonedDateTime/prototype/toLocaleString/custom-time-zone-name-not-supported.js
    M JSTests/test262/test/intl402/Temporal/ZonedDateTime/prototype/toLocaleString/locales-undefined.js
    A JSTests/test262/test/intl402/Temporal/ZonedDateTime/prototype/toLocaleString/offset-time-zone-not-supported.js
    A JSTests/test262/test/intl402/Temporal/ZonedDateTime/prototype/toLocaleString/options-timeZone.js
    A JSTests/test262/test/intl402/Temporal/ZonedDateTime/prototype/toLocaleString/options-timeZoneName-affects-instance-time-zone.js
    M JSTests/test262/test/intl402/Temporal/ZonedDateTime/prototype/toLocaleString/options-undefined.js
    A JSTests/test262/test/intl402/Temporal/ZonedDateTime/prototype/toLocaleString/time-zone-canonicalized.js
    M JSTests/test262/test/intl402/Temporal/ZonedDateTime/prototype/until/argument-propertybag-timezone-string-datetime.js
    M JSTests/test262/test/intl402/Temporal/ZonedDateTime/prototype/withCalendar/calendar-case-insensitive.js
    M JSTests/test262/test/intl402/fallback-locales-are-supported.js
    M JSTests/test262/test/language/expressions/assignmenttargettype/direct-updateexpression-star-star-exponentiationexpression-0.js
    M JSTests/test262/test/language/expressions/assignmenttargettype/direct-updateexpression-star-star-exponentiationexpression-1.js
    M JSTests/test262/test/language/expressions/assignmenttargettype/direct-updateexpression-star-star-exponentiationexpression-2.js
    M JSTests/test262/test/language/expressions/assignmenttargettype/parenthesized-updateexpression-star-star-exponentiationexpression-0.js
    M JSTests/test262/test/language/expressions/assignmenttargettype/parenthesized-updateexpression-star-star-exponentiationexpression-1.js
    M JSTests/test262/test/language/expressions/assignmenttargettype/parenthesized-updateexpression-star-star-exponentiationexpression-2.js
    M JSTests/test262/test/language/expressions/class/cpn-class-expr-accessors-computed-property-name-from-exponetiation-expression.js
    M JSTests/test262/test/language/expressions/class/cpn-class-expr-accessors-computed-property-name-from-math.js
    M JSTests/test262/test/language/expressions/class/cpn-class-expr-computed-property-name-from-exponetiation-expression.js
    M JSTests/test262/test/language/expressions/class/cpn-class-expr-computed-property-name-from-math.js
    M JSTests/test262/test/language/expressions/class/cpn-class-expr-fields-computed-property-name-from-exponetiation-expression.js
    M JSTests/test262/test/language/expressions/class/cpn-class-expr-fields-computed-property-name-from-math.js
    M JSTests/test262/test/language/expressions/class/cpn-class-expr-fields-methods-computed-property-name-from-exponetiation-expression.js
    M JSTests/test262/test/language/expressions/class/cpn-class-expr-fields-methods-computed-property-name-from-math.js
    M JSTests/test262/test/language/expressions/class/decorator/syntax/class-valid/decorator-member-expr-private-identifier.js
    M JSTests/test262/test/language/expressions/class/decorator/syntax/valid/decorator-call-expr-identifier-reference-yield.js
    M JSTests/test262/test/language/expressions/class/decorator/syntax/valid/decorator-call-expr-identifier-reference.js
    M JSTests/test262/test/language/expressions/class/decorator/syntax/valid/decorator-member-expr-decorator-member-expr.js
    M JSTests/test262/test/language/expressions/compound-assignment/left-hand-side-private-reference-accessor-property-exp.js
    M JSTests/test262/test/language/expressions/compound-assignment/left-hand-side-private-reference-data-property-exp.js
    M JSTests/test262/test/language/expressions/compound-assignment/left-hand-side-private-reference-method-exp.js
    M JSTests/test262/test/language/expressions/compound-assignment/left-hand-side-private-reference-readonly-accessor-property-exp.js
    M JSTests/test262/test/language/expressions/dynamic-import/syntax/invalid/invalid-assignmenttargettype-syntax-error-17-lhs-assignment-operator-assignment-expression.js
    M JSTests/test262/test/language/expressions/exponentiation/applying-the-exp-operator_A1.js
    M JSTests/test262/test/language/expressions/exponentiation/applying-the-exp-operator_A11.js
    M JSTests/test262/test/language/expressions/exponentiation/applying-the-exp-operator_A12.js
    M JSTests/test262/test/language/expressions/exponentiation/applying-the-exp-operator_A13.js
    M JSTests/test262/test/language/expressions/exponentiation/applying-the-exp-operator_A14.js
    M JSTests/test262/test/language/expressions/exponentiation/applying-the-exp-operator_A15.js
    M JSTests/test262/test/language/expressions/exponentiation/applying-the-exp-operator_A16.js
    M JSTests/test262/test/language/expressions/exponentiation/applying-the-exp-operator_A17.js
    M JSTests/test262/test/language/expressions/exponentiation/applying-the-exp-operator_A18.js
    M JSTests/test262/test/language/expressions/exponentiation/applying-the-exp-operator_A19.js
    M JSTests/test262/test/language/expressions/exponentiation/applying-the-exp-operator_A2.js
    M JSTests/test262/test/language/expressions/exponentiation/applying-the-exp-operator_A20.js
    M JSTests/test262/test/language/expressions/exponentiation/applying-the-exp-operator_A21.js
    M JSTests/test262/test/language/expressions/exponentiation/applying-the-exp-operator_A22.js
    M JSTests/test262/test/language/expressions/exponentiation/applying-the-exp-operator_A23.js
    M JSTests/test262/test/language/expressions/exponentiation/applying-the-exp-operator_A3.js
    M JSTests/test262/test/language/expressions/exponentiation/applying-the-exp-operator_A4.js
    M JSTests/test262/test/language/expressions/exponentiation/applying-the-exp-operator_A5.js
    M JSTests/test262/test/language/expressions/exponentiation/applying-the-exp-operator_A6.js
    M JSTests/test262/test/language/expressions/exponentiation/applying-the-exp-operator_A7.js
    M JSTests/test262/test/language/expressions/exponentiation/applying-the-exp-operator_A8.js
    M JSTests/test262/test/language/expressions/exponentiation/applying-the-exp-operator_A9.js
    M JSTests/test262/test/language/expressions/exponentiation/bigint-and-number.js
    M JSTests/test262/test/language/expressions/exponentiation/bigint-arithmetic.js
    M JSTests/test262/test/language/expressions/exponentiation/bigint-errors.js
    M JSTests/test262/test/language/expressions/exponentiation/bigint-negative-exponent-throws.js
    M JSTests/test262/test/language/expressions/exponentiation/bigint-toprimitive.js
    M JSTests/test262/test/language/expressions/exponentiation/bigint-wrapped-values.js
    M JSTests/test262/test/language/expressions/exponentiation/bigint-zero-base-zero-exponent.js
    M JSTests/test262/test/language/expressions/exponentiation/exp-assignment-operator.js
    M JSTests/test262/test/language/expressions/exponentiation/exp-operator-evaluation-order.js
    M JSTests/test262/test/language/expressions/exponentiation/exp-operator-precedence-unary-expression-semantics.js
    M JSTests/test262/test/language/expressions/exponentiation/exp-operator-precedence-update-expression-semantics.js
    M JSTests/test262/test/language/expressions/exponentiation/exp-operator-syntax-error-bitnot-unary-expression-base.js
    M JSTests/test262/test/language/expressions/exponentiation/exp-operator-syntax-error-delete-unary-expression-base.js
    M JSTests/test262/test/language/expressions/exponentiation/exp-operator-syntax-error-logical-not-unary-expression-base.js
    M JSTests/test262/test/language/expressions/exponentiation/exp-operator-syntax-error-negate-unary-expression-base.js
    M JSTests/test262/test/language/expressions/exponentiation/exp-operator-syntax-error-plus-unary-expression-base.js
    M JSTests/test262/test/language/expressions/exponentiation/exp-operator-syntax-error-typeof-unary-expression-base.js
    M JSTests/test262/test/language/expressions/exponentiation/exp-operator-syntax-error-void-unary-expression-base.js
    M JSTests/test262/test/language/expressions/exponentiation/exp-operator.js
    M JSTests/test262/test/language/expressions/exponentiation/int32_min-exponent.js
    M JSTests/test262/test/language/expressions/exponentiation/order-of-evaluation.js
    M JSTests/test262/test/language/expressions/object/cpn-obj-lit-computed-property-name-from-exponetiation-expression.js
    M JSTests/test262/test/language/expressions/object/cpn-obj-lit-computed-property-name-from-math.js
    A JSTests/test262/test/language/expressions/postfix-decrement/this.js
    A JSTests/test262/test/language/expressions/postfix-increment/this.js
    A JSTests/test262/test/language/expressions/prefix-decrement/this.js
    A JSTests/test262/test/language/expressions/prefix-increment/this.js
    M JSTests/test262/test/language/module-code/instn-iee-err-ambiguous-as.js
    M JSTests/test262/test/language/module-code/instn-iee-err-ambiguous.js
    M JSTests/test262/test/language/module-code/instn-iee-err-circular-as.js
    M JSTests/test262/test/language/module-code/instn-iee-err-circular.js
    M JSTests/test262/test/language/module-code/instn-iee-err-dflt-thru-star-as.js
    M JSTests/test262/test/language/module-code/instn-iee-err-dflt-thru-star.js
    M JSTests/test262/test/language/module-code/instn-iee-err-not-found-as.js
    M JSTests/test262/test/language/module-code/instn-iee-err-not-found.js
    M JSTests/test262/test/language/module-code/instn-named-err-ambiguous-as.js
    M JSTests/test262/test/language/module-code/instn-named-err-ambiguous.js
    M JSTests/test262/test/language/module-code/instn-named-err-dflt-thru-star-as.js
    M JSTests/test262/test/language/module-code/instn-named-err-dflt-thru-star-dflt.js
    M JSTests/test262/test/language/module-code/instn-named-err-not-found-as.js
    M JSTests/test262/test/language/module-code/instn-named-err-not-found-dflt.js
    M JSTests/test262/test/language/module-code/instn-named-err-not-found.js
    M JSTests/test262/test/language/module-code/instn-star-err-not-found.js
    M JSTests/test262/test/language/statements/class/cpn-class-decl-accessors-computed-property-name-from-exponetiation-expression.js
    M JSTests/test262/test/language/statements/class/cpn-class-decl-accessors-computed-property-name-from-math.js
    M JSTests/test262/test/language/statements/class/cpn-class-decl-computed-property-name-from-exponetiation-expression.js
    M JSTests/test262/test/language/statements/class/cpn-class-decl-computed-property-name-from-math.js
    M JSTests/test262/test/language/statements/class/cpn-class-decl-fields-computed-property-name-from-exponetiation-expression.js
    M JSTests/test262/test/language/statements/class/cpn-class-decl-fields-computed-property-name-from-math.js
    M JSTests/test262/test/language/statements/class/cpn-class-decl-fields-methods-computed-property-name-from-exponetiation-expression.js
    M JSTests/test262/test/language/statements/class/cpn-class-decl-fields-methods-computed-property-name-from-math.js
    M JSTests/test262/test/language/statements/class/decorator/syntax/class-valid/decorator-member-expr-private-identifier.js
    M JSTests/test262/test/language/statements/class/decorator/syntax/valid/class-element-decorator-call-expr-identifier-reference.js
    M JSTests/test262/test/language/statements/class/decorator/syntax/valid/class-element-decorator-member-expr-decorator-member-expr.js
    M JSTests/test262/test/language/statements/class/decorator/syntax/valid/decorator-call-expr-identifier-reference-yield.js
    M JSTests/test262/test/language/statements/class/decorator/syntax/valid/decorator-call-expr-identifier-reference.js
    M JSTests/test262/test/language/statements/class/decorator/syntax/valid/decorator-member-expr-decorator-member-expr.js
    M JSTests/test262/test/staging/ArrayBuffer/resizable/includes-parameter-conversion-resizes.js
    M JSTests/test262/test/staging/ArrayBuffer/resizable/includes.js
    M JSTests/test262/test/staging/ArrayBuffer/resizable/sort-callback-shrinks.js
    M JSTests/test262/test/staging/Intl402/Temporal/old/date-time-format.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/japanese-era.js
    M JSTests/test262/test/staging/Intl402/Temporal/old/monthday-toLocaleString.js
    M JSTests/test262/test/staging/Intl402/Temporal/old/non-iso-calendars.js
    M JSTests/test262/test/staging/Intl402/Temporal/old/yearmonth-toLocaleString.js
    R JSTests/test262/test/staging/Intl402/Temporal/old/zoneddatetime-toLocaleString.js
    A JSTests/test262/test/staging/JSON/json-parse-with-source-snapshot.js
    A JSTests/test262/test/staging/JSON/json-parse-with-source.js
    M JSTests/test262/test/staging/Temporal/Instant/old/toZonedDateTime.js
    M JSTests/test262/test/staging/Temporal/Regex/old/plaindate.js
    M JSTests/test262/test/staging/Temporal/Regex/old/plaindatetime.js
    M JSTests/test262/test/staging/Temporal/Regex/old/plainmonthday.js
    M JSTests/test262/test/staging/Temporal/Regex/old/plainyearmonth.js
    M JSTests/test262/test/staging/Temporal/UserCalendar/old/calendar-extra-fields.js
    M JSTests/test262/test/staging/Temporal/UserCalendar/old/calendar-non-trivial-mergefields.js
    M JSTests/test262/test/staging/Temporal/UserCalendar/old/trivial-protocol-implementation.js
    M JSTests/test262/test/staging/Temporal/UserCalendar/old/trivial-subclass.js
    M JSTests/test262/test/staging/Temporal/UserTimezone/old/subminute-offset.js
    M JSTests/test262/test/staging/Temporal/UserTimezone/old/trivial-protocol.js
    M JSTests/test262/test/staging/Temporal/UserTimezone/old/trivial-subclass.js
    M JSTests/test262/test/staging/Temporal/ZonedDateTime/old/compare.js
    M JSTests/test262/test/staging/Temporal/ZonedDateTime/old/construction-and-properties.js
    M JSTests/test262/test/staging/Temporal/ZonedDateTime/old/equals.js
    M JSTests/test262/test/staging/Temporal/ZonedDateTime/old/since.js
    M JSTests/test262/test/staging/Temporal/ZonedDateTime/old/toPlainDate.js
    M JSTests/test262/test/staging/Temporal/ZonedDateTime/old/toPlainMonthDay.js
    M JSTests/test262/test/staging/Temporal/ZonedDateTime/old/toPlainYearMonth.js
    M JSTests/test262/test/staging/Temporal/ZonedDateTime/old/toString.js
    M JSTests/test262/test/staging/Temporal/ZonedDateTime/old/until.js
    M JSTests/test262/test/staging/Temporal/ZonedDateTime/old/withCalendar.js
    M JSTests/test262/test/staging/Temporal/ZonedDateTime/old/withPlainDate.js
    M JSTests/test262/test/staging/Temporal/ZonedDateTime/old/withTimezone.js
    M JSTests/test262/test262-Revision.txt

  Log Message:
  -----------
  Update test262 7/3
https://bugs.webkit.org/show_bug.cgi?id=258846
rdar://111724018

Reviewed by Keith Miller and Mark Lam.

Mechanically update it to ToT version. We should update test262
mechanically to reduce the cost of update of test262.

* JSTests/test262/config.yaml:
* JSTests/test262/expectations.yaml:

Canonical link: https://commits.webkit.org/265911@main




More information about the webkit-changes mailing list