Source code

Revision control

Copy as Markdown

Other Tools

# Manifest entries for imported test suites whose individual test cases
# we don't want to change.
# Skip the folder with tests for the scripts
skip include test/jstests.list
skip script non262/String/normalize-generateddata-input.js # input data for other test
# Timeouts on arm and cgc builds.
slow script test262/built-ins/decodeURI/S15.1.3.1_A2.5_T1.js
slow script test262/built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1.js
###########################################################################
# Generated jstests.list for test262 when inline |reftest| isn't possible #
###########################################################################
include test262/jstests.list
#################################################################
# Tests disabled due to intentional alternative implementations #
#################################################################
# Legacy "caller" and "arguments" implemented as accessor properties on Function.prototype.
skip script test262/built-ins/Function/prototype/restricted-property-arguments.js
skip script test262/built-ins/Function/prototype/restricted-property-caller.js
skip script test262/built-ins/ThrowTypeError/unique-per-realm-function-proto.js
#########################################################################
# Test262 tests disabled when features are only conditionally available #
#########################################################################
skip-if(!String.prototype.normalize) include test262/built-ins/String/prototype/normalize/jstests.list
# Requires ICU to detect Final_Sigma case mapping context
skip-if(!this.hasOwnProperty("Intl")) script test262/built-ins/String/prototype/toLowerCase/Final_Sigma_U180E.js
skip-if(!this.hasOwnProperty("Intl")) script test262/built-ins/String/prototype/toLowerCase/special_casing_conditional.js
skip-if(!this.hasOwnProperty("Intl")) script test262/built-ins/String/prototype/toLocaleLowerCase/Final_Sigma_U180E.js
skip-if(!this.hasOwnProperty("Intl")) script test262/built-ins/String/prototype/toLocaleLowerCase/special_casing_conditional.js
# Skip intl402 tests when Intl isn't available.
skip-if(!this.hasOwnProperty("Intl")) include test262/intl402/jstests.list
skip-if(!this.hasOwnProperty("Atomics")) include test262/built-ins/Atomics/jstests.list
skip-if(!this.hasOwnProperty("SharedArrayBuffer")) include test262/built-ins/SharedArrayBuffer/jstests.list
skip script test262/built-ins/FinalizationRegistry/prototype/register/return-undefined-register-symbol.js
skip script test262/built-ins/FinalizationRegistry/prototype/unregister/unregister-symbol-token.js
skip script test262/built-ins/WeakRef/returns-new-object-from-constructor-with-symbol-target.js
skip script test262/built-ins/WeakRef/prototype/deref/return-symbol-target.js
#####################################
# Test262 tests disabled on browser #
#####################################
# Defines a non-configurable property on the WindowProxy object.
skip-if(!xulRuntime.shell) script test262/annexB/language/eval-code/direct/global-block-decl-eval-global-existing-global-init.js
skip-if(!xulRuntime.shell) script test262/annexB/language/eval-code/direct/global-block-decl-eval-global-existing-global-update.js
skip-if(!xulRuntime.shell) script test262/annexB/language/eval-code/direct/global-if-decl-else-decl-a-eval-global-existing-global-init.js
skip-if(!xulRuntime.shell) script test262/annexB/language/eval-code/direct/global-if-decl-else-decl-a-eval-global-existing-global-update.js
skip-if(!xulRuntime.shell) script test262/annexB/language/eval-code/direct/global-if-decl-else-decl-b-eval-global-existing-global-init.js
skip-if(!xulRuntime.shell) script test262/annexB/language/eval-code/direct/global-if-decl-else-decl-b-eval-global-existing-global-update.js
skip-if(!xulRuntime.shell) script test262/annexB/language/eval-code/direct/global-if-decl-else-stmt-eval-global-existing-global-init.js
skip-if(!xulRuntime.shell) script test262/annexB/language/eval-code/direct/global-if-decl-else-stmt-eval-global-existing-global-update.js
skip-if(!xulRuntime.shell) script test262/annexB/language/eval-code/direct/global-if-decl-no-else-eval-global-existing-global-init.js
skip-if(!xulRuntime.shell) script test262/annexB/language/eval-code/direct/global-if-decl-no-else-eval-global-existing-global-update.js
skip-if(!xulRuntime.shell) script test262/annexB/language/eval-code/direct/global-if-stmt-else-decl-eval-global-existing-global-init.js
skip-if(!xulRuntime.shell) script test262/annexB/language/eval-code/direct/global-if-stmt-else-decl-eval-global-existing-global-update.js
skip-if(!xulRuntime.shell) script test262/annexB/language/eval-code/direct/global-switch-case-eval-global-existing-global-init.js
skip-if(!xulRuntime.shell) script test262/annexB/language/eval-code/direct/global-switch-case-eval-global-existing-global-update.js
skip-if(!xulRuntime.shell) script test262/annexB/language/eval-code/direct/global-switch-dflt-eval-global-existing-global-init.js
skip-if(!xulRuntime.shell) script test262/annexB/language/eval-code/direct/global-switch-dflt-eval-global-existing-global-update.js
skip-if(!xulRuntime.shell) script test262/annexB/language/eval-code/indirect/global-block-decl-eval-global-existing-global-init.js
skip-if(!xulRuntime.shell) script test262/annexB/language/eval-code/indirect/global-block-decl-eval-global-existing-global-update.js
skip-if(!xulRuntime.shell) script test262/annexB/language/eval-code/indirect/global-if-decl-else-decl-a-eval-global-existing-global-init.js
skip-if(!xulRuntime.shell) script test262/annexB/language/eval-code/indirect/global-if-decl-else-decl-a-eval-global-existing-global-update.js
skip-if(!xulRuntime.shell) script test262/annexB/language/eval-code/indirect/global-if-decl-else-decl-b-eval-global-existing-global-init.js
skip-if(!xulRuntime.shell) script test262/annexB/language/eval-code/indirect/global-if-decl-else-decl-b-eval-global-existing-global-update.js
skip-if(!xulRuntime.shell) script test262/annexB/language/eval-code/indirect/global-if-decl-else-stmt-eval-global-existing-global-init.js
skip-if(!xulRuntime.shell) script test262/annexB/language/eval-code/indirect/global-if-decl-else-stmt-eval-global-existing-global-update.js
skip-if(!xulRuntime.shell) script test262/annexB/language/eval-code/indirect/global-if-decl-no-else-eval-global-existing-global-init.js
skip-if(!xulRuntime.shell) script test262/annexB/language/eval-code/indirect/global-if-decl-no-else-eval-global-existing-global-update.js
skip-if(!xulRuntime.shell) script test262/annexB/language/eval-code/indirect/global-if-stmt-else-decl-eval-global-existing-global-init.js
skip-if(!xulRuntime.shell) script test262/annexB/language/eval-code/indirect/global-if-stmt-else-decl-eval-global-existing-global-update.js
skip-if(!xulRuntime.shell) script test262/annexB/language/eval-code/indirect/global-switch-case-eval-global-existing-global-init.js
skip-if(!xulRuntime.shell) script test262/annexB/language/eval-code/indirect/global-switch-case-eval-global-existing-global-update.js
skip-if(!xulRuntime.shell) script test262/annexB/language/eval-code/indirect/global-switch-dflt-eval-global-existing-global-init.js
skip-if(!xulRuntime.shell) script test262/annexB/language/eval-code/indirect/global-switch-dflt-eval-global-existing-global-update.js
skip-if(!xulRuntime.shell) script test262/language/eval-code/direct/var-env-func-init-global-update-non-configurable.js
skip-if(!xulRuntime.shell) script test262/language/eval-code/indirect/var-env-func-init-global-update-non-configurable.js
skip-if(!xulRuntime.shell) script test262/language/global-code/script-decl-lex-restricted-global.js
skip-if(!xulRuntime.shell) script test262/language/global-code/script-decl-var.js
skip-if(!xulRuntime.shell) script test262/language/global-code/script-decl-func-err-non-configurable.js
skip-if(!xulRuntime.shell) script test262/language/global-code/script-decl-func.js
skip-if(!xulRuntime.shell) script test262/built-ins/Array/prototype/methods-called-as-functions.js
# Calls preventExtensions() on the WindowProxy object.
skip-if(!xulRuntime.shell) script test262/language/global-code/script-decl-func-err-non-extensible.js
skip-if(!xulRuntime.shell) script test262/language/global-code/script-decl-lex.js
skip-if(!xulRuntime.shell) script test262/language/global-code/script-decl-var-err.js
# Global var-bindings are configurable in a browser environment.
skip-if(!xulRuntime.shell) script test262/annexB/language/global-code/block-decl-global-existing-global-init.js
skip-if(!xulRuntime.shell) script test262/annexB/language/global-code/block-decl-global-init.js
skip-if(!xulRuntime.shell) script test262/annexB/language/global-code/if-decl-else-decl-a-global-existing-global-init.js
skip-if(!xulRuntime.shell) script test262/annexB/language/global-code/if-decl-else-decl-a-global-init.js
skip-if(!xulRuntime.shell) script test262/annexB/language/global-code/if-decl-else-decl-b-global-existing-global-init.js
skip-if(!xulRuntime.shell) script test262/annexB/language/global-code/if-decl-else-decl-b-global-init.js
skip-if(!xulRuntime.shell) script test262/annexB/language/global-code/if-decl-else-stmt-global-existing-global-init.js
skip-if(!xulRuntime.shell) script test262/annexB/language/global-code/if-decl-else-stmt-global-init.js
skip-if(!xulRuntime.shell) script test262/annexB/language/global-code/if-decl-no-else-global-existing-global-init.js
skip-if(!xulRuntime.shell) script test262/annexB/language/global-code/if-decl-no-else-global-init.js
skip-if(!xulRuntime.shell) script test262/annexB/language/global-code/if-stmt-else-decl-global-existing-global-init.js
skip-if(!xulRuntime.shell) script test262/annexB/language/global-code/if-stmt-else-decl-global-init.js
skip-if(!xulRuntime.shell) script test262/annexB/language/global-code/switch-case-global-existing-global-init.js
skip-if(!xulRuntime.shell) script test262/annexB/language/global-code/switch-case-global-init.js
skip-if(!xulRuntime.shell) script test262/annexB/language/global-code/switch-dflt-global-existing-global-init.js
skip-if(!xulRuntime.shell) script test262/annexB/language/global-code/switch-dflt-global-init.js
skip-if(!xulRuntime.shell) script test262/language/eval-code/direct/var-env-var-init-global-exstng.js
skip-if(!xulRuntime.shell) script test262/language/eval-code/indirect/var-env-var-init-global-exstng.js
skip-if(!xulRuntime.shell) script test262/language/global-code/decl-func.js
skip-if(!xulRuntime.shell) script test262/language/global-code/decl-var.js
# Atomics tests (Atomics/notify, Atomics/wait) are disabled because our $.agent implementation needs getSharedArrayBuffer, setSharedArrayBuffer and evalInWorker: https://bugzilla.mozilla.org/show_bug.cgi?id=1598612
skip-if(!xulRuntime.shell) include test262/built-ins/Atomics/notify/jstests.list
skip-if(!xulRuntime.shell) include test262/built-ins/Atomics/wait/jstests.list
# Depends upon the SharedArrayBuffer constructor being defined as a global
# property -- and right now, it's only defined for cross-site-isolated pages
# that request it using COOP/COEP.
fails-if(!xulRuntime.shell) script test262/built-ins/ArrayBuffer/prototype/byteLength/this-is-sharedarraybuffer.js
fails-if(!xulRuntime.shell) script test262/built-ins/ArrayBuffer/prototype/detached/this-is-sharedarraybuffer-resizable.js
fails-if(!xulRuntime.shell) script test262/built-ins/ArrayBuffer/prototype/detached/this-is-sharedarraybuffer.js
fails-if(!xulRuntime.shell) script test262/built-ins/ArrayBuffer/prototype/slice/this-is-sharedarraybuffer.js
fails-if(!xulRuntime.shell) script test262/built-ins/ArrayBuffer/prototype/transfer/this-is-sharedarraybuffer.js
fails-if(!xulRuntime.shell) script test262/built-ins/ArrayBuffer/prototype/transferToFixedLength/this-is-sharedarraybuffer.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/add/bigint/bad-range.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/add/bigint/good-views.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/add/validate-arraytype-before-index-coercion.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/add/validate-arraytype-before-value-coercion.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/add/bad-range.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/add/expected-return-value.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/add/good-views.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/add/non-views.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/and/bigint/bad-range.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/and/bigint/good-views.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/and/validate-arraytype-before-index-coercion.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/and/validate-arraytype-before-value-coercion.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/and/bad-range.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/and/expected-return-value.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/and/good-views.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/and/non-views.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/compareExchange/bigint/bad-range.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/compareExchange/bigint/good-views.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/compareExchange/validate-arraytype-before-expectedValue-coercion.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/compareExchange/validate-arraytype-before-index-coercion.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/compareExchange/validate-arraytype-before-replacementValue-coercion.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/compareExchange/bad-range.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/compareExchange/expected-return-value.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/compareExchange/good-views.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/compareExchange/non-views.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/exchange/bigint/bad-range.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/exchange/bigint/good-views.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/exchange/validate-arraytype-before-index-coercion.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/exchange/validate-arraytype-before-value-coercion.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/exchange/bad-range.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/exchange/expected-return-value.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/exchange/good-views.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/exchange/non-views.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/load/bigint/bad-range.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/load/bigint/good-views.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/load/validate-arraytype-before-index-coercion.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/load/bad-range.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/load/expected-return-value.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/load/good-views.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/load/non-views.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/or/bigint/bad-range.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/or/bigint/good-views.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/or/validate-arraytype-before-index-coercion.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/or/validate-arraytype-before-value-coercion.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/or/bad-range.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/or/expected-return-value.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/or/good-views.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/or/non-views.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/store/bigint/bad-range.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/store/bigint/good-views.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/store/validate-arraytype-before-index-coercion.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/store/validate-arraytype-before-value-coercion.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/store/bad-range.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/store/expected-return-value-negative-zero.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/store/expected-return-value.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/store/good-views.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/store/non-views.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/sub/bigint/bad-range.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/sub/bigint/good-views.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/sub/validate-arraytype-before-index-coercion.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/sub/validate-arraytype-before-value-coercion.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/sub/bad-range.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/sub/expected-return-value.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/sub/good-views.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/sub/non-views.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/xor/bigint/bad-range.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/xor/bigint/good-views.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/xor/validate-arraytype-before-index-coercion.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/xor/validate-arraytype-before-value-coercion.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/xor/bad-range.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/xor/expected-return-value.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/xor/good-views.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/xor/non-views.js
fails-if(!xulRuntime.shell) script test262/built-ins/DataView/buffer-does-not-have-arraybuffer-data-throws-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/DataView/buffer-reference-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/DataView/byteoffset-is-negative-throws-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/DataView/custom-proto-access-throws-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/DataView/custom-proto-if-not-object-fallbacks-to-default-prototype-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/DataView/custom-proto-if-object-is-used-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/DataView/defined-bytelength-and-byteoffset-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/DataView/defined-byteoffset-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/DataView/defined-byteoffset-undefined-bytelength-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/DataView/excessive-bytelength-throws-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/DataView/excessive-byteoffset-throws-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/DataView/instance-extensibility-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/DataView/negative-bytelength-throws-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/DataView/negative-byteoffset-throws-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/DataView/newtarget-undefined-throws-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/DataView/prototype/buffer/return-buffer-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/DataView/prototype/buffer/this-has-no-dataview-internal-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/DataView/prototype/byteLength/return-bytelength-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/DataView/prototype/byteLength/this-has-no-dataview-internal-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/DataView/prototype/byteOffset/return-byteoffset-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/DataView/prototype/byteOffset/this-has-no-dataview-internal-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/DataView/prototype/getInt32/index-is-out-of-range-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/DataView/prototype/getInt32/negative-byteoffset-throws-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/DataView/prototype/getInt32/return-abrupt-from-tonumber-byteoffset-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/DataView/prototype/getInt32/return-abrupt-from-tonumber-byteoffset-symbol-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/DataView/prototype/getInt32/return-value-clean-arraybuffer-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/DataView/prototype/getInt32/return-values-custom-offset-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/DataView/prototype/getInt32/return-values-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/DataView/prototype/getInt32/this-has-no-dataview-internal-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/DataView/prototype/getInt32/to-boolean-littleendian-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/DataView/prototype/getInt32/toindex-byteoffset-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/DataView/proto-from-ctor-realm-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/DataView/return-abrupt-tonumber-bytelength-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/DataView/return-abrupt-tonumber-bytelength-symbol-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/DataView/return-abrupt-tonumber-byteoffset-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/DataView/return-abrupt-tonumber-byteoffset-symbol-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/DataView/return-instance-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/DataView/toindex-bytelength-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/DataView/toindex-byteoffset-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/SharedArrayBuffer/prototype/byteLength/invoked-as-accessor.js
fails-if(!xulRuntime.shell) script test262/built-ins/SharedArrayBuffer/prototype/byteLength/invoked-as-func.js
fails-if(!xulRuntime.shell) script test262/built-ins/SharedArrayBuffer/prototype/byteLength/length.js
fails-if(!xulRuntime.shell) script test262/built-ins/SharedArrayBuffer/prototype/byteLength/name.js
fails-if(!xulRuntime.shell) script test262/built-ins/SharedArrayBuffer/prototype/byteLength/prop-desc.js
fails-if(!xulRuntime.shell) script test262/built-ins/SharedArrayBuffer/prototype/byteLength/return-bytelength.js
fails-if(!xulRuntime.shell) script test262/built-ins/SharedArrayBuffer/prototype/byteLength/this-has-no-typedarrayname-internal.js
fails-if(!xulRuntime.shell) script test262/built-ins/SharedArrayBuffer/prototype/byteLength/this-is-arraybuffer.js
fails-if(!xulRuntime.shell) script test262/built-ins/SharedArrayBuffer/prototype/byteLength/this-is-not-object.js
fails-if(!xulRuntime.shell) script test262/built-ins/SharedArrayBuffer/prototype/slice/context-is-not-arraybuffer-object.js
fails-if(!xulRuntime.shell) script test262/built-ins/SharedArrayBuffer/prototype/slice/context-is-not-object.js
fails-if(!xulRuntime.shell) script test262/built-ins/SharedArrayBuffer/prototype/slice/descriptor.js
fails-if(!xulRuntime.shell) script test262/built-ins/SharedArrayBuffer/prototype/slice/end-default-if-absent.js
fails-if(!xulRuntime.shell) script test262/built-ins/SharedArrayBuffer/prototype/slice/end-default-if-undefined.js
fails-if(!xulRuntime.shell) script test262/built-ins/SharedArrayBuffer/prototype/slice/end-exceeds-length.js
fails-if(!xulRuntime.shell) script test262/built-ins/SharedArrayBuffer/prototype/slice/extensible.js
fails-if(!xulRuntime.shell) script test262/built-ins/SharedArrayBuffer/prototype/slice/length.js
fails-if(!xulRuntime.shell) script test262/built-ins/SharedArrayBuffer/prototype/slice/name.js
fails-if(!xulRuntime.shell) script test262/built-ins/SharedArrayBuffer/prototype/slice/negative-end.js
fails-if(!xulRuntime.shell) script test262/built-ins/SharedArrayBuffer/prototype/slice/negative-start.js
fails-if(!xulRuntime.shell) script test262/built-ins/SharedArrayBuffer/prototype/slice/nonconstructor.js
fails-if(!xulRuntime.shell) script test262/built-ins/SharedArrayBuffer/prototype/slice/number-conversion.js
fails-if(!xulRuntime.shell) script test262/built-ins/SharedArrayBuffer/prototype/slice/species-constructor-is-not-object.js
fails-if(!xulRuntime.shell) script test262/built-ins/SharedArrayBuffer/prototype/slice/species-constructor-is-undefined.js
fails-if(!xulRuntime.shell) script test262/built-ins/SharedArrayBuffer/prototype/slice/species-is-not-constructor.js
fails-if(!xulRuntime.shell) script test262/built-ins/SharedArrayBuffer/prototype/slice/species-is-not-object.js
fails-if(!xulRuntime.shell) script test262/built-ins/SharedArrayBuffer/prototype/slice/species-is-null.js
fails-if(!xulRuntime.shell) script test262/built-ins/SharedArrayBuffer/prototype/slice/species-is-undefined.js
fails-if(!xulRuntime.shell) script test262/built-ins/SharedArrayBuffer/prototype/slice/species-returns-larger-arraybuffer.js
fails-if(!xulRuntime.shell) script test262/built-ins/SharedArrayBuffer/prototype/slice/species-returns-not-arraybuffer.js
fails-if(!xulRuntime.shell) script test262/built-ins/SharedArrayBuffer/prototype/slice/species-returns-same-arraybuffer.js
fails-if(!xulRuntime.shell) script test262/built-ins/SharedArrayBuffer/prototype/slice/species-returns-smaller-arraybuffer.js
fails-if(!xulRuntime.shell) script test262/built-ins/SharedArrayBuffer/prototype/slice/species.js
fails-if(!xulRuntime.shell) script test262/built-ins/SharedArrayBuffer/prototype/slice/start-default-if-absent.js
fails-if(!xulRuntime.shell) script test262/built-ins/SharedArrayBuffer/prototype/slice/start-default-if-undefined.js
fails-if(!xulRuntime.shell) script test262/built-ins/SharedArrayBuffer/prototype/slice/start-exceeds-end.js
fails-if(!xulRuntime.shell) script test262/built-ins/SharedArrayBuffer/prototype/slice/start-exceeds-length.js
fails-if(!xulRuntime.shell) script test262/built-ins/SharedArrayBuffer/prototype/slice/this-is-arraybuffer.js
fails-if(!xulRuntime.shell) script test262/built-ins/SharedArrayBuffer/prototype/slice/tointeger-conversion-end.js
fails-if(!xulRuntime.shell) script test262/built-ins/SharedArrayBuffer/prototype/slice/tointeger-conversion-start.js
fails-if(!xulRuntime.shell) script test262/built-ins/SharedArrayBuffer/prototype/Symbol.toStringTag.js
fails-if(!xulRuntime.shell) script test262/built-ins/SharedArrayBuffer/prototype/prop-desc.js
fails-if(!xulRuntime.shell) script test262/built-ins/SharedArrayBuffer/prototype/constructor.js
fails-if(!xulRuntime.shell) script test262/built-ins/SharedArrayBuffer/allocation-limit.js
fails-if(!xulRuntime.shell) script test262/built-ins/SharedArrayBuffer/data-allocation-after-object-creation.js
fails-if(!xulRuntime.shell) script test262/built-ins/SharedArrayBuffer/init-zero.js
fails-if(!xulRuntime.shell) script test262/built-ins/SharedArrayBuffer/length-is-absent.js
fails-if(!xulRuntime.shell) script test262/built-ins/SharedArrayBuffer/length-is-too-large-throws.js
fails-if(!xulRuntime.shell) script test262/built-ins/SharedArrayBuffer/length.js
fails-if(!xulRuntime.shell) script test262/built-ins/SharedArrayBuffer/negative-length-throws.js
fails-if(!xulRuntime.shell) script test262/built-ins/SharedArrayBuffer/newtarget-prototype-is-not-object.js
fails-if(!xulRuntime.shell) script test262/built-ins/SharedArrayBuffer/proto-from-ctor-realm.js
fails-if(!xulRuntime.shell) script test262/built-ins/SharedArrayBuffer/prototype-from-newtarget.js
fails-if(!xulRuntime.shell) script test262/built-ins/SharedArrayBuffer/return-abrupt-from-length-symbol.js
fails-if(!xulRuntime.shell) script test262/built-ins/SharedArrayBuffer/return-abrupt-from-length.js
fails-if(!xulRuntime.shell) script test262/built-ins/SharedArrayBuffer/toindex-length.js
fails-if(!xulRuntime.shell) script test262/built-ins/SharedArrayBuffer/undefined-newtarget-throws.js
fails-if(!xulRuntime.shell) script test262/built-ins/SharedArrayBuffer/zero-length.js
fails-if(!xulRuntime.shell) script test262/built-ins/TypedArrayConstructors/ctors/buffer-arg/excessive-length-throws-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/TypedArrayConstructors/ctors/buffer-arg/excessive-offset-throws-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/TypedArrayConstructors/ctors/buffer-arg/invoked-with-undefined-newtarget-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/TypedArrayConstructors/ctors/buffer-arg/is-referenced-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/TypedArrayConstructors/ctors/buffer-arg/length-access-throws-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/TypedArrayConstructors/ctors/buffer-arg/length-is-symbol-throws-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/TypedArrayConstructors/ctors/buffer-arg/new-instance-extensibility-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/TypedArrayConstructors/ctors/buffer-arg/proto-from-ctor-realm-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/TypedArrayConstructors/ctors/buffer-arg/returns-new-instance-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/TypedArrayConstructors/ctors/buffer-arg/toindex-bytelength-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/TypedArrayConstructors/ctors/buffer-arg/toindex-byteoffset-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/TypedArrayConstructors/ctors/buffer-arg/typedarray-backed-by-sharedarraybuffer.js
fails-if(!xulRuntime.shell) script test262/built-ins/TypedArrayConstructors/ctors/buffer-arg/use-custom-proto-if-object-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/TypedArrayConstructors/ctors/buffer-arg/use-default-proto-if-custom-proto-is-not-object-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/TypedArrayConstructors/ctors-bigint/buffer-arg/bufferbyteoffset-throws-from-modulo-element-size-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/TypedArrayConstructors/ctors-bigint/buffer-arg/byteoffset-is-negative-throws-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/TypedArrayConstructors/ctors-bigint/buffer-arg/byteoffset-is-negative-zero-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/TypedArrayConstructors/ctors-bigint/buffer-arg/byteoffset-is-symbol-throws-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/TypedArrayConstructors/ctors-bigint/buffer-arg/byteoffset-throws-from-modulo-element-size-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/TypedArrayConstructors/ctors-bigint/buffer-arg/byteoffset-to-number-throws-sab.j
fails-if(!xulRuntime.shell) script test262/built-ins/TypedArrayConstructors/ctors-bigint/buffer-arg/custom-proto-access-throws-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/TypedArrayConstructors/ctors-bigint/buffer-arg/defined-length-and-offset-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/TypedArrayConstructors/ctors-bigint/buffer-arg/defined-length-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/TypedArrayConstructors/ctors-bigint/buffer-arg/defined-negative-length-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/TypedArrayConstructors/ctors-bigint/buffer-arg/defined-offset-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/TypedArrayConstructors/ctors-bigint/buffer-arg/excessive-length-throws-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/TypedArrayConstructors/ctors-bigint/buffer-arg/excessive-offset-throws-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/TypedArrayConstructors/ctors-bigint/buffer-arg/invoked-with-undefined-newtarget-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/TypedArrayConstructors/ctors-bigint/buffer-arg/is-referenced-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/TypedArrayConstructors/ctors-bigint/buffer-arg/length-access-throws-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/TypedArrayConstructors/ctors-bigint/buffer-arg/length-is-symbol-throws-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/TypedArrayConstructors/ctors-bigint/buffer-arg/new-instance-extensibility-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/TypedArrayConstructors/ctors-bigint/buffer-arg/proto-from-ctor-realm-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/TypedArrayConstructors/ctors-bigint/buffer-arg/returns-new-instance-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/TypedArrayConstructors/ctors-bigint/buffer-arg/toindex-bytelength-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/TypedArrayConstructors/ctors-bigint/buffer-arg/toindex-byteoffset-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/TypedArrayConstructors/ctors-bigint/buffer-arg/typedarray-backed-by-sharedarraybuffer.js
fails-if(!xulRuntime.shell) script test262/built-ins/TypedArrayConstructors/ctors-bigint/buffer-arg/use-custom-proto-if-object-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/TypedArrayConstructors/ctors-bigint/buffer-arg/use-default-proto-if-custom-proto-is-not-object-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/TypedArrayConstructors/ctors/buffer-arg/bufferbyteoffset-throws-from-modulo-element-size-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/TypedArrayConstructors/ctors/buffer-arg/byteoffset-is-negative-throws-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/TypedArrayConstructors/ctors/buffer-arg/byteoffset-is-negative-zero-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/TypedArrayConstructors/ctors/buffer-arg/byteoffset-is-symbol-throws-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/TypedArrayConstructors/ctors/buffer-arg/byteoffset-throws-from-modulo-element-size-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/TypedArrayConstructors/ctors/buffer-arg/byteoffset-to-number-throws-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/TypedArrayConstructors/ctors/buffer-arg/custom-proto-access-throws-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/TypedArrayConstructors/ctors/buffer-arg/defined-length-and-offset-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/TypedArrayConstructors/ctors/buffer-arg/defined-length-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/TypedArrayConstructors/ctors/buffer-arg/defined-negative-length-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/TypedArrayConstructors/ctors/buffer-arg/defined-offset-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/TypedArrayConstructors/internals/Get/BigInt/indexed-value-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/TypedArrayConstructors/internals/Get/indexed-value-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/TypedArray/prototype/set/BigInt/typedarray-arg-set-values-diff-buffer-other-type-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/TypedArray/prototype/set/BigInt/typedarray-arg-set-values-diff-buffer-same-type-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/TypedArray/prototype/set/BigInt/typedarray-arg-set-values-same-buffer-same-type-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/TypedArray/prototype/set/typedarray-arg-set-values-diff-buffer-other-type-conversions-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/TypedArray/prototype/set/typedarray-arg-set-values-diff-buffer-other-type-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/TypedArray/prototype/set/typedarray-arg-set-values-diff-buffer-same-type-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/TypedArray/prototype/set/typedarray-arg-set-values-same-buffer-same-type-sab.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/add/not-a-constructor.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/and/not-a-constructor.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/compareExchange/not-a-constructor.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/exchange/not-a-constructor.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/isLockFree/not-a-constructor.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/load/not-a-constructor.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/or/not-a-constructor.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/store/not-a-constructor.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/sub/not-a-constructor.js
fails-if(!xulRuntime.shell) script test262/built-ins/Atomics/xor/not-a-constructor.js
fails-if(!xulRuntime.shell) script test262/built-ins/Object/seal/seal-sharedarraybuffer.js
fails-if(!xulRuntime.shell) script test262/built-ins/SharedArrayBuffer/prototype/slice/not-a-constructor.js
fails-if(!xulRuntime.shell) script test262/built-ins/SharedArrayBuffer/is-a-constructor.js
fails-if(!xulRuntime.shell) script test262/built-ins/TypedArrayConstructors/internals/Delete/BigInt/indexed-value-sab-non-strict.js
fails-if(!xulRuntime.shell) script test262/built-ins/TypedArrayConstructors/internals/Delete/BigInt/indexed-value-sab-strict-strict.js
fails-if(!xulRuntime.shell) script test262/built-ins/TypedArrayConstructors/internals/Delete/indexed-value-sab-non-strict.js
fails-if(!xulRuntime.shell) script test262/built-ins/TypedArrayConstructors/internals/Delete/indexed-value-sab-strict-strict.js
fails-if(!xulRuntime.shell) script test262/language/expressions/class/subclass-builtins/subclass-SharedArrayBuffer.js
fails-if(!xulRuntime.shell) script test262/language/statements/class/subclass-builtins/subclass-SharedArrayBuffer.js
skip script test262/language/module-code/top-level-await/async-module-does-not-block-sibling-modules.js
##################################################
# Test262 tests skipped due to SpiderMonkey bugs #
##################################################
# Lazily resolved "name" and "length" properties on functions violate property key order.
skip script test262/built-ins/Object/keys/order-after-define-property.js
skip script test262/built-ins/Object/entries/order-after-define-property.js
skip script test262/language/computed-property-names/class/static/method-number-order.js
skip script test262/language/computed-property-names/class/static/method-string-order.js
skip script test262/language/computed-property-names/class/static/method-symbol-order.js
skip script test262/language/statements/class/definition/fn-length-static-precedence-order.js
skip script test262/language/statements/class/definition/fn-name-static-precedence-order.js
skip script test262/built-ins/Object/keys/order-after-define-property-with-function.js
skip script test262/built-ins/Object/entries/order-after-define-property-with-function.js
# Bug 1286997 probably doesn't cover all spec violations.
skip script test262/language/expressions/assignment/S11.13.1_A5_T5.js
skip script test262/language/expressions/assignment/S11.13.1_A7_T3.js
skip script test262/language/expressions/compound-assignment/S11.13.2_A5.10_T5.js
skip script test262/language/expressions/compound-assignment/S11.13.2_A5.11_T5.js
skip script test262/language/expressions/compound-assignment/S11.13.2_A5.1_T5.js
skip script test262/language/expressions/compound-assignment/S11.13.2_A5.2_T5.js
skip script test262/language/expressions/compound-assignment/S11.13.2_A5.3_T5.js
skip script test262/language/expressions/compound-assignment/S11.13.2_A5.4_T5.js
skip script test262/language/expressions/compound-assignment/S11.13.2_A5.5_T5.js
skip script test262/language/expressions/compound-assignment/S11.13.2_A5.6_T5.js
skip script test262/language/expressions/compound-assignment/S11.13.2_A5.7_T5.js
skip script test262/language/expressions/compound-assignment/S11.13.2_A5.8_T5.js
skip script test262/language/expressions/compound-assignment/S11.13.2_A5.9_T5.js
skip script test262/language/expressions/compound-assignment/S11.13.2_A7.10_T1.js
skip script test262/language/expressions/compound-assignment/S11.13.2_A7.10_T2.js
skip script test262/language/expressions/compound-assignment/S11.13.2_A7.11_T1.js
skip script test262/language/expressions/compound-assignment/S11.13.2_A7.11_T2.js
skip script test262/language/expressions/compound-assignment/S11.13.2_A7.1_T1.js
skip script test262/language/expressions/compound-assignment/S11.13.2_A7.1_T2.js
skip script test262/language/expressions/compound-assignment/S11.13.2_A7.2_T1.js
skip script test262/language/expressions/compound-assignment/S11.13.2_A7.2_T2.js
skip script test262/language/expressions/compound-assignment/S11.13.2_A7.3_T1.js
skip script test262/language/expressions/compound-assignment/S11.13.2_A7.3_T2.js
skip script test262/language/expressions/compound-assignment/S11.13.2_A7.4_T1.js
skip script test262/language/expressions/compound-assignment/S11.13.2_A7.4_T2.js
skip script test262/language/expressions/compound-assignment/S11.13.2_A7.5_T1.js
skip script test262/language/expressions/compound-assignment/S11.13.2_A7.5_T2.js
skip script test262/language/expressions/compound-assignment/S11.13.2_A7.6_T1.js
skip script test262/language/expressions/compound-assignment/S11.13.2_A7.6_T2.js
skip script test262/language/expressions/compound-assignment/S11.13.2_A7.7_T1.js
skip script test262/language/expressions/compound-assignment/S11.13.2_A7.7_T2.js
skip script test262/language/expressions/compound-assignment/S11.13.2_A7.8_T1.js
skip script test262/language/expressions/compound-assignment/S11.13.2_A7.8_T2.js
skip script test262/language/expressions/compound-assignment/S11.13.2_A7.9_T1.js
skip script test262/language/expressions/compound-assignment/S11.13.2_A7.9_T2.js
skip script test262/language/expressions/postfix-decrement/S11.3.2_A5_T5.js
skip script test262/language/expressions/postfix-decrement/S11.3.2_A6_T1.js
skip script test262/language/expressions/postfix-decrement/S11.3.2_A6_T2.js
skip script test262/language/expressions/postfix-increment/S11.3.1_A5_T5.js
skip script test262/language/expressions/postfix-increment/S11.3.1_A6_T1.js
skip script test262/language/expressions/postfix-increment/S11.3.1_A6_T2.js
skip script test262/language/expressions/prefix-decrement/S11.4.5_A5_T5.js
skip script test262/language/expressions/prefix-decrement/S11.4.5_A6_T1.js
skip script test262/language/expressions/prefix-decrement/S11.4.5_A6_T2.js
skip script test262/language/expressions/prefix-increment/S11.4.4_A5_T5.js
skip script test262/language/expressions/prefix-increment/S11.4.4_A6_T1.js
skip script test262/language/expressions/prefix-increment/S11.4.4_A6_T2.js
skip script test262/language/expressions/logical-assignment/lgcl-nullish-assignment-operator-lhs-before-rhs.js
skip script test262/language/expressions/logical-assignment/lgcl-and-assignment-operator-lhs-before-rhs.js
skip script test262/language/expressions/logical-assignment/lgcl-or-assignment-operator-lhs-before-rhs.js
skip script test262/language/identifier-resolution/assign-to-global-undefined-strict.js
skip script test262/language/expressions/postfix-decrement/operator-x-postfix-decrement-calls-putvalue-lhs-newvalue-.js
skip script test262/language/expressions/assignment/assignment-operator-calls-putvalue-lref--rval-.js
skip script test262/language/expressions/prefix-increment/operator-prefix-increment-x-calls-putvalue-lhs-newvalue-.js
skip script test262/language/expressions/prefix-decrement/operator-prefix-decrement-x-calls-putvalue-lhs-newvalue-.js
skip script test262/language/expressions/postfix-increment/operator-x-postfix-increment-calls-putvalue-lhs-newvalue-.js
skip script test262/language/expressions/compound-assignment/compound-assignment-operator-calls-putvalue-lref--v--16.js
skip script test262/language/expressions/compound-assignment/compound-assignment-operator-calls-putvalue-lref--v--8.js
skip script test262/language/expressions/compound-assignment/compound-assignment-operator-calls-putvalue-lref--v--12.js
skip script test262/language/expressions/compound-assignment/compound-assignment-operator-calls-putvalue-lref--v--18.js
skip script test262/language/expressions/compound-assignment/compound-assignment-operator-calls-putvalue-lref--v--14.js
skip script test262/language/expressions/compound-assignment/compound-assignment-operator-calls-putvalue-lref--v--2.js
skip script test262/language/expressions/compound-assignment/compound-assignment-operator-calls-putvalue-lref--v--10.js
skip script test262/language/expressions/compound-assignment/compound-assignment-operator-calls-putvalue-lref--v--6.js
skip script test262/language/expressions/compound-assignment/compound-assignment-operator-calls-putvalue-lref--v--4.js
skip script test262/language/expressions/compound-assignment/compound-assignment-operator-calls-putvalue-lref--v-.js
skip script test262/language/expressions/compound-assignment/compound-assignment-operator-calls-putvalue-lref--v--20.js
skip script test262/built-ins/Function/prototype/toString/built-in-function-object.js
ignore-flag(--more-compartments) script test262/built-ins/Function/internals/Call/class-ctor-realm.js
# These two tests assume that assignment to function calls is a SyntaxError. We
# historically implemented otherwise, as web reality. Perhaps that can be
# reevaluated at some point.
skip script test262/language/expressions/assignmenttargettype/parenthesized-callexpression-arguments.js
skip script test262/language/expressions/assignmenttargettype/direct-callexpression-arguments.js
# All of these tests pass except with --more-compartments.
ignore-flag(--more-compartments) script test262/built-ins/Proxy/apply/arguments-realm.js
ignore-flag(--more-compartments) script test262/built-ins/Proxy/apply/trap-is-not-callable-realm.js
ignore-flag(--more-compartments) script test262/built-ins/Proxy/construct/arguments-realm.js
ignore-flag(--more-compartments) script test262/built-ins/Proxy/construct/trap-is-not-callable-realm.js
ignore-flag(--more-compartments) script test262/built-ins/Proxy/defineProperty/desc-realm.js
ignore-flag(--more-compartments) script test262/built-ins/Proxy/defineProperty/null-handler-realm.js
ignore-flag(--more-compartments) script test262/built-ins/Proxy/defineProperty/targetdesc-configurable-desc-not-configurable-realm.js
ignore-flag(--more-compartments) script test262/built-ins/Proxy/defineProperty/targetdesc-not-compatible-descriptor-not-configurable-target-realm.js
ignore-flag(--more-compartments) script test262/built-ins/Proxy/defineProperty/targetdesc-not-compatible-descriptor-realm.js
ignore-flag(--more-compartments) script test262/built-ins/Proxy/defineProperty/targetdesc-undefined-not-configurable-descriptor-realm.js
ignore-flag(--more-compartments) script test262/built-ins/Proxy/defineProperty/targetdesc-undefined-target-is-not-extensible-realm.js
ignore-flag(--more-compartments) script test262/built-ins/Proxy/defineProperty/trap-is-not-callable-realm.js
ignore-flag(--more-compartments) script test262/built-ins/Proxy/deleteProperty/trap-is-not-callable-realm.js
ignore-flag(--more-compartments) script test262/built-ins/Proxy/get/trap-is-not-callable-realm.js
ignore-flag(--more-compartments) script test262/built-ins/Proxy/getOwnPropertyDescriptor/result-type-is-not-object-nor-undefined-realm.js
ignore-flag(--more-compartments) script test262/built-ins/Proxy/getOwnPropertyDescriptor/trap-is-not-callable-realm.js
ignore-flag(--more-compartments) script test262/built-ins/Proxy/getPrototypeOf/trap-is-not-callable-realm.js
ignore-flag(--more-compartments) script test262/built-ins/Proxy/has/trap-is-not-callable-realm.js
ignore-flag(--more-compartments) script test262/built-ins/Proxy/isExtensible/trap-is-not-callable-realm.js
ignore-flag(--more-compartments) script test262/built-ins/Proxy/ownKeys/return-not-list-object-throws-realm.js
ignore-flag(--more-compartments) script test262/built-ins/Proxy/ownKeys/trap-is-not-callable-realm.js
ignore-flag(--more-compartments) script test262/built-ins/Proxy/preventExtensions/trap-is-not-callable-realm.js
ignore-flag(--more-compartments) script test262/built-ins/Proxy/set/trap-is-not-callable-realm.js
ignore-flag(--more-compartments) script test262/built-ins/Proxy/setPrototypeOf/trap-is-not-callable-realm.js
# Errors thrown from wrong realm, similar to 1225839, 1288457, and 1297179.
ignore-flag(--more-compartments) script test262/built-ins/Array/length/define-own-prop-length-overflow-realm.js
skip script test262/built-ins/Function/internals/Construct/derived-return-val-realm.js
skip script test262/built-ins/Function/internals/Construct/derived-this-uninitialized-realm.js
skip script test262/language/statements/do-while/cptn-abrupt-empty.js
skip script test262/language/statements/do-while/cptn-normal.js
skip script test262/language/statements/for-in/cptn-decl-abrupt-empty.js
skip script test262/language/statements/for-in/cptn-decl-itr.js
skip script test262/language/statements/for-in/cptn-decl-skip-itr.js
skip script test262/language/statements/for-in/cptn-decl-zero-itr.js
skip script test262/language/statements/for-in/cptn-expr-abrupt-empty.js
skip script test262/language/statements/for-in/cptn-expr-itr.js
skip script test262/language/statements/for-in/cptn-expr-skip-itr.js
skip script test262/language/statements/for-in/cptn-expr-zero-itr.js
skip script test262/language/statements/for/cptn-decl-expr-iter.js
skip script test262/language/statements/for/cptn-decl-expr-no-iter.js
skip script test262/language/statements/for/cptn-expr-expr-iter.js
skip script test262/language/statements/for/cptn-expr-expr-no-iter.js
skip script test262/language/statements/for/head-init-expr-check-empty-inc-empty-completion.js
skip script test262/language/statements/for/head-init-var-check-empty-inc-empty-completion.js
skip script test262/language/statements/for-of/cptn-decl-abrupt-empty.js
skip script test262/language/statements/for-of/cptn-decl-itr.js
skip script test262/language/statements/for-of/cptn-decl-no-itr.js
skip script test262/language/statements/for-of/cptn-expr-abrupt-empty.js
skip script test262/language/statements/for-of/cptn-expr-itr.js
skip script test262/language/statements/for-of/cptn-expr-no-itr.js
skip script test262/language/statements/if/cptn-else-false-nrml.js
skip script test262/language/statements/if/cptn-else-false-abrupt-empty.js
skip script test262/language/statements/if/cptn-else-true-abrupt-empty.js
skip script test262/language/statements/if/cptn-else-true-nrml.js
skip script test262/language/statements/if/cptn-no-else-false.js
skip script test262/language/statements/if/cptn-no-else-true-abrupt-empty.js
skip script test262/language/statements/if/cptn-no-else-true-nrml.js
skip script test262/language/statements/switch/cptn-a-abrupt-empty.js
skip script test262/language/statements/switch/cptn-abrupt-empty.js
skip script test262/language/statements/switch/cptn-b-abrupt-empty.js
skip script test262/language/statements/switch/cptn-b-final.js
skip script test262/language/statements/switch/cptn-dflt-abrupt-empty.js
skip script test262/language/statements/switch/cptn-dflt-b-abrupt-empty.js
skip script test262/language/statements/switch/cptn-dflt-b-final.js
skip script test262/language/statements/switch/cptn-dflt-final.js
skip script test262/language/statements/switch/cptn-no-dflt-match-abrupt-empty.js
skip script test262/language/statements/switch/cptn-no-dflt-match-final.js
skip script test262/language/statements/switch/cptn-no-dflt-no-match.js
skip script test262/language/statements/try/cptn-finally-skip-catch.js
skip script test262/language/statements/try/cptn-finally-wo-catch.js
skip script test262/language/statements/try/cptn-try.js
skip script test262/language/statements/while/cptn-abrupt-empty.js
skip script test262/language/statements/while/cptn-iter.js
skip script test262/language/statements/while/cptn-no-iter.js
skip script test262/language/statements/with/cptn-abrupt-empty.js
skip script test262/language/statements/with/cptn-nrml.js
# Hoisted block-level function named "arguments" not initialized with undefined per B.3.3.1
skip script test262/annexB/language/function-code/block-decl-func-skip-arguments.js
skip script test262/language/expressions/assignment/destructuring/keyed-destructuring-property-reference-target-evaluation-order.js
skip script test262/language/expressions/assignment/destructuring/iterator-destructuring-property-reference-target-evaluation-order.js
skip script test262/annexB/built-ins/Function/createdynfn-no-line-terminator-html-close-comment-body.js
skip script test262/annexB/language/function-code/block-decl-nested-blocks-with-fun-decl.js
# All of these tests pass except with --more-compartments.
ignore-flag(--more-compartments) script test262/built-ins/String/prototype/valueOf/non-generic-realm.js
ignore-flag(--more-compartments) script test262/built-ins/String/prototype/valueOf/non-generic-realm.js
ignore-flag(--more-compartments) script test262/built-ins/String/prototype/toString/non-generic-realm.js
ignore-flag(--more-compartments) script test262/built-ins/String/prototype/toString/non-generic-realm.js
ignore-flag(--more-compartments) script test262/built-ins/Proxy/apply/null-handler-realm.js
ignore-flag(--more-compartments) script test262/built-ins/Proxy/apply/null-handler-realm.js
ignore-flag(--more-compartments) script test262/built-ins/Proxy/construct/return-not-object-throws-number-realm.js
ignore-flag(--more-compartments) script test262/built-ins/Proxy/construct/return-not-object-throws-number-realm.js
ignore-flag(--more-compartments) script test262/built-ins/Proxy/construct/null-handler-realm.js
ignore-flag(--more-compartments) script test262/built-ins/Proxy/construct/null-handler-realm.js
ignore-flag(--more-compartments) script test262/built-ins/Proxy/construct/return-not-object-throws-undefined-realm.js
ignore-flag(--more-compartments) script test262/built-ins/Proxy/construct/return-not-object-throws-undefined-realm.js
ignore-flag(--more-compartments) script test262/built-ins/Proxy/construct/return-not-object-throws-symbol-realm.js
ignore-flag(--more-compartments) script test262/built-ins/Proxy/construct/return-not-object-throws-symbol-realm.js
ignore-flag(--more-compartments) script test262/built-ins/Proxy/construct/return-not-object-throws-string-realm.js
ignore-flag(--more-compartments) script test262/built-ins/Proxy/construct/return-not-object-throws-string-realm.js
ignore-flag(--more-compartments) script test262/built-ins/Proxy/construct/return-not-object-throws-null-realm.js
ignore-flag(--more-compartments) script test262/built-ins/Proxy/construct/return-not-object-throws-null-realm.js
ignore-flag(--more-compartments) script test262/built-ins/Proxy/construct/return-not-object-throws-boolean-realm.js
ignore-flag(--more-compartments) script test262/built-ins/Proxy/construct/return-not-object-throws-boolean-realm.js
skip script test262/built-ins/AsyncGeneratorPrototype/return/return-state-completed-broken-promise.js
skip script test262/built-ins/AsyncGeneratorPrototype/return/return-suspendedStart-broken-promise.js
skip script test262/built-ins/AsyncGeneratorPrototype/return/return-suspendedYield-broken-promise-try-catch.js
# Requires Unicode 15.1
skip script test262/built-ins/RegExp/unicodeSets/generated/rgi-emoji-15.1.js
# Time zone canonicalization proposal.
skip script test262/intl402/DateTimeFormat/timezone-not-canonicalized.js
skip script test262/intl402/DateTimeFormat/timezone-case-insensitive.js
# Requires Unicode 15.1
skip script test262/built-ins/RegExp/unicode_full_case_folding.js
# Requires CLDR 44
skip script test262/intl402/Locale/likely-subtags.js
skip script test262/intl402/Locale/prototype/minimize/removing-likely-subtags-first-adds-likely-subtags.js
# Failures in AsyncFromSyncIteratorPrototype, see bug 1877862.
skip script test262/built-ins/AsyncFromSyncIteratorPrototype/throw/throw-undefined-poisoned-return.js
skip script test262/built-ins/AsyncFromSyncIteratorPrototype/throw/throw-undefined-return-object.js
skip script test262/built-ins/AsyncFromSyncIteratorPrototype/throw/throw-undefined-return-not-object.js
skip script test262/built-ins/AsyncFromSyncIteratorPrototype/throw/throw-null.js
skip script test262/built-ins/AsyncFromSyncIteratorPrototype/throw/throw-undefined.js
skip script test262/built-ins/AsyncFromSyncIteratorPrototype/throw/throw-result-poisoned-wrapper.js
skip script test262/built-ins/AsyncFromSyncIteratorPrototype/throw/iterator-result-rejected-promise-close.js
skip script test262/built-ins/AsyncFromSyncIteratorPrototype/throw/throw-undefined-get-return-undefined.js
skip script test262/built-ins/AsyncFromSyncIteratorPrototype/next/next-result-poisoned-wrapper.js
skip script test262/built-ins/AsyncFromSyncIteratorPrototype/next/for-await-iterator-next-rejected-promise-close.js
skip script test262/built-ins/AsyncFromSyncIteratorPrototype/next/yield-iterator-next-rejected-promise-close.js
skip script test262/built-ins/AsyncFromSyncIteratorPrototype/next/for-await-next-rejected-promise-close.js
skip script test262/built-ins/AsyncFromSyncIteratorPrototype/next/iterator-result-poisoned-wrapper.js
skip script test262/built-ins/AsyncFromSyncIteratorPrototype/next/yield-next-rejected-promise-close.js
skip script test262/language/global-code/script-decl-lex-var-declared-via-eval.js
skip script test262/annexB/language/eval-code/direct/script-decl-lex-no-collision.js
###########################################################
# Tests disabled due to issues in test262 importer script #
###########################################################
# test262 importer merges all includes in a per directory shell.js file, breaking these harness test cases.
skip script test262/harness/detachArrayBuffer.js
skip script test262/harness/asyncHelpers-asyncTest-without-async-flag.js
# Likewise here -- shell.js defines an |AsyncFunction| global property for
# various tests in this directory that have an include that defines it, but this
# particular test *doesn't* have that include and *shouldn't* define
# |AsyncFunction| yet *checks* that no such global property exists, so it fails.
skip script test262/built-ins/AsyncFunction/is-not-a-global.js
skip-if(!xulRuntime.shell) script test262/language/module-code/top-level-await/await-dynamic-import-rejection.js
####################################################
# Tests disabled due to invalid test expectations #
####################################################
skip script test262/intl402/DateTimeFormat/prototype/resolvedOptions/hourCycle-default.js
# Array.prototype.concat currently doesn't support spreading tuples. The spec
# for records and tuples is undergoing major (design) changes, so disable the
# test for now.
skip script non262/Tuple/prototype/concat/concat-with-array.js
# Time zone offsets with sub-minute precision no longer allowed.
skip script test262/staging/Temporal/Regex/old/instant.js
skip script test262/staging/Temporal/Regex/old/timezone.js
# These tests seem incorrect, see https://github.com/tc39/test262/pull/3907
skip script test262/language/statements/class/decorator/syntax/class-valid/decorator-member-expr-private-identifier.js
skip script test262/language/expressions/class/decorator/syntax/class-valid/decorator-member-expr-private-identifier.js
##############################################
# Enable Iterator Helpers tests in the shell #
##############################################
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/asynciterator.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/length.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/name.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/proto.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/constructor.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/constructor-subclassable.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/constructor-throw-when-called-directly.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/constructor-throw-without-new.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/every/async-writes.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/every/check-fn-after-getting-iterator.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/every/coerce-result-to-boolean.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/every/descriptor.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/every/error-from-correct-realm.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/every/fn-not-callable-throws.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/every/fn-throws-close-iterator.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/every/interleaving-calls.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/every/length.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/every/name.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/every/next-throws-iterator-not-closed.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/every/proxy.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/every/return-true-if-all-match.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/every/short-circuit-on-false.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/every/this-not-iterator-throws.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/every/value-throws-iterator-not-closed.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/find/async-writes.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/find/check-fn-after-getting-iterator.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/find/coerce-result-to-boolean.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/find/descriptor.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/find/error-from-correct-realm.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/find/fn-not-callable-throws.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/find/fn-throws-close-iterator.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/find/interleaving-calls.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/find/length.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/find/name.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/find/next-throws-iterator-not-closed.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/find/proxy.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/find/return-undefined-if-none-match.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/find/short-circuit-on-match.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/find/this-not-iterator-throws.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/find/value-throws-iterator-not-closed.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/forEach/async-writes.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/forEach/check-fn-after-getting-iterator.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/forEach/descriptor.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/forEach/error-from-correct-realm.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/forEach/fn-not-callable-throws.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/forEach/fn-throws-close-iterator.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/forEach/forEach.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/forEach/interleaving-calls.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/forEach/length.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/forEach/name.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/forEach/next-throws-iterator-not-closed.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/forEach/proxy.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/forEach/this-not-iterator-throws.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/forEach/value-throws-iterator-not-closed.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/reduce/async-writes.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/reduce/check-fn-after-getting-iterator.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/reduce/accumulator-set-to-initial-value.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/reduce/descriptor.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/reduce/empty-iterator-without-initial-value-throws.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/reduce/error-from-correct-realm.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/reduce/interleaving-calls.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/reduce/iterator-empty-return-initial-value.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/reduce/iterator-next-return-non-object-throws.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/reduce/left-associative.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/reduce/length.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/reduce/name.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/reduce/next-throws-iterator-not-closed.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/reduce/no-initial-value-set-accumulator-to-first-value.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/reduce/proxy.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/reduce/reduce.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/reduce/reducer-not-callable-throws.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/reduce/reducer-throws-iterator-closed.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/reduce/this-not-iterator-throws.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/reduce/value-throws-iterator-not-closed.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/some/async-writes.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/some/check-fn-after-getting-iterator.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/some/coerce-result-to-boolean.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/some/descriptor.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/some/error-from-correct-realm.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/some/fn-not-callable-throws.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/some/fn-throws-close-iterator.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/some/interleaving-calls.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/some/length.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/some/name.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/some/next-throws-iterator-not-closed.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/some/proxy.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/some/return-false-if-none-match.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/some/short-circuit-on-true.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/some/this-not-iterator-throws.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/some/value-throws-iterator-not-closed.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/toArray/async-writes.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/toArray/check-fn-after-getting-iterator.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/toArray/create-in-current-realm.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/toArray/descriptor.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/toArray/interleaving-calls.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/toArray/iterator-empty.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/toArray/length.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/toArray/name.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/toArray/next-throws.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/toArray/proxy.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/toArray/this-not-iterator-throws.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/toArray/toArray.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/toArray/value-throws-iterator-not-closed.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/async-iterator-helpers-from-other-global.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/clobber-symbol.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/generator-methods-throw-on-iterator-helpers.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/iterator-helper-methods-throw-on-generators.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/lazy-methods-from-other-global.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/lazy-methods-handle-empty-iterators.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/lazy-methods-interleaved.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/lazy-methods-iterator-closed-on-call-throws.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/lazy-methods-iterator-closed-on-yield-throws.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/lazy-methods-iterator-not-closed-on-next-throws.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/lazy-methods-iterator-not-closed-on-next-returns-reject.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/lazy-methods-iterator-not-closed-on-next-promise-executor-throws.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/lazy-methods-iterator-not-closed-on-next-then-throws.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/lazy-methods-iterator-not-closed-on-next-get-then-throws.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/lazy-methods-iterator-not-closed-on-value-throws.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/lazy-methods-iterator-returns-done-generator-finishes.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/lazy-methods-multiple-return-close-iterator-once.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/lazy-methods-multiple-throw-close-iterator-once.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/lazy-methods-mutate-iterator.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/lazy-methods-mutate-iterator-after-done.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/lazy-methods-not-close-iterator-next-reject.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/lazy-methods-pass-through-lastValue.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/lazy-methods-pass-value-through-chain.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/lazy-methods-proxy-accesses.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/lazy-methods-return-closes-iterator.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/lazy-methods-return-new-iterator-result.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/lazy-methods-reentry-not-close-iterator.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/lazy-methods-throw-closes-iterator-before-next.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/lazy-methods-throw-eagerly-on-next-non-callable.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/lazy-methods-throw-eagerly-on-non-callable.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/lazy-methods-throw-eagerly-on-non-iterator.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/lazy-methods-throw-next-done-throws.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/lazy-methods-throw-next-not-object.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/lazy-methods-throw-on-reentry.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/take-drop-throw-eagerly-on-negative.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/take-drop-throw-eagerly-on-non-integer.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/asIndexedPairs/asIndexedPairs.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/asIndexedPairs/length.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/asIndexedPairs/name.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/drop/drop.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/drop/drop-more-than-available.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/drop/length.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/drop/name.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/filter/coerce-result-to-boolean.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/filter/filter.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/filter/length.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/filter/name.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/flatMap/close-iterator-when-inner-complete-throws.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/flatMap/close-iterator-when-inner-next-throws.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/flatMap/close-iterator-when-inner-value-throws.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/flatMap/flatMap.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/flatMap/inner-empty-iterable.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/flatMap/inner-generator.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/flatMap/length.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/flatMap/name.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/flatMap/throw-when-inner-not-iterable.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/map/length.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/map/map.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/map/name.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/take/close-iterator-when-none-remaining.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/take/length.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/take/name.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/take/take.js
shell-option(--enable-iterator-helpers) script non262/AsyncIterator/prototype/take/take-more-than-available.js
shell-option(--enable-iterator-helpers) script non262/Iterator/iterator.js
shell-option(--enable-iterator-helpers) script non262/Iterator/length.js
shell-option(--enable-iterator-helpers) script non262/Iterator/name.js
shell-option(--enable-iterator-helpers) script non262/Iterator/proto.js
shell-option(--enable-iterator-helpers) script non262/Iterator/constructor.js
shell-option(--enable-iterator-helpers) script non262/Iterator/constructor-subclassable.js
shell-option(--enable-iterator-helpers) script non262/Iterator/constructor-throw-when-called-directly.js
shell-option(--enable-iterator-helpers) script non262/Iterator/constructor-throw-without-new.js
shell-option(--enable-iterator-helpers) script non262/Iterator/from/call-from-with-different-this.js
shell-option(--enable-iterator-helpers) script non262/Iterator/from/Iterator.from-descriptor.js
shell-option(--enable-iterator-helpers) script non262/Iterator/from/Iterator.from-length.js
shell-option(--enable-iterator-helpers) script non262/Iterator/from/Iterator.from-name.js
shell-option(--enable-iterator-helpers) script non262/Iterator/from/iterator-not-callable-throws.js
shell-option(--enable-iterator-helpers) script non262/Iterator/from/modify-next.js
shell-option(--enable-iterator-helpers) script non262/Iterator/from/modify-return.js
shell-option(--enable-iterator-helpers) script non262/Iterator/from/modify-throw.js
shell-option(--enable-iterator-helpers) script non262/Iterator/from/o-not-object-throws.js
shell-option(--enable-iterator-helpers) script non262/Iterator/from/proxy-not-wrapped.js
shell-option(--enable-iterator-helpers) script non262/Iterator/from/proxy-wrap-next.js
shell-option(--enable-iterator-helpers) script non262/Iterator/from/proxy-wrap-return.js
shell-option(--enable-iterator-helpers) script non262/Iterator/from/proxy-wrap-throw.js
shell-option(--enable-iterator-helpers) script non262/Iterator/from/return-iterator-if-iterable.js
shell-option(--enable-iterator-helpers) script non262/Iterator/from/return-wrapper-if-not-iterable.js
shell-option(--enable-iterator-helpers) script non262/Iterator/from/return-wrapper-if-not-iterator-instance.js
shell-option(--enable-iterator-helpers) script non262/Iterator/from/wrap-functions-on-other-global.js
shell-option(--enable-iterator-helpers) script non262/Iterator/from/wrap-method-with-non-wrap-this-throws.js
shell-option(--enable-iterator-helpers) script non262/Iterator/from/wrap-next-forwards-value.js
shell-option(--enable-iterator-helpers) script non262/Iterator/from/wrap-next-not-object-throws.js
shell-option(--enable-iterator-helpers) script non262/Iterator/from/wrap-new-global.js
shell-option(--enable-iterator-helpers) script non262/Iterator/from/wrap-return-closes-iterator.js
shell-option(--enable-iterator-helpers) script non262/Iterator/from/wrap-throw.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/every/check-fn-after-getting-iterator.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/every/coerce-result-to-boolean.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/every/descriptor.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/every/error-from-correct-realm.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/every/fn-not-callable-throws.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/every/fn-throws-close-iterator.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/every/length.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/every/name.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/every/next-throws-iterator-not-closed.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/every/proxy.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/every/return-true-if-all-match.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/every/short-circuit-on-false.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/every/this-not-iterator-throws.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/every/value-throws-iterator-not-closed.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/find/check-fn-after-getting-iterator.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/find/coerce-result-to-boolean.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/find/descriptor.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/find/error-from-correct-realm.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/find/fn-not-callable-throws.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/find/fn-throws-close-iterator.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/find/length.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/find/name.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/find/next-throws-iterator-not-closed.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/find/proxy.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/find/return-undefined-if-none-match.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/find/short-circuit-on-match.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/find/this-not-iterator-throws.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/find/value-throws-iterator-not-closed.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/forEach/check-fn-after-getting-iterator.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/forEach/descriptor.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/forEach/error-from-correct-realm.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/forEach/fn-not-callable-throws.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/forEach/fn-throws-close-iterator.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/forEach/forEach.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/forEach/length.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/forEach/name.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/forEach/next-throws-iterator-not-closed.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/forEach/proxy.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/forEach/this-not-iterator-throws.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/forEach/value-throws-iterator-not-closed.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/reduce/check-fn-after-getting-iterator.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/reduce/accumulator-set-to-initial-value.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/reduce/descriptor.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/reduce/empty-iterator-without-initial-value-throws.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/reduce/error-from-correct-realm.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/reduce/iterator-empty-return-initial-value.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/reduce/iterator-next-return-non-object-throws.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/reduce/left-associative.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/reduce/length.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/reduce/name.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/reduce/next-throws-iterator-not-closed.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/reduce/no-initial-value-set-accumulator-to-first-value.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/reduce/proxy.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/reduce/reduce.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/reduce/reducer-not-callable-throws.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/reduce/reducer-throws-iterator-closed.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/reduce/this-not-iterator-throws.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/reduce/value-throws-iterator-not-closed.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/some/check-fn-after-getting-iterator.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/some/coerce-result-to-boolean.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/some/descriptor.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/some/error-from-correct-realm.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/some/fn-not-callable-throws.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/some/fn-throws-close-iterator.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/some/length.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/some/name.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/some/next-throws-iterator-not-closed.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/some/proxy.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/some/return-false-if-none-match.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/some/short-circuit-on-true.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/some/this-not-iterator-throws.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/some/value-throws-iterator-not-closed.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/toArray/create-in-current-realm.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/toArray/descriptor.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/toArray/iterator-empty.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/toArray/length.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/toArray/name.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/toArray/next-throws.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/toArray/proxy.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/toArray/this-not-iterator-throws.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/toArray/toArray.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/toArray/value-throws-iterator-not-closed.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/generator-methods-throw-on-iterator-helpers.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/iterator-helpers-from-other-global.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/iterator-helper-methods-throw-on-generators.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/lazy-methods-from-other-global.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/lazy-methods-handle-empty-iterators.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/lazy-methods-interleaved.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/lazy-methods-iterator-closed-on-call-throws.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/lazy-methods-iterator-closed-on-yield-throws.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/lazy-methods-iterator-not-closed-on-next-throws.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/lazy-methods-iterator-not-closed-on-value-throws.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/lazy-methods-iterator-returns-done-generator-finishes.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/lazy-methods-multiple-return-close-iterator-once.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/lazy-methods-multiple-throw-close-iterator-once.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/lazy-methods-pass-through-lastValue.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/lazy-methods-pass-value-through-chain.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/lazy-methods-proxy-accesses.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/lazy-methods-return-closes-iterator.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/lazy-methods-return-new-iterator-result.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/lazy-methods-reentry-not-close-iterator.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/lazy-methods-throw-closes-iterator-before-next.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/lazy-methods-throw-eagerly-on-next-non-callable.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/lazy-methods-throw-eagerly-on-non-callable.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/lazy-methods-throw-eagerly-on-non-iterator.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/lazy-methods-throw-next-done-throws.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/lazy-methods-throw-next-not-object.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/lazy-methods-throw-on-reentry.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/take-drop-throw-eagerly-on-negative.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/take-drop-throw-eagerly-on-non-integer.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/asIndexedPairs/asIndexedPairs.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/asIndexedPairs/length.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/asIndexedPairs/name.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/drop/drop.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/drop/length.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/drop/drop-more-than-available.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/drop/name.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/filter/coerce-result-to-boolean.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/filter/filter.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/filter/length.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/filter/name.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/flatMap/close-iterator-when-inner-complete-throws.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/flatMap/close-iterator-when-inner-next-throws.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/flatMap/close-iterator-when-inner-value-throws.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/flatMap/flatMap.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/flatMap/inner-empty-iterable.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/flatMap/inner-generator.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/flatMap/length.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/flatMap/name.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/flatMap/throw-when-inner-not-iterable.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/map/call-next-on-iterator-while-iterating.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/map/clobber-symbol.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/map/interleaved-map-calls.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/map/length.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/map/map.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/map/mapper-not-callable-throw.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/map/mutate-iterator-after-done.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/map/mutate-iterator.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/map/name.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/map/output-at-generator-end.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/map/pass-lastValue-to-next.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/map/prototype.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/map/proxy-abrupt-completion-in-iteratorValue.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/map/proxy-abrupt-completion-in-yield.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/map/proxy-abrupt-completion.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/map/proxy-accesses.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/map/reenter-map-generator-from-mapper.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/map/this-not-iterator-throw.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/map/this-value-array-throws.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/map/throw-when-iterator-returns-non-object.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/map/values-pass-through-chained-maps-to-next.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/take/close-iterator-when-none-remaining.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/take/length.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/take/name.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/take/take.js
shell-option(--enable-iterator-helpers) script non262/Iterator/prototype/take/take-more-than-available.js
##############################################
# Temporal #
##############################################
skip script test262/built-ins/Temporal/ZonedDateTime/prototype/since/wrapping-at-end-of-month.js
skip script test262/built-ins/Temporal/ZonedDateTime/prototype/until/wrapping-at-end-of-month.js
skip script test262/built-ins/Temporal/PlainDate/prototype/since/wrapping-at-end-of-month.js
skip script test262/built-ins/Temporal/PlainDate/prototype/until/wrapping-at-end-of-month.js
skip script test262/built-ins/Temporal/PlainDateTime/prototype/since/wrapping-at-end-of-month.js
skip script test262/built-ins/Temporal/PlainDateTime/prototype/until/wrapping-at-end-of-month.js
skip script test262/staging/Temporal/ZonedDateTime/old/round.js
# Temporal updates from March/April 2024.
skip script test262/built-ins/Temporal/ZonedDateTime/prototype/since/normalized-time-duration-to-days-loop-arbitrarily.js
skip script test262/built-ins/Temporal/ZonedDateTime/prototype/until/normalized-time-duration-to-days-loop-arbitrarily.js
skip script test262/built-ins/Temporal/PlainMonthDay/prototype/toPlainDate/calendar-fromfields-called-with-undefined-options.js
skip script test262/built-ins/Temporal/ZonedDateTime/prototype/round/order-of-operations.js
skip script test262/built-ins/Temporal/ZonedDateTime/prototype/round/getpossibleinstantsfor-called-with-iso8601-calendar.js
skip script test262/built-ins/Temporal/ZonedDateTime/prototype/round/smallest-unit-day-rounding-modes.js
skip script test262/built-ins/Temporal/ZonedDateTime/prototype/round/timezone-getpossibleinstantsfor-iterable.js
skip script test262/built-ins/Temporal/ZonedDateTime/prototype/weekOfYear/custom-calendar-weekofyear.js
skip script test262/built-ins/Temporal/ZonedDateTime/prototype/since/dst-month-day-boundary.js
skip script test262/built-ins/Temporal/ZonedDateTime/prototype/since/order-of-operations.js
skip script test262/built-ins/Temporal/ZonedDateTime/prototype/since/calendar-dateadd-called-with-options-undefined.js
skip script test262/built-ins/Temporal/ZonedDateTime/prototype/since/find-intermediate-instant.js
skip script test262/built-ins/Temporal/ZonedDateTime/prototype/since/normalized-time-duration-to-days-range-errors.js
skip script test262/built-ins/Temporal/ZonedDateTime/prototype/since/dst-rounding-result.js
skip script test262/built-ins/Temporal/ZonedDateTime/prototype/yearOfWeek/custom-calendar-weekofyear.js
skip script test262/built-ins/Temporal/ZonedDateTime/prototype/until/dst-month-day-boundary.js
skip script test262/built-ins/Temporal/ZonedDateTime/prototype/until/order-of-operations.js
skip script test262/built-ins/Temporal/ZonedDateTime/prototype/until/calendar-dateadd-called-with-options-undefined.js
skip script test262/built-ins/Temporal/ZonedDateTime/prototype/until/find-intermediate-instant.js
skip script test262/built-ins/Temporal/ZonedDateTime/prototype/until/normalized-time-duration-to-days-range-errors.js
skip script test262/built-ins/Temporal/ZonedDateTime/prototype/until/dst-rounding-result.js
skip script test262/built-ins/Temporal/PlainDate/prototype/weekOfYear/custom-calendar-weekofyear.js
skip script test262/built-ins/Temporal/PlainDate/prototype/yearOfWeek/custom-calendar-weekofyear.js
skip script test262/built-ins/Temporal/Duration/prototype/add/order-of-operations.js
skip script test262/built-ins/Temporal/Duration/prototype/add/calendar-dateadd-called-with-options-undefined.js
skip script test262/built-ins/Temporal/Duration/prototype/subtract/order-of-operations.js
skip script test262/built-ins/Temporal/Duration/prototype/subtract/calendar-dateadd-called-with-options-undefined.js
skip script test262/built-ins/Temporal/PlainDateTime/prototype/weekOfYear/custom-calendar-weekofyear.js
skip script test262/built-ins/Temporal/PlainDateTime/prototype/yearOfWeek/custom-calendar-weekofyear.js
skip script test262/built-ins/Temporal/PlainYearMonth/prototype/toPlainDate/calendar-fromfields-called-with-undefined-options.js
##############################################
# Temporal Intl tests #
##############################################
# Skip tests which require support for non-ISO8601 calendars.
skip script test262/intl402/DateTimeFormat/prototype/format/temporal-objects-resolved-time-zone.js
skip script test262/intl402/DateTimeFormat/prototype/formatRange/temporal-objects-resolved-time-zone.js
skip script test262/intl402/DateTimeFormat/prototype/formatRangeToParts/temporal-objects-resolved-time-zone.js
skip script test262/intl402/DateTimeFormat/prototype/formatToParts/temporal-objects-resolved-time-zone.js
skip script test262/intl402/Temporal/PlainMonthDay/prototype/toPlainDate/infinity-throws-rangeerror.js
skip script test262/intl402/Temporal/PlainMonthDay/prototype/toLocaleString/locales-undefined.js
skip script test262/intl402/Temporal/PlainMonthDay/prototype/equals/infinity-throws-rangeerror.js
skip script test262/intl402/Temporal/PlainMonthDay/prototype/toLocaleString/timezone-getoffsetnanosecondsfor-not-callable.js
skip script test262/intl402/Temporal/PlainMonthDay/prototype/toLocaleString/resolved-time-zone.js
skip script test262/intl402/Temporal/PlainMonthDay/prototype/toLocaleString/options-undefined.js
skip script test262/intl402/Temporal/PlainMonthDay/prototype/toLocaleString/calendar-mismatch.js
skip script test262/intl402/Temporal/PlainMonthDay/prototype/toLocaleString/dateStyle.js
skip script test262/intl402/Temporal/PlainMonthDay/prototype/with/fields-missing-properties.js
skip script test262/intl402/Temporal/PlainMonthDay/from/reference-date-noniso-calendar.js
skip script test262/intl402/Temporal/PlainMonthDay/from/fields-missing-properties.js
skip script test262/intl402/Temporal/PlainMonthDay/from/fields-object.js
skip script test262/intl402/Temporal/Now/plainDateTime/calendar-string.js
skip script test262/intl402/Temporal/Now/plainDate/calendar-string.js
skip script test262/intl402/Temporal/Now/zonedDateTime/calendar-timezone-string.js
skip script test262/intl402/Temporal/Now/zonedDateTime/calendar-string.js
skip script test262/intl402/Temporal/ZonedDateTime/from/infinity-throws-rangeerror.js
skip script test262/intl402/Temporal/ZonedDateTime/compare/infinity-throws-rangeerror.js
skip script test262/intl402/Temporal/ZonedDateTime/prototype/equals/infinity-throws-rangeerror.js
skip script test262/intl402/Temporal/ZonedDateTime/prototype/withPlainDate/infinity-throws-rangeerror.js
skip script test262/intl402/Temporal/ZonedDateTime/prototype/withCalendar/calendar-case-insensitive.js
skip script test262/intl402/Temporal/ZonedDateTime/prototype/since/infinity-throws-rangeerror.js
skip script test262/intl402/Temporal/ZonedDateTime/prototype/eraYear/calendar-returns-infinity.js
skip script test262/intl402/Temporal/ZonedDateTime/prototype/eraYear/prop-desc.js
skip script test262/intl402/Temporal/ZonedDateTime/prototype/eraYear/timezone-getoffsetnanosecondsfor-not-callable.js
skip script test262/intl402/Temporal/ZonedDateTime/prototype/eraYear/timezone-getoffsetnanosecondsfor-non-integer.js
skip script test262/intl402/Temporal/ZonedDateTime/prototype/eraYear/branding.js
skip script test262/intl402/Temporal/ZonedDateTime/prototype/eraYear/timezone-getoffsetnanosecondsfor-wrong-type.js
skip script test262/intl402/Temporal/ZonedDateTime/prototype/eraYear/timezone-getoffsetnanosecondsfor-out-of-range.js
skip script test262/intl402/Temporal/ZonedDateTime/prototype/eraYear/validate-calendar-value.js
skip script test262/intl402/Temporal/ZonedDateTime/prototype/era/timezone-getoffsetnanosecondsfor-not-callable.js
skip script test262/intl402/Temporal/ZonedDateTime/prototype/era/prop-desc.js
skip script test262/intl402/Temporal/ZonedDateTime/prototype/era/timezone-getoffsetnanosecondsfor-non-integer.js
skip script test262/intl402/Temporal/ZonedDateTime/prototype/era/timezone-getoffsetnanosecondsfor-wrong-type.js
skip script test262/intl402/Temporal/ZonedDateTime/prototype/era/branding.js
skip script test262/intl402/Temporal/ZonedDateTime/prototype/era/timezone-getoffsetnanosecondsfor-out-of-range.js
skip script test262/intl402/Temporal/ZonedDateTime/prototype/era/validate-calendar-value.js
skip script test262/intl402/Temporal/ZonedDateTime/prototype/until/infinity-throws-rangeerror.js
skip script test262/intl402/Temporal/ZonedDateTime/prototype/toLocaleString/locales-undefined.js
skip script test262/intl402/Temporal/ZonedDateTime/prototype/toLocaleString/options-conflict.js
skip script test262/intl402/Temporal/ZonedDateTime/prototype/toLocaleString/options-undefined.js
skip script test262/intl402/Temporal/ZonedDateTime/prototype/toLocaleString/time-zone-canonicalized.js
skip script test262/intl402/Temporal/ZonedDateTime/prototype/toLocaleString/options-timeZoneName-affects-instance-time-zone.js
skip script test262/intl402/Temporal/ZonedDateTime/prototype/toLocaleString/custom-time-zone-name-not-supported.js
skip script test262/intl402/Temporal/ZonedDateTime/prototype/toLocaleString/offset-time-zone-not-supported.js
skip script test262/intl402/Temporal/ZonedDateTime/prototype/toLocaleString/calendar-mismatch.js
skip script test262/intl402/Temporal/ZonedDateTime/prototype/toLocaleString/options-timeZone.js
skip script test262/intl402/Temporal/ZonedDateTime/prototype/toLocaleString/dateStyle.js
skip script test262/intl402/Temporal/ZonedDateTime/prototype/weekOfYear/gregory-iso-weekofyear.js
skip script test262/intl402/Temporal/ZonedDateTime/prototype/weekOfYear/non-iso-week-of-year.js
skip script test262/intl402/Temporal/ZonedDateTime/prototype/yearOfWeek/gregory-iso-weekofyear.js
skip script test262/intl402/Temporal/ZonedDateTime/prototype/yearOfWeek/non-iso-week-of-year.js
skip script test262/intl402/Temporal/PlainDate/from/infinity-throws-rangeerror.js
skip script test262/intl402/Temporal/PlainDate/compare/infinity-throws-rangeerror.js
skip script test262/intl402/Temporal/PlainDate/prototype/equals/infinity-throws-rangeerror.js
skip script test262/intl402/Temporal/PlainDate/prototype/since/infinity-throws-rangeerror.js
skip script test262/intl402/Temporal/PlainDate/prototype/eraYear/prop-desc.js
skip script test262/intl402/Temporal/PlainDate/prototype/eraYear/calendar-returns-infinity.js
skip script test262/intl402/Temporal/PlainDate/prototype/eraYear/branding.js
skip script test262/intl402/Temporal/PlainDate/prototype/eraYear/validate-calendar-value.js
skip script test262/intl402/Temporal/PlainDate/prototype/era/prop-desc.js
skip script test262/intl402/Temporal/PlainDate/prototype/era/branding.js
skip script test262/intl402/Temporal/PlainDate/prototype/era/validate-calendar-value.js
skip script test262/intl402/Temporal/PlainDate/prototype/until/infinity-throws-rangeerror.js
skip script test262/intl402/Temporal/PlainDate/prototype/toLocaleString/locales-undefined.js
skip script test262/intl402/Temporal/PlainDate/prototype/toLocaleString/timezone-getoffsetnanosecondsfor-not-callable.js
skip script test262/intl402/Temporal/PlainDate/prototype/toLocaleString/options-conflict.js
skip script test262/intl402/Temporal/PlainDate/prototype/toLocaleString/resolved-time-zone.js
skip script test262/intl402/Temporal/PlainDate/prototype/toLocaleString/options-undefined.js
skip script test262/intl402/Temporal/PlainDate/prototype/toLocaleString/calendar-mismatch.js
skip script test262/intl402/Temporal/PlainDate/prototype/toLocaleString/dateStyle.js
skip script test262/intl402/Temporal/PlainDate/prototype/with/cross-era-boundary.js
skip script test262/intl402/Temporal/PlainDate/prototype/weekOfYear/gregory-iso-weekofyear.js
skip script test262/intl402/Temporal/PlainDate/prototype/weekOfYear/non-iso-week-of-year.js
skip script test262/intl402/Temporal/PlainDate/prototype/yearOfWeek/gregory-iso-weekofyear.js
skip script test262/intl402/Temporal/PlainDate/prototype/yearOfWeek/non-iso-week-of-year.js
skip script test262/intl402/Temporal/TimeZone/prototype/getPossibleInstantsFor/infinity-throws-rangeerror.js
skip script test262/intl402/Temporal/TimeZone/prototype/getInstantFor/infinity-throws-rangeerror.js
skip script test262/intl402/Temporal/Duration/prototype/round/relativeto-infinity-throws-rangeerror.js
skip script test262/intl402/Temporal/Duration/prototype/add/relativeto-infinity-throws-rangeerror.js
skip script test262/intl402/Temporal/Duration/prototype/subtract/relativeto-infinity-throws-rangeerror.js
skip script test262/intl402/Temporal/Duration/prototype/total/relativeto-infinity-throws-rangeerror.js
skip script test262/intl402/Temporal/PlainTime/prototype/toPlainDateTime/infinity-throws-rangeerror.js
skip script test262/intl402/Temporal/PlainTime/prototype/toZonedDateTime/plaindate-infinity-throws-rangeerror.js
skip script test262/intl402/Temporal/PlainTime/prototype/toLocaleString/options-conflict.js
skip script test262/intl402/Temporal/PlainTime/prototype/toLocaleString/locales-undefined.js
skip script test262/intl402/Temporal/PlainTime/prototype/toLocaleString/timezone-getoffsetnanosecondsfor-not-callable.js
skip script test262/intl402/Temporal/PlainTime/prototype/toLocaleString/options-undefined.js
skip script test262/intl402/Temporal/PlainTime/prototype/toLocaleString/resolved-time-zone.js
skip script test262/intl402/Temporal/PlainDateTime/from/infinity-throws-rangeerror.js
skip script test262/intl402/Temporal/PlainDateTime/compare/infinity-throws-rangeerror.js
skip script test262/intl402/Temporal/PlainDateTime/prototype/equals/infinity-throws-rangeerror.js
skip script test262/intl402/Temporal/PlainDateTime/prototype/withPlainDate/infinity-throws-rangeerror.js
skip script test262/intl402/Temporal/PlainDateTime/prototype/withPlainDate/argument-plaindate-calendar.js
skip script test262/intl402/Temporal/PlainDateTime/prototype/withPlainDate/argument-plaindate-calendar-same-object.js
skip script test262/intl402/Temporal/PlainDateTime/prototype/withPlainDate/argument-plaindate-calendar-noniso.js
skip script test262/intl402/Temporal/PlainDateTime/prototype/withPlainDate/argument-string-calendar.js
skip script test262/intl402/Temporal/PlainDateTime/prototype/withPlainDate/argument-plaindate-calendar-same-id.js
skip script test262/intl402/Temporal/PlainDateTime/prototype/withPlainDate/argument-string-iso-calendar.js
skip script test262/intl402/Temporal/PlainDateTime/prototype/since/infinity-throws-rangeerror.js
skip script test262/intl402/Temporal/PlainDateTime/prototype/eraYear/calendar-returns-infinity.js
skip script test262/intl402/Temporal/PlainDateTime/prototype/eraYear/prop-desc.js
skip script test262/intl402/Temporal/PlainDateTime/prototype/eraYear/branding.js
skip script test262/intl402/Temporal/PlainDateTime/prototype/eraYear/validate-calendar-value.js
skip script test262/intl402/Temporal/PlainDateTime/prototype/era/prop-desc.js
skip script test262/intl402/Temporal/PlainDateTime/prototype/era/branding.js
skip script test262/intl402/Temporal/PlainDateTime/prototype/era/validate-calendar-value.js
skip script test262/intl402/Temporal/PlainDateTime/prototype/until/infinity-throws-rangeerror.js
skip script test262/intl402/Temporal/PlainDateTime/prototype/toLocaleString/options-conflict.js
skip script test262/intl402/Temporal/PlainDateTime/prototype/toLocaleString/locales-undefined.js
skip script test262/intl402/Temporal/PlainDateTime/prototype/toLocaleString/timezone-getoffsetnanosecondsfor-not-callable.js
skip script test262/intl402/Temporal/PlainDateTime/prototype/toLocaleString/resolved-time-zone.js
skip script test262/intl402/Temporal/PlainDateTime/prototype/toLocaleString/options-undefined.js
skip script test262/intl402/Temporal/PlainDateTime/prototype/toLocaleString/calendar-mismatch.js
skip script test262/intl402/Temporal/PlainDateTime/prototype/toLocaleString/dateStyle.js
skip script test262/intl402/Temporal/PlainDateTime/prototype/toString/calendarname-always.js
skip script test262/intl402/Temporal/PlainDateTime/prototype/toString/calendarname-auto.js
skip script test262/intl402/Temporal/PlainDateTime/prototype/toString/calendarname-never.js
skip script test262/intl402/Temporal/PlainDateTime/prototype/weekOfYear/gregory-iso-weekofyear.js
skip script test262/intl402/Temporal/PlainDateTime/prototype/weekOfYear/non-iso-week-of-year.js
skip script test262/intl402/Temporal/PlainDateTime/prototype/yearOfWeek/non-iso-week-of-year.js
skip script test262/intl402/Temporal/PlainDateTime/prototype/yearOfWeek/gregory-iso-weekofyear.js
skip script test262/intl402/Temporal/Instant/prototype/toLocaleString/locales-undefined.js
skip script test262/intl402/Temporal/Instant/prototype/toLocaleString/options-conflict.js
skip script test262/intl402/Temporal/Instant/prototype/toLocaleString/options-undefined.js
skip script test262/intl402/Temporal/Instant/prototype/toLocaleString/dateStyle.js
skip script test262/intl402/Temporal/PlainYearMonth/from/argument-object.js
skip script test262/intl402/Temporal/PlainYearMonth/from/infinity-throws-rangeerror.js
skip script test262/intl402/Temporal/PlainYearMonth/compare/infinity-throws-rangeerror.js
skip script test262/intl402/Temporal/PlainYearMonth/prototype/equals/infinity-throws-rangeerror.js
skip script test262/intl402/Temporal/PlainYearMonth/prototype/since/infinity-throws-rangeerror.js
skip script test262/intl402/Temporal/PlainYearMonth/prototype/eraYear/calendar-returns-infinity.js
skip script test262/intl402/Temporal/PlainYearMonth/prototype/eraYear/branding.js
skip script test262/intl402/Temporal/PlainYearMonth/prototype/eraYear/prop-desc.js
skip script test262/intl402/Temporal/PlainYearMonth/prototype/eraYear/validate-calendar-value.js
skip script test262/intl402/Temporal/PlainYearMonth/prototype/era/prop-desc.js
skip script test262/intl402/Temporal/PlainYearMonth/prototype/era/branding.js
skip script test262/intl402/Temporal/PlainYearMonth/prototype/era/validate-calendar-value.js
skip script test262/intl402/Temporal/PlainYearMonth/prototype/until/infinity-throws-rangeerror.js
skip script test262/intl402/Temporal/PlainYearMonth/prototype/toLocaleString/locales-undefined.js
skip script test262/intl402/Temporal/PlainYearMonth/prototype/toLocaleString/timezone-getoffsetnanosecondsfor-not-callable.js
skip script test262/intl402/Temporal/PlainYearMonth/prototype/toLocaleString/options-undefined.js
skip script test262/intl402/Temporal/PlainYearMonth/prototype/toLocaleString/resolved-time-zone.js
skip script test262/intl402/Temporal/PlainYearMonth/prototype/toLocaleString/calendar-mismatch.js
skip script test262/intl402/Temporal/PlainYearMonth/prototype/toLocaleString/dateStyle.js
skip script test262/intl402/Temporal/Calendar/calendar-case-insensitive.js
skip script test262/intl402/Temporal/Calendar/from/basic.js
skip script test262/intl402/Temporal/Calendar/from/calendar-case-insensitive.js
skip script test262/intl402/Temporal/Calendar/prototype/daysInMonth/infinity-throws-rangeerror.js
skip script test262/intl402/Temporal/Calendar/prototype/daysInWeek/infinity-throws-rangeerror.js
skip script test262/intl402/Temporal/Calendar/prototype/day/infinity-throws-rangeerror.js
skip script test262/intl402/Temporal/Calendar/prototype/year/infinity-throws-rangeerror.js
skip script test262/intl402/Temporal/Calendar/prototype/monthsInYear/infinity-throws-rangeerror.js
skip script test262/intl402/Temporal/Calendar/prototype/yearMonthFromFields/order-of-operations.js
skip script test262/intl402/Temporal/Calendar/prototype/yearMonthFromFields/infinity-throws-rangeerror.js
skip script test262/intl402/Temporal/Calendar/prototype/daysInYear/infinity-throws-rangeerror.js
skip script test262/intl402/Temporal/Calendar/prototype/monthCode/infinity-throws-rangeerror.js
skip script test262/intl402/Temporal/Calendar/prototype/month/infinity-throws-rangeerror.js
skip script test262/intl402/Temporal/Calendar/prototype/dateAdd/date-infinity-throws-rangeerror.js
skip script test262/intl402/Temporal/Calendar/prototype/monthDayFromFields/infinity-throws-rangeerror.js
skip script test262/intl402/Temporal/Calendar/prototype/monthDayFromFields/order-of-operations.js
skip script test262/intl402/Temporal/Calendar/prototype/dayOfWeek/infinity-throws-rangeerror.js
skip script test262/intl402/Temporal/Calendar/prototype/weekOfYear/infinity-throws-rangeerror.js
skip script test262/intl402/Temporal/Calendar/prototype/inLeapYear/infinity-throws-rangeerror.js
skip script test262/intl402/Temporal/Calendar/prototype/dateFromFields/order-of-operations.js
skip script test262/intl402/Temporal/Calendar/prototype/dateFromFields/infinity-throws-rangeerror.js
skip script test262/intl402/Temporal/Calendar/prototype/dateUntil/argument-infinity-throws-rangeerror.js
skip script test262/intl402/Temporal/Calendar/prototype/eraYear/argument-string-with-utc-designator.js
skip script test262/intl402/Temporal/Calendar/prototype/eraYear/argument-zoneddatetime-convert.js
skip script test262/intl402/Temporal/Calendar/prototype/eraYear/argument-wrong-type.js
skip script test262/intl402/Temporal/Calendar/prototype/eraYear/length.js
skip script test262/intl402/Temporal/Calendar/prototype/eraYear/infinity-throws-rangeerror.js
skip script test262/intl402/Temporal/Calendar/prototype/eraYear/prop-desc.js
skip script test262/intl402/Temporal/Calendar/prototype/eraYear/argument-calendar-datefromfields-called-with-null-prototype-fields.js
skip script test262/intl402/Temporal/Calendar/prototype/eraYear/argument-propertybag-calendar-leap-second.js
skip script test262/intl402/Temporal/Calendar/prototype/eraYear/calendar-datefromfields-called-with-options-undefined.js
skip script test262/intl402/Temporal/Calendar/prototype/eraYear/argument-string-invalid.js
skip script test262/intl402/Temporal/Calendar/prototype/eraYear/year-zero.js
skip script test262/intl402/Temporal/Calendar/prototype/eraYear/argument-leap-second.js
skip script test262/intl402/Temporal/Calendar/prototype/eraYear/branding.js
skip script test262/intl402/Temporal/Calendar/prototype/eraYear/argument-number.js
skip script test262/intl402/Temporal/Calendar/prototype/eraYear/argument-propertybag-calendar-year-zero.js
skip script test262/intl402/Temporal/Calendar/prototype/eraYear/builtin.js
skip script test262/intl402/Temporal/Calendar/prototype/eraYear/argument-zoneddatetime-slots.js
skip script test262/intl402/Temporal/Calendar/prototype/eraYear/argument-propertybag-calendar-wrong-type.js
skip script test262/intl402/Temporal/Calendar/prototype/eraYear/argument-string-time-separators.js
skip script test262/intl402/Temporal/Calendar/prototype/eraYear/argument-propertybag-calendar-number.js
skip script test262/intl402/Temporal/Calendar/prototype/eraYear/name.js
skip script test262/intl402/Temporal/Calendar/prototype/eraYear/argument-string-time-zone-annotation.js
skip script test262/intl402/Temporal/Calendar/prototype/eraYear/argument-propertybag-calendar-case-insensitive.js
skip script test262/intl402/Temporal/Calendar/prototype/eraYear/argument-zoneddatetime-timezone-getoffsetnanosecondsfor-out-of-range.js
skip script test262/intl402/Temporal/Calendar/prototype/eraYear/argument-propertybag-calendar-string.js
skip script test262/intl402/Temporal/Calendar/prototype/eraYear/argument-string-calendar-annotation.js
skip script test262/intl402/Temporal/Calendar/prototype/eraYear/argument-zoneddatetime-timezone-getoffsetnanosecondsfor-non-integer.js
skip script test262/intl402/Temporal/Calendar/prototype/eraYear/argument-calendar-fields-undefined.js
skip script test262/intl402/Temporal/Calendar/prototype/eraYear/argument-propertybag-calendar-instance-does-not-get-calendar-property.js
skip script test262/intl402/Temporal/Calendar/prototype/eraYear/argument-string-unknown-annotation.js
skip script test262/intl402/Temporal/Calendar/prototype/eraYear/argument-string-multiple-time-zone.js
skip script test262/intl402/Temporal/Calendar/prototype/eraYear/argument-string-critical-unknown-annotation.js
skip script test262/intl402/Temporal/Calendar/prototype/eraYear/argument-builtin-calendar-no-array-iteration.js
skip script test262/intl402/Temporal/Calendar/prototype/era/argument-builtin-calendar-no-array-iteration.js
skip script test262/intl402/Temporal/Calendar/prototype/era/argument-zoneddatetime-convert.js
skip script test262/intl402/Temporal/Calendar/prototype/era/argument-string-with-utc-designator.js
skip script test262/intl402/Temporal/Calendar/prototype/era/argument-wrong-type.js
skip script test262/intl402/Temporal/Calendar/prototype/era/length.js
skip script test262/intl402/Temporal/Calendar/prototype/era/prop-desc.js
skip script test262/intl402/Temporal/Calendar/prototype/era/infinity-throws-rangeerror.js
skip script test262/intl402/Temporal/Calendar/prototype/era/argument-calendar-datefromfields-called-with-null-prototype-fields.js
skip script test262/intl402/Temporal/Calendar/prototype/era/calendar-datefromfields-called-with-options-undefined.js
skip script test262/intl402/Temporal/Calendar/prototype/era/argument-propertybag-calendar-leap-second.js
skip script test262/intl402/Temporal/Calendar/prototype/era/argument-string-invalid.js
skip script test262/intl402/Temporal/Calendar/prototype/era/year-zero.js
skip script test262/intl402/Temporal/Calendar/prototype/era/branding.js
skip script test262/intl402/Temporal/Calendar/prototype/era/argument-leap-second.js
skip script test262/intl402/Temporal/Calendar/prototype/era/argument-number.js
skip script test262/intl402/Temporal/Calendar/prototype/era/builtin.js
skip script test262/intl402/Temporal/Calendar/prototype/era/argument-propertybag-calendar-year-zero.js
skip script test262/intl402/Temporal/Calendar/prototype/era/argument-propertybag-calendar-wrong-type.js
skip script test262/intl402/Temporal/Calendar/prototype/era/argument-zoneddatetime-slots.js
skip script test262/intl402/Temporal/Calendar/prototype/era/argument-propertybag-calendar-number.js
skip script test262/intl402/Temporal/Calendar/prototype/era/argument-string-time-separators.js
skip script test262/intl402/Temporal/Calendar/prototype/era/name.js
skip script test262/intl402/Temporal/Calendar/prototype/era/argument-string-time-zone-annotation.js
skip script test262/intl402/Temporal/Calendar/prototype/era/argument-propertybag-calendar-case-insensitive.js
skip script test262/intl402/Temporal/Calendar/prototype/era/argument-propertybag-calendar-string.js
skip script test262/intl402/Temporal/Calendar/prototype/era/argument-zoneddatetime-timezone-getoffsetnanosecondsfor-out-of-range.js
skip script test262/intl402/Temporal/Calendar/prototype/era/argument-string-calendar-annotation.js
skip script test262/intl402/Temporal/Calendar/prototype/era/argument-zoneddatetime-timezone-getoffsetnanosecondsfor-non-integer.js
skip script test262/intl402/Temporal/Calendar/prototype/era/argument-calendar-fields-undefined.js
skip script test262/intl402/Temporal/Calendar/prototype/era/argument-propertybag-calendar-instance-does-not-get-calendar-property.js
skip script test262/intl402/Temporal/Calendar/prototype/era/argument-string-unknown-annotation.js
skip script test262/intl402/Temporal/Calendar/prototype/era/argument-string-multiple-time-zone.js
skip script test262/intl402/Temporal/Calendar/prototype/era/argument-string-critical-unknown-annotation.js
skip script test262/intl402/Temporal/Calendar/prototype/dayOfYear/infinity-throws-rangeerror.js
skip script test262/intl402/Temporal/Calendar/prototype/eraYear/not-a-constructor.js
skip script test262/intl402/Temporal/Calendar/prototype/yearOfWeek/infinity-throws-rangeerror.js
skip script test262/intl402/Temporal/Calendar/prototype/eraYear/argument-string-date-with-utc-offset.js
skip script test262/intl402/Temporal/Calendar/prototype/era/not-a-constructor.js
skip script test262/intl402/Temporal/Calendar/prototype/era/argument-string-date-with-utc-offset.js
skip script test262/intl402/Temporal/Calendar/prototype/mergeFields/japanese-mutually-exclusive-fields.js
skip script test262/intl402/Temporal/Calendar/prototype/yearMonthFromFields/reference-day.js
skip script test262/intl402/Temporal/Calendar/prototype/mergeFields/gregorian-mutually-exclusive-fields.js
skip script test262/intl402/Temporal/Calendar/prototype/monthDayFromFields/one-of-era-erayear-undefined.js
skip script test262/intl402/Temporal/Calendar/prototype/yearMonthFromFields/one-of-era-erayear-undefined.js
skip script test262/intl402/Temporal/Calendar/prototype/dateFromFields/one-of-era-erayear-undefined.js
skip script test262/intl402/Temporal/Calendar/prototype/monthDayFromFields/reference-year-1972.js
skip script test262/intl402/Temporal/Calendar/prototype/eraYear/argument-string-multiple-calendar.js
skip script test262/intl402/Temporal/Calendar/prototype/era/argument-string-multiple-calendar.js
skip script test262/intl402/Temporal/Calendar/prototype/dateUntil/until-across-lunisolar-leap-months.js
skip script test262/intl402/Temporal/Calendar/prototype/dateUntil/zero-length-duration-result.js
skip script test262/intl402/Temporal/Calendar/prototype/eraYear/argument-duplicate-calendar-fields.js
skip script test262/intl402/Temporal/Calendar/prototype/eraYear/argument-constructor-in-calendar-fields.js
skip script test262/intl402/Temporal/Calendar/prototype/eraYear/argument-proto-in-calendar-fields.js
skip script test262/intl402/Temporal/Calendar/prototype/era/argument-duplicate-calendar-fields.js
skip script test262/intl402/Temporal/Calendar/prototype/era/argument-constructor-in-calendar-fields.js
skip script test262/intl402/Temporal/Calendar/prototype/era/argument-proto-in-calendar-fields.js
skip script test262/intl402/Temporal/Calendar/prototype/monthDayFromFields/fields-underspecified.js
skip script test262/intl402/Temporal/Calendar/prototype/weekOfYear/gregory-iso-weekofyear.js
skip script test262/intl402/Temporal/Calendar/prototype/weekOfYear/non-iso-week-of-year.js
skip script test262/intl402/Temporal/Calendar/prototype/eraYear/argument-propertybag-calendar-iso-string.js
skip script test262/intl402/Temporal/Calendar/prototype/eraYear/argument-string-calendar-annotation-invalid-key.js
skip script test262/intl402/Temporal/Calendar/prototype/yearOfWeek/non-iso-week-of-year.js
skip script test262/intl402/Temporal/Calendar/prototype/yearOfWeek/gregory-iso-weekofyear.js
skip script test262/intl402/Temporal/Calendar/prototype/era/argument-propertybag-calendar-iso-string.js
skip script test262/intl402/Temporal/Calendar/prototype/era/argument-string-calendar-annotation-invalid-key.js
skip script test262/staging/Temporal/ZonedDateTime/old/construction-and-properties.js
skip script test262/staging/Intl402/Temporal/old/date-time-format.js
skip script test262/staging/Intl402/Temporal/old/date-toLocaleString.js
skip script test262/staging/Intl402/Temporal/old/time-toLocaleString.js
skip script test262/staging/Intl402/Temporal/old/zoneddatetime-toLocaleString.js
skip script test262/staging/Intl402/Temporal/old/hebrew-leap-months.js
skip script test262/staging/Intl402/Temporal/old/addition-across-lunisolar-leap-months.js
skip script test262/staging/Intl402/Temporal/old/yearmonth-toLocaleString.js
skip script test262/staging/Intl402/Temporal/old/datetime-toLocaleString.js
skip script test262/staging/Intl402/Temporal/old/japanese-era.js
skip script test262/staging/Intl402/Temporal/old/monthday-toLocaleString.js
skip script test262/staging/Intl402/Temporal/old/non-iso-calendars.js
skip script test262/staging/Intl402/Temporal/old/indian-calendar.js
skip script test262/staging/Intl402/Temporal/old/instant-toLocaleString.js
skip script test262/staging/Intl402/Temporal/old/persian-calendar.js
skip script test262/staging/Intl402/Temporal/old/islamic-calendars.js
# Time zone identifier canonicalization.
skip script test262/intl402/Temporal/ZonedDateTime/from/do-not-canonicalize-iana-identifiers.js
skip script test262/intl402/Temporal/ZonedDateTime/from/timezone-case-insensitive.js
skip script test262/intl402/Temporal/TimeZone/links-europe.js
skip script test262/intl402/Temporal/TimeZone/links-etcetera.js
skip script test262/intl402/Temporal/TimeZone/links-backzone.js
skip script test262/intl402/Temporal/TimeZone/links-northamerica.js
skip script test262/intl402/Temporal/TimeZone/links-backward.js
skip script test262/intl402/Temporal/TimeZone/etc-timezone.js
skip script test262/intl402/Temporal/TimeZone/iana-legacy-names.js
skip script test262/intl402/Temporal/TimeZone/basic.js
skip script test262/intl402/Temporal/TimeZone/links-asia.js
skip script test262/intl402/Temporal/TimeZone/non-canonical-utc.js
skip script test262/intl402/Temporal/TimeZone/from/iana-legacy-names.js
skip script test262/intl402/Temporal/TimeZone/from/etc-timezone.js
skip script test262/intl402/Temporal/TimeZone/from/argument-valid.js
skip script test262/intl402/Temporal/TimeZone/from/timezone-case-insensitive.js