From 11c8fe0a99b8a6336f349163773533a510f4cc35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bargull?= Date: Wed, 30 Apr 2025 14:16:11 +0200 Subject: [PATCH] Remove unused includes to non262-TypedArray-shell.js --- harness/sm/non262-TypedArray-shell.js | 1 - test/staging/sm/TypedArray/constructor-buffer-sequence.js | 1 - test/staging/sm/TypedArray/constructor-undefined-args.js | 1 - test/staging/sm/TypedArray/constructor_bad-args.js | 1 - test/staging/sm/TypedArray/detached-array-buffer-checks.js | 1 - test/staging/sm/TypedArray/fill-detached.js | 1 - test/staging/sm/TypedArray/filter-species.js | 2 +- test/staging/sm/TypedArray/from_string.js | 2 +- test/staging/sm/TypedArray/from_typedarray_fastpath_detached.js | 1 - test/staging/sm/TypedArray/getter-name.js | 1 - .../sm/TypedArray/indexOf-never-returns-negative-zero.js | 1 - test/staging/sm/TypedArray/iterator.js | 1 - .../sm/TypedArray/lastIndexOf-never-returns-negative-zero.js | 1 - test/staging/sm/TypedArray/map-species.js | 2 +- test/staging/sm/TypedArray/seal-and-freeze.js | 1 - test/staging/sm/TypedArray/set-detached-bigint.js | 1 - test/staging/sm/TypedArray/set-detached.js | 1 - test/staging/sm/TypedArray/set-negative-offset.js | 1 - .../TypedArray/set-same-buffer-different-source-target-types.js | 1 - test/staging/sm/TypedArray/set-tointeger.js | 1 - test/staging/sm/TypedArray/set-toobject.js | 2 +- test/staging/sm/TypedArray/slice-conversion.js | 2 +- test/staging/sm/TypedArray/slice-detached.js | 1 - test/staging/sm/TypedArray/sort-non-function.js | 1 - test/staging/sm/TypedArray/sort_comparators.js | 1 - test/staging/sm/TypedArray/sort_compare_nan.js | 1 - test/staging/sm/TypedArray/sort_errors.js | 1 - test/staging/sm/TypedArray/sort_globals.js | 2 +- test/staging/sm/TypedArray/sort_modifications.js | 1 - test/staging/sm/TypedArray/sort_snans.js | 2 +- test/staging/sm/TypedArray/sort_sorted.js | 1 - test/staging/sm/TypedArray/sort_stable.js | 1 - test/staging/sm/TypedArray/subarray-species.js | 2 +- test/staging/sm/TypedArray/test-integrity-level-detached.js | 1 - test/staging/sm/TypedArray/test-integrity-level.js | 1 - test/staging/sm/TypedArray/toReversed-detached.js | 1 - test/staging/sm/TypedArray/toSorted-detached.js | 1 - test/staging/sm/TypedArray/uint8clamped-constructor.js | 1 - test/staging/sm/TypedArray/with-detached.js | 1 - test/staging/sm/TypedArray/with.js | 1 - test/staging/sm/TypedArray/write-out-of-bounds-tonumber.js | 1 - 41 files changed, 8 insertions(+), 41 deletions(-) diff --git a/harness/sm/non262-TypedArray-shell.js b/harness/sm/non262-TypedArray-shell.js index 409b718552..c8bd8b90ec 100644 --- a/harness/sm/non262-TypedArray-shell.js +++ b/harness/sm/non262-TypedArray-shell.js @@ -1,6 +1,5 @@ /*--- defines: [typedArrayConstructors, sharedTypedArrayConstructors, anyTypedArrayConstructors, isSharedConstructor, isFloatConstructor, isUnsignedConstructor] -allow_unused: True ---*/ (function(global) { "use strict"; diff --git a/test/staging/sm/TypedArray/constructor-buffer-sequence.js b/test/staging/sm/TypedArray/constructor-buffer-sequence.js index ec56239675..5c97f86a37 100644 --- a/test/staging/sm/TypedArray/constructor-buffer-sequence.js +++ b/test/staging/sm/TypedArray/constructor-buffer-sequence.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/constructor-undefined-args.js b/test/staging/sm/TypedArray/constructor-undefined-args.js index 97c6d65160..9d2126ec1b 100644 --- a/test/staging/sm/TypedArray/constructor-undefined-args.js +++ b/test/staging/sm/TypedArray/constructor-undefined-args.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/constructor_bad-args.js b/test/staging/sm/TypedArray/constructor_bad-args.js index 5cbcd7aa1a..ef95e7cf92 100644 --- a/test/staging/sm/TypedArray/constructor_bad-args.js +++ b/test/staging/sm/TypedArray/constructor_bad-args.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/detached-array-buffer-checks.js b/test/staging/sm/TypedArray/detached-array-buffer-checks.js index 14be27ce1b..dc3cdb32be 100644 --- a/test/staging/sm/TypedArray/detached-array-buffer-checks.js +++ b/test/staging/sm/TypedArray/detached-array-buffer-checks.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/fill-detached.js b/test/staging/sm/TypedArray/fill-detached.js index f820875eb9..d99c46bd6f 100644 --- a/test/staging/sm/TypedArray/fill-detached.js +++ b/test/staging/sm/TypedArray/fill-detached.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/filter-species.js b/test/staging/sm/TypedArray/filter-species.js index fc7e4facff..72ef12df74 100644 --- a/test/staging/sm/TypedArray/filter-species.js +++ b/test/staging/sm/TypedArray/filter-species.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js, deepEqual.js] +includes: [deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/from_string.js b/test/staging/sm/TypedArray/from_string.js index 2b2751fbcf..1dd1994f39 100644 --- a/test/staging/sm/TypedArray/from_string.js +++ b/test/staging/sm/TypedArray/from_string.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js, compareArray.js] +includes: [compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/from_typedarray_fastpath_detached.js b/test/staging/sm/TypedArray/from_typedarray_fastpath_detached.js index 6e23278b26..bce9d5031e 100644 --- a/test/staging/sm/TypedArray/from_typedarray_fastpath_detached.js +++ b/test/staging/sm/TypedArray/from_typedarray_fastpath_detached.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/getter-name.js b/test/staging/sm/TypedArray/getter-name.js index bc8cf2f094..f709498511 100644 --- a/test/staging/sm/TypedArray/getter-name.js +++ b/test/staging/sm/TypedArray/getter-name.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/indexOf-never-returns-negative-zero.js b/test/staging/sm/TypedArray/indexOf-never-returns-negative-zero.js index a6ec626b40..bfa02f58f1 100644 --- a/test/staging/sm/TypedArray/indexOf-never-returns-negative-zero.js +++ b/test/staging/sm/TypedArray/indexOf-never-returns-negative-zero.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/iterator.js b/test/staging/sm/TypedArray/iterator.js index 488497aa2c..7c840dfa1a 100644 --- a/test/staging/sm/TypedArray/iterator.js +++ b/test/staging/sm/TypedArray/iterator.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/lastIndexOf-never-returns-negative-zero.js b/test/staging/sm/TypedArray/lastIndexOf-never-returns-negative-zero.js index 28b4211e0c..5e6dce5a8f 100644 --- a/test/staging/sm/TypedArray/lastIndexOf-never-returns-negative-zero.js +++ b/test/staging/sm/TypedArray/lastIndexOf-never-returns-negative-zero.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/map-species.js b/test/staging/sm/TypedArray/map-species.js index 0111a7ac7f..d629e6947b 100644 --- a/test/staging/sm/TypedArray/map-species.js +++ b/test/staging/sm/TypedArray/map-species.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js, deepEqual.js] +includes: [deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/seal-and-freeze.js b/test/staging/sm/TypedArray/seal-and-freeze.js index 287b2b1c25..ccf20d22cb 100644 --- a/test/staging/sm/TypedArray/seal-and-freeze.js +++ b/test/staging/sm/TypedArray/seal-and-freeze.js @@ -4,7 +4,6 @@ /*--- flags: - onlyStrict -includes: [sm/non262-TypedArray-shell.js] description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/set-detached-bigint.js b/test/staging/sm/TypedArray/set-detached-bigint.js index cf405b18ac..20f31118f9 100644 --- a/test/staging/sm/TypedArray/set-detached-bigint.js +++ b/test/staging/sm/TypedArray/set-detached-bigint.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/set-detached.js b/test/staging/sm/TypedArray/set-detached.js index 1e9ab58f43..c84d776c46 100644 --- a/test/staging/sm/TypedArray/set-detached.js +++ b/test/staging/sm/TypedArray/set-detached.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/set-negative-offset.js b/test/staging/sm/TypedArray/set-negative-offset.js index 394c14db05..3ed7122a88 100644 --- a/test/staging/sm/TypedArray/set-negative-offset.js +++ b/test/staging/sm/TypedArray/set-negative-offset.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/set-same-buffer-different-source-target-types.js b/test/staging/sm/TypedArray/set-same-buffer-different-source-target-types.js index 710ed4b3a4..4fa019b7ad 100644 --- a/test/staging/sm/TypedArray/set-same-buffer-different-source-target-types.js +++ b/test/staging/sm/TypedArray/set-same-buffer-different-source-target-types.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/set-tointeger.js b/test/staging/sm/TypedArray/set-tointeger.js index 6b4b202bc2..0e8ffda2c9 100644 --- a/test/staging/sm/TypedArray/set-tointeger.js +++ b/test/staging/sm/TypedArray/set-tointeger.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/set-toobject.js b/test/staging/sm/TypedArray/set-toobject.js index ca9db88caa..95aabb0642 100644 --- a/test/staging/sm/TypedArray/set-toobject.js +++ b/test/staging/sm/TypedArray/set-toobject.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js, compareArray.js] +includes: [compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/slice-conversion.js b/test/staging/sm/TypedArray/slice-conversion.js index ccaa9bb1bf..c67f3a3ea8 100644 --- a/test/staging/sm/TypedArray/slice-conversion.js +++ b/test/staging/sm/TypedArray/slice-conversion.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js, compareArray.js] +includes: [compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/slice-detached.js b/test/staging/sm/TypedArray/slice-detached.js index 53a4a93e1d..c7a72cf9df 100644 --- a/test/staging/sm/TypedArray/slice-detached.js +++ b/test/staging/sm/TypedArray/slice-detached.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/sort-non-function.js b/test/staging/sm/TypedArray/sort-non-function.js index cbd824de09..859b6e0f28 100644 --- a/test/staging/sm/TypedArray/sort-non-function.js +++ b/test/staging/sm/TypedArray/sort-non-function.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/sort_comparators.js b/test/staging/sm/TypedArray/sort_comparators.js index e91a1c076e..43374054a7 100644 --- a/test/staging/sm/TypedArray/sort_comparators.js +++ b/test/staging/sm/TypedArray/sort_comparators.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/sort_compare_nan.js b/test/staging/sm/TypedArray/sort_compare_nan.js index b1bd88a2f1..ee16e72c7a 100644 --- a/test/staging/sm/TypedArray/sort_compare_nan.js +++ b/test/staging/sm/TypedArray/sort_compare_nan.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/sort_errors.js b/test/staging/sm/TypedArray/sort_errors.js index 474a3f4696..107b20648f 100644 --- a/test/staging/sm/TypedArray/sort_errors.js +++ b/test/staging/sm/TypedArray/sort_errors.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/sort_globals.js b/test/staging/sm/TypedArray/sort_globals.js index 4f3228818f..b9bcaf2597 100644 --- a/test/staging/sm/TypedArray/sort_globals.js +++ b/test/staging/sm/TypedArray/sort_globals.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js, compareArray.js] +includes: [compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/sort_modifications.js b/test/staging/sm/TypedArray/sort_modifications.js index 2e607ef501..c4c3ce39c6 100644 --- a/test/staging/sm/TypedArray/sort_modifications.js +++ b/test/staging/sm/TypedArray/sort_modifications.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/sort_snans.js b/test/staging/sm/TypedArray/sort_snans.js index 3551482d79..d17295234a 100644 --- a/test/staging/sm/TypedArray/sort_snans.js +++ b/test/staging/sm/TypedArray/sort_snans.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js, deepEqual.js] +includes: [deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/sort_sorted.js b/test/staging/sm/TypedArray/sort_sorted.js index 2b1e05970d..9ba864a8c0 100644 --- a/test/staging/sm/TypedArray/sort_sorted.js +++ b/test/staging/sm/TypedArray/sort_sorted.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/sort_stable.js b/test/staging/sm/TypedArray/sort_stable.js index 455f0b8022..4500efe8c6 100644 --- a/test/staging/sm/TypedArray/sort_stable.js +++ b/test/staging/sm/TypedArray/sort_stable.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/subarray-species.js b/test/staging/sm/TypedArray/subarray-species.js index 8898eb085c..c9c7b5f390 100644 --- a/test/staging/sm/TypedArray/subarray-species.js +++ b/test/staging/sm/TypedArray/subarray-species.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js, deepEqual.js] +includes: [deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/test-integrity-level-detached.js b/test/staging/sm/TypedArray/test-integrity-level-detached.js index 917b7ada7e..c5c440ba68 100644 --- a/test/staging/sm/TypedArray/test-integrity-level-detached.js +++ b/test/staging/sm/TypedArray/test-integrity-level-detached.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/test-integrity-level.js b/test/staging/sm/TypedArray/test-integrity-level.js index 2be3c70319..174b3fd660 100644 --- a/test/staging/sm/TypedArray/test-integrity-level.js +++ b/test/staging/sm/TypedArray/test-integrity-level.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/toReversed-detached.js b/test/staging/sm/TypedArray/toReversed-detached.js index c79bc72868..6b201a2640 100644 --- a/test/staging/sm/TypedArray/toReversed-detached.js +++ b/test/staging/sm/TypedArray/toReversed-detached.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/toSorted-detached.js b/test/staging/sm/TypedArray/toSorted-detached.js index 70c2bb9bd4..2c6bffd02e 100644 --- a/test/staging/sm/TypedArray/toSorted-detached.js +++ b/test/staging/sm/TypedArray/toSorted-detached.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/uint8clamped-constructor.js b/test/staging/sm/TypedArray/uint8clamped-constructor.js index a8a6905fa2..494d05f1d3 100644 --- a/test/staging/sm/TypedArray/uint8clamped-constructor.js +++ b/test/staging/sm/TypedArray/uint8clamped-constructor.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/with-detached.js b/test/staging/sm/TypedArray/with-detached.js index af250330de..cc62ed23a0 100644 --- a/test/staging/sm/TypedArray/with-detached.js +++ b/test/staging/sm/TypedArray/with-detached.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/with.js b/test/staging/sm/TypedArray/with.js index 5d70d291a1..8659909876 100644 --- a/test/staging/sm/TypedArray/with.js +++ b/test/staging/sm/TypedArray/with.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/write-out-of-bounds-tonumber.js b/test/staging/sm/TypedArray/write-out-of-bounds-tonumber.js index 877b1e2247..edb1439875 100644 --- a/test/staging/sm/TypedArray/write-out-of-bounds-tonumber.js +++ b/test/staging/sm/TypedArray/write-out-of-bounds-tonumber.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js] flags: - noStrict description: |