Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bugs on ephemeron and TypedArray.prototype.slice #4107

Merged
merged 1 commit into from
Jan 7, 2025
Merged

Conversation

jedel1043
Copy link
Member

@jedel1043 jedel1043 commented Jan 4, 2025

This allows enabling the sm test suite which was throwing a SIGSEGV on memory usage.
Also, ignores a couple of tests that cause panics.

@jedel1043 jedel1043 added test Issues and PRs related to the tests. Internal Category for changelog labels Jan 4, 2025
@jedel1043 jedel1043 added this to the next-release milestone Jan 4, 2025
@jedel1043 jedel1043 requested a review from a team January 4, 2025 23:25
Copy link

github-actions bot commented Jan 4, 2025

Test262 conformance changes

Test result main count PR count difference
Total 50,254 50,254 0
Passed 43,947 44,995 +1,048
Ignored 3,096 1,740 -1,356
Failed 3,211 3,519 +308
Panics 0 0 0
Conformance 87.45% 89.54% +2.09%
Fixed tests (1048):
test/staging/sm/argumentsLengthOpt.js (previously Ignored)
test/staging/sm/template.js (previously Ignored)
test/staging/sm/Temporal/PlainDate/from-islamic-umalqura.js (previously Ignored)
test/staging/sm/Temporal/PlainMonthDay/result-not-after-1972-dec-31.js (previously Ignored)
test/staging/sm/eval/exhaustive-fun-strictcaller-indirect-strictcode.js (previously Ignored)
test/staging/sm/eval/undeclared-name-in-nested-strict-eval.js (previously Ignored)
test/staging/sm/eval/exhaustive-global-strictcaller-indirect-normalcode.js (previously Ignored)
test/staging/sm/eval/regress-531682.js (previously Ignored)
test/staging/sm/eval/exhaustive-global-normalcaller-indirect-normalcode.js (previously Ignored)
test/staging/sm/eval/line-terminator-paragraph-terminator.js (previously Ignored)
test/staging/sm/eval/exhaustive-fun-normalcaller-indirect-strictcode.js (previously Ignored)
test/staging/sm/eval/exhaustive-fun-strictcaller-direct-normalcode.js (previously Ignored)
test/staging/sm/eval/exhaustive-fun-normalcaller-direct-strictcode.js (previously Ignored)
test/staging/sm/eval/exhaustive-global-normalcaller-direct-strictcode.js (previously Ignored)
test/staging/sm/eval/exhaustive-global-strictcaller-direct-strictcode.js (previously Ignored)
test/staging/sm/eval/exhaustive-fun-normalcaller-indirect-normalcode.js (previously Ignored)
test/staging/sm/eval/exhaustive-global-normalcaller-indirect-strictcode.js (previously Ignored)
test/staging/sm/eval/exhaustive-global-normalcaller-direct-normalcode.js (previously Ignored)
test/staging/sm/eval/redeclared-arguments-in-param-expression-eval.js (previously Ignored)
test/staging/sm/eval/exhaustive-global-strictcaller-direct-normalcode.js (previously Ignored)
test/staging/sm/eval/exhaustive-global-strictcaller-indirect-strictcode.js (previously Ignored)
test/staging/sm/eval/exhaustive-fun-strictcaller-direct-strictcode.js (previously Ignored)
test/staging/sm/eval/exhaustive-fun-strictcaller-indirect-normalcode.js (previously Ignored)
test/staging/sm/String/15.5.4.7.js (previously Ignored)
test/staging/sm/String/match-GetMethod.js (previously Ignored)
test/staging/sm/String/replace-updates-global-lastIndex.js (previously Ignored)
test/staging/sm/String/replace-throws-nonwritable-lastIndex-global.js (previously Ignored)
test/staging/sm/String/at.js (previously Ignored)
test/staging/sm/String/match-defines-match-elements.js (previously Ignored)
test/staging/sm/String/fromCodePoint.js (previously Ignored)
test/staging/sm/String/15.5.4.2.js (previously Ignored)
test/staging/sm/String/split-GetMethod.js (previously Ignored)
test/staging/sm/String/string-space-trim.js (previously Ignored)
test/staging/sm/String/replace-flags.js (previously Ignored)
test/staging/sm/String/search-GetMethod.js (previously Ignored)
test/staging/sm/String/normalize-parameter.js (previously Ignored)
test/staging/sm/String/normalize-form-non-atom.js (previously Ignored)
test/staging/sm/String/match-forward-lookahead.js (previously Ignored)
test/staging/sm/String/AdvanceStringIndex.js (previously Ignored)
test/staging/sm/String/string-pad-start-end.js (previously Ignored)
test/staging/sm/String/iterator_edge_cases.js (previously Ignored)
test/staging/sm/String/string-code-point-upper-lower-mapping.js (previously Ignored)
test/staging/sm/String/split-undefined-separator.js (previously Ignored)
test/staging/sm/String/match-updates-global-lastIndex.js (previously Ignored)
test/staging/sm/String/15.5.4.11-01.js (previously Ignored)
test/staging/sm/String/split-xregexp.js (previously Ignored)
test/staging/sm/String/defaultvalue.js (previously Ignored)
test/staging/sm/String/split-order.js (previously Ignored)
test/staging/sm/String/search.js (previously Ignored)
test/staging/sm/String/replace.js (previously Ignored)
test/staging/sm/String/match.js (previously Ignored)
test/staging/sm/String/replaceAll.js (previously Ignored)
test/staging/sm/String/replace-bad-dollar-single-quote.js (previously Ignored)
test/staging/sm/String/match-throws-nonwritable-lastIndex-global.js (previously Ignored)
test/staging/sm/String/regress-369778.js (previously Ignored)
test/staging/sm/String/split.js (previously Ignored)
test/staging/sm/String/normalize-generateddata-input.js (previously Ignored)
test/staging/sm/String/thisv-error.js (previously Ignored)
test/staging/sm/String/unicode-braced.js (previously Ignored)
test/staging/sm/String/IsRegExp.js (previously Ignored)
test/staging/sm/String/codePointAt.js (previously Ignored)
test/staging/sm/String/two-length-nonlatin-indexOf.js (previously Ignored)
test/staging/sm/String/normalize-generic.js (previously Ignored)
test/staging/sm/String/normalize-rope.js (previously Ignored)
test/staging/sm/String/replace-GetMethod.js (previously Ignored)
test/staging/sm/String/split-01.js (previously Ignored)
test/staging/sm/String/raw.js (previously Ignored)
test/staging/sm/Error/prototype.js (previously Ignored)
test/staging/sm/Error/AggregateError.js (previously Ignored)
test/staging/sm/Error/prototype-properties.js (previously Ignored)
test/staging/sm/Error/constructor-ordering.js (previously Ignored)
test/staging/sm/Error/constructor-proto.js (previously Ignored)
test/staging/sm/JSON/stringify-nonarray-noncallable-replacer.js (previously Ignored)
test/staging/sm/JSON/stringify-replacer-array-duplicated-element.js (previously Ignored)
test/staging/sm/JSON/stringify-replacer-array-hijinks.js (previously Ignored)
test/staging/sm/JSON/parse-primitives.js (previously Ignored)
test/staging/sm/JSON/parse-reviver.js (previously Ignored)
test/staging/sm/JSON/stringify-call-toJSON-once.js (previously Ignored)
test/staging/sm/JSON/stringify-call-replacer-once.js (previously Ignored)
test/staging/sm/JSON/stringify.js (previously Ignored)
test/staging/sm/JSON/parse-reviver-array-delete.js (previously Ignored)
test/staging/sm/JSON/parse-number-syntax.js (previously Ignored)
test/staging/sm/JSON/stringify-replacer-array-skipped-element.js (previously Ignored)
test/staging/sm/JSON/stringify-large-replacer-array.js (previously Ignored)
test/staging/sm/JSON/parse-mega-huge-array.js (previously Ignored)
test/staging/sm/JSON/stringify-replacer-array-edgecase-jsid-elements.js (previously Ignored)
test/staging/sm/JSON/stringify-gap.js (previously Ignored)
test/staging/sm/JSON/parse.js (previously Ignored)
test/staging/sm/JSON/stringify-replacer.js (previously Ignored)
test/staging/sm/JSON/stringify-primitives.js (previously Ignored)
test/staging/sm/JSON/parse-syntax-errors-02.js (previously Ignored)
test/staging/sm/JSON/parse-crockford-01.js (previously Ignored)
test/staging/sm/JSON/small-codepoints.js (previously Ignored)
test/staging/sm/JSON/regress-459293.js (previously Ignored)
test/staging/sm/JSON/stringify-boxed-primitives.js (previously Ignored)
test/staging/sm/JSON/parse-syntax-errors-01.js (previously Ignored)
test/staging/sm/JSON/cyclic-stringify.js (previously Ignored)
test/staging/sm/JSON/parse-syntax-errors-03.js (previously Ignored)
test/staging/sm/JSON/stringify-replacer-array-trailing-holes.js (previously Ignored)
test/staging/sm/JSON/parse-octal-syntax-error.js (previously Ignored)
test/staging/sm/JSON/stringify-special-escapes.js (previously Ignored)
test/staging/sm/JSON/trailing-comma.js (previously Ignored)
test/staging/sm/JSON/parse-arguments.js (previously Ignored)
test/staging/sm/JSON/stringify-missing-arguments.js (previously Ignored)
test/staging/sm/JSON/cyclic-stringify-unrelated.js (previously Ignored)
test/staging/sm/JSON/stringify-toJSON-arguments.js (previously Ignored)
test/staging/sm/JSON/stringify-replacer-array-boxed-elements.js (previously Ignored)
test/staging/sm/JSON/stringify-replacer-with-array-indexes.js (previously Ignored)
test/staging/sm/JSON/stringify-dropping-elements.js (previously Ignored)
test/staging/sm/JSON/stringify-ignore-noncallable-toJSON.js (previously Ignored)
test/staging/sm/AsyncGenerators/async-generator-declaration-in-modules.js (previously Ignored)
test/staging/sm/AsyncGenerators/for-await-of-error.js (previously Ignored)
test/staging/sm/TypedArray/sorting_buffer_access.js (previously Ignored)
test/staging/sm/TypedArray/iterator.js (previously Ignored)
test/staging/sm/TypedArray/subarray-species.js (previously Ignored)
test/staging/sm/TypedArray/constructor_bad-args.js (previously Ignored)
test/staging/sm/TypedArray/test-integrity-level-detached.js (previously Ignored)
test/staging/sm/TypedArray/sort_compare_nan.js (previously Ignored)
test/staging/sm/TypedArray/at.js (previously Ignored)
test/staging/sm/TypedArray/findLast-and-findLastIndex.js (previously Ignored)
test/staging/sm/TypedArray/toStringTag-cross-compartment.js (previously Ignored)
test/staging/sm/TypedArray/Tconstructor-fromTypedArray-byteLength.js (previously Ignored)
test/staging/sm/TypedArray/sort_globals.js (previously Ignored)
test/staging/sm/TypedArray/test-integrity-level.js (previously Ignored)
test/staging/sm/TypedArray/sort_sorted.js (previously Ignored)
test/staging/sm/TypedArray/getter-name.js (previously Ignored)
test/staging/sm/TypedArray/slice-detached.js (previously Ignored)
test/staging/sm/TypedArray/includes.js (previously Ignored)
test/staging/sm/TypedArray/constructor-ArrayBuffer-species.js (previously Ignored)
test/staging/sm/TypedArray/from_constructor.js (previously Ignored)
test/staging/sm/TypedArray/seal-and-freeze.js (previously Ignored)
test/staging/sm/TypedArray/subarray.js (previously Ignored)
test/staging/sm/TypedArray/constructor-typedarray-species-other-global.js (previously Ignored)
test/staging/sm/TypedArray/sort_byteoffset.js (previously Ignored)
test/staging/sm/TypedArray/toLocaleString-nointl.js (previously Ignored)
test/staging/sm/TypedArray/detached-array-buffer-checks.js (previously Ignored)
test/staging/sm/TypedArray/with.js (previously Ignored)
test/staging/sm/TypedArray/sort_snans.js (previously Ignored)
test/staging/sm/TypedArray/write-out-of-bounds-tonumber.js (previously Ignored)
test/staging/sm/TypedArray/set-detached-bigint.js (previously Ignored)
test/staging/sm/TypedArray/sort_stable.js (previously Ignored)
test/staging/sm/TypedArray/filter-species.js (previously Ignored)
test/staging/sm/TypedArray/constructor-iterator-primitive.js (previously Ignored)
test/staging/sm/TypedArray/iterator-next-with-detached.js (previously Ignored)
test/staging/sm/TypedArray/slice-conversion.js (previously Ignored)
test/staging/sm/TypedArray/object-defineproperty.js (previously Ignored)
test/staging/sm/TypedArray/uint8clamped-constructor.js (previously Ignored)
test/staging/sm/TypedArray/element-setting-converts-using-ToNumber.js (previously Ignored)
test/staging/sm/TypedArray/slice-species.js (previously Ignored)
test/staging/sm/TypedArray/with-detached.js (previously Ignored)
test/staging/sm/TypedArray/sort_modifications.js (previously Ignored)
test/staging/sm/TypedArray/from_string.js (previously Ignored)
test/staging/sm/TypedArray/set-same-buffer-different-source-target-types.js (previously Ignored)
test/staging/sm/TypedArray/constructor-not-callable.js (previously Ignored)
test/staging/sm/TypedArray/bug1526838.js (previously Ignored)
test/staging/sm/TypedArray/constructor-non-detached.js (previously Ignored)
test/staging/sm/TypedArray/sort-non-function.js (previously Ignored)
test/staging/sm/TypedArray/from_typedarray_fastpath_detached.js (previously Ignored)
test/staging/sm/TypedArray/find-and-findIndex.js (previously Ignored)
test/staging/sm/TypedArray/sort_large_countingsort.js (previously Ignored)
test/staging/sm/TypedArray/from_surfaces.js (previously Ignored)
test/staging/sm/TypedArray/slice-memcpy.js (previously Ignored)
test/staging/sm/TypedArray/set-with-receiver.js (previously Ignored)
test/staging/sm/TypedArray/from_realms.js (previously Ignored)
test/staging/sm/TypedArray/sort_errors.js (previously Ignored)
test/staging/sm/TypedArray/constructor-ArrayBuffer-species-wrap.js (previously Ignored)
test/staging/sm/TypedArray/constructor-buffer-sequence.js (previously Ignored)
test/staging/sm/TypedArray/lastIndexOf-never-returns-negative-zero.js (previously Ignored)
test/staging/sm/TypedArray/set.js (previously Ignored)
test/staging/sm/TypedArray/indexOf-never-returns-negative-zero.js (previously Ignored)
test/staging/sm/TypedArray/set-toobject.js (previously Ignored)
test/staging/sm/TypedArray/toReversed-detached.js (previously Ignored)
test/staging/sm/TypedArray/fill-detached.js (previously Ignored)
test/staging/sm/TypedArray/constructor-byteoffsets-bounds.js (previously Ignored)
test/staging/sm/TypedArray/map-species.js (previously Ignored)
test/staging/sm/TypedArray/sort_comparators.js (previously Ignored)
test/staging/sm/TypedArray/constructor-undefined-args.js (previously Ignored)
test/staging/sm/TypedArray/set-negative-offset.js (previously Ignored)
test/staging/sm/TypedArray/has-property-op.js (previously Ignored)
test/staging/sm/TypedArray/set-detached.js (previously Ignored)
test/staging/sm/TypedArray/set-tointeger.js (previously Ignored)
test/staging/sm/TypedArray/indexOf-and-lastIndexOf.js (previously Ignored)
test/staging/sm/TypedArray/toSorted-detached.js (previously Ignored)
test/staging/sm/BigInt/large-bit-length.js (previously Ignored)
test/staging/sm/BigInt/mod.js (previously Ignored)
test/staging/sm/BigInt/Number-conversion-rounding.js (previously Ignored)
test/staging/sm/BigInt/property-name.js (previously Ignored)
test/staging/sm/BigInt/decimal.js (previously Ignored)
test/staging/sm/Proxy/hasInstance.js (previously Ignored)
test/staging/sm/Proxy/getPrototypeOf.js (previously Ignored)
test/staging/sm/Proxy/report-writable-as-non-writable.js (previously Ignored)
test/staging/sm/Proxy/delete-non-extensible.js (previously Ignored)
test/staging/sm/Proxy/regress-bug950407.js (previously Ignored)
test/staging/sm/Proxy/ownkeys-allowed-types.js (previously Ignored)
test/staging/sm/Proxy/trap-null.js (previously Ignored)
test/staging/sm/Proxy/proxy-__proto__.js (previously Ignored)
test/staging/sm/Proxy/ownkeys-trap-duplicates.js (previously Ignored)
test/staging/sm/Proxy/proxy-with-revoked-arguments.js (previously Ignored)
test/staging/sm/Proxy/proxy-no-receiver-overwrite.js (previously Ignored)
test/staging/sm/Proxy/regress-bug1062349.js (previously Ignored)
test/staging/sm/Proxy/json-stringify-replacer-array-revocable-proxy.js (previously Ignored)
test/staging/sm/Proxy/global-receiver.js (previously Ignored)
test/staging/sm/Proxy/define-writable-as-non-writable.js (previously Ignored)
test/staging/sm/Proxy/revoke-as-side-effect.js (previously Ignored)
test/staging/sm/Proxy/revoke-no-name.js (previously Ignored)
test/staging/sm/Proxy/proxy-constructNonObject.js (previously Ignored)
test/staging/sm/Proxy/ownkeys-linear.js (previously Ignored)
test/staging/sm/Proxy/proxy-proto-lazy-props.js (previously Ignored)
test/staging/sm/Proxy/setPrototypeOf.js (previously Ignored)
test/staging/sm/Proxy/revocable-proxy-prototype.js (previously Ignored)
test/staging/sm/Proxy/regress-bug1037770.js (previously Ignored)
test/staging/sm/Number/15.7.4.2.js (previously Ignored)
test/staging/sm/Number/parseInt-default-to-decimal.js (previously Ignored)
test/staging/sm/Number/toString-radix-handling.js (previously Ignored)
test/staging/sm/Number/parseInt-01.js (previously Ignored)
test/staging/sm/Number/toExponential-values.js (previously Ignored)
test/staging/sm/Number/isSafeInteger-01.js (previously Ignored)
test/staging/sm/Number/20.1.2.10-MIN_SAFE_INTEGER.js (previously Ignored)
test/staging/sm/Number/20.1.3.3-toFixed.js (previously Ignored)
test/staging/sm/Number/15.7.3.7-EPSILON.js (previously Ignored)
test/staging/sm/Number/0x-without-following-hexdigits.js (previously Ignored)
test/staging/sm/Number/toFixed-values.js (previously Ignored)
test/staging/sm/Number/tonumber-string-hex.js (previously Ignored)
test/staging/sm/Number/20.1.3.2-toPrecision.js (previously Ignored)
test/staging/sm/Number/defaultvalue.js (previously Ignored)
test/staging/sm/Number/20.1.3.2-toExponential.js (previously Ignored)
test/staging/sm/Number/parseFloat-01.js (previously Ignored)
test/staging/sm/Number/numericSeparator.js (previously Ignored)
test/staging/sm/Number/20.1.2.6-MAX_SAFE_INTEGER.js (previously Ignored)
test/staging/sm/Number/conversion-invalid-precision.js (previously Ignored)
test/staging/sm/Map/NaN-as-key.js (previously Ignored)
test/staging/sm/Map/getter-name.js (previously Ignored)
test/staging/sm/Map/forEach-selfhosted-behavior.js (previously Ignored)
test/staging/sm/Map/iterable.js (previously Ignored)
test/staging/sm/Map/symbols.js (previously Ignored)
test/staging/sm/Map/constructor-iterator-primitive.js (previously Ignored)
test/staging/sm/Map/iterator-thisv-error.js (previously Ignored)
test/staging/sm/Map/constructor-iterator-close.js (previously Ignored)
test/staging/sm/Array/join-01.js (previously Ignored)
test/staging/sm/Array/length-truncate-nonconfigurable-sparse.js (previously Ignored)
test/staging/sm/Array/for_of_1.js (previously Ignored)
test/staging/sm/Array/from_this.js (previously Ignored)
test/staging/sm/Array/unshift-01.js (previously Ignored)
test/staging/sm/Array/at.js (previously Ignored)
test/staging/sm/Array/redefine-length-frozen-array.js (previously Ignored)
test/staging/sm/Array/pop-nonarray-higher-elements.js (previously Ignored)
test/staging/sm/Array/species.js (previously Ignored)
test/staging/sm/Array/to-length.js (previously Ignored)
test/staging/sm/Array/sort-delete-ascending-order.js (previously Ignored)
test/staging/sm/Array/join-no-has-trap.js (previously Ignored)
test/staging/sm/Array/length-set-object.js (previously Ignored)
test/staging/sm/Array/sort_small.js (previously Ignored)
test/staging/sm/Array/length-nonwritable-redefine-nop.js (previously Ignored)
test/staging/sm/Array/reverse-order-of-low-high-accesses.js (previously Ignored)
test/staging/sm/Array/concat-spreadable-primitive.js (previously Ignored)
test/staging/sm/Array/group-propertkey-is-length.js (previously Ignored)
test/staging/sm/Array/getter-name.js (previously Ignored)
test/staging/sm/Array/unshift-with-enumeration.js (previously Ignored)
test/staging/sm/Array/index-with-null-character.js (previously Ignored)
test/staging/sm/Array/values.js (previously Ignored)
test/staging/sm/Array/from_errors.js (previously Ignored)
test/staging/sm/Array/includes.js (previously Ignored)
test/staging/sm/Array/redefine-length-frozen-dictionarymode-array.js (previously Ignored)
test/staging/sm/Array/from_constructor.js (previously Ignored)
test/staging/sm/Array/includes-trailing-holes.js (previously Ignored)
test/staging/sm/Array/from_length_setter.js (previously Ignored)
test/staging/sm/Array/toString-01.js (previously Ignored)
test/staging/sm/Array/set-with-indexed-property-on-prototype-chain.js (previously Ignored)
test/staging/sm/Array/toLocaleString-nointl.js (previously Ignored)
test/staging/sm/Array/with.js (previously Ignored)
test/staging/sm/Array/for_of_3.js (previously Ignored)
test/staging/sm/Array/array-length-set-during-for-in.js (previously Ignored)
test/staging/sm/Array/array-length-set-on-nonarray.js (previously Ignored)
test/staging/sm/Array/from_basics.js (previously Ignored)
test/staging/sm/Array/sort-typedarray-with-own-length.js (previously Ignored)
test/staging/sm/Array/length-truncate-with-indexed.js (previously Ignored)
test/staging/sm/Array/splice-return-array-elements-defined-not-set.js (previously Ignored)
test/staging/sm/Array/length-01.js (previously Ignored)
test/staging/sm/Array/regress-599159.js (previously Ignored)
test/staging/sm/Array/redefine-nonwritable-length-custom-conversion-call-counts.js (previously Ignored)
test/staging/sm/Array/for_of_4.js (previously Ignored)
test/staging/sm/Array/shift_for_in.js (previously Ignored)
test/staging/sm/Array/with-dense.js (previously Ignored)
test/staging/sm/Array/shift-no-has-trap.js (previously Ignored)
test/staging/sm/Array/group-callback-evaluation.js (previously Ignored)
test/staging/sm/Array/from-iterator-close.js (previously Ignored)
test/staging/sm/Array/sort_proxy.js (previously Ignored)
test/staging/sm/Array/from_string.js (previously Ignored)
test/staging/sm/Array/from_iterable.js (previously Ignored)
test/staging/sm/Array/concat-proxy.js (previously Ignored)
test/staging/sm/Array/redefine-nonwritable-length-custom-conversion-throw.js (previously Ignored)
test/staging/sm/Array/sort-non-function.js (previously Ignored)
test/staging/sm/Array/indexOf-packed-array.js (previously Ignored)
test/staging/sm/Array/isArray.js (previously Ignored)
test/staging/sm/Array/fill.js (previously Ignored)
test/staging/sm/Array/unscopables.js (previously Ignored)
test/staging/sm/Array/from_surfaces.js (previously Ignored)
test/staging/sm/Array/redefine-nonwritable-length-nonnumeric.js (previously Ignored)
test/staging/sm/Array/for_of_2.js (previously Ignored)
test/staging/sm/Array/regress-386030.js (previously Ignored)
test/staging/sm/Array/from_realms.js (previously Ignored)
test/staging/sm/Array/sort-array-with-holes-and-undefined.js (previously Ignored)
test/staging/sm/Array/lastIndexOf-never-returns-negative-zero.js (previously Ignored)
test/staging/sm/Array/indexOf-never-returns-negative-zero.js (previously Ignored)
test/staging/sm/Array/regress-619970.js (previously Ignored)
test/staging/sm/Array/sort_native_string_nan.js (previously Ignored)
test/staging/sm/Array/change-array-by-copy-cross-compartment-create.js (previously Ignored)
test/staging/sm/Array/splice-species-changes-length.js (previously Ignored)
test/staging/sm/Array/frozen-dense-array.js (previously Ignored)
test/staging/sm/Array/frozen-dict-mode-length.js (previously Ignored)
test/staging/sm/Array/pop-no-has-trap.js (previously Ignored)
test/staging/sm/Array/group.js (previously Ignored)
test/staging/sm/Array/regress-424954.js (previously Ignored)
test/staging/sm/Array/regress-566651.js (previously Ignored)
test/staging/sm/Array/concat-spreadable-basic.js (previously Ignored)
test/staging/sm/Array/toSpliced-dense.js (previously Ignored)
test/staging/sm/Array/splice-suppresses-unvisited-indexes.js (previously Ignored)
test/staging/sm/Array/from_mapping.js (previously Ignored)
test/staging/sm/Array/sort-01.js (previously Ignored)
test/staging/sm/Array/from_proxy.js (previously Ignored)
test/staging/sm/Array/toSpliced.js (previously Ignored)
test/staging/sm/Array/sort_holes.js (previously Ignored)
test/staging/sm/Array/toLocaleString.js (previously Ignored)
test/staging/sm/Array/length-truncate-nonconfigurable.js (previously Ignored)
test/staging/sm/Array/pop-empty-nonwritable.js (previously Ignored)
test/staging/sm/Array/change-array-by-copy-errors-from-correct-realm.js (previously Ignored)
test/staging/sm/class/superCallIllegal.js (previously Ignored)
test/staging/sm/class/superCallProperBase.js (previously Ignored)
test/staging/sm/class/fields-static-class-name-binding.js (previously Ignored)
test/staging/sm/class/superPropStrictAssign.js (previously Ignored)
test/staging/sm/class/derivedConstructorArrowEvalEscapeUninitialized.js (previously Ignored)
test/staging/sm/class/superCallSpreadCall.js (previously Ignored)
test/staging/sm/class/extendBuiltinConstructors.js (previously Ignored)
test/staging/sm/class/methodInstallation.js (previously Ignored)
test/staging/sm/class/superPropBasicCalls.js (previously Ignored)
test/staging/sm/class/defaultConstructorDerivedSpread.js (previously Ignored)
test/staging/sm/class/derivedConstructorTDZReturnAliasedTry.js (previously Ignored)
test/staging/sm/class/superCallBaseInvoked.js (previously Ignored)
test/staging/sm/class/defaultConstructorNotCallable.js (previously Ignored)
test/staging/sm/class/methodName.js (previously Ignored)
test/staging/sm/class/fields-instance-class-name-binding-eval.js (previously Ignored)
test/staging/sm/class/uninitializedThisError.js (previously Ignored)
test/staging/sm/class/derivedConstructorArrowEvalEscape.js (previously Ignored)
test/staging/sm/class/superCallBadDynamicSuperClass.js (previously Ignored)
test/staging/sm/class/staticConstructor.js (previously Ignored)
test/staging/sm/class/fields-instance-class-name-binding.js (previously Ignored)
test/staging/sm/class/superPropBasicGetter.js (previously Ignored)
test/staging/sm/class/subclassedArrayUnboxed.js (previously Ignored)
test/staging/sm/class/staticMethods.js (previously Ignored)
test/staging/sm/class/newTargetProxyNative.js (previously Ignored)
test/staging/sm/class/newTargetArrow.js (previously Ignored)
test/staging/sm/class/methodOverwrites.js (previously Ignored)
test/staging/sm/class/superPropLazyInnerFunction.js (previously Ignored)
test/staging/sm/class/superCallBadNewTargetPrototype.js (previously Ignored)
test/staging/sm/class/compPropNames.js (previously Ignored)
test/staging/sm/class/derivedConstructorTDZReturnUndefined.js (previously Ignored)
test/staging/sm/class/boundFunctionSubclassing.js (previously Ignored)
test/staging/sm/class/superPropBasicNew.js (previously Ignored)
test/staging/sm/class/derivedConstructorTDZOffEdge.js (previously Ignored)
test/staging/sm/class/newTargetDirectInvoke.js (previously Ignored)
test/staging/sm/class/superPropHomeObject.js (previously Ignored)
test/staging/sm/class/superPropSkips.js (previously Ignored)
test/staging/sm/class/newTargetMethods.js (previously Ignored)
test/staging/sm/class/derivedConstructorArrowEvalSuperCall.js (previously Ignored)
test/staging/sm/class/superPropEvalInsideArrow.js (previously Ignored)
test/staging/sm/class/derivedConstructorTDZReturnTry.js (previously Ignored)
test/staging/sm/class/className.js (previously Ignored)
test/staging/sm/class/derivedConstructorName.js (previously Ignored)
test/staging/sm/class/derivedConstructorArrowEvalClosed.js (previously Ignored)
test/staging/sm/class/bytecodePatternMatching.js (previously Ignored)
test/staging/sm/class/superCallInvalidBase.js (previously Ignored)
test/staging/sm/class/derivedConstructorInlining.js (previously Ignored)
test/staging/sm/class/classHeritage.js (previously Ignored)
test/staging/sm/class/superPropEvalInsideNested.js (previously Ignored)
test/staging/sm/class/superPropNoOverwriting.js (previously Ignored)
test/staging/sm/class/methDefnGen.js (previously Ignored)
test/staging/sm/class/superCallThisInit.js (previously Ignored)
test/staging/sm/class/methodsPrototype.js (previously Ignored)
test/staging/sm/class/superPropDestructuring.js (previously Ignored)
test/staging/sm/class/superCallOrder.js (previously Ignored)
test/staging/sm/class/superPropStatics.js (previously Ignored)
test/staging/sm/class/newTargetArgumentsIntact.js (previously Ignored)
test/staging/sm/class/superPropProxies.js (previously Ignored)
test/staging/sm/class/superThisStrictNoBoxing.js (previously Ignored)
test/staging/sm/class/newTargetBound.js (previously Ignored)
test/staging/sm/class/superPropProtoChanges.js (previously Ignored)
test/staging/sm/class/superPropBasicChain.js (previously Ignored)
test/staging/sm/class/newTargetNonFunction.js (previously Ignored)
test/staging/sm/class/superPropChains.js (previously Ignored)
test/staging/sm/class/geterNoExprClosure.js (previously Ignored)
test/staging/sm/class/defaultConstructorBase.js (previously Ignored)
test/staging/sm/class/compPropDestr.js (previously Ignored)
test/staging/sm/class/derivedConstructorArrowEvalGetThis.js (previously Ignored)
test/staging/sm/class/superPropHeavyweightArrow.js (previously Ignored)
test/staging/sm/class/derivedConstructorTDZReturnObject.js (previously Ignored)
test/staging/sm/class/derivedConstructorTDZExplicitThis.js (previously Ignored)
test/staging/sm/class/newTargetEval.js (previously Ignored)
test/staging/sm/class/newTargetDVG.js (previously Ignored)
test/staging/sm/class/constructorCalled.js (previously Ignored)
test/staging/sm/class/classPrototype.js (previously Ignored)
test/staging/sm/class/derivedConstructorArrowEvalBinding.js (previously Ignored)
test/staging/sm/class/derivedConstructorReturnPrimitive.js (previously Ignored)
test/staging/sm/class/superElemDelete.js (previously Ignored)
test/staging/sm/class/newTargetCCW.js (previously Ignored)
test/staging/sm/class/classConstructorNoCall.js (previously Ignored)
test/staging/sm/class/superPropDVG.js (previously Ignored)
test/staging/sm/class/newTargetGenerators.js (previously Ignored)
test/staging/sm/class/derivedConstructorArrowEvalNestedSuperCall.js (previously Ignored)
test/staging/sm/destructuring/iterator-primitive.js (previously Ignored)
test/staging/sm/destructuring/bug1396261.js (previously Ignored)
test/staging/sm/destructuring/array-iterator-close.js (previously Ignored)
test/staging/sm/destructuring/array-default-class.js (previously Ignored)
test/staging/sm/destructuring/constant-folding.js (previously Ignored)
test/staging/sm/Function/function-name-class.js (previously Ignored)
test/staging/sm/Function/arguments-iterator.js (previously Ignored)
test/staging/sm/Function/function-name-method.js (previously Ignored)
test/staging/sm/Function/function-toString-builtin-name.js (previously Ignored)
test/staging/sm/Function/arguments-caller-callee.js (previously Ignored)
test/staging/sm/Function/regress-533254.js (previously Ignored)
test/staging/sm/Function/Function-prototype.js (previously Ignored)
test/staging/sm/Function/regress-524826.js (previously Ignored)
test/staging/sm/Function/constructor-binding.js (previously Ignored)
test/staging/sm/Function/bound-length-and-name.js (previously Ignored)
test/staging/sm/Function/function-name-property.js (previously Ignored)
test/staging/sm/Function/function-name.js (previously Ignored)
test/staging/sm/Function/arguments-extra-property.js (previously Ignored)
test/staging/sm/Function/parameter-redeclaration.js (previously Ignored)
test/staging/sm/Function/function-toString-builtin.js (previously Ignored)
test/staging/sm/Function/function-name-computed-01.js (previously Ignored)
test/staging/sm/Function/function-name-for.js (previously Ignored)
test/staging/sm/Function/Function-with-eval.js (previously Ignored)
test/staging/sm/Function/throw-type-error.js (previously Ignored)
test/staging/sm/Function/line-terminator-before-arrow.js (previously Ignored)
test/staging/sm/Function/function-caller.js (previously Ignored)
test/staging/sm/Function/rest-has-duplicated.js (previously Ignored)
test/staging/sm/Function/arrow-has-duplicated.js (previously Ignored)
test/staging/sm/Function/function-constructor-toString-arguments-before-parsing-params.js (previously Ignored)
test/staging/sm/Function/implicit-this-in-parameter-expression.js (previously Ignored)
test/staging/sm/Function/10.2.1.1.6.js (previously Ignored)
test/staging/sm/Function/function-name-computed-02.js (previously Ignored)
test/staging/sm/Function/bound-non-constructable.js (previously Ignored)
test/staging/sm/Function/arguments-property-attributes.js (previously Ignored)
test/staging/sm/Function/configurable-length-builtins.js (previously Ignored)
test/staging/sm/Function/regress-545980.js (previously Ignored)
test/staging/sm/Function/function-call.js (previously Ignored)
test/staging/sm/Function/regress-528082.js (previously Ignored)
test/staging/sm/Function/15.3.4.3-01.js (previously Ignored)
test/staging/sm/Function/spread-iterator-primitive.js (previously Ignored)
test/staging/sm/Function/configurable-length.js (previously Ignored)
test/staging/sm/Function/has-instance-jitted.js (previously Ignored)
test/staging/sm/Function/method-has-duplicated.js (previously Ignored)
test/staging/sm/Function/rest-parameter-names.js (previously Ignored)
test/staging/sm/Function/has-instance.js (previously Ignored)
test/staging/sm/Function/redefine-arguments-length.js (previously Ignored)
test/staging/sm/Function/builtin-no-prototype.js (previously Ignored)
test/staging/sm/Function/regress-518103.js (previously Ignored)
test/staging/sm/strict/B.1.1.js (previously Ignored)
test/staging/sm/strict/15.4.4.6.js (previously Ignored)
test/staging/sm/strict/strict-this-is-not-truthy.js (previously Ignored)
test/staging/sm/strict/unbrand-this.js (previously Ignored)
test/staging/sm/strict/regress-532254.js (previously Ignored)
test/staging/sm/strict/11.3.2.js (previously Ignored)
test/staging/sm/strict/12.2.1-01.js (previously Ignored)
test/staging/sm/strict/13.1.js (previously Ignored)
test/staging/sm/strict/15.3.4.5.js (previously Ignored)
test/staging/sm/strict/8.7.2.js (previously Ignored)
test/staging/sm/strict/15.3.5.1.js (previously Ignored)
test/staging/sm/strict/15.4.5.1.js (previously Ignored)
test/staging/sm/strict/B.1.2.js (previously Ignored)
test/staging/sm/strict/11.3.1.js (previously Ignored)
test/staging/sm/strict/regress-599159.js (previously Ignored)
test/staging/sm/strict/15.5.5.2.js (previously Ignored)
test/staging/sm/strict/regress-532041.js (previously Ignored)
test/staging/sm/strict/assign-to-callee-name.js (previously Ignored)
test/staging/sm/strict/15.3.5.2.js (previously Ignored)
test/staging/sm/strict/this-for-function-expression-recursion.js (previously Ignored)
test/staging/sm/strict/directive-prologue-01.js (previously Ignored)
test/staging/sm/strict/12.14.1.js (previously Ignored)
test/staging/sm/strict/8.12.7-2.js (previously Ignored)
test/staging/sm/strict/11.4.4.js (previously Ignored)
test/staging/sm/strict/10.6.js (previously Ignored)
test/staging/sm/strict/primitive-this-no-writeback.js (previously Ignored)
test/staging/sm/strict/10.4.3.js (previously Ignored)
test/staging/sm/strict/primitive-assignment.js (previously Ignored)
test/staging/sm/strict/11.13.1.js (previously Ignored)
test/staging/sm/strict/10.4.2.js (previously Ignored)
test/staging/sm/strict/12.2.1.js (previously Ignored)
test/staging/sm/strict/15.4.4.11.js (previously Ignored)
test/staging/sm/strict/rebind-eval-should-fail-in-strict-mode.js (previously Ignored)
test/staging/sm/strict/8.7.2-01.js (previously Ignored)
test/staging/sm/strict/11.13.2.js (previously Ignored)
test/staging/sm/strict/11.4.5.js (previously Ignored)
test/staging/sm/strict/primitive-this-getter.js (previously Ignored)
test/staging/sm/strict/11.4.1.js (previously Ignored)
test/staging/sm/strict/12.10.1.js (previously Ignored)
test/staging/sm/strict/11.1.5.js (previously Ignored)
test/staging/sm/DataView/getter-name.js (previously Ignored)
test/staging/sm/DataView/detach-after-construction.js (previously Ignored)
test/staging/sm/DataView/get-set-index-range.js (previously Ignored)
test/staging/sm/regress/regress-452498-051.js (previously Ignored)
test/staging/sm/regress/regress-469758.js (previously Ignored)
test/staging/sm/regress/regress-459085.js (previously Ignored)
test/staging/sm/regress/regress-694306.js (previously Ignored)
test/staging/sm/regress/regress-554955-6.js (previously Ignored)
test/staging/sm/regress/regress-10278.js (previously Ignored)
test/staging/sm/regress/regress-597945-1.js (previously Ignored)
test/staging/sm/regress/regress-554955-4.js (previously Ignored)
test/staging/sm/regress/regress-383902.js (previously Ignored)
test/staging/sm/regress/regress-1383630.js (previously Ignored)
test/staging/sm/regress/regress-699682.js (previously Ignored)
test/staging/sm/regress/regress-553778.js (previously Ignored)
test/staging/sm/regress/regress-626436.js (previously Ignored)
test/staging/sm/regress/regress-325925.js (previously Ignored)
test/staging/sm/regress/regress-541255-3.js (previously Ignored)
test/staging/sm/regress/regress-634210-3.js (previously Ignored)
test/staging/sm/regress/regress-469625-02.js (previously Ignored)
test/staging/sm/regress/regress-596805-1.js (previously Ignored)
test/staging/sm/regress/regress-646820-3.js (previously Ignored)
test/staging/sm/regress/regress-551763-2.js (previously Ignored)
test/staging/sm/regress/regress-452498-053.js (previously Ignored)
test/staging/sm/regress/regress-619003-2.js (previously Ignored)
test/staging/sm/regress/regress-593256.js (previously Ignored)
test/staging/sm/regress/regress-470758-01.js (previously Ignored)
test/staging/sm/regress/regress-567152.js (previously Ignored)
test/staging/sm/regress/regress-569306.js (previously Ignored)
test/staging/sm/regress/regress-428366.js (previously Ignored)
test/staging/sm/regress/regress-449627.js (previously Ignored)
test/staging/sm/regress/regress-571014.js (previously Ignored)
test/staging/sm/regress/regress-410852.js (previously Ignored)
test/staging/sm/regress/regress-592202-4.js (previously Ignored)
test/staging/sm/regress/regress-561031.js (previously Ignored)
test/staging/sm/regress/regress-646820-2.js (previously Ignored)
test/staging/sm/regress/regress-560998-2.js (previously Ignored)
test/staging/sm/regress/regress-624968.js (previously Ignored)
test/staging/sm/regress/regress-672892.js (previously Ignored)
test/staging/sm/regress/regress-573875.js (previously Ignored)
test/staging/sm/regress/regress-554955-5.js (previously Ignored)
test/staging/sm/regress/regress-469625-03.js (previously Ignored)
test/staging/sm/regress/regress-503860.js (previously Ignored)
test/staging/sm/regress/regress-551763-0.js (previously Ignored)
test/staging/sm/regress/regress-634210-4.js (previously Ignored)
test/staging/sm/regress/regress-642247.js (previously Ignored)
test/staging/sm/regress/regress-373843.js (previously Ignored)
test/staging/sm/regress/regress-452189.js (previously Ignored)
test/staging/sm/regress/regress-449666.js (previously Ignored)
test/staging/sm/regress/regress-624547.js (previously Ignored)
test/staging/sm/regress/regress-618572.js (previously Ignored)
test/staging/sm/regress/regress-619003-1.js (previously Ignored)
test/staging/sm/regress/regress-600067.js (previously Ignored)
test/staging/sm/regress/regress-646820-1.js (previously Ignored)
test/staging/sm/regress/regress-470758-02.js (previously Ignored)
test/staging/sm/regress/regress-640075.js (previously Ignored)
test/staging/sm/regress/regress-592202-3.js (previously Ignored)
test/staging/sm/regress/regress-583429.js (previously Ignored)
test/staging/sm/regress/regress-617405-1.js (previously Ignored)
test/staging/sm/regress/regress-441477-01.js (previously Ignored)
test/staging/sm/regress/regress-634210-1.js (previously Ignored)
test/staging/sm/regress/regress-634210-2.js (previously Ignored)
test/staging/sm/regress/regress-601399.js (previously Ignored)
test/staging/sm/regress/regress-643222.js (previously Ignored)
test/staging/sm/regress/regress-499524.js (previously Ignored)
test/staging/sm/regress/regress-598176.js (previously Ignored)
test/staging/sm/regress/regress-530879.js (previously Ignored)
test/staging/sm/regress/regress-452498-079.js (previously Ignored)
test/staging/sm/regress/regress-595365-1.js (previously Ignored)
test/staging/sm/regress/regress-610026.js (previously Ignored)
test/staging/sm/regress/regress-383682.js (previously Ignored)
test/staging/sm/regress/regress-559402-2.js (previously Ignored)
test/staging/sm/regress/regress-810525.js (previously Ignored)
test/staging/sm/regress/regress-633741.js (previously Ignored)
test/staging/sm/regress/regress-500528.js (previously Ignored)
test/staging/sm/regress/regress-636364.js (previously Ignored)
test/staging/sm/regress/regress-591897.js (previously Ignored)
test/staging/sm/regress/regress-560998-1.js (previously Ignored)
test/staging/sm/regress/regress-551763-1.js (previously Ignored)
test/staging/sm/regress/regress-665355.js (previously Ignored)
test/staging/sm/regress/regress-306794.js (previously Ignored)
test/staging/sm/regress/regress-552432.js (previously Ignored)
test/staging/sm/regress/regress-597945-2.js (previously Ignored)
test/staging/sm/regress/regress-672893.js (previously Ignored)
test/staging/sm/regress/regress-559402-1.js (previously Ignored)
test/staging/sm/regress/regress-580544.js (previously Ignored)
test/staging/sm/regress/regress-617405-2.js (previously Ignored)
test/staging/sm/regress/regress-698028-1.js (previously Ignored)
test/staging/sm/regress/regress-588339.js (previously Ignored)
test/staging/sm/regress/regress-596805-2.js (previously Ignored)
test/staging/sm/Boolean/15.6.4.2.js (previously Ignored)
test/staging/sm/Boolean/no-boolean-toJSON.js (previously Ignored)
test/staging/sm/async-functions/length.js (previously Ignored)
test/staging/sm/async-functions/no-expression-closure.js (previously Ignored)
test/staging/sm/async-functions/constructor.js (previously Ignored)
test/staging/sm/async-functions/async-function-declaration-in-modules.js (previously Ignored)
test/staging/sm/async-functions/inner-caller.js (previously Ignored)
test/staging/sm/async-functions/property.js (previously Ignored)
test/staging/sm/Date/two-digit-years.js (previously Ignored)
test/staging/sm/Date/setTime-argument-shortcircuiting.js (previously Ignored)
test/staging/sm/Date/equality-to-boolean.js (previously Ignored)
test/staging/sm/Date/fractions.js (previously Ignored)
test/staging/sm/Date/toPrimitive.js (previously Ignored)
test/staging/sm/Date/dst-offset-caching-2-of-8.js (previously Ignored)
test/staging/sm/Date/dst-offset-caching-3-of-8.js (previously Ignored)
test/staging/sm/Date/toISOString.js (previously Ignored)
test/staging/sm/Date/dst-offset-caching-6-of-8.js (previously Ignored)
test/staging/sm/Date/constructor-convert-all-arguments.js (previously Ignored)
test/staging/sm/Date/UTC-convert-all-arguments.js (previously Ignored)
test/staging/sm/Date/constructor-one-Date-argument.js (previously Ignored)
test/staging/sm/Date/defaultvalue.js (previously Ignored)
test/staging/sm/Date/toString-generic.js (previously Ignored)
test/staging/sm/Date/prototype-is-not-a-date.js (previously Ignored)
test/staging/sm/Date/constructor-one-argument.js (previously Ignored)
test/staging/sm/Date/dst-offset-caching-8-of-8.js (previously Ignored)
test/staging/sm/Date/dst-offset-caching-7-of-8.js (previously Ignored)
test/staging/sm/Date/makeday-year-month-is-infinity.js (previously Ignored)
test/staging/sm/Date/dst-offset-caching-4-of-8.js (previously Ignored)
test/staging/sm/Date/timeclip.js (previously Ignored)
test/staging/sm/Date/dst-offset-caching-1-of-8.js (previously Ignored)
test/staging/sm/Date/dst-offset-caching-5-of-8.js (previously Ignored)
test/staging/sm/Date/time-components-negative-zero.js (previously Ignored)
test/staging/sm/Date/toJSON-01.js (previously Ignored)
test/staging/sm/Atomics/detached-buffers.js (previously Ignored)
test/staging/sm/Atomics/cross-compartment.js (previously Ignored)
test/staging/sm/fields/await-identifier-module-2.js (previously Ignored)
test/staging/sm/fields/await-identifier-module-1.js (previously Ignored)
test/staging/sm/fields/init-order.js (previously Ignored)
test/staging/sm/fields/bug1587574.js (previously Ignored)
test/staging/sm/fields/numeric-fields.js (previously Ignored)
test/staging/sm/fields/scopes.js (previously Ignored)
test/staging/sm/fields/unimplemented.js (previously Ignored)
test/staging/sm/Math/log2-exact.js (previously Ignored)
test/staging/sm/Math/asinh-exact.js (previously Ignored)
test/staging/sm/Math/expm1-exact.js (previously Ignored)
test/staging/sm/Math/trunc.js (previously Ignored)
test/staging/sm/Math/exp-exact.js (previously Ignored)
test/staging/sm/Math/sinh-exact.js (previously Ignored)
test/staging/sm/Math/cosh-exact.js (previously Ignored)
test/staging/sm/Math/asinh-approx.js (previously Ignored)
test/staging/sm/Math/log1p-approx.js (previously Ignored)
test/staging/sm/Math/log10-approx.js (previously Ignored)
test/staging/sm/Math/sign.js (previously Ignored)
test/staging/sm/Math/tanh-approx.js (previously Ignored)
test/staging/sm/Math/log10-exact.js (previously Ignored)
test/staging/sm/Math/log1p-exact.js (previously Ignored)
test/staging/sm/Math/cosh-approx.js (previously Ignored)
test/staging/sm/Math/expm1-approx.js (previously Ignored)
test/staging/sm/Math/clz32.js (previously Ignored)
test/staging/sm/Math/acosh-exact.js (previously Ignored)
test/staging/sm/Math/20.2.2.ToNumber.js (previously Ignored)
test/staging/sm/Math/tanh-exact.js (previously Ignored)
test/staging/sm/Math/cbrt-exact.js (previously Ignored)
test/staging/sm/Math/expm1-monotonicity.js (previously Ignored)
test/staging/sm/Math/fround.js (previously Ignored)
test/staging/sm/Math/sinh-approx.js (previously Ignored)
test/staging/sm/Math/log2-approx.js (previously Ignored)
test/staging/sm/Math/atanh-exact.js (previously Ignored)
test/staging/sm/extensions/regress-455380.js (previously Ignored)
test/staging/sm/extensions/typedarray-copyWithin-arguments-detaching.js (previously Ignored)
test/staging/sm/extensions/DataView-construct-arguments-detaching.js (previously Ignored)
test/staging/sm/extensions/DataView-set-arguments-detaching.js (previously Ignored)
test/staging/sm/extensions/proxy-enumeration.js (previously Ignored)
test/staging/sm/extensions/keyword-unescaped-requirement.js (previously Ignored)
test/staging/sm/extensions/array-pop-proxy.js (previously Ignored)
test/staging/sm/extensions/eval-native-callback-is-indirect.js (previously Ignored)
test/staging/sm/extensions/expression-closure-syntax.js (previously Ignored)
test/staging/sm/extensions/element-setting-ToNumber-detaches.js (previously Ignored)
test/staging/sm/extensions/destructure-accessor.js (previously Ignored)
test/staging/sm/extensions/destructuring-for-inof-__proto__.js (previously Ignored)
test/staging/sm/extensions/mutable-proto-special-form.js (previously Ignored)
test/staging/sm/extensions/new-cross-compartment.js (previously Ignored)
test/staging/sm/extensions/shareddataview.js (previously Ignored)
test/staging/sm/extensions/ArrayBuffer-slice-arguments-detaching.js (previously Ignored)
test/staging/sm/extensions/destructuring-__proto__-target-assignment.js (previously Ignored)
test/staging/sm/extensions/proxy-array-target-length-definition.js (previously Ignored)
test/staging/sm/extensions/array-inherited-__proto__.js (previously Ignored)
test/staging/sm/extensions/reviver-mutates-holder-object-nonnative.js (previously Ignored)
test/staging/sm/extensions/String-match-flags.js (previously Ignored)
test/staging/sm/extensions/RegExp-error-message-skip-selfhosted-frames.js (previously Ignored)
test/staging/sm/extensions/sps-generators.js (previously Ignored)
test/staging/sm/extensions/builtin-function-arguments-caller.js (previously Ignored)
test/staging/sm/extensions/regress-591450.js (previously Ignored)
test/staging/sm/extensions/bug472534.js (previously Ignored)
test/staging/sm/extensions/error-tostring-function.js (previously Ignored)
test/staging/sm/extensions/arraybuffer-prototype.js (previously Ignored)
test/staging/sm/extensions/cross-global-eval-is-indirect.js (previously Ignored)
test/staging/sm/extensions/getOwnPropertyNames-__proto__.js (previously Ignored)
test/staging/sm/extensions/reviver-mutates-holder-object.js (previously Ignored)
test/staging/sm/extensions/extension-methods-reject-null-undefined-this.js (previously Ignored)
test/staging/sm/extensions/TypedArray-subarray-arguments-detaching.js (previously Ignored)
test/staging/sm/extensions/__proto__.js (previously Ignored)
test/staging/sm/extensions/decompile-for-of.js (previously Ignored)
test/staging/sm/extensions/es5ish-defineGetter-defineSetter.js (previously Ignored)
test/staging/sm/extensions/TypedArray-set-object-funky-length-detaches.js (previously Ignored)
test/staging/sm/extensions/regress-481516.js (previously Ignored)
test/staging/sm/extensions/reviver-mutates-holder-array-nonnative.js (previously Ignored)
test/staging/sm/extensions/typedarray-subarray-of-subarray.js (previously Ignored)
test/staging/sm/extensions/array-length-protochange.js (previously Ignored)
test/staging/sm/extensions/regress-480579.js (previously Ignored)
test/staging/sm/extensions/regress-bug629723.js (previously Ignored)
test/staging/sm/extensions/destructuring-__proto__-shorthand-assignment-before-var.js (previously Ignored)
test/staging/sm/extensions/proxy-strict.js (previously Ignored)
test/staging/sm/extensions/8.12.5-01.js (previously Ignored)
test/staging/sm/extensions/newer-type-functions-caller-arguments.js (previously Ignored)
test/staging/sm/extensions/new-parenthesization.js (previously Ignored)
test/staging/sm/extensions/set-property-non-extensible.js (previously Ignored)
test/staging/sm/extensions/destructuring-__proto__-shorthand-assignment.js (previously Ignored)
test/staging/sm/extensions/reviver-mutates-holder-array.js (previously Ignored)
test/staging/sm/PrivateName/error-outside-class.js (previously Ignored)
test/staging/sm/PrivateName/proxy-1.js (previously Ignored)
test/staging/sm/PrivateName/illegal-in-identifier-context.js (previously Ignored)
test/staging/sm/PrivateName/constructor-args.js (previously Ignored)
test/staging/sm/PrivateName/nested-class-name-used.js (previously Ignored)
test/staging/sm/PrivateName/unicode-names.js (previously Ignored)
test/staging/sm/PrivateName/parse-utf8-non-ascii-identifier.js (previously Ignored)
test/staging/sm/PrivateName/home-object-when-preceded-by-computed-key.js (previously Ignored)
test/staging/sm/PrivateName/names.js (previously Ignored)
test/staging/sm/PrivateName/read-private-eval.js (previously Ignored)
test/staging/sm/PrivateName/nested-class-in-computed-property-key.js (previously Ignored)
test/staging/sm/PrivateName/not-iterable.js (previously Ignored)
test/staging/sm/PrivateName/illegal-in-class-context.js (previously Ignored)
test/staging/sm/PrivateName/modify-non-extensible.js (previously Ignored)
test/staging/sm/PrivateName/illegal-in-object-context.js (previously Ignored)
test/staging/sm/PrivateName/proxy-init-set.js (previously Ignored)
test/staging/sm/module/module-export-name-star.js (previously Ignored)
test/staging/sm/module/await-restricted-nested.js (previously Ignored)
test/staging/sm/module/bug1488117.js (previously Ignored)
test/staging/sm/module/duplicate-exported-names-in-single-export-var-declaration.js (previously Ignored)
test/staging/sm/module/duplicate-exported-names-in-single-export-declaration.js (previously Ignored)
test/staging/sm/misc/getter-setter-outerize-this.js (previously Ignored)
test/staging/sm/misc/unicode-identifier-1d17.js (previously Ignored)
test/staging/sm/misc/global-numeric-properties.js (previously Ignored)
test/staging/sm/misc/enumerate-undefined.js (previously Ignored)
test/staging/sm/misc/syntax-error-end-of-for-head-part.js (previously Ignored)
test/staging/sm/misc/error-undefined-message.js (previously Ignored)
test/staging/sm/misc/unwrapped-no-such-method.js (previously Ignored)
test/staging/sm/misc/redeclare-var-non-writable-property.js (previously Ignored)
test/staging/sm/misc/regexp-functions-with-undefined.js (previously Ignored)
test/staging/sm/misc/function-definition-eval.js (previously Ignored)
test/staging/sm/misc/bug1126318.js (previously Ignored)
test/staging/sm/misc/unicode-escaped-keyword.js (previously Ignored)
test/staging/sm/misc/unicode-identifier-82f1.js (previously Ignored)
test/staging/sm/misc/explicit-undefined-optional-argument.js (previously Ignored)
test/staging/sm/misc/line-paragraph-separator-parse-as-lineterminator.js (previously Ignored)
test/staging/sm/object/add-property-non-extensible.js (previously Ignored)
test/staging/sm/object/toPrimitive-callers.js (previously Ignored)
test/staging/sm/object/seal-proxy.js (previously Ignored)
test/staging/sm/object/getOwnPropertySymbols-proxy.js (previously Ignored)
test/staging/sm/object/getPrototypeOf.js (previously Ignored)
test/staging/sm/object/15.2.3.9.js (previously Ignored)
test/staging/sm/object/preventExtensions.js (previously Ignored)
test/staging/sm/object/propertyIsEnumerable-proxy.js (previously Ignored)
test/staging/sm/object/gOPD-vs-prototype-accessor.js (previously Ignored)
test/staging/sm/object/setPrototypeOf-cross-realm-cycle.js (previously Ignored)
test/staging/sm/object/values-entries-indexed.js (previously Ignored)
test/staging/sm/object/toPrimitive.js (previously Ignored)
test/staging/sm/object/getter-name.js (previously Ignored)
test/staging/sm/object/15.2.3.14-01.js (previously Ignored)
test/staging/sm/object/setPrototypeOf-same-value.js (previously Ignored)
test/staging/sm/object/method-non-constructor.js (previously Ignored)
test/staging/sm/object/15.2.3.4-02.js (previously Ignored)
test/staging/sm/object/values-entries-lazy-props.js (previously Ignored)
test/staging/sm/object/15.2.3.4-01.js (previously Ignored)
test/staging/sm/object/duplProps.js (previously Ignored)
test/staging/sm/object/values.js (previously Ignored)
test/staging/sm/object/bug-1150906.js (previously Ignored)
test/staging/sm/object/seal.js (previously Ignored)
test/staging/sm/object/mutation-prevention-methods.js (previously Ignored)
test/staging/sm/object/accessor-arguments-rest.js (previously Ignored)
test/staging/sm/object/proto-property-change-writability-set.js (previously Ignored)
test/staging/sm/object/bug-1206700.js (previously Ignored)
test/staging/sm/object/15.2.3.4-04.js (previously Ignored)
test/staging/sm/object/values-entries-typedarray.js (previously Ignored)
test/staging/sm/object/accessor-name.js (previously Ignored)
test/staging/sm/object/freeze-proxy.js (previously Ignored)
test/staging/sm/object/toLocaleString-01.js (previously Ignored)
test/staging/sm/object/defineProperties-order.js (previously Ignored)
test/staging/sm/object/extensibility-01.js (previously Ignored)
test/staging/sm/object/accessor-non-constructor.js (previously Ignored)
test/staging/sm/object/getOwnPropertyDescriptor.js (previously Ignored)
test/staging/sm/object/getOwnPropertySymbols.js (previously Ignored)
test/staging/sm/object/propertyIsEnumerable.js (previously Ignored)
test/staging/sm/object/isSealed.js (previously Ignored)
test/staging/sm/object/15.2.3.7-01.js (previously Ignored)
test/staging/sm/object/freeze.js (previously Ignored)
test/staging/sm/object/regress-459405.js (previously Ignored)
test/staging/sm/object/extensibility-02.js (previously Ignored)
test/staging/sm/object/15.2.3.5-01.js (previously Ignored)
test/staging/sm/object/defineProperties-callable-accessor.js (previously Ignored)
test/staging/sm/object/isExtensible.js (previously Ignored)
test/staging/sm/object/object-create-with-primitive-second-arg.js (previously Ignored)
test/staging/sm/object/vacuous-accessor-unqualified-name.js (previously Ignored)
test/staging/sm/object/property-descriptor-order.js (previously Ignored)
test/staging/sm/object/15.2.3.4-03.js (previously Ignored)
test/staging/sm/object/object-toString-01.js (previously Ignored)
test/staging/sm/object/hasOwn.js (previously Ignored)
test/staging/sm/object/isPrototypeOf.js (previously Ignored)
test/staging/sm/object/entries.js (previously Ignored)
test/staging/sm/object/getPrototypeOf-array.js (previously Ignored)
test/staging/sm/object/defineGetter-defineSetter.js (previously Ignored)
test/staging/sm/object/isFrozen.js (previously Ignored)
test/staging/sm/object/15.2.3.6-define-over-method.js (previously Ignored)
test/staging/sm/object/defineProperty-proxy.js (previously Ignored)
test/staging/sm/object/preventExtensions-idempotent.js (previously Ignored)
test/staging/sm/object/keys.js (previously Ignored)
test/staging/sm/object/preventExtensions-proxy.js (previously Ignored)
test/staging/sm/object/15.2.3.12.js (previously Ignored)
test/staging/sm/object/toLocaleString.js (previously Ignored)
test/staging/sm/RegExp/descriptor.js (previously Ignored)
test/staging/sm/RegExp/unicode-class-negated.js (previously Ignored)
test/staging/sm/RegExp/RegExpExec-return.js (previously Ignored)
test/staging/sm/RegExp/RegExpExec-exec-type-check.js (previously Ignored)
test/staging/sm/RegExp/character-class-escape-s.js (previously Ignored)
test/staging/sm/RegExp/regress-613820-2.js (previously Ignored)
test/staging/sm/RegExp/flag-accessors.js (previously Ignored)
test/staging/sm/RegExp/split-trace.js (previously Ignored)
test/staging/sm/RegExp/instance-property-storage-introspection.js (previously Ignored)
test/staging/sm/RegExp/split-obj.js (previously Ignored)
test/staging/sm/RegExp/replace-local-tolength-lastindex.js (previously Ignored)
test/staging/sm/RegExp/cross-compartment-getter.js (previously Ignored)
test/staging/sm/RegExp/split-prop-access.js (previously Ignored)
test/staging/sm/RegExp/split-flags-on-obj.js (previously Ignored)
test/staging/sm/RegExp/regress-613820-1.js (previously Ignored)
test/staging/sm/RegExp/sticky.js (previously Ignored)
test/staging/sm/RegExp/getter-name.js (previously Ignored)
test/staging/sm/RegExp/split-deleted-flags.js (previously Ignored)
test/staging/sm/RegExp/lastIndex-match-or-replace.js (previously Ignored)
test/staging/sm/RegExp/15.10.7.5-01.js (previously Ignored)
test/staging/sm/RegExp/replace-sticky-lastIndex.js (previously Ignored)
test/staging/sm/RegExp/prototype-different-global.js (previously Ignored)
test/staging/sm/RegExp/unicode-ignoreCase.js (previously Ignored)
test/staging/sm/RegExp/regress-yarr-regexp.js (previously Ignored)
test/staging/sm/RegExp/unicode-disallow-extended.js (previously Ignored)
test/staging/sm/RegExp/split-limit.js (previously Ignored)
test/staging/sm/RegExp/regress-576828.js (previously Ignored)
test/staging/sm/RegExp/constructor-regexp-unicode.js (previously Ignored)
test/staging/sm/RegExp/7.8.5-01.js (previously Ignored)
test/staging/sm/RegExp/replace-compile.js (previously Ignored)
test/staging/sm/RegExp/constructor-regexp.js (previously Ignored)
test/staging/sm/RegExp/unicode-class-ignoreCase.js (previously Ignored)
test/staging/sm/RegExp/replace-twoBytes.js (previously Ignored)
test/staging/sm/RegExp/constructor-IsRegExp.js (previously Ignored)
test/staging/sm/RegExp/constructor-ordering.js (previously Ignored)
test/staging/sm/RegExp/unicode-ignoreCase-negated.js (previously Ignored)
test/staging/sm/RegExp/15.10.5-01.js (previously Ignored)
test/staging/sm/RegExp/unicode-character-class-escape.js (previously Ignored)
test/staging/sm/RegExp/RegExpExec-exec.js (previously Ignored)
test/staging/sm/RegExp/lastIndex-nonwritable.js (previously Ignored)
test/staging/sm/RegExp/split-this.js (previously Ignored)
test/staging/sm/RegExp/unicode-class-braced.js (previously Ignored)
test/staging/sm/RegExp/unicode-class-empty.js (previously Ignored)
test/staging/sm/RegExp/class-null.js (previously Ignored)
test/staging/sm/RegExp/lastIndex-search.js (previously Ignored)
test/staging/sm/RegExp/ignoreCase-multiple.js (previously Ignored)
test/staging/sm/RegExp/test-emptyMatch.js (previously Ignored)
test/staging/sm/RegExp/exec-lastIndex-ToInteger.js (previously Ignored)
test/staging/sm/RegExp/unicode-ignoreCase-ascii.js (previously Ignored)
test/staging/sm/RegExp/search.js (previously Ignored)
test/staging/sm/RegExp/replace.js (previously Ignored)
test/staging/sm/RegExp/match.js (previously Ignored)
test/staging/sm/RegExp/empty-lookahead.js (previously Ignored)
test/staging/sm/RegExp/unicode-class-range.js (previously Ignored)
test/staging/sm/RegExp/search-trace.js (previously Ignored)
test/staging/sm/RegExp/replace-sticky.js (previously Ignored)
test/staging/sm/RegExp/regress-613820-3.js (previously Ignored)
test/staging/sm/RegExp/test-trailing.js (previously Ignored)
test/staging/sm/RegExp/search-this.js (previously Ignored)
test/staging/sm/RegExp/exec-lastIndex-negative.js (previously Ignored)
test/staging/sm/RegExp/compile-lastIndex.js (previously Ignored)
test/staging/sm/RegExp/split.js (previously Ignored)
test/staging/sm/RegExp/replace-trace.js (previously Ignored)
test/staging/sm/RegExp/constructor-ordering-2.js (previously Ignored)
test/staging/sm/RegExp/flags.js (previously Ignored)
test/staging/sm/RegExp/match-this.js (previously Ignored)
test/staging/sm/RegExp/replace-global-unicode.js (previously Ignored)
test/staging/sm/RegExp/lastIndex-exec.js (previously Ignored)
test/staging/sm/RegExp/split-invalid-lastIndex.js (previously Ignored)
test/staging/sm/RegExp/replace-this.js (previously Ignored)
test/staging/sm/RegExp/replace-compile-elembase.js (previously Ignored)
test/staging/sm/RegExp/constructor-constructor.js (previously Ignored)
test/staging/sm/RegExp/match-trace.js (previously Ignored)
test/staging/sm/RegExp/exec.js (previously Ignored)
test/staging/sm/RegExp/unicode-everything.js (previously Ignored)
test/staging/sm/RegExp/flags-param-handling.js (previously Ignored)
test/staging/sm/ArrayBuffer/CloneArrayBuffer.js (previously Ignored)
test/staging/sm/ArrayBuffer/getter-name.js (previously Ignored)
test/staging/sm/ArrayBuffer/bug1777413.js (previously Ignored)
test/staging/sm/ArrayBuffer/constructorNotCallable.js (previously Ignored)
test/staging/sm/ArrayBuffer/slice-species.js (previously Ignored)
test/staging/sm/lexical-environment/unscopables-global.js (previously Ignored)
test/staging/sm/lexical-environment/for-loop-with-bindings-added-at-runtime.js (previously Ignored)
test/staging/sm/lexical-environment/unscopables-delete.js (previously Ignored)
test/staging/sm/lexical-environment/block-scoped-functions-annex-b-if.js (previously Ignored)
test/staging/sm/lexical-environment/with-global-ignores-global-let-variables.js (previously Ignored)
test/staging/sm/lexical-environment/block-scoped-functions-annex-b-same-name.js (previously Ignored)
test/staging/sm/lexical-environment/unscopables-closures.js (previously Ignored)
test/staging/sm/lexical-environment/catch-body.js (previously Ignored)
test/staging/sm/lexical-environment/unscopables-const.js (previously Ignored)
test/staging/sm/lexical-environment/unscopables-proto.js (previously Ignored)
test/staging/sm/lexical-environment/block-scoped-functions-annex-b.js (previously Ignored)
test/staging/sm/lexical-environment/block-scoped-functions-annex-b-parameter.js (previously Ignored)
test/staging/sm/lexical-environment/bug-1216623.js (previously Ignored)
test/staging/sm/lexical-environment/unscopables-getters.js (previously Ignored)
test/staging/sm/lexical-environment/eval-has-lexical-environment.js (previously Ignored)
test/staging/sm/lexical-environment/const-declaration-in-for-loop.js (previously Ignored)
test/staging/sm/lexical-environment/unscopables-ignored.js (previously Ignored)
test/staging/sm/lexical-environment/for-loop.js (previously Ignored)
test/staging/sm/lexical-environment/unscopables-proxy.js (previously Ignored)
test/staging/sm/lexical-environment/implicit-this-in-with.js (previously Ignored)
test/staging/sm/lexical-environment/unscopables-tdz.js (previously Ignored)
test/staging/sm/lexical-environment/unscopables-basics.js (previously Ignored)
test/staging/sm/lexical-environment/unscopables-miss.js (previously Ignored)
test/staging/sm/lexical-environment/block-scoped-functions-strict.js (previously Ignored)
test/staging/sm/lexical-environment/block-scoped-functions-annex-b-generators.js (previously Ignored)
test/staging/sm/lexical-environment/unscopables-mutation-frozen.js (previously Ignored)
test/staging/sm/Promise/bug-1288382.js (previously Ignored)
test/staging/sm/Promise/methods-non-enumerable.js (previously Ignored)
test/staging/sm/Promise/for-of-iterator-uses-getv.js (previously Ignored)
test/staging/sm/Promise/bug-1289040.js (previously Ignored)
test/staging/sm/Promise/bug-1287334.js (previously Ignored)
test/staging/sm/syntax/keyword-unescaped-requirement.js (previously Ignored)
test/staging/sm/syntax/syntax-parsed-arrow-then-bigint.js (previously Ignored)
test/staging/sm/syntax/declaration-forbidden-in-label.js (previously Ignored)
test/staging/sm/syntax/linefeed-at-eof-in-unterminated-string-or-template.js (previously Ignored)
test/staging/sm/syntax/omitted-catch-binding.js (previously Ignored)
test/staging/sm/syntax/yield-as-identifier.js (previously Ignored)
test/staging/sm/syntax/bug1863308.js (previously Ignored)
test/staging/sm/syntax/class-error.js (previously Ignored)
test/staging/sm/types/8.12.5-01.js (previously Ignored)
test/staging/sm/generators/iteration.js (previously Ignored)
test/staging/sm/generators/regress-366941.js (previously Ignored)
test/staging/sm/generators/yield-star-iterator-close.js (previously Ignored)
test/staging/sm/generators/delegating-yield-9.js (previously Ignored)
test/staging/sm/generators/delegating-yield-8.js (previously Ignored)
test/staging/sm/generators/delegating-yield-2.js (previously Ignored)
test/staging/sm/generators/delegating-yield-10.js (previously Ignored)
test/staging/sm/generators/iterator-next-non-object.js (previously Ignored)
test/staging/sm/generators/yield-error.js (previously Ignored)
test/staging/sm/generators/yield-non-regexp.js (previously Ignored)
test/staging/sm/generators/delegating-yield-3.js (previously Ignored)
test/staging/sm/generators/delegating-yield-6.js (previously Ignored)
test/staging/sm/generators/delegating-yield-12.js (previously Ignored)
test/staging/sm/generators/delegating-yield-1.js (previously Ignored)
test/staging/sm/generators/yield-star-iterator-primitive.js (previously Ignored)
test/staging/sm/generators/delegating-yield-4.js (previously Ignored)
test/staging/sm/generators/objects.js (previously Ignored)
test/staging/sm/generators/delegating-yield-5.js (previously Ignored)
test/staging/sm/generators/delegating-yield-7.js (previously Ignored)
test/staging/sm/generators/delegating-yield-11.js (previously Ignored)
test/staging/sm/global/parseInt-default-to-decimal.js (previously Ignored)
test/staging/sm/global/eval-01.js (previously Ignored)
test/staging/sm/global/eval-in-strict-eval-in-normal-function.js (previo...*[Comment body truncated]*

@jedel1043 jedel1043 added the bug Something isn't working label Jan 5, 2025
@jedel1043 jedel1043 changed the title Enable sm test suite Fix bugs on ephemeron and TypedArray.prototype.slice Jan 5, 2025
Copy link
Member

@nekevss nekevss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@nekevss nekevss added this pull request to the merge queue Jan 7, 2025
Merged via the queue into main with commit 426503f Jan 7, 2025
13 checks passed
@nekevss nekevss deleted the enable-sm-tests branch January 7, 2025 03:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Internal Category for changelog test Issues and PRs related to the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants