Bug 1842773 - Part 35: Reimport test262 tests. r=sfink
commitd4fd13d3af1aac194161ff60048e0d4b059ba703
authorAndré Bargull <andre.bargull@gmail.com>
Fri, 26 Jan 2024 08:17:47 +0000 (26 08:17 +0000)
committerAndré Bargull <andre.bargull@gmail.com>
Fri, 26 Jan 2024 08:17:47 +0000 (26 08:17 +0000)
tree5f3f27246ac6f9b0bf5c4fc0f44cf6ae15b613ef
parent2c5e99e0a8306862cce3374e12fee18aa52ab684
Bug 1842773 - Part 35: Reimport test262 tests. r=sfink

Differential Revision: https://phabricator.services.mozilla.com/D183352
331 files changed:
js/src/tests/test262/built-ins/Array/prototype/every/callbackfn-resize-arraybuffer.js
js/src/tests/test262/built-ins/Array/prototype/filter/callbackfn-resize-arraybuffer.js
js/src/tests/test262/built-ins/Array/prototype/find/callbackfn-resize-arraybuffer.js
js/src/tests/test262/built-ins/Array/prototype/findIndex/callbackfn-resize-arraybuffer.js
js/src/tests/test262/built-ins/Array/prototype/findLast/callbackfn-resize-arraybuffer.js
js/src/tests/test262/built-ins/Array/prototype/findLastIndex/callbackfn-resize-arraybuffer.js
js/src/tests/test262/built-ins/Array/prototype/forEach/callbackfn-resize-arraybuffer.js
js/src/tests/test262/built-ins/Array/prototype/map/callbackfn-resize-arraybuffer.js
js/src/tests/test262/built-ins/Array/prototype/reduce/callbackfn-resize-arraybuffer.js
js/src/tests/test262/built-ins/Array/prototype/reduceRight/callbackfn-resize-arraybuffer.js
js/src/tests/test262/built-ins/Array/prototype/some/callbackfn-resize-arraybuffer.js
js/src/tests/test262/built-ins/ArrayBuffer/options-maxbytelength-diminuitive.js
js/src/tests/test262/built-ins/ArrayBuffer/options-maxbytelength-excessive.js
js/src/tests/test262/built-ins/ArrayBuffer/options-maxbytelength-negative.js
js/src/tests/test262/built-ins/ArrayBuffer/options-maxbytelength-object.js
js/src/tests/test262/built-ins/ArrayBuffer/options-maxbytelength-poisoned.js
js/src/tests/test262/built-ins/ArrayBuffer/options-maxbytelength-undefined.js
js/src/tests/test262/built-ins/ArrayBuffer/options-non-object.js
js/src/tests/test262/built-ins/ArrayBuffer/prototype/detached/detached-buffer-resizable.js
js/src/tests/test262/built-ins/ArrayBuffer/prototype/maxByteLength/detached-buffer.js
js/src/tests/test262/built-ins/ArrayBuffer/prototype/maxByteLength/invoked-as-accessor.js
js/src/tests/test262/built-ins/ArrayBuffer/prototype/maxByteLength/invoked-as-func.js
js/src/tests/test262/built-ins/ArrayBuffer/prototype/maxByteLength/length.js
js/src/tests/test262/built-ins/ArrayBuffer/prototype/maxByteLength/name.js
js/src/tests/test262/built-ins/ArrayBuffer/prototype/maxByteLength/prop-desc.js
js/src/tests/test262/built-ins/ArrayBuffer/prototype/maxByteLength/return-maxbytelength-non-resizable.js
js/src/tests/test262/built-ins/ArrayBuffer/prototype/maxByteLength/return-maxbytelength-resizable.js
js/src/tests/test262/built-ins/ArrayBuffer/prototype/maxByteLength/this-has-no-arraybufferdata-internal.js
js/src/tests/test262/built-ins/ArrayBuffer/prototype/maxByteLength/this-is-not-object.js
js/src/tests/test262/built-ins/ArrayBuffer/prototype/maxByteLength/this-is-sharedarraybuffer.js
js/src/tests/test262/built-ins/ArrayBuffer/prototype/resizable/detached-buffer.js
js/src/tests/test262/built-ins/ArrayBuffer/prototype/resizable/invoked-as-accessor.js
js/src/tests/test262/built-ins/ArrayBuffer/prototype/resizable/invoked-as-func.js
js/src/tests/test262/built-ins/ArrayBuffer/prototype/resizable/length.js
js/src/tests/test262/built-ins/ArrayBuffer/prototype/resizable/name.js
js/src/tests/test262/built-ins/ArrayBuffer/prototype/resizable/prop-desc.js
js/src/tests/test262/built-ins/ArrayBuffer/prototype/resizable/return-resizable.js
js/src/tests/test262/built-ins/ArrayBuffer/prototype/resizable/this-has-no-arraybufferdata-internal.js
js/src/tests/test262/built-ins/ArrayBuffer/prototype/resizable/this-is-not-object.js
js/src/tests/test262/built-ins/ArrayBuffer/prototype/resizable/this-is-sharedarraybuffer.js
js/src/tests/test262/built-ins/ArrayBuffer/prototype/resize/descriptor.js
js/src/tests/test262/built-ins/ArrayBuffer/prototype/resize/extensible.js
js/src/tests/test262/built-ins/ArrayBuffer/prototype/resize/length.js
js/src/tests/test262/built-ins/ArrayBuffer/prototype/resize/name.js
js/src/tests/test262/built-ins/ArrayBuffer/prototype/resize/new-length-excessive.js
js/src/tests/test262/built-ins/ArrayBuffer/prototype/resize/new-length-negative.js
js/src/tests/test262/built-ins/ArrayBuffer/prototype/resize/new-length-non-number.js
js/src/tests/test262/built-ins/ArrayBuffer/prototype/resize/nonconstructor.js
js/src/tests/test262/built-ins/ArrayBuffer/prototype/resize/resize-grow.js
js/src/tests/test262/built-ins/ArrayBuffer/prototype/resize/resize-same-size-zero-explicit.js
js/src/tests/test262/built-ins/ArrayBuffer/prototype/resize/resize-same-size-zero-implicit.js
js/src/tests/test262/built-ins/ArrayBuffer/prototype/resize/resize-same-size.js
js/src/tests/test262/built-ins/ArrayBuffer/prototype/resize/resize-shrink-zero-explicit.js
js/src/tests/test262/built-ins/ArrayBuffer/prototype/resize/resize-shrink-zero-implicit.js
js/src/tests/test262/built-ins/ArrayBuffer/prototype/resize/resize-shrink.js
js/src/tests/test262/built-ins/ArrayBuffer/prototype/resize/this-is-detached.js
js/src/tests/test262/built-ins/ArrayBuffer/prototype/resize/this-is-not-arraybuffer-object.js
js/src/tests/test262/built-ins/ArrayBuffer/prototype/resize/this-is-not-object.js
js/src/tests/test262/built-ins/ArrayBuffer/prototype/resize/this-is-not-resizable-arraybuffer-object.js
js/src/tests/test262/built-ins/ArrayBuffer/prototype/resize/this-is-sharedarraybuffer.js
js/src/tests/test262/built-ins/ArrayBuffer/prototype/transfer/from-fixed-to-larger.js
js/src/tests/test262/built-ins/ArrayBuffer/prototype/transfer/from-fixed-to-same.js
js/src/tests/test262/built-ins/ArrayBuffer/prototype/transfer/from-fixed-to-smaller.js
js/src/tests/test262/built-ins/ArrayBuffer/prototype/transfer/from-fixed-to-zero.js
js/src/tests/test262/built-ins/ArrayBuffer/prototype/transfer/from-resizable-to-larger.js
js/src/tests/test262/built-ins/ArrayBuffer/prototype/transfer/from-resizable-to-same.js
js/src/tests/test262/built-ins/ArrayBuffer/prototype/transfer/from-resizable-to-smaller.js
js/src/tests/test262/built-ins/ArrayBuffer/prototype/transfer/from-resizable-to-zero.js
js/src/tests/test262/built-ins/ArrayBuffer/prototype/transferToFixedLength/from-fixed-to-larger.js
js/src/tests/test262/built-ins/ArrayBuffer/prototype/transferToFixedLength/from-fixed-to-same.js
js/src/tests/test262/built-ins/ArrayBuffer/prototype/transferToFixedLength/from-fixed-to-smaller.js
js/src/tests/test262/built-ins/ArrayBuffer/prototype/transferToFixedLength/from-fixed-to-zero.js
js/src/tests/test262/built-ins/ArrayBuffer/prototype/transferToFixedLength/from-resizable-to-larger.js
js/src/tests/test262/built-ins/ArrayBuffer/prototype/transferToFixedLength/from-resizable-to-same.js
js/src/tests/test262/built-ins/ArrayBuffer/prototype/transferToFixedLength/from-resizable-to-smaller.js
js/src/tests/test262/built-ins/ArrayBuffer/prototype/transferToFixedLength/from-resizable-to-zero.js
js/src/tests/test262/built-ins/DataView/custom-proto-access-resizes-buffer-invalid-by-length.js
js/src/tests/test262/built-ins/DataView/custom-proto-access-resizes-buffer-invalid-by-offset.js
js/src/tests/test262/built-ins/DataView/custom-proto-access-resizes-buffer-valid-by-length.js
js/src/tests/test262/built-ins/DataView/custom-proto-access-resizes-buffer-valid-by-offset.js
js/src/tests/test262/built-ins/DataView/prototype/byteLength/resizable-array-buffer-auto.js
js/src/tests/test262/built-ins/DataView/prototype/byteLength/resizable-array-buffer-fixed.js
js/src/tests/test262/built-ins/DataView/prototype/byteOffset/resizable-array-buffer-auto.js
js/src/tests/test262/built-ins/DataView/prototype/byteOffset/resizable-array-buffer-fixed.js
js/src/tests/test262/built-ins/DataView/prototype/getBigInt64/resizable-buffer.js
js/src/tests/test262/built-ins/DataView/prototype/getBigUint64/resizable-buffer.js
js/src/tests/test262/built-ins/DataView/prototype/getFloat32/resizable-buffer.js
js/src/tests/test262/built-ins/DataView/prototype/getFloat64/resizable-buffer.js
js/src/tests/test262/built-ins/DataView/prototype/getInt16/resizable-buffer.js
js/src/tests/test262/built-ins/DataView/prototype/getInt32/resizable-buffer.js
js/src/tests/test262/built-ins/DataView/prototype/getInt8/resizable-buffer.js
js/src/tests/test262/built-ins/DataView/prototype/getUint16/resizable-buffer.js
js/src/tests/test262/built-ins/DataView/prototype/getUint32/resizable-buffer.js
js/src/tests/test262/built-ins/DataView/prototype/getUint8/resizable-buffer.js
js/src/tests/test262/built-ins/DataView/prototype/setBigInt64/resizable-buffer.js
js/src/tests/test262/built-ins/DataView/prototype/setBigUint64/resizable-buffer.js
js/src/tests/test262/built-ins/DataView/prototype/setFloat32/resizable-buffer.js
js/src/tests/test262/built-ins/DataView/prototype/setFloat64/resizable-buffer.js
js/src/tests/test262/built-ins/DataView/prototype/setInt16/resizable-buffer.js
js/src/tests/test262/built-ins/DataView/prototype/setInt32/resizable-buffer.js
js/src/tests/test262/built-ins/DataView/prototype/setInt8/resizable-buffer.js
js/src/tests/test262/built-ins/DataView/prototype/setUint16/resizable-buffer.js
js/src/tests/test262/built-ins/DataView/prototype/setUint32/resizable-buffer.js
js/src/tests/test262/built-ins/DataView/prototype/setUint8/resizable-buffer.js
js/src/tests/test262/built-ins/SharedArrayBuffer/options-maxbytelength-diminuitive.js
js/src/tests/test262/built-ins/SharedArrayBuffer/options-maxbytelength-excessive.js
js/src/tests/test262/built-ins/SharedArrayBuffer/options-maxbytelength-negative.js
js/src/tests/test262/built-ins/SharedArrayBuffer/options-maxbytelength-object.js
js/src/tests/test262/built-ins/SharedArrayBuffer/options-maxbytelength-poisoned.js
js/src/tests/test262/built-ins/SharedArrayBuffer/options-maxbytelength-undefined.js
js/src/tests/test262/built-ins/SharedArrayBuffer/options-non-object.js
js/src/tests/test262/built-ins/SharedArrayBuffer/prototype/grow/descriptor.js
js/src/tests/test262/built-ins/SharedArrayBuffer/prototype/grow/extensible.js
js/src/tests/test262/built-ins/SharedArrayBuffer/prototype/grow/grow-larger-size.js
js/src/tests/test262/built-ins/SharedArrayBuffer/prototype/grow/grow-same-size.js
js/src/tests/test262/built-ins/SharedArrayBuffer/prototype/grow/grow-smaller-size.js
js/src/tests/test262/built-ins/SharedArrayBuffer/prototype/grow/length.js
js/src/tests/test262/built-ins/SharedArrayBuffer/prototype/grow/name.js
js/src/tests/test262/built-ins/SharedArrayBuffer/prototype/grow/new-length-excessive.js
js/src/tests/test262/built-ins/SharedArrayBuffer/prototype/grow/new-length-negative.js
js/src/tests/test262/built-ins/SharedArrayBuffer/prototype/grow/new-length-non-number.js
js/src/tests/test262/built-ins/SharedArrayBuffer/prototype/grow/nonconstructor.js
js/src/tests/test262/built-ins/SharedArrayBuffer/prototype/grow/this-is-not-arraybuffer-object.js
js/src/tests/test262/built-ins/SharedArrayBuffer/prototype/grow/this-is-not-object.js
js/src/tests/test262/built-ins/SharedArrayBuffer/prototype/grow/this-is-not-resizable-arraybuffer-object.js
js/src/tests/test262/built-ins/SharedArrayBuffer/prototype/grow/this-is-sharedarraybuffer.js
js/src/tests/test262/built-ins/SharedArrayBuffer/prototype/growable/invoked-as-accessor.js
js/src/tests/test262/built-ins/SharedArrayBuffer/prototype/growable/invoked-as-func.js
js/src/tests/test262/built-ins/SharedArrayBuffer/prototype/growable/length.js
js/src/tests/test262/built-ins/SharedArrayBuffer/prototype/growable/name.js
js/src/tests/test262/built-ins/SharedArrayBuffer/prototype/growable/prop-desc.js
js/src/tests/test262/built-ins/SharedArrayBuffer/prototype/growable/return-growable.js
js/src/tests/test262/built-ins/SharedArrayBuffer/prototype/growable/this-has-no-arraybufferdata-internal.js
js/src/tests/test262/built-ins/SharedArrayBuffer/prototype/growable/this-is-arraybuffer.js
js/src/tests/test262/built-ins/SharedArrayBuffer/prototype/growable/this-is-not-object.js
js/src/tests/test262/built-ins/SharedArrayBuffer/prototype/maxByteLength/invoked-as-accessor.js
js/src/tests/test262/built-ins/SharedArrayBuffer/prototype/maxByteLength/invoked-as-func.js
js/src/tests/test262/built-ins/SharedArrayBuffer/prototype/maxByteLength/length.js
js/src/tests/test262/built-ins/SharedArrayBuffer/prototype/maxByteLength/name.js
js/src/tests/test262/built-ins/SharedArrayBuffer/prototype/maxByteLength/prop-desc.js
js/src/tests/test262/built-ins/SharedArrayBuffer/prototype/maxByteLength/return-maxbytelength-growable.js
js/src/tests/test262/built-ins/SharedArrayBuffer/prototype/maxByteLength/return-maxbytelength-non-growable.js
js/src/tests/test262/built-ins/SharedArrayBuffer/prototype/maxByteLength/this-has-no-arraybufferdata-internal.js
js/src/tests/test262/built-ins/SharedArrayBuffer/prototype/maxByteLength/this-is-arraybuffer.js
js/src/tests/test262/built-ins/SharedArrayBuffer/prototype/maxByteLength/this-is-not-object.js
js/src/tests/test262/built-ins/TypedArray/prototype/at/BigInt/return-abrupt-from-this-out-of-bounds.js
js/src/tests/test262/built-ins/TypedArray/prototype/at/return-abrupt-from-this-out-of-bounds.js
js/src/tests/test262/built-ins/TypedArray/prototype/byteLength/BigInt/resizable-array-buffer-auto.js
js/src/tests/test262/built-ins/TypedArray/prototype/byteLength/BigInt/resizable-array-buffer-fixed.js
js/src/tests/test262/built-ins/TypedArray/prototype/byteLength/resizable-array-buffer-auto.js
js/src/tests/test262/built-ins/TypedArray/prototype/byteLength/resizable-array-buffer-fixed.js
js/src/tests/test262/built-ins/TypedArray/prototype/byteOffset/BigInt/resizable-array-buffer-auto.js
js/src/tests/test262/built-ins/TypedArray/prototype/byteOffset/BigInt/resizable-array-buffer-fixed.js
js/src/tests/test262/built-ins/TypedArray/prototype/byteOffset/resizable-array-buffer-auto.js
js/src/tests/test262/built-ins/TypedArray/prototype/byteOffset/resizable-array-buffer-fixed.js
js/src/tests/test262/built-ins/TypedArray/prototype/copyWithin/BigInt/return-abrupt-from-this-out-of-bounds.js
js/src/tests/test262/built-ins/TypedArray/prototype/copyWithin/return-abrupt-from-this-out-of-bounds.js
js/src/tests/test262/built-ins/TypedArray/prototype/entries/BigInt/return-abrupt-from-this-out-of-bounds.js
js/src/tests/test262/built-ins/TypedArray/prototype/entries/return-abrupt-from-this-out-of-bounds.js
js/src/tests/test262/built-ins/TypedArray/prototype/every/BigInt/return-abrupt-from-this-out-of-bounds.js
js/src/tests/test262/built-ins/TypedArray/prototype/every/callbackfn-resize.js
js/src/tests/test262/built-ins/TypedArray/prototype/every/return-abrupt-from-this-out-of-bounds.js
js/src/tests/test262/built-ins/TypedArray/prototype/fill/BigInt/return-abrupt-from-this-out-of-bounds.js
js/src/tests/test262/built-ins/TypedArray/prototype/fill/return-abrupt-from-this-out-of-bounds.js
js/src/tests/test262/built-ins/TypedArray/prototype/filter/BigInt/return-abrupt-from-this-out-of-bounds.js
js/src/tests/test262/built-ins/TypedArray/prototype/filter/BigInt/speciesctor-destination-resizable.js
js/src/tests/test262/built-ins/TypedArray/prototype/filter/BigInt/speciesctor-get-species-custom-ctor-length-throws-resizable-arraybuffer.js
js/src/tests/test262/built-ins/TypedArray/prototype/filter/callbackfn-resize.js
js/src/tests/test262/built-ins/TypedArray/prototype/filter/return-abrupt-from-this-out-of-bounds.js
js/src/tests/test262/built-ins/TypedArray/prototype/filter/speciesctor-destination-resizable.js
js/src/tests/test262/built-ins/TypedArray/prototype/filter/speciesctor-get-species-custom-ctor-length-throws-resizable-arraybuffer.js
js/src/tests/test262/built-ins/TypedArray/prototype/find/BigInt/return-abrupt-from-this-out-of-bounds.js
js/src/tests/test262/built-ins/TypedArray/prototype/find/callbackfn-resize.js
js/src/tests/test262/built-ins/TypedArray/prototype/find/return-abrupt-from-this-out-of-bounds.js
js/src/tests/test262/built-ins/TypedArray/prototype/findIndex/BigInt/return-abrupt-from-this-out-of-bounds.js
js/src/tests/test262/built-ins/TypedArray/prototype/findIndex/callbackfn-resize.js
js/src/tests/test262/built-ins/TypedArray/prototype/findIndex/return-abrupt-from-this-out-of-bounds.js
js/src/tests/test262/built-ins/TypedArray/prototype/findLast/BigInt/return-abrupt-from-this-out-of-bounds.js
js/src/tests/test262/built-ins/TypedArray/prototype/findLast/callbackfn-resize.js
js/src/tests/test262/built-ins/TypedArray/prototype/findLast/return-abrupt-from-this-out-of-bounds.js
js/src/tests/test262/built-ins/TypedArray/prototype/findLastIndex/BigInt/return-abrupt-from-this-out-of-bounds.js
js/src/tests/test262/built-ins/TypedArray/prototype/findLastIndex/callbackfn-resize.js
js/src/tests/test262/built-ins/TypedArray/prototype/findLastIndex/return-abrupt-from-this-out-of-bounds.js
js/src/tests/test262/built-ins/TypedArray/prototype/forEach/BigInt/return-abrupt-from-this-out-of-bounds.js
js/src/tests/test262/built-ins/TypedArray/prototype/forEach/callbackfn-resize.js
js/src/tests/test262/built-ins/TypedArray/prototype/forEach/return-abrupt-from-this-out-of-bounds.js
js/src/tests/test262/built-ins/TypedArray/prototype/includes/BigInt/return-abrupt-from-this-out-of-bounds.js
js/src/tests/test262/built-ins/TypedArray/prototype/includes/return-abrupt-from-this-out-of-bounds.js
js/src/tests/test262/built-ins/TypedArray/prototype/indexOf/BigInt/return-abrupt-from-this-out-of-bounds.js
js/src/tests/test262/built-ins/TypedArray/prototype/indexOf/return-abrupt-from-this-out-of-bounds.js
js/src/tests/test262/built-ins/TypedArray/prototype/join/BigInt/return-abrupt-from-this-out-of-bounds.js
js/src/tests/test262/built-ins/TypedArray/prototype/join/return-abrupt-from-this-out-of-bounds.js
js/src/tests/test262/built-ins/TypedArray/prototype/keys/BigInt/return-abrupt-from-this-out-of-bounds.js
js/src/tests/test262/built-ins/TypedArray/prototype/keys/return-abrupt-from-this-out-of-bounds.js
js/src/tests/test262/built-ins/TypedArray/prototype/lastIndexOf/BigInt/return-abrupt-from-this-out-of-bounds.js
js/src/tests/test262/built-ins/TypedArray/prototype/lastIndexOf/return-abrupt-from-this-out-of-bounds.js
js/src/tests/test262/built-ins/TypedArray/prototype/length/BigInt/resizable-array-buffer-auto.js
js/src/tests/test262/built-ins/TypedArray/prototype/length/BigInt/resizable-array-buffer-fixed.js
js/src/tests/test262/built-ins/TypedArray/prototype/length/resizable-array-buffer-auto.js
js/src/tests/test262/built-ins/TypedArray/prototype/length/resizable-array-buffer-fixed.js
js/src/tests/test262/built-ins/TypedArray/prototype/map/BigInt/return-abrupt-from-this-out-of-bounds.js
js/src/tests/test262/built-ins/TypedArray/prototype/map/BigInt/speciesctor-destination-resizable.js
js/src/tests/test262/built-ins/TypedArray/prototype/map/BigInt/speciesctor-get-species-custom-ctor-length-throws-resizable-arraybuffer.js
js/src/tests/test262/built-ins/TypedArray/prototype/map/callbackfn-resize.js
js/src/tests/test262/built-ins/TypedArray/prototype/map/return-abrupt-from-this-out-of-bounds.js
js/src/tests/test262/built-ins/TypedArray/prototype/map/speciesctor-destination-resizable.js
js/src/tests/test262/built-ins/TypedArray/prototype/map/speciesctor-get-species-custom-ctor-length-throws-resizable-arraybuffer.js
js/src/tests/test262/built-ins/TypedArray/prototype/reduce/BigInt/return-abrupt-from-this-out-of-bounds.js
js/src/tests/test262/built-ins/TypedArray/prototype/reduce/callbackfn-resize.js
js/src/tests/test262/built-ins/TypedArray/prototype/reduce/return-abrupt-from-this-out-of-bounds.js
js/src/tests/test262/built-ins/TypedArray/prototype/reduceRight/BigInt/return-abrupt-from-this-out-of-bounds.js
js/src/tests/test262/built-ins/TypedArray/prototype/reduceRight/callbackfn-resize.js
js/src/tests/test262/built-ins/TypedArray/prototype/reduceRight/return-abrupt-from-this-out-of-bounds.js
js/src/tests/test262/built-ins/TypedArray/prototype/reverse/BigInt/return-abrupt-from-this-out-of-bounds.js
js/src/tests/test262/built-ins/TypedArray/prototype/reverse/return-abrupt-from-this-out-of-bounds.js
js/src/tests/test262/built-ins/TypedArray/prototype/set/BigInt/typedarray-arg-set-values-same-buffer-same-type-resized.js
js/src/tests/test262/built-ins/TypedArray/prototype/set/BigInt/typedarray-arg-target-out-of-bounds.js
js/src/tests/test262/built-ins/TypedArray/prototype/set/typedarray-arg-set-values-same-buffer-same-type-resized.js
js/src/tests/test262/built-ins/TypedArray/prototype/set/typedarray-arg-target-out-of-bounds.js
js/src/tests/test262/built-ins/TypedArray/prototype/slice/BigInt/return-abrupt-from-this-out-of-bounds.js
js/src/tests/test262/built-ins/TypedArray/prototype/slice/BigInt/speciesctor-destination-resizable.js
js/src/tests/test262/built-ins/TypedArray/prototype/slice/BigInt/speciesctor-get-species-custom-ctor-length-throws-resizable-arraybuffer.js
js/src/tests/test262/built-ins/TypedArray/prototype/slice/return-abrupt-from-this-out-of-bounds.js
js/src/tests/test262/built-ins/TypedArray/prototype/slice/speciesctor-destination-resizable.js
js/src/tests/test262/built-ins/TypedArray/prototype/slice/speciesctor-get-species-custom-ctor-length-throws-resizable-arraybuffer.js
js/src/tests/test262/built-ins/TypedArray/prototype/some/BigInt/return-abrupt-from-this-out-of-bounds.js
js/src/tests/test262/built-ins/TypedArray/prototype/some/callbackfn-resize.js
js/src/tests/test262/built-ins/TypedArray/prototype/some/return-abrupt-from-this-out-of-bounds.js
js/src/tests/test262/built-ins/TypedArray/prototype/sort/BigInt/return-abrupt-from-this-out-of-bounds.js
js/src/tests/test262/built-ins/TypedArray/prototype/sort/return-abrupt-from-this-out-of-bounds.js
js/src/tests/test262/built-ins/TypedArray/prototype/toLocaleString/BigInt/return-abrupt-from-this-out-of-bounds.js
js/src/tests/test262/built-ins/TypedArray/prototype/toLocaleString/return-abrupt-from-this-out-of-bounds.js
js/src/tests/test262/built-ins/TypedArray/prototype/values/BigInt/return-abrupt-from-this-out-of-bounds.js
js/src/tests/test262/built-ins/TypedArray/prototype/values/return-abrupt-from-this-out-of-bounds.js
js/src/tests/test262/built-ins/TypedArrayConstructors/ctors/buffer-arg/excessive-offset-throws-resizable-ab.js
js/src/tests/test262/built-ins/TypedArrayConstructors/internals/HasProperty/resizable-array-buffer-auto.js
js/src/tests/test262/built-ins/TypedArrayConstructors/internals/HasProperty/resizable-array-buffer-fixed.js
js/src/tests/test262/built-ins/TypedArrayConstructors/internals/OwnPropertyKeys/integer-indexes-resizable-array-buffer-auto.js
js/src/tests/test262/built-ins/TypedArrayConstructors/internals/OwnPropertyKeys/integer-indexes-resizable-array-buffer-fixed.js
js/src/tests/test262/staging/ArrayBuffer/resizable/access-out-of-bounds-typed-array-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/array-fill-parameter-conversion-resizes-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/array-sort-with-default-comparison-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/at-parameter-conversion-resizes-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/at-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/construct-from-typed-array-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/construct-invalid-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/copy-within-parameter-conversion-grows-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/copy-within-parameter-conversion-shrinks-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/destructuring-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/entries-keys-values-grow-mid-iteration-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/entries-keys-values-shrink-mid-iteration-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/entries-keys-values-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/enumerate-elements-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/every-grow-mid-iteration-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/every-shrink-mid-iteration-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/every-some-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/fill-parameter-conversion-resizes-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/filter-grow-mid-iteration-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/filter-shrink-mid-iteration-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/filter-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/find-find-index-find-last-find-last-index-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/find-grow-mid-iteration-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/find-index-grow-mid-iteration-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/find-index-shrink-mid-iteration-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/find-last-grow-mid-iteration-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/find-last-index-grow-mid-iteration-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/find-last-index-shrink-mid-iteration-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/find-last-shrink-mid-iteration-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/find-shrink-mid-iteration-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/for-each-reduce-reduce-right-grow-mid-iteration-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/for-each-reduce-reduce-right-shrink-mid-iteration-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/for-each-reduce-reduce-right-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/function-apply-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/includes-parameter-conversion-resizes-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/includes-special-values-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/includes-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/index-of-last-index-of-special-values-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/index-of-last-index-of-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/index-of-parameter-conversion-grows-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/index-of-parameter-conversion-shrinks-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/iterate-typed-array-and-grow-just-before-iteration-would-end-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/iterate-typed-array-and-grow-mid-iteration-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/iterate-typed-array-and-shrink-mid-iteration-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/iterate-typed-array-and-shrink-to-zero-mid-iteration-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/iterate-typed-array-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/join-parameter-conversion-grows-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/join-parameter-conversion-shrinks-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/join-to-locale-string-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/last-index-of-parameter-conversion-grows-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/last-index-of-parameter-conversion-shrinks-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/length-tracking-1-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/length-tracking-2-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/map-grow-mid-iteration-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/map-shrink-mid-iteration-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/map-species-create-grows-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/map-species-create-shrinks-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/object-define-property-define-properties-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/object-define-property-parameter-conversion-grows-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/object-define-property-parameter-conversion-shrinks-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/object-freeze-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/oobbehaves-like-detached-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/out-of-bounds-typed-array-and-has-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/reverse-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/set-grow-target-mid-iteration-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/set-shrink-target-mid-iteration-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/set-source-length-getter-grows-target-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/set-source-length-getter-shrinks-target-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/set-with-resizable-source-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/set-with-resizable-target-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/slice-parameter-conversion-grows-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/slice-parameter-conversion-shrinks-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/slice-species-create-resizes-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/slice-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/some-grow-mid-iteration-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/some-shrink-mid-iteration-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/sort-callback-grows-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/sort-callback-shrinks-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/sort-with-custom-comparison-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/sort-with-default-comparison-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/subarray-parameter-conversion-grows-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/subarray-parameter-conversion-shrinks-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/subarray-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/test-copy-within-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/test-fill-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/test-map-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/to-locale-string-number-prototype-to-locale-string-grows-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/to-locale-string-number-prototype-to-locale-string-shrinks-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/typed-array-length-and-byte-length-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/typed-array-length-when-resized-out-of-bounds-1-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/typed-array-length-when-resized-out-of-bounds-2-strict.js
js/src/tests/test262/staging/ArrayBuffer/resizable/typed-array-prototype-strict.js