diff --git a/test/staging/sm/Array/array-length-set-during-for-in.js b/test/staging/sm/Array/array-length-set-during-for-in.js index 21c736411a..117d1a08fa 100644 --- a/test/staging/sm/Array/array-length-set-during-for-in.js +++ b/test/staging/sm/Array/array-length-set-during-for-in.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/array-length-set-on-nonarray.js b/test/staging/sm/Array/array-length-set-on-nonarray.js index d361b794a1..9bce0147a8 100644 --- a/test/staging/sm/Array/array-length-set-on-nonarray.js +++ b/test/staging/sm/Array/array-length-set-on-nonarray.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/at.js b/test/staging/sm/Array/at.js index 03aaa42c1e..c93112f33f 100644 --- a/test/staging/sm/Array/at.js +++ b/test/staging/sm/Array/at.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/change-array-by-copy-cross-compartment-create.js b/test/staging/sm/Array/change-array-by-copy-cross-compartment-create.js index aa431e49a8..cb27257941 100644 --- a/test/staging/sm/Array/change-array-by-copy-cross-compartment-create.js +++ b/test/staging/sm/Array/change-array-by-copy-cross-compartment-create.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/change-array-by-copy-errors-from-correct-realm.js b/test/staging/sm/Array/change-array-by-copy-errors-from-correct-realm.js index dbf677c70a..f3a8ec5af4 100644 --- a/test/staging/sm/Array/change-array-by-copy-errors-from-correct-realm.js +++ b/test/staging/sm/Array/change-array-by-copy-errors-from-correct-realm.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/concat-proxy.js b/test/staging/sm/Array/concat-proxy.js index c7efe5e3b1..1554b47ead 100644 --- a/test/staging/sm/Array/concat-proxy.js +++ b/test/staging/sm/Array/concat-proxy.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/concat-spreadable-basic.js b/test/staging/sm/Array/concat-spreadable-basic.js index 0264984e4c..d499d794c5 100644 --- a/test/staging/sm/Array/concat-spreadable-basic.js +++ b/test/staging/sm/Array/concat-spreadable-basic.js @@ -6,7 +6,7 @@ /*--- flags: - onlyStrict -includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] +includes: [deepEqual.js] description: | pending esid: pending diff --git a/test/staging/sm/Array/concat-spreadable-primitive.js b/test/staging/sm/Array/concat-spreadable-primitive.js index 5901558186..28b4e9338a 100644 --- a/test/staging/sm/Array/concat-spreadable-primitive.js +++ b/test/staging/sm/Array/concat-spreadable-primitive.js @@ -6,7 +6,7 @@ /*--- flags: - onlyStrict -includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] +includes: [deepEqual.js] description: | pending esid: pending diff --git a/test/staging/sm/Array/fill.js b/test/staging/sm/Array/fill.js index 032eacca60..f900154b53 100644 --- a/test/staging/sm/Array/fill.js +++ b/test/staging/sm/Array/fill.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] +includes: [deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/for_of_1.js b/test/staging/sm/Array/for_of_1.js index 87ff5d4a13..9ec70e80eb 100644 --- a/test/staging/sm/Array/for_of_1.js +++ b/test/staging/sm/Array/for_of_1.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/for_of_2.js b/test/staging/sm/Array/for_of_2.js index 032843db6d..4d8ce328a5 100644 --- a/test/staging/sm/Array/for_of_2.js +++ b/test/staging/sm/Array/for_of_2.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/for_of_3.js b/test/staging/sm/Array/for_of_3.js index af73605871..d3212124b5 100644 --- a/test/staging/sm/Array/for_of_3.js +++ b/test/staging/sm/Array/for_of_3.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/for_of_4.js b/test/staging/sm/Array/for_of_4.js index 756b89f381..8870d4debb 100644 --- a/test/staging/sm/Array/for_of_4.js +++ b/test/staging/sm/Array/for_of_4.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/from-iterator-close.js b/test/staging/sm/Array/from-iterator-close.js index b59495f79c..8d19b3cff5 100644 --- a/test/staging/sm/Array/from-iterator-close.js +++ b/test/staging/sm/Array/from-iterator-close.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/from_basics.js b/test/staging/sm/Array/from_basics.js index c2d48007e4..aad15c63f6 100644 --- a/test/staging/sm/Array/from_basics.js +++ b/test/staging/sm/Array/from_basics.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] +includes: [deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/from_constructor.js b/test/staging/sm/Array/from_constructor.js index 6a69fda2da..b4af102053 100644 --- a/test/staging/sm/Array/from_constructor.js +++ b/test/staging/sm/Array/from_constructor.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] +includes: [deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/from_errors.js b/test/staging/sm/Array/from_errors.js index 2ac11e1819..b9eac3c410 100644 --- a/test/staging/sm/Array/from_errors.js +++ b/test/staging/sm/Array/from_errors.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] +includes: [sm/non262-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/from_iterable.js b/test/staging/sm/Array/from_iterable.js index 4a9a81ef23..3fdd0cf3b7 100644 --- a/test/staging/sm/Array/from_iterable.js +++ b/test/staging/sm/Array/from_iterable.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] +includes: [deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/from_length_setter.js b/test/staging/sm/Array/from_length_setter.js index 300517882b..c2d822a26d 100644 --- a/test/staging/sm/Array/from_length_setter.js +++ b/test/staging/sm/Array/from_length_setter.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/from_mapping.js b/test/staging/sm/Array/from_mapping.js index feaa6011e9..5ea196198a 100644 --- a/test/staging/sm/Array/from_mapping.js +++ b/test/staging/sm/Array/from_mapping.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] +includes: [deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/from_primitive.js b/test/staging/sm/Array/from_primitive.js index 7d0c12438e..3adb6d7071 100644 --- a/test/staging/sm/Array/from_primitive.js +++ b/test/staging/sm/Array/from_primitive.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/from_proxy.js b/test/staging/sm/Array/from_proxy.js index 8903146ba4..639c3a9fa5 100644 --- a/test/staging/sm/Array/from_proxy.js +++ b/test/staging/sm/Array/from_proxy.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] +includes: [deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/from_realms.js b/test/staging/sm/Array/from_realms.js index f2c848c72a..f9e706733c 100644 --- a/test/staging/sm/Array/from_realms.js +++ b/test/staging/sm/Array/from_realms.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/from_string.js b/test/staging/sm/Array/from_string.js index 7983939cbc..cdb42d8c47 100644 --- a/test/staging/sm/Array/from_string.js +++ b/test/staging/sm/Array/from_string.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] +includes: [deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/from_surfaces.js b/test/staging/sm/Array/from_surfaces.js index cf06e98afe..141f9689ba 100644 --- a/test/staging/sm/Array/from_surfaces.js +++ b/test/staging/sm/Array/from_surfaces.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/from_this.js b/test/staging/sm/Array/from_this.js index 110c93a4ca..6483333e5c 100644 --- a/test/staging/sm/Array/from_this.js +++ b/test/staging/sm/Array/from_this.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/frozen-dense-array.js b/test/staging/sm/Array/frozen-dense-array.js index adbb311381..8cd0f440a4 100644 --- a/test/staging/sm/Array/frozen-dense-array.js +++ b/test/staging/sm/Array/frozen-dense-array.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/frozen-dict-mode-length.js b/test/staging/sm/Array/frozen-dict-mode-length.js index 070d6def74..b932f4a0f3 100644 --- a/test/staging/sm/Array/frozen-dict-mode-length.js +++ b/test/staging/sm/Array/frozen-dict-mode-length.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/getter-name.js b/test/staging/sm/Array/getter-name.js index 03790be8ab..3cdf50a10d 100644 --- a/test/staging/sm/Array/getter-name.js +++ b/test/staging/sm/Array/getter-name.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/group-callback-evaluation.js b/test/staging/sm/Array/group-callback-evaluation.js index 423a5f71ed..7292443ef7 100644 --- a/test/staging/sm/Array/group-callback-evaluation.js +++ b/test/staging/sm/Array/group-callback-evaluation.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/group-propertkey-is-length.js b/test/staging/sm/Array/group-propertkey-is-length.js index 43b3978e03..5fc5c81e3d 100644 --- a/test/staging/sm/Array/group-propertkey-is-length.js +++ b/test/staging/sm/Array/group-propertkey-is-length.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] +includes: [deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/group.js b/test/staging/sm/Array/group.js index 8391b656cc..128b92956e 100644 --- a/test/staging/sm/Array/group.js +++ b/test/staging/sm/Array/group.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] +includes: [deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/includes-trailing-holes.js b/test/staging/sm/Array/includes-trailing-holes.js index 155a9315c2..3c6e3fd0d4 100644 --- a/test/staging/sm/Array/includes-trailing-holes.js +++ b/test/staging/sm/Array/includes-trailing-holes.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/includes.js b/test/staging/sm/Array/includes.js index 9166066d33..a7d90045fc 100644 --- a/test/staging/sm/Array/includes.js +++ b/test/staging/sm/Array/includes.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/index-with-null-character.js b/test/staging/sm/Array/index-with-null-character.js index f410bb95b5..7f8ec90c5f 100644 --- a/test/staging/sm/Array/index-with-null-character.js +++ b/test/staging/sm/Array/index-with-null-character.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/indexOf-never-returns-negative-zero.js b/test/staging/sm/Array/indexOf-never-returns-negative-zero.js index 93898d2c40..0678b7ac71 100644 --- a/test/staging/sm/Array/indexOf-never-returns-negative-zero.js +++ b/test/staging/sm/Array/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.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/indexOf-packed-array.js b/test/staging/sm/Array/indexOf-packed-array.js index 99532a7d8f..21ab3fab6c 100644 --- a/test/staging/sm/Array/indexOf-packed-array.js +++ b/test/staging/sm/Array/indexOf-packed-array.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] +includes: [compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/isArray.js b/test/staging/sm/Array/isArray.js index 53cfb8b3e3..41ecb80e60 100644 --- a/test/staging/sm/Array/isArray.js +++ b/test/staging/sm/Array/isArray.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/join-01.js b/test/staging/sm/Array/join-01.js index 9251391483..381fc20294 100644 --- a/test/staging/sm/Array/join-01.js +++ b/test/staging/sm/Array/join-01.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/join-no-has-trap.js b/test/staging/sm/Array/join-no-has-trap.js index 516383a1c8..d8ee8dbd3c 100644 --- a/test/staging/sm/Array/join-no-has-trap.js +++ b/test/staging/sm/Array/join-no-has-trap.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] +includes: [compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/lastIndexOf-never-returns-negative-zero.js b/test/staging/sm/Array/lastIndexOf-never-returns-negative-zero.js index ca1e793ae6..f0ae5b34d0 100644 --- a/test/staging/sm/Array/lastIndexOf-never-returns-negative-zero.js +++ b/test/staging/sm/Array/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.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/length-01.js b/test/staging/sm/Array/length-01.js index 01f3ec6f19..2b6cba70bd 100644 --- a/test/staging/sm/Array/length-01.js +++ b/test/staging/sm/Array/length-01.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/length-nonwritable-redefine-nop.js b/test/staging/sm/Array/length-nonwritable-redefine-nop.js index 31f1cd69e4..15dc770805 100644 --- a/test/staging/sm/Array/length-nonwritable-redefine-nop.js +++ b/test/staging/sm/Array/length-nonwritable-redefine-nop.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/length-set-object.js b/test/staging/sm/Array/length-set-object.js index f5101af7e4..d24bf5174c 100644 --- a/test/staging/sm/Array/length-set-object.js +++ b/test/staging/sm/Array/length-set-object.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/length-truncate-nonconfigurable-sparse.js b/test/staging/sm/Array/length-truncate-nonconfigurable-sparse.js index 1ba0a7f6b6..7869915e61 100644 --- a/test/staging/sm/Array/length-truncate-nonconfigurable-sparse.js +++ b/test/staging/sm/Array/length-truncate-nonconfigurable-sparse.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/length-truncate-nonconfigurable.js b/test/staging/sm/Array/length-truncate-nonconfigurable.js index 51cc3cec46..c95e96063b 100644 --- a/test/staging/sm/Array/length-truncate-nonconfigurable.js +++ b/test/staging/sm/Array/length-truncate-nonconfigurable.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/length-truncate-with-indexed.js b/test/staging/sm/Array/length-truncate-with-indexed.js index 83b3db8cc3..7e254bb24d 100644 --- a/test/staging/sm/Array/length-truncate-with-indexed.js +++ b/test/staging/sm/Array/length-truncate-with-indexed.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/pop-empty-nonwritable.js b/test/staging/sm/Array/pop-empty-nonwritable.js index bc3b2ae110..858c2f50f3 100644 --- a/test/staging/sm/Array/pop-empty-nonwritable.js +++ b/test/staging/sm/Array/pop-empty-nonwritable.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/pop-no-has-trap.js b/test/staging/sm/Array/pop-no-has-trap.js index 4ef5ce93c6..bb42424d68 100644 --- a/test/staging/sm/Array/pop-no-has-trap.js +++ b/test/staging/sm/Array/pop-no-has-trap.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] +includes: [compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/pop-nonarray-higher-elements.js b/test/staging/sm/Array/pop-nonarray-higher-elements.js index 67c1382c63..b91d99fb75 100644 --- a/test/staging/sm/Array/pop-nonarray-higher-elements.js +++ b/test/staging/sm/Array/pop-nonarray-higher-elements.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/redefine-length-frozen-array.js b/test/staging/sm/Array/redefine-length-frozen-array.js index e1ce747ab1..4f72a74504 100644 --- a/test/staging/sm/Array/redefine-length-frozen-array.js +++ b/test/staging/sm/Array/redefine-length-frozen-array.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/redefine-length-frozen-dictionarymode-array.js b/test/staging/sm/Array/redefine-length-frozen-dictionarymode-array.js index 8c8c58deff..61ce0ce47a 100644 --- a/test/staging/sm/Array/redefine-length-frozen-dictionarymode-array.js +++ b/test/staging/sm/Array/redefine-length-frozen-dictionarymode-array.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/redefine-nonwritable-length-custom-conversion-call-counts.js b/test/staging/sm/Array/redefine-nonwritable-length-custom-conversion-call-counts.js index d2d9187f68..2cb5e69525 100644 --- a/test/staging/sm/Array/redefine-nonwritable-length-custom-conversion-call-counts.js +++ b/test/staging/sm/Array/redefine-nonwritable-length-custom-conversion-call-counts.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/redefine-nonwritable-length-custom-conversion-throw.js b/test/staging/sm/Array/redefine-nonwritable-length-custom-conversion-throw.js index df7e4681d4..88fc4811e7 100644 --- a/test/staging/sm/Array/redefine-nonwritable-length-custom-conversion-throw.js +++ b/test/staging/sm/Array/redefine-nonwritable-length-custom-conversion-throw.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/redefine-nonwritable-length-nonnumeric.js b/test/staging/sm/Array/redefine-nonwritable-length-nonnumeric.js index ff628b156b..2c8c474925 100644 --- a/test/staging/sm/Array/redefine-nonwritable-length-nonnumeric.js +++ b/test/staging/sm/Array/redefine-nonwritable-length-nonnumeric.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/regress-386030.js b/test/staging/sm/Array/regress-386030.js index cffd96789b..147fd58363 100644 --- a/test/staging/sm/Array/regress-386030.js +++ b/test/staging/sm/Array/regress-386030.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/regress-424954.js b/test/staging/sm/Array/regress-424954.js index d440e3ce8f..7f5664551c 100644 --- a/test/staging/sm/Array/regress-424954.js +++ b/test/staging/sm/Array/regress-424954.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/regress-566651.js b/test/staging/sm/Array/regress-566651.js index 68e2bb50af..9a7e59fb95 100644 --- a/test/staging/sm/Array/regress-566651.js +++ b/test/staging/sm/Array/regress-566651.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/regress-599159.js b/test/staging/sm/Array/regress-599159.js index a402b4489d..38d3858ac3 100644 --- a/test/staging/sm/Array/regress-599159.js +++ b/test/staging/sm/Array/regress-599159.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/regress-619970.js b/test/staging/sm/Array/regress-619970.js index f3cbdd2893..64cdb68516 100644 --- a/test/staging/sm/Array/regress-619970.js +++ b/test/staging/sm/Array/regress-619970.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/reverse-order-of-low-high-accesses.js b/test/staging/sm/Array/reverse-order-of-low-high-accesses.js index 00faa89c85..9284f9de36 100644 --- a/test/staging/sm/Array/reverse-order-of-low-high-accesses.js +++ b/test/staging/sm/Array/reverse-order-of-low-high-accesses.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/set-with-indexed-property-on-prototype-chain.js b/test/staging/sm/Array/set-with-indexed-property-on-prototype-chain.js index 75dd96ca98..eb77a18531 100644 --- a/test/staging/sm/Array/set-with-indexed-property-on-prototype-chain.js +++ b/test/staging/sm/Array/set-with-indexed-property-on-prototype-chain.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/shift-no-has-trap.js b/test/staging/sm/Array/shift-no-has-trap.js index 50ed53a046..34c2ca31f1 100644 --- a/test/staging/sm/Array/shift-no-has-trap.js +++ b/test/staging/sm/Array/shift-no-has-trap.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] +includes: [compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/shift_for_in.js b/test/staging/sm/Array/shift_for_in.js index d86bcc243a..81537a9808 100644 --- a/test/staging/sm/Array/shift_for_in.js +++ b/test/staging/sm/Array/shift_for_in.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/sort-01.js b/test/staging/sm/Array/sort-01.js index 6b90663d3a..5e01e56971 100644 --- a/test/staging/sm/Array/sort-01.js +++ b/test/staging/sm/Array/sort-01.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/sort-array-with-holes-and-undefined.js b/test/staging/sm/Array/sort-array-with-holes-and-undefined.js index 6cd87cd556..dd41f98611 100644 --- a/test/staging/sm/Array/sort-array-with-holes-and-undefined.js +++ b/test/staging/sm/Array/sort-array-with-holes-and-undefined.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/sort-delete-ascending-order.js b/test/staging/sm/Array/sort-delete-ascending-order.js index c1293befc6..97c7e1a7d4 100644 --- a/test/staging/sm/Array/sort-delete-ascending-order.js +++ b/test/staging/sm/Array/sort-delete-ascending-order.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] +includes: [compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/sort-non-function.js b/test/staging/sm/Array/sort-non-function.js index faea31a6ba..ba2906b908 100644 --- a/test/staging/sm/Array/sort-non-function.js +++ b/test/staging/sm/Array/sort-non-function.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/sort-typedarray-with-own-length.js b/test/staging/sm/Array/sort-typedarray-with-own-length.js index 2d93bc53d0..12ac4de8b2 100644 --- a/test/staging/sm/Array/sort-typedarray-with-own-length.js +++ b/test/staging/sm/Array/sort-typedarray-with-own-length.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/sort_holes.js b/test/staging/sm/Array/sort_holes.js index 3749f8bdac..dfb9a5bfdd 100644 --- a/test/staging/sm/Array/sort_holes.js +++ b/test/staging/sm/Array/sort_holes.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] +includes: [deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/sort_native_string_nan.js b/test/staging/sm/Array/sort_native_string_nan.js index 3d23eca08c..8dc546ff26 100644 --- a/test/staging/sm/Array/sort_native_string_nan.js +++ b/test/staging/sm/Array/sort_native_string_nan.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] +includes: [compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/sort_proxy.js b/test/staging/sm/Array/sort_proxy.js index f752285604..e1947baa56 100644 --- a/test/staging/sm/Array/sort_proxy.js +++ b/test/staging/sm/Array/sort_proxy.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/species.js b/test/staging/sm/Array/species.js index 0db6a2863d..f812e22489 100644 --- a/test/staging/sm/Array/species.js +++ b/test/staging/sm/Array/species.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/splice-return-array-elements-defined-not-set.js b/test/staging/sm/Array/splice-return-array-elements-defined-not-set.js index bd6c5e9404..5689850a23 100644 --- a/test/staging/sm/Array/splice-return-array-elements-defined-not-set.js +++ b/test/staging/sm/Array/splice-return-array-elements-defined-not-set.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/splice-species-changes-length.js b/test/staging/sm/Array/splice-species-changes-length.js index 6a7d8bf695..4811e446c1 100644 --- a/test/staging/sm/Array/splice-species-changes-length.js +++ b/test/staging/sm/Array/splice-species-changes-length.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] +includes: [compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/splice-suppresses-unvisited-indexes.js b/test/staging/sm/Array/splice-suppresses-unvisited-indexes.js index 285567e54f..ea47016aa1 100644 --- a/test/staging/sm/Array/splice-suppresses-unvisited-indexes.js +++ b/test/staging/sm/Array/splice-suppresses-unvisited-indexes.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/to-length.js b/test/staging/sm/Array/to-length.js index e3a2c4df58..32fbcbeb85 100644 --- a/test/staging/sm/Array/to-length.js +++ b/test/staging/sm/Array/to-length.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] +includes: [sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/toLocaleString-01.js b/test/staging/sm/Array/toLocaleString-01.js index e890a4e174..78db3b5b38 100644 --- a/test/staging/sm/Array/toLocaleString-01.js +++ b/test/staging/sm/Array/toLocaleString-01.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/toLocaleString-nointl.js b/test/staging/sm/Array/toLocaleString-nointl.js index e238b8fb62..40f44c3066 100644 --- a/test/staging/sm/Array/toLocaleString-nointl.js +++ b/test/staging/sm/Array/toLocaleString-nointl.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/toLocaleString.js b/test/staging/sm/Array/toLocaleString.js index 31eeeff640..0a57ba5cbd 100644 --- a/test/staging/sm/Array/toLocaleString.js +++ b/test/staging/sm/Array/toLocaleString.js @@ -4,7 +4,6 @@ /*--- flags: - onlyStrict -includes: [sm/non262.js, sm/non262-shell.js] description: | pending esid: pending diff --git a/test/staging/sm/Array/toSpliced-dense.js b/test/staging/sm/Array/toSpliced-dense.js index 178380fbf9..4930e284b7 100644 --- a/test/staging/sm/Array/toSpliced-dense.js +++ b/test/staging/sm/Array/toSpliced-dense.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/toSpliced.js b/test/staging/sm/Array/toSpliced.js index 0992f2029c..91ce45291d 100644 --- a/test/staging/sm/Array/toSpliced.js +++ b/test/staging/sm/Array/toSpliced.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] +includes: [deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/toString-01.js b/test/staging/sm/Array/toString-01.js index 4f869c0bbd..3452412e3f 100644 --- a/test/staging/sm/Array/toString-01.js +++ b/test/staging/sm/Array/toString-01.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/unscopables.js b/test/staging/sm/Array/unscopables.js index 4ea3f373cb..9dd498f4f8 100644 --- a/test/staging/sm/Array/unscopables.js +++ b/test/staging/sm/Array/unscopables.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] +includes: [deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/unshift-01.js b/test/staging/sm/Array/unshift-01.js index 3bba913811..af864198b8 100644 --- a/test/staging/sm/Array/unshift-01.js +++ b/test/staging/sm/Array/unshift-01.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/unshift-with-enumeration.js b/test/staging/sm/Array/unshift-with-enumeration.js index a28c1061ca..8cfbe1530a 100644 --- a/test/staging/sm/Array/unshift-with-enumeration.js +++ b/test/staging/sm/Array/unshift-with-enumeration.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] +includes: [compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/values.js b/test/staging/sm/Array/values.js index 24dc03846c..e1cc20a00b 100644 --- a/test/staging/sm/Array/values.js +++ b/test/staging/sm/Array/values.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/with-dense.js b/test/staging/sm/Array/with-dense.js index 11a305090d..720e577a26 100644 --- a/test/staging/sm/Array/with-dense.js +++ b/test/staging/sm/Array/with-dense.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/with.js b/test/staging/sm/Array/with.js index 02830e1544..14887a36a3 100644 --- a/test/staging/sm/Array/with.js +++ b/test/staging/sm/Array/with.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] +includes: [deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/ArrayBuffer/CloneArrayBuffer.js b/test/staging/sm/ArrayBuffer/CloneArrayBuffer.js index 60ddf0479a..9ec5fce7e7 100644 --- a/test/staging/sm/ArrayBuffer/CloneArrayBuffer.js +++ b/test/staging/sm/ArrayBuffer/CloneArrayBuffer.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/ArrayBuffer/bug1777413.js b/test/staging/sm/ArrayBuffer/bug1777413.js index 1488c739c4..b8052b49a1 100644 --- a/test/staging/sm/ArrayBuffer/bug1777413.js +++ b/test/staging/sm/ArrayBuffer/bug1777413.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict info: | diff --git a/test/staging/sm/ArrayBuffer/constructorNotCallable.js b/test/staging/sm/ArrayBuffer/constructorNotCallable.js index 5a83507928..acb9dbe49c 100644 --- a/test/staging/sm/ArrayBuffer/constructorNotCallable.js +++ b/test/staging/sm/ArrayBuffer/constructorNotCallable.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/ArrayBuffer/getter-name.js b/test/staging/sm/ArrayBuffer/getter-name.js index 6ca7dcb6c8..90261e2e21 100644 --- a/test/staging/sm/ArrayBuffer/getter-name.js +++ b/test/staging/sm/ArrayBuffer/getter-name.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/ArrayBuffer/slice-species.js b/test/staging/sm/ArrayBuffer/slice-species.js index 8ca50b60ce..97c445da44 100644 --- a/test/staging/sm/ArrayBuffer/slice-species.js +++ b/test/staging/sm/ArrayBuffer/slice-species.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] +includes: [deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/AsyncGenerators/async-generator-declaration-in-modules.js b/test/staging/sm/AsyncGenerators/async-generator-declaration-in-modules.js index ee08c72b35..0c45e51865 100644 --- a/test/staging/sm/AsyncGenerators/async-generator-declaration-in-modules.js +++ b/test/staging/sm/AsyncGenerators/async-generator-declaration-in-modules.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/AsyncGenerators/create-function-parse-before-getprototype.js b/test/staging/sm/AsyncGenerators/create-function-parse-before-getprototype.js index 64e6584755..ec5602c1b2 100644 --- a/test/staging/sm/AsyncGenerators/create-function-parse-before-getprototype.js +++ b/test/staging/sm/AsyncGenerators/create-function-parse-before-getprototype.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/AsyncGenerators/for-await-bad-syntax.js b/test/staging/sm/AsyncGenerators/for-await-bad-syntax.js index 4b2f66f83a..c1d4800ae6 100644 --- a/test/staging/sm/AsyncGenerators/for-await-bad-syntax.js +++ b/test/staging/sm/AsyncGenerators/for-await-bad-syntax.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Atomics/cross-compartment.js b/test/staging/sm/Atomics/cross-compartment.js index ab74078841..a213344988 100644 --- a/test/staging/sm/Atomics/cross-compartment.js +++ b/test/staging/sm/Atomics/cross-compartment.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Atomics/detached-buffers.js b/test/staging/sm/Atomics/detached-buffers.js index 9bd62b4c62..bb337a8f25 100644 --- a/test/staging/sm/Atomics/detached-buffers.js +++ b/test/staging/sm/Atomics/detached-buffers.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/BigInt/Number-conversion-rounding.js b/test/staging/sm/BigInt/Number-conversion-rounding.js index 4f8aa0cfe5..8778d5cbf6 100644 --- a/test/staging/sm/BigInt/Number-conversion-rounding.js +++ b/test/staging/sm/BigInt/Number-conversion-rounding.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/BigInt/decimal.js b/test/staging/sm/BigInt/decimal.js index d2a03e441a..0ad550616d 100644 --- a/test/staging/sm/BigInt/decimal.js +++ b/test/staging/sm/BigInt/decimal.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/BigInt/large-bit-length.js b/test/staging/sm/BigInt/large-bit-length.js index 2d3a968b17..f1787a021a 100644 --- a/test/staging/sm/BigInt/large-bit-length.js +++ b/test/staging/sm/BigInt/large-bit-length.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/BigInt/mod.js b/test/staging/sm/BigInt/mod.js index 8cc3baaf40..67eea5d8c5 100644 --- a/test/staging/sm/BigInt/mod.js +++ b/test/staging/sm/BigInt/mod.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/BigInt/property-name.js b/test/staging/sm/BigInt/property-name.js index 5bdc41b2c2..70f949e283 100644 --- a/test/staging/sm/BigInt/property-name.js +++ b/test/staging/sm/BigInt/property-name.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] +includes: [compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/Boolean/no-boolean-toJSON.js b/test/staging/sm/Boolean/no-boolean-toJSON.js index 3768612552..e1bbca6dea 100644 --- a/test/staging/sm/Boolean/no-boolean-toJSON.js +++ b/test/staging/sm/Boolean/no-boolean-toJSON.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/DataView/detach-after-construction.js b/test/staging/sm/DataView/detach-after-construction.js index efb234fc68..7257a88f66 100644 --- a/test/staging/sm/DataView/detach-after-construction.js +++ b/test/staging/sm/DataView/detach-after-construction.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/DataView/get-set-index-range.js b/test/staging/sm/DataView/get-set-index-range.js index 3dcfbcf875..89f6209171 100644 --- a/test/staging/sm/DataView/get-set-index-range.js +++ b/test/staging/sm/DataView/get-set-index-range.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/DataView/getter-name.js b/test/staging/sm/DataView/getter-name.js index 89d707dd2b..56d2224d60 100644 --- a/test/staging/sm/DataView/getter-name.js +++ b/test/staging/sm/DataView/getter-name.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Date/UTC-convert-all-arguments.js b/test/staging/sm/Date/UTC-convert-all-arguments.js index 94b093d641..080f1361a5 100644 --- a/test/staging/sm/Date/UTC-convert-all-arguments.js +++ b/test/staging/sm/Date/UTC-convert-all-arguments.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Date/constructor-convert-all-arguments.js b/test/staging/sm/Date/constructor-convert-all-arguments.js index b2b56e1dff..b7db9df107 100644 --- a/test/staging/sm/Date/constructor-convert-all-arguments.js +++ b/test/staging/sm/Date/constructor-convert-all-arguments.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Date/constructor-one-Date-argument.js b/test/staging/sm/Date/constructor-one-Date-argument.js index 04b1380464..bd3246c3a5 100644 --- a/test/staging/sm/Date/constructor-one-Date-argument.js +++ b/test/staging/sm/Date/constructor-one-Date-argument.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Date/constructor-one-argument.js b/test/staging/sm/Date/constructor-one-argument.js index 1e07030d6e..09726247df 100644 --- a/test/staging/sm/Date/constructor-one-argument.js +++ b/test/staging/sm/Date/constructor-one-argument.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Date/defaultvalue.js b/test/staging/sm/Date/defaultvalue.js index d6c9edede2..f5bff0d9c6 100644 --- a/test/staging/sm/Date/defaultvalue.js +++ b/test/staging/sm/Date/defaultvalue.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Date/dst-offset-caching-1-of-8.js b/test/staging/sm/Date/dst-offset-caching-1-of-8.js index debed8c67f..9dd9f762ff 100644 --- a/test/staging/sm/Date/dst-offset-caching-1-of-8.js +++ b/test/staging/sm/Date/dst-offset-caching-1-of-8.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Date-shell.js] +includes: [sm/non262-Date-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Date/dst-offset-caching-2-of-8.js b/test/staging/sm/Date/dst-offset-caching-2-of-8.js index 8f66d5d8c7..ca1c253c00 100644 --- a/test/staging/sm/Date/dst-offset-caching-2-of-8.js +++ b/test/staging/sm/Date/dst-offset-caching-2-of-8.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Date-shell.js] +includes: [sm/non262-Date-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Date/dst-offset-caching-3-of-8.js b/test/staging/sm/Date/dst-offset-caching-3-of-8.js index 6fbb8fddd7..95ab824b8c 100644 --- a/test/staging/sm/Date/dst-offset-caching-3-of-8.js +++ b/test/staging/sm/Date/dst-offset-caching-3-of-8.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Date-shell.js] +includes: [sm/non262-Date-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Date/dst-offset-caching-4-of-8.js b/test/staging/sm/Date/dst-offset-caching-4-of-8.js index 238c266a8c..071305f1de 100644 --- a/test/staging/sm/Date/dst-offset-caching-4-of-8.js +++ b/test/staging/sm/Date/dst-offset-caching-4-of-8.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Date-shell.js] +includes: [sm/non262-Date-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Date/dst-offset-caching-5-of-8.js b/test/staging/sm/Date/dst-offset-caching-5-of-8.js index a9635c6178..318d17ba40 100644 --- a/test/staging/sm/Date/dst-offset-caching-5-of-8.js +++ b/test/staging/sm/Date/dst-offset-caching-5-of-8.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Date-shell.js] +includes: [sm/non262-Date-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Date/dst-offset-caching-6-of-8.js b/test/staging/sm/Date/dst-offset-caching-6-of-8.js index cd70546526..477f057c0e 100644 --- a/test/staging/sm/Date/dst-offset-caching-6-of-8.js +++ b/test/staging/sm/Date/dst-offset-caching-6-of-8.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Date-shell.js] +includes: [sm/non262-Date-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Date/dst-offset-caching-7-of-8.js b/test/staging/sm/Date/dst-offset-caching-7-of-8.js index 4bc20f1f7d..5c830a2e64 100644 --- a/test/staging/sm/Date/dst-offset-caching-7-of-8.js +++ b/test/staging/sm/Date/dst-offset-caching-7-of-8.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Date-shell.js] +includes: [sm/non262-Date-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Date/dst-offset-caching-8-of-8.js b/test/staging/sm/Date/dst-offset-caching-8-of-8.js index f80aee5013..b626e3cf68 100644 --- a/test/staging/sm/Date/dst-offset-caching-8-of-8.js +++ b/test/staging/sm/Date/dst-offset-caching-8-of-8.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Date-shell.js] +includes: [sm/non262-Date-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Date/equality-to-boolean.js b/test/staging/sm/Date/equality-to-boolean.js index face3c04e0..88f3b244be 100644 --- a/test/staging/sm/Date/equality-to-boolean.js +++ b/test/staging/sm/Date/equality-to-boolean.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Date/fractions.js b/test/staging/sm/Date/fractions.js index 8f0a21fc65..74041a2296 100644 --- a/test/staging/sm/Date/fractions.js +++ b/test/staging/sm/Date/fractions.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Date/makeday-year-month-is-infinity.js b/test/staging/sm/Date/makeday-year-month-is-infinity.js index 9664b96166..9caa36b1a1 100644 --- a/test/staging/sm/Date/makeday-year-month-is-infinity.js +++ b/test/staging/sm/Date/makeday-year-month-is-infinity.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Date/non-iso.js b/test/staging/sm/Date/non-iso.js index 94922f0c8d..55918021e4 100644 --- a/test/staging/sm/Date/non-iso.js +++ b/test/staging/sm/Date/non-iso.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Date/prototype-is-not-a-date.js b/test/staging/sm/Date/prototype-is-not-a-date.js index 904a5dbf04..5071b35d6a 100644 --- a/test/staging/sm/Date/prototype-is-not-a-date.js +++ b/test/staging/sm/Date/prototype-is-not-a-date.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Date/setTime-argument-shortcircuiting.js b/test/staging/sm/Date/setTime-argument-shortcircuiting.js index 5057c1d295..685b7ec335 100644 --- a/test/staging/sm/Date/setTime-argument-shortcircuiting.js +++ b/test/staging/sm/Date/setTime-argument-shortcircuiting.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Date/time-components-negative-zero.js b/test/staging/sm/Date/time-components-negative-zero.js index 992f616452..b4058c2a24 100644 --- a/test/staging/sm/Date/time-components-negative-zero.js +++ b/test/staging/sm/Date/time-components-negative-zero.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Date/timeclip.js b/test/staging/sm/Date/timeclip.js index f6b2c944c9..96eadc62d7 100644 --- a/test/staging/sm/Date/timeclip.js +++ b/test/staging/sm/Date/timeclip.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Date/to-temporal-instant.js b/test/staging/sm/Date/to-temporal-instant.js index 45642bc701..c8e45508a8 100644 --- a/test/staging/sm/Date/to-temporal-instant.js +++ b/test/staging/sm/Date/to-temporal-instant.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Date/toISOString-01.js b/test/staging/sm/Date/toISOString-01.js index 875a63a452..a4bb60ef5f 100644 --- a/test/staging/sm/Date/toISOString-01.js +++ b/test/staging/sm/Date/toISOString-01.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Date/toISOString.js b/test/staging/sm/Date/toISOString.js index d2af655f21..19d23a241b 100644 --- a/test/staging/sm/Date/toISOString.js +++ b/test/staging/sm/Date/toISOString.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Date/toJSON-01.js b/test/staging/sm/Date/toJSON-01.js index 11c6bb7086..81adf58531 100644 --- a/test/staging/sm/Date/toJSON-01.js +++ b/test/staging/sm/Date/toJSON-01.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Date/toPrimitive.js b/test/staging/sm/Date/toPrimitive.js index de01398a54..12533b358b 100644 --- a/test/staging/sm/Date/toPrimitive.js +++ b/test/staging/sm/Date/toPrimitive.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Date/toString-generic.js b/test/staging/sm/Date/toString-generic.js index 02e0ba4cc8..b28501a682 100644 --- a/test/staging/sm/Date/toString-generic.js +++ b/test/staging/sm/Date/toString-generic.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Date/two-digit-years.js b/test/staging/sm/Date/two-digit-years.js index b3a179503f..be41af0080 100644 --- a/test/staging/sm/Date/two-digit-years.js +++ b/test/staging/sm/Date/two-digit-years.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Error/AggregateError.js b/test/staging/sm/Error/AggregateError.js index 8db3c803c3..1a5d0c5679 100644 --- a/test/staging/sm/Error/AggregateError.js +++ b/test/staging/sm/Error/AggregateError.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] +includes: [compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/Error/constructor-ordering.js b/test/staging/sm/Error/constructor-ordering.js index 007bfbced9..6cde9683e4 100644 --- a/test/staging/sm/Error/constructor-ordering.js +++ b/test/staging/sm/Error/constructor-ordering.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Error/constructor-proto.js b/test/staging/sm/Error/constructor-proto.js index f45db95a6a..376edd431f 100644 --- a/test/staging/sm/Error/constructor-proto.js +++ b/test/staging/sm/Error/constructor-proto.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Error/isError.js b/test/staging/sm/Error/isError.js index d3c621e4a3..1d6e333b2d 100644 --- a/test/staging/sm/Error/isError.js +++ b/test/staging/sm/Error/isError.js @@ -4,7 +4,6 @@ /*--- features: - Error.isError -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Error/prototype-properties.js b/test/staging/sm/Error/prototype-properties.js index b9ca0ab206..608227eee1 100644 --- a/test/staging/sm/Error/prototype-properties.js +++ b/test/staging/sm/Error/prototype-properties.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Error/prototype.js b/test/staging/sm/Error/prototype.js index cf1f1bb646..f9dcaedac7 100644 --- a/test/staging/sm/Error/prototype.js +++ b/test/staging/sm/Error/prototype.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Exceptions/error-expando-reconfigure.js b/test/staging/sm/Exceptions/error-expando-reconfigure.js index d0b75e44b4..8196c2e383 100644 --- a/test/staging/sm/Exceptions/error-expando-reconfigure.js +++ b/test/staging/sm/Exceptions/error-expando-reconfigure.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Exceptions/error-property-enumerability.js b/test/staging/sm/Exceptions/error-property-enumerability.js index 8d4d968548..8bc57a91d3 100644 --- a/test/staging/sm/Exceptions/error-property-enumerability.js +++ b/test/staging/sm/Exceptions/error-property-enumerability.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/10.2.1.1.6.js b/test/staging/sm/Function/10.2.1.1.6.js index a2ecddb8ff..cefaea643c 100644 --- a/test/staging/sm/Function/10.2.1.1.6.js +++ b/test/staging/sm/Function/10.2.1.1.6.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/15.3.4.3-01.js b/test/staging/sm/Function/15.3.4.3-01.js index 4376beec22..565d772a8e 100644 --- a/test/staging/sm/Function/15.3.4.3-01.js +++ b/test/staging/sm/Function/15.3.4.3-01.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/Function-prototype.js b/test/staging/sm/Function/Function-prototype.js index 8f396fd9da..adb786d1c7 100644 --- a/test/staging/sm/Function/Function-prototype.js +++ b/test/staging/sm/Function/Function-prototype.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] +includes: [deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/Function-with-eval.js b/test/staging/sm/Function/Function-with-eval.js index 89bc7533a5..56d79a4db6 100644 --- a/test/staging/sm/Function/Function-with-eval.js +++ b/test/staging/sm/Function/Function-with-eval.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/arguments-caller-callee.js b/test/staging/sm/Function/arguments-caller-callee.js index e654150c03..bb253dd4b6 100644 --- a/test/staging/sm/Function/arguments-caller-callee.js +++ b/test/staging/sm/Function/arguments-caller-callee.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/arguments-extra-property.js b/test/staging/sm/Function/arguments-extra-property.js index 47ff5807c9..267f646aeb 100644 --- a/test/staging/sm/Function/arguments-extra-property.js +++ b/test/staging/sm/Function/arguments-extra-property.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/arguments-iterator.js b/test/staging/sm/Function/arguments-iterator.js index 7946d23f03..e2db330f52 100644 --- a/test/staging/sm/Function/arguments-iterator.js +++ b/test/staging/sm/Function/arguments-iterator.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] +includes: [deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/arguments-parameter-shadowing.js b/test/staging/sm/Function/arguments-parameter-shadowing.js index fd8c256d60..00033f3a03 100644 --- a/test/staging/sm/Function/arguments-parameter-shadowing.js +++ b/test/staging/sm/Function/arguments-parameter-shadowing.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/arguments-property-attributes.js b/test/staging/sm/Function/arguments-property-attributes.js index d11b46b746..9268c1e40b 100644 --- a/test/staging/sm/Function/arguments-property-attributes.js +++ b/test/staging/sm/Function/arguments-property-attributes.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/arrow-has-duplicated.js b/test/staging/sm/Function/arrow-has-duplicated.js index 0dd2d9a8ca..eff4cdf68a 100644 --- a/test/staging/sm/Function/arrow-has-duplicated.js +++ b/test/staging/sm/Function/arrow-has-duplicated.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/bound-length-and-name.js b/test/staging/sm/Function/bound-length-and-name.js index eacc2d3d37..71c81f5800 100644 --- a/test/staging/sm/Function/bound-length-and-name.js +++ b/test/staging/sm/Function/bound-length-and-name.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/bound-non-constructable.js b/test/staging/sm/Function/bound-non-constructable.js index c564a2fb87..e18dc4797f 100644 --- a/test/staging/sm/Function/bound-non-constructable.js +++ b/test/staging/sm/Function/bound-non-constructable.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] +includes: [deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/builtin-no-construct.js b/test/staging/sm/Function/builtin-no-construct.js index 64bfde5bd5..a9d803162c 100644 --- a/test/staging/sm/Function/builtin-no-construct.js +++ b/test/staging/sm/Function/builtin-no-construct.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/builtin-no-prototype.js b/test/staging/sm/Function/builtin-no-prototype.js index 2b2bae4da6..559b652b89 100644 --- a/test/staging/sm/Function/builtin-no-prototype.js +++ b/test/staging/sm/Function/builtin-no-prototype.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/configurable-length-builtins.js b/test/staging/sm/Function/configurable-length-builtins.js index 5ec0880356..761b0888e9 100644 --- a/test/staging/sm/Function/configurable-length-builtins.js +++ b/test/staging/sm/Function/configurable-length-builtins.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/configurable-length.js b/test/staging/sm/Function/configurable-length.js index beb68da86d..9a7345d74d 100644 --- a/test/staging/sm/Function/configurable-length.js +++ b/test/staging/sm/Function/configurable-length.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/constructor-binding.js b/test/staging/sm/Function/constructor-binding.js index 804339be43..f772017a03 100644 --- a/test/staging/sm/Function/constructor-binding.js +++ b/test/staging/sm/Function/constructor-binding.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/create-function-parse-before-getprototype.js b/test/staging/sm/Function/create-function-parse-before-getprototype.js index baeb55eb04..4c1e4605c9 100644 --- a/test/staging/sm/Function/create-function-parse-before-getprototype.js +++ b/test/staging/sm/Function/create-function-parse-before-getprototype.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/function-bind.js b/test/staging/sm/Function/function-bind.js index fed2a2eeac..cec3cd85ea 100644 --- a/test/staging/sm/Function/function-bind.js +++ b/test/staging/sm/Function/function-bind.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js, nativeFunctionMatcher.js] +includes: [nativeFunctionMatcher.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/function-call.js b/test/staging/sm/Function/function-call.js index 92c5d74a61..f4e0dc554a 100644 --- a/test/staging/sm/Function/function-call.js +++ b/test/staging/sm/Function/function-call.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/function-caller-restrictions.js b/test/staging/sm/Function/function-caller-restrictions.js index 86be3bd09f..f7a71f9981 100644 --- a/test/staging/sm/Function/function-caller-restrictions.js +++ b/test/staging/sm/Function/function-caller-restrictions.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/function-caller.js b/test/staging/sm/Function/function-caller.js index 5e85959d67..60bd813866 100644 --- a/test/staging/sm/Function/function-caller.js +++ b/test/staging/sm/Function/function-caller.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/function-constructor-toString-arguments-before-parsing-params.js b/test/staging/sm/Function/function-constructor-toString-arguments-before-parsing-params.js index 4df08ac35a..17c983f27c 100644 --- a/test/staging/sm/Function/function-constructor-toString-arguments-before-parsing-params.js +++ b/test/staging/sm/Function/function-constructor-toString-arguments-before-parsing-params.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] +includes: [sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/function-name-assignment.js b/test/staging/sm/Function/function-name-assignment.js index 76442a849f..f9a3c76930 100644 --- a/test/staging/sm/Function/function-name-assignment.js +++ b/test/staging/sm/Function/function-name-assignment.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/function-name-binding.js b/test/staging/sm/Function/function-name-binding.js index 0d32fa3b82..394ab1b353 100644 --- a/test/staging/sm/Function/function-name-binding.js +++ b/test/staging/sm/Function/function-name-binding.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/function-name-class.js b/test/staging/sm/Function/function-name-class.js index 68b6a96d83..60c53a7025 100644 --- a/test/staging/sm/Function/function-name-class.js +++ b/test/staging/sm/Function/function-name-class.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/function-name-computed-01.js b/test/staging/sm/Function/function-name-computed-01.js index ad50420e52..2bf455d6e8 100644 --- a/test/staging/sm/Function/function-name-computed-01.js +++ b/test/staging/sm/Function/function-name-computed-01.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/function-name-computed-02.js b/test/staging/sm/Function/function-name-computed-02.js index f62a1c070a..fc75ad5c21 100644 --- a/test/staging/sm/Function/function-name-computed-02.js +++ b/test/staging/sm/Function/function-name-computed-02.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/function-name-for.js b/test/staging/sm/Function/function-name-for.js index 51978b37ac..b575c105fb 100644 --- a/test/staging/sm/Function/function-name-for.js +++ b/test/staging/sm/Function/function-name-for.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/function-name-method.js b/test/staging/sm/Function/function-name-method.js index 6fdc93e4e6..01e16667b2 100644 --- a/test/staging/sm/Function/function-name-method.js +++ b/test/staging/sm/Function/function-name-method.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/function-name-property.js b/test/staging/sm/Function/function-name-property.js index 309b1c5f8c..4ff901e1f9 100644 --- a/test/staging/sm/Function/function-name-property.js +++ b/test/staging/sm/Function/function-name-property.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/function-name.js b/test/staging/sm/Function/function-name.js index 7a29557357..bc1a6e1408 100644 --- a/test/staging/sm/Function/function-name.js +++ b/test/staging/sm/Function/function-name.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/function-toString-builtin-name.js b/test/staging/sm/Function/function-toString-builtin-name.js index 7b4e3f0b92..68e80e2616 100644 --- a/test/staging/sm/Function/function-toString-builtin-name.js +++ b/test/staging/sm/Function/function-toString-builtin-name.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/has-instance-jitted.js b/test/staging/sm/Function/has-instance-jitted.js index 30e1dec782..f8beaf2916 100644 --- a/test/staging/sm/Function/has-instance-jitted.js +++ b/test/staging/sm/Function/has-instance-jitted.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/has-instance.js b/test/staging/sm/Function/has-instance.js index 9474f6654f..6bd5f22635 100644 --- a/test/staging/sm/Function/has-instance.js +++ b/test/staging/sm/Function/has-instance.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/implicit-this-in-parameter-expression.js b/test/staging/sm/Function/implicit-this-in-parameter-expression.js index 99f0307f73..3a16037abf 100644 --- a/test/staging/sm/Function/implicit-this-in-parameter-expression.js +++ b/test/staging/sm/Function/implicit-this-in-parameter-expression.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/invalid-parameter-list.js b/test/staging/sm/Function/invalid-parameter-list.js index cfff53533e..18842735d2 100644 --- a/test/staging/sm/Function/invalid-parameter-list.js +++ b/test/staging/sm/Function/invalid-parameter-list.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/line-terminator-before-arrow.js b/test/staging/sm/Function/line-terminator-before-arrow.js index c3c430d604..dd035e377d 100644 --- a/test/staging/sm/Function/line-terminator-before-arrow.js +++ b/test/staging/sm/Function/line-terminator-before-arrow.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/method-has-duplicated.js b/test/staging/sm/Function/method-has-duplicated.js index ef98eb2e42..064ccdddd2 100644 --- a/test/staging/sm/Function/method-has-duplicated.js +++ b/test/staging/sm/Function/method-has-duplicated.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/parameter-redeclaration.js b/test/staging/sm/Function/parameter-redeclaration.js index 75f3d117e4..d516c6547a 100644 --- a/test/staging/sm/Function/parameter-redeclaration.js +++ b/test/staging/sm/Function/parameter-redeclaration.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/redefine-arguments-length.js b/test/staging/sm/Function/redefine-arguments-length.js index 370d1b2f29..3190fe68d0 100644 --- a/test/staging/sm/Function/redefine-arguments-length.js +++ b/test/staging/sm/Function/redefine-arguments-length.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/regress-518103.js b/test/staging/sm/Function/regress-518103.js index 1d4c4cac9d..d1cc2f6805 100644 --- a/test/staging/sm/Function/regress-518103.js +++ b/test/staging/sm/Function/regress-518103.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/regress-524826.js b/test/staging/sm/Function/regress-524826.js index 1dca4d4d77..558f38aa30 100644 --- a/test/staging/sm/Function/regress-524826.js +++ b/test/staging/sm/Function/regress-524826.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/regress-528082.js b/test/staging/sm/Function/regress-528082.js index e18cf2dcf2..0277c722c4 100644 --- a/test/staging/sm/Function/regress-528082.js +++ b/test/staging/sm/Function/regress-528082.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/regress-533254.js b/test/staging/sm/Function/regress-533254.js index 6dcb88f847..dc0adf6582 100644 --- a/test/staging/sm/Function/regress-533254.js +++ b/test/staging/sm/Function/regress-533254.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/regress-545980.js b/test/staging/sm/Function/regress-545980.js index eec0d9d586..39606067d0 100644 --- a/test/staging/sm/Function/regress-545980.js +++ b/test/staging/sm/Function/regress-545980.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/rest-has-duplicated.js b/test/staging/sm/Function/rest-has-duplicated.js index 06f901975e..7ff4c62dda 100644 --- a/test/staging/sm/Function/rest-has-duplicated.js +++ b/test/staging/sm/Function/rest-has-duplicated.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/rest-parameter-names.js b/test/staging/sm/Function/rest-parameter-names.js index 920da8705c..970fc56f2d 100644 --- a/test/staging/sm/Function/rest-parameter-names.js +++ b/test/staging/sm/Function/rest-parameter-names.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/return-finally.js b/test/staging/sm/Function/return-finally.js index f571190fa2..bfec1456f8 100644 --- a/test/staging/sm/Function/return-finally.js +++ b/test/staging/sm/Function/return-finally.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/spread-iterator-primitive.js b/test/staging/sm/Function/spread-iterator-primitive.js index 6b74cac67a..c0f9738821 100644 --- a/test/staging/sm/Function/spread-iterator-primitive.js +++ b/test/staging/sm/Function/spread-iterator-primitive.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/strict-arguments.js b/test/staging/sm/Function/strict-arguments.js index 41df49c562..0f3b2d8ff1 100644 --- a/test/staging/sm/Function/strict-arguments.js +++ b/test/staging/sm/Function/strict-arguments.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/throw-type-error.js b/test/staging/sm/Function/throw-type-error.js index 7fd17c8e31..db7df749da 100644 --- a/test/staging/sm/Function/throw-type-error.js +++ b/test/staging/sm/Function/throw-type-error.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] +includes: [deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/Iterator/constructor-subclassable.js b/test/staging/sm/Iterator/constructor-subclassable.js index 749f202fc6..4da8910214 100644 --- a/test/staging/sm/Iterator/constructor-subclassable.js +++ b/test/staging/sm/Iterator/constructor-subclassable.js @@ -6,7 +6,6 @@ info: | Iterator constructor can be subclassed. Iterator is not enabled unconditionally -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/constructor-throw-when-called-directly.js b/test/staging/sm/Iterator/constructor-throw-when-called-directly.js index 580cf81c9e..0a0ae211fa 100644 --- a/test/staging/sm/Iterator/constructor-throw-when-called-directly.js +++ b/test/staging/sm/Iterator/constructor-throw-when-called-directly.js @@ -6,7 +6,6 @@ info: | Iterator constructor throws when called directly. Iterator is not enabled unconditionally -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/constructor-throw-without-new.js b/test/staging/sm/Iterator/constructor-throw-without-new.js index f733d0f849..154609ea52 100644 --- a/test/staging/sm/Iterator/constructor-throw-without-new.js +++ b/test/staging/sm/Iterator/constructor-throw-without-new.js @@ -6,7 +6,6 @@ info: | Iterator constructor throws when called without new. Iterator is not enabled unconditionally -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/constructor.js b/test/staging/sm/Iterator/constructor.js index 7234b10cde..cb2c11e96c 100644 --- a/test/staging/sm/Iterator/constructor.js +++ b/test/staging/sm/Iterator/constructor.js @@ -6,7 +6,6 @@ info: | The Iterator constructor is a built-in function. Iterator is not enabled unconditionally -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/from/Iterator.from-descriptor.js b/test/staging/sm/Iterator/from/Iterator.from-descriptor.js index de1760538a..aad082bb5c 100644 --- a/test/staging/sm/Iterator/from/Iterator.from-descriptor.js +++ b/test/staging/sm/Iterator/from/Iterator.from-descriptor.js @@ -6,7 +6,6 @@ info: | Descriptor property of Iterator.from Iterator is not enabled unconditionally -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/from/Iterator.from-length.js b/test/staging/sm/Iterator/from/Iterator.from-length.js index 6bc33e4e74..0da2a72d7c 100644 --- a/test/staging/sm/Iterator/from/Iterator.from-length.js +++ b/test/staging/sm/Iterator/from/Iterator.from-length.js @@ -10,7 +10,6 @@ info: | false, [[Configurable]]: true }. Iterator is not enabled unconditionally -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/from/Iterator.from-name.js b/test/staging/sm/Iterator/from/Iterator.from-name.js index d654cf4620..23c589829f 100644 --- a/test/staging/sm/Iterator/from/Iterator.from-name.js +++ b/test/staging/sm/Iterator/from/Iterator.from-name.js @@ -4,7 +4,6 @@ /*--- description: | `name` property of Iterator.from. -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/from/call-from-with-different-this.js b/test/staging/sm/Iterator/from/call-from-with-different-this.js index c6c8210113..bac28aa57a 100644 --- a/test/staging/sm/Iterator/from/call-from-with-different-this.js +++ b/test/staging/sm/Iterator/from/call-from-with-different-this.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/from/iterator-not-callable-throws.js b/test/staging/sm/Iterator/from/iterator-not-callable-throws.js index 81f8ee53b1..34f74ad0cc 100644 --- a/test/staging/sm/Iterator/from/iterator-not-callable-throws.js +++ b/test/staging/sm/Iterator/from/iterator-not-callable-throws.js @@ -6,7 +6,6 @@ info: | Iterator.from throws when called with an object with a non-callable @@iterator property. Iterator is not enabled unconditionally -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/from/modify-next.js b/test/staging/sm/Iterator/from/modify-next.js index 3ea48964e1..970a0335b5 100644 --- a/test/staging/sm/Iterator/from/modify-next.js +++ b/test/staging/sm/Iterator/from/modify-next.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/from/modify-return.js b/test/staging/sm/Iterator/from/modify-return.js index de0d0718ad..031626e2ee 100644 --- a/test/staging/sm/Iterator/from/modify-return.js +++ b/test/staging/sm/Iterator/from/modify-return.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/from/o-not-object-throws.js b/test/staging/sm/Iterator/from/o-not-object-throws.js index 9f71d87676..1267003720 100644 --- a/test/staging/sm/Iterator/from/o-not-object-throws.js +++ b/test/staging/sm/Iterator/from/o-not-object-throws.js @@ -6,7 +6,6 @@ info: | Iterator.from throws when called with a non-object. Iterator is not enabled unconditionally -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/from/proxy-not-wrapped.js b/test/staging/sm/Iterator/from/proxy-not-wrapped.js index 881e095d67..12483504e2 100644 --- a/test/staging/sm/Iterator/from/proxy-not-wrapped.js +++ b/test/staging/sm/Iterator/from/proxy-not-wrapped.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/from/proxy-wrap-next.js b/test/staging/sm/Iterator/from/proxy-wrap-next.js index 97cc5f412a..f664463258 100644 --- a/test/staging/sm/Iterator/from/proxy-wrap-next.js +++ b/test/staging/sm/Iterator/from/proxy-wrap-next.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] +includes: [compareArray.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/from/proxy-wrap-return.js b/test/staging/sm/Iterator/from/proxy-wrap-return.js index 9bc69f767e..dd2f126b12 100644 --- a/test/staging/sm/Iterator/from/proxy-wrap-return.js +++ b/test/staging/sm/Iterator/from/proxy-wrap-return.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] +includes: [compareArray.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/from/return-iterator-if-iterable.js b/test/staging/sm/Iterator/from/return-iterator-if-iterable.js index 5298ce079c..43b09abf29 100644 --- a/test/staging/sm/Iterator/from/return-iterator-if-iterable.js +++ b/test/staging/sm/Iterator/from/return-iterator-if-iterable.js @@ -6,7 +6,6 @@ info: | Iterator.from returns O if it is iterable, an iterator, and an instance of Iterator. Iterator is not enabled unconditionally -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/from/return-wrapper-if-not-iterable.js b/test/staging/sm/Iterator/from/return-wrapper-if-not-iterable.js index 4c98a6f325..6476814abd 100644 --- a/test/staging/sm/Iterator/from/return-wrapper-if-not-iterable.js +++ b/test/staging/sm/Iterator/from/return-wrapper-if-not-iterable.js @@ -6,7 +6,6 @@ info: | Iterator.from returns an iterator wrapper if O is not an iterable. Iterator is not enabled unconditionally -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/from/return-wrapper-if-not-iterator-instance.js b/test/staging/sm/Iterator/from/return-wrapper-if-not-iterator-instance.js index ae01e1a26f..db78c5af7a 100644 --- a/test/staging/sm/Iterator/from/return-wrapper-if-not-iterator-instance.js +++ b/test/staging/sm/Iterator/from/return-wrapper-if-not-iterator-instance.js @@ -6,7 +6,6 @@ info: | Iterator.from returns an iterator wrapper if O is not an instance of Iterator. Iterator is not enabled unconditionally -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/from/wrap-functions-on-other-global.js b/test/staging/sm/Iterator/from/wrap-functions-on-other-global.js index 919a2cbff2..916b748e21 100644 --- a/test/staging/sm/Iterator/from/wrap-functions-on-other-global.js +++ b/test/staging/sm/Iterator/from/wrap-functions-on-other-global.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/from/wrap-method-with-non-wrap-this-throws.js b/test/staging/sm/Iterator/from/wrap-method-with-non-wrap-this-throws.js index 424b9d8c90..c86670cac7 100644 --- a/test/staging/sm/Iterator/from/wrap-method-with-non-wrap-this-throws.js +++ b/test/staging/sm/Iterator/from/wrap-method-with-non-wrap-this-throws.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/from/wrap-new-global.js b/test/staging/sm/Iterator/from/wrap-new-global.js index aaa73b0272..52d0d4f22b 100644 --- a/test/staging/sm/Iterator/from/wrap-new-global.js +++ b/test/staging/sm/Iterator/from/wrap-new-global.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/from/wrap-next-forwards-value.js b/test/staging/sm/Iterator/from/wrap-next-forwards-value.js index 8c9e802cfa..1e8009a8ed 100644 --- a/test/staging/sm/Iterator/from/wrap-next-forwards-value.js +++ b/test/staging/sm/Iterator/from/wrap-next-forwards-value.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/from/wrap-next-not-object-throws.js b/test/staging/sm/Iterator/from/wrap-next-not-object-throws.js index 42a1ea8f75..d10218976e 100644 --- a/test/staging/sm/Iterator/from/wrap-next-not-object-throws.js +++ b/test/staging/sm/Iterator/from/wrap-next-not-object-throws.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/from/wrap-return-closes-iterator.js b/test/staging/sm/Iterator/from/wrap-return-closes-iterator.js index 6212e4ad28..88b827d6b2 100644 --- a/test/staging/sm/Iterator/from/wrap-return-closes-iterator.js +++ b/test/staging/sm/Iterator/from/wrap-return-closes-iterator.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/iterator.js b/test/staging/sm/Iterator/iterator.js index eaa03df9ba..0ce7349048 100644 --- a/test/staging/sm/Iterator/iterator.js +++ b/test/staging/sm/Iterator/iterator.js @@ -6,7 +6,6 @@ info: | Property descriptor of Iterator. Iterator is not enabled unconditionally -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/length.js b/test/staging/sm/Iterator/length.js index a333af8cf4..8ab2cc6ce3 100644 --- a/test/staging/sm/Iterator/length.js +++ b/test/staging/sm/Iterator/length.js @@ -6,7 +6,6 @@ info: | The "length" property of Iterator Iterator is not enabled unconditionally -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/name.js b/test/staging/sm/Iterator/name.js index 7f4bee0c59..b70a383642 100644 --- a/test/staging/sm/Iterator/name.js +++ b/test/staging/sm/Iterator/name.js @@ -6,7 +6,6 @@ info: | The "name" property of Iterator Iterator is not enabled unconditionally -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/proto.js b/test/staging/sm/Iterator/proto.js index 86567c905f..727490ac0b 100644 --- a/test/staging/sm/Iterator/proto.js +++ b/test/staging/sm/Iterator/proto.js @@ -6,7 +6,6 @@ info: | The prototype of the Iterator constructor is the intrinsic object %FunctionPrototype%. Iterator is not enabled unconditionally -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/drop/drop-more-than-available.js b/test/staging/sm/Iterator/prototype/drop/drop-more-than-available.js index 1e2a2274e2..79fdc304ca 100644 --- a/test/staging/sm/Iterator/prototype/drop/drop-more-than-available.js +++ b/test/staging/sm/Iterator/prototype/drop/drop-more-than-available.js @@ -12,7 +12,6 @@ info: | c. If next is false, return undefined. features: - iterator-helpers -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/drop/length.js b/test/staging/sm/Iterator/prototype/drop/length.js index e84b89b63b..296155dcae 100644 --- a/test/staging/sm/Iterator/prototype/drop/length.js +++ b/test/staging/sm/Iterator/prototype/drop/length.js @@ -10,7 +10,6 @@ info: | features: - Symbol.iterator - iterator-helpers -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/drop/name.js b/test/staging/sm/Iterator/prototype/drop/name.js index fefae998f7..c6773e40a6 100644 --- a/test/staging/sm/Iterator/prototype/drop/name.js +++ b/test/staging/sm/Iterator/prototype/drop/name.js @@ -9,7 +9,6 @@ info: | 17 ECMAScript Standard Built-in Objects features: - iterator-helpers -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/every/check-fn-after-getting-iterator.js b/test/staging/sm/Iterator/prototype/every/check-fn-after-getting-iterator.js index e1a6387c6b..47f715ef09 100644 --- a/test/staging/sm/Iterator/prototype/every/check-fn-after-getting-iterator.js +++ b/test/staging/sm/Iterator/prototype/every/check-fn-after-getting-iterator.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] +includes: [compareArray.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/every/coerce-result-to-boolean.js b/test/staging/sm/Iterator/prototype/every/coerce-result-to-boolean.js index 0e5954dced..41c7396e9e 100644 --- a/test/staging/sm/Iterator/prototype/every/coerce-result-to-boolean.js +++ b/test/staging/sm/Iterator/prototype/every/coerce-result-to-boolean.js @@ -5,7 +5,6 @@ features: - IsHTMLDDA - iterator-helpers -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict info: | diff --git a/test/staging/sm/Iterator/prototype/every/descriptor.js b/test/staging/sm/Iterator/prototype/every/descriptor.js index 60564246e3..54052bad87 100644 --- a/test/staging/sm/Iterator/prototype/every/descriptor.js +++ b/test/staging/sm/Iterator/prototype/every/descriptor.js @@ -6,7 +6,6 @@ info: | Descriptor property of Iterator.prototype.every Iterator is not enabled unconditionally -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/every/error-from-correct-realm.js b/test/staging/sm/Iterator/prototype/every/error-from-correct-realm.js index d174490334..06cee4bc1e 100644 --- a/test/staging/sm/Iterator/prototype/every/error-from-correct-realm.js +++ b/test/staging/sm/Iterator/prototype/every/error-from-correct-realm.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/every/fn-not-callable-throws.js b/test/staging/sm/Iterator/prototype/every/fn-not-callable-throws.js index f243cfa523..f185e5d12c 100644 --- a/test/staging/sm/Iterator/prototype/every/fn-not-callable-throws.js +++ b/test/staging/sm/Iterator/prototype/every/fn-not-callable-throws.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/every/fn-throws-close-iterator.js b/test/staging/sm/Iterator/prototype/every/fn-throws-close-iterator.js index 5086b96ed9..0e2e9d20b7 100644 --- a/test/staging/sm/Iterator/prototype/every/fn-throws-close-iterator.js +++ b/test/staging/sm/Iterator/prototype/every/fn-throws-close-iterator.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/every/length.js b/test/staging/sm/Iterator/prototype/every/length.js index c89ee60028..dea0387ef8 100644 --- a/test/staging/sm/Iterator/prototype/every/length.js +++ b/test/staging/sm/Iterator/prototype/every/length.js @@ -10,7 +10,6 @@ info: | false, [[Configurable]]: true }. Iterator is not enabled unconditionally -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/every/name.js b/test/staging/sm/Iterator/prototype/every/name.js index b49c7012fe..6ed5dd18f0 100644 --- a/test/staging/sm/Iterator/prototype/every/name.js +++ b/test/staging/sm/Iterator/prototype/every/name.js @@ -4,7 +4,6 @@ /*--- description: | `name` property of Iterator.prototype.every. -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/every/next-throws-iterator-not-closed.js b/test/staging/sm/Iterator/prototype/every/next-throws-iterator-not-closed.js index 1876b0661b..19a0d0b484 100644 --- a/test/staging/sm/Iterator/prototype/every/next-throws-iterator-not-closed.js +++ b/test/staging/sm/Iterator/prototype/every/next-throws-iterator-not-closed.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/every/proxy.js b/test/staging/sm/Iterator/prototype/every/proxy.js index de26346785..0a2df2efa5 100644 --- a/test/staging/sm/Iterator/prototype/every/proxy.js +++ b/test/staging/sm/Iterator/prototype/every/proxy.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/every/return-true-if-all-match.js b/test/staging/sm/Iterator/prototype/every/return-true-if-all-match.js index 75e7fd05db..e692997057 100644 --- a/test/staging/sm/Iterator/prototype/every/return-true-if-all-match.js +++ b/test/staging/sm/Iterator/prototype/every/return-true-if-all-match.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/every/short-circuit-on-false.js b/test/staging/sm/Iterator/prototype/every/short-circuit-on-false.js index 82e632b0c0..a992ece79b 100644 --- a/test/staging/sm/Iterator/prototype/every/short-circuit-on-false.js +++ b/test/staging/sm/Iterator/prototype/every/short-circuit-on-false.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/every/this-not-iterator-throws.js b/test/staging/sm/Iterator/prototype/every/this-not-iterator-throws.js index 3dee10e211..463fee6eb4 100644 --- a/test/staging/sm/Iterator/prototype/every/this-not-iterator-throws.js +++ b/test/staging/sm/Iterator/prototype/every/this-not-iterator-throws.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/every/value-throws-iterator-not-closed.js b/test/staging/sm/Iterator/prototype/every/value-throws-iterator-not-closed.js index 3754e8bb1e..794a4b5fea 100644 --- a/test/staging/sm/Iterator/prototype/every/value-throws-iterator-not-closed.js +++ b/test/staging/sm/Iterator/prototype/every/value-throws-iterator-not-closed.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/filter/coerce-result-to-boolean.js b/test/staging/sm/Iterator/prototype/filter/coerce-result-to-boolean.js index 1c21e5296c..cdfc3aab0c 100644 --- a/test/staging/sm/Iterator/prototype/filter/coerce-result-to-boolean.js +++ b/test/staging/sm/Iterator/prototype/filter/coerce-result-to-boolean.js @@ -5,7 +5,6 @@ features: - IsHTMLDDA - iterator-helpers -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict info: | diff --git a/test/staging/sm/Iterator/prototype/filter/length.js b/test/staging/sm/Iterator/prototype/filter/length.js index 42fd5d03b0..456c3ca7d1 100644 --- a/test/staging/sm/Iterator/prototype/filter/length.js +++ b/test/staging/sm/Iterator/prototype/filter/length.js @@ -10,7 +10,6 @@ info: | features: - Symbol.iterator - iterator-helpers -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/filter/name.js b/test/staging/sm/Iterator/prototype/filter/name.js index 328fb2a293..1e0831b70b 100644 --- a/test/staging/sm/Iterator/prototype/filter/name.js +++ b/test/staging/sm/Iterator/prototype/filter/name.js @@ -9,7 +9,6 @@ info: | 17 ECMAScript Standard Built-in Objects features: - iterator-helpers -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/find/check-fn-after-getting-iterator.js b/test/staging/sm/Iterator/prototype/find/check-fn-after-getting-iterator.js index 408fa85df5..3b8a3277da 100644 --- a/test/staging/sm/Iterator/prototype/find/check-fn-after-getting-iterator.js +++ b/test/staging/sm/Iterator/prototype/find/check-fn-after-getting-iterator.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] +includes: [compareArray.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/find/coerce-result-to-boolean.js b/test/staging/sm/Iterator/prototype/find/coerce-result-to-boolean.js index 64f59989bb..16cbcdd7cb 100644 --- a/test/staging/sm/Iterator/prototype/find/coerce-result-to-boolean.js +++ b/test/staging/sm/Iterator/prototype/find/coerce-result-to-boolean.js @@ -5,7 +5,6 @@ features: - IsHTMLDDA - iterator-helpers -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict info: | diff --git a/test/staging/sm/Iterator/prototype/find/descriptor.js b/test/staging/sm/Iterator/prototype/find/descriptor.js index 97b58de704..f831c3910b 100644 --- a/test/staging/sm/Iterator/prototype/find/descriptor.js +++ b/test/staging/sm/Iterator/prototype/find/descriptor.js @@ -6,7 +6,6 @@ info: | Descriptor property of Iterator.prototype.find Iterator is not enabled unconditionally -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/find/error-from-correct-realm.js b/test/staging/sm/Iterator/prototype/find/error-from-correct-realm.js index 669f53c4e9..0b0ef93a90 100644 --- a/test/staging/sm/Iterator/prototype/find/error-from-correct-realm.js +++ b/test/staging/sm/Iterator/prototype/find/error-from-correct-realm.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/find/fn-not-callable-throws.js b/test/staging/sm/Iterator/prototype/find/fn-not-callable-throws.js index 0eefe85e14..32b9560434 100644 --- a/test/staging/sm/Iterator/prototype/find/fn-not-callable-throws.js +++ b/test/staging/sm/Iterator/prototype/find/fn-not-callable-throws.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/find/fn-throws-close-iterator.js b/test/staging/sm/Iterator/prototype/find/fn-throws-close-iterator.js index 91407ef1c9..f9c5747efa 100644 --- a/test/staging/sm/Iterator/prototype/find/fn-throws-close-iterator.js +++ b/test/staging/sm/Iterator/prototype/find/fn-throws-close-iterator.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/find/length.js b/test/staging/sm/Iterator/prototype/find/length.js index ad66335620..32948b02b8 100644 --- a/test/staging/sm/Iterator/prototype/find/length.js +++ b/test/staging/sm/Iterator/prototype/find/length.js @@ -10,7 +10,6 @@ info: | false, [[Configurable]]: true }. Iterator is not enabled unconditionally -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/find/name.js b/test/staging/sm/Iterator/prototype/find/name.js index 36af75b70c..7f65099bfb 100644 --- a/test/staging/sm/Iterator/prototype/find/name.js +++ b/test/staging/sm/Iterator/prototype/find/name.js @@ -4,7 +4,6 @@ /*--- description: | `name` property of Iterator.prototype.find. -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/find/next-throws-iterator-not-closed.js b/test/staging/sm/Iterator/prototype/find/next-throws-iterator-not-closed.js index e3ecf0e490..3666fcbc99 100644 --- a/test/staging/sm/Iterator/prototype/find/next-throws-iterator-not-closed.js +++ b/test/staging/sm/Iterator/prototype/find/next-throws-iterator-not-closed.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/find/proxy.js b/test/staging/sm/Iterator/prototype/find/proxy.js index d3cfc9a473..be6c2b1285 100644 --- a/test/staging/sm/Iterator/prototype/find/proxy.js +++ b/test/staging/sm/Iterator/prototype/find/proxy.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/find/return-undefined-if-none-match.js b/test/staging/sm/Iterator/prototype/find/return-undefined-if-none-match.js index 77e3edab23..303f9f3512 100644 --- a/test/staging/sm/Iterator/prototype/find/return-undefined-if-none-match.js +++ b/test/staging/sm/Iterator/prototype/find/return-undefined-if-none-match.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/find/short-circuit-on-match.js b/test/staging/sm/Iterator/prototype/find/short-circuit-on-match.js index 3598aba849..afd1818cd7 100644 --- a/test/staging/sm/Iterator/prototype/find/short-circuit-on-match.js +++ b/test/staging/sm/Iterator/prototype/find/short-circuit-on-match.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/find/this-not-iterator-throws.js b/test/staging/sm/Iterator/prototype/find/this-not-iterator-throws.js index 3a09ac219e..8f577ba855 100644 --- a/test/staging/sm/Iterator/prototype/find/this-not-iterator-throws.js +++ b/test/staging/sm/Iterator/prototype/find/this-not-iterator-throws.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/find/value-throws-iterator-not-closed.js b/test/staging/sm/Iterator/prototype/find/value-throws-iterator-not-closed.js index 524e6b9deb..962f4686a2 100644 --- a/test/staging/sm/Iterator/prototype/find/value-throws-iterator-not-closed.js +++ b/test/staging/sm/Iterator/prototype/find/value-throws-iterator-not-closed.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/flatMap/close-iterator-when-inner-complete-throws.js b/test/staging/sm/Iterator/prototype/flatMap/close-iterator-when-inner-complete-throws.js index 8c00704816..1dcc8db2f7 100644 --- a/test/staging/sm/Iterator/prototype/flatMap/close-iterator-when-inner-complete-throws.js +++ b/test/staging/sm/Iterator/prototype/flatMap/close-iterator-when-inner-complete-throws.js @@ -13,7 +13,6 @@ info: | iv. IfAbruptCloseIterator(innerComplete, iterated). features: - iterator-helpers -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/flatMap/close-iterator-when-inner-next-throws.js b/test/staging/sm/Iterator/prototype/flatMap/close-iterator-when-inner-next-throws.js index 9c921b85a8..5c6c8cc291 100644 --- a/test/staging/sm/Iterator/prototype/flatMap/close-iterator-when-inner-next-throws.js +++ b/test/staging/sm/Iterator/prototype/flatMap/close-iterator-when-inner-next-throws.js @@ -13,7 +13,6 @@ info: | ii. IfAbruptCloseIterator(innerNext, iterated). features: - iterator-helpers -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/flatMap/close-iterator-when-inner-value-throws.js b/test/staging/sm/Iterator/prototype/flatMap/close-iterator-when-inner-value-throws.js index 4ef3b3c9ce..1d7609746e 100644 --- a/test/staging/sm/Iterator/prototype/flatMap/close-iterator-when-inner-value-throws.js +++ b/test/staging/sm/Iterator/prototype/flatMap/close-iterator-when-inner-value-throws.js @@ -15,7 +15,6 @@ info: | 2. IfAbruptCloseIterator(innerValue, iterated). features: - iterator-helpers -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/flatMap/inner-empty-iterable.js b/test/staging/sm/Iterator/prototype/flatMap/inner-empty-iterable.js index e3fc8409d7..f7acc689dc 100644 --- a/test/staging/sm/Iterator/prototype/flatMap/inner-empty-iterable.js +++ b/test/staging/sm/Iterator/prototype/flatMap/inner-empty-iterable.js @@ -15,7 +15,6 @@ info: | v. If innerComplete is true, set innerAlive to false. features: - iterator-helpers -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/flatMap/inner-generator.js b/test/staging/sm/Iterator/prototype/flatMap/inner-generator.js index 2fee4d5268..75ade94489 100644 --- a/test/staging/sm/Iterator/prototype/flatMap/inner-generator.js +++ b/test/staging/sm/Iterator/prototype/flatMap/inner-generator.js @@ -9,7 +9,6 @@ info: | Iterator Helpers proposal 2.1.5.7 features: - iterator-helpers -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/flatMap/length.js b/test/staging/sm/Iterator/prototype/flatMap/length.js index cac7e08030..566ea7bafd 100644 --- a/test/staging/sm/Iterator/prototype/flatMap/length.js +++ b/test/staging/sm/Iterator/prototype/flatMap/length.js @@ -10,7 +10,6 @@ info: | features: - Symbol.iterator - iterator-helpers -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/flatMap/name.js b/test/staging/sm/Iterator/prototype/flatMap/name.js index 7eaa35cebe..83564a825a 100644 --- a/test/staging/sm/Iterator/prototype/flatMap/name.js +++ b/test/staging/sm/Iterator/prototype/flatMap/name.js @@ -9,7 +9,6 @@ info: | 17 ECMAScript Standard Built-in Objects features: - iterator-helpers -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/flatMap/throw-when-inner-not-iterable.js b/test/staging/sm/Iterator/prototype/flatMap/throw-when-inner-not-iterable.js index 90cf94b78f..2ced226d6d 100644 --- a/test/staging/sm/Iterator/prototype/flatMap/throw-when-inner-not-iterable.js +++ b/test/staging/sm/Iterator/prototype/flatMap/throw-when-inner-not-iterable.js @@ -12,7 +12,6 @@ info: | g. IfAbruptCloseIterator(innerIterator, iterated). features: - iterator-helpers -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/forEach/check-fn-after-getting-iterator.js b/test/staging/sm/Iterator/prototype/forEach/check-fn-after-getting-iterator.js index 7fbd6826e9..bfb5809e6f 100644 --- a/test/staging/sm/Iterator/prototype/forEach/check-fn-after-getting-iterator.js +++ b/test/staging/sm/Iterator/prototype/forEach/check-fn-after-getting-iterator.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] +includes: [compareArray.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/forEach/descriptor.js b/test/staging/sm/Iterator/prototype/forEach/descriptor.js index a61b8dbae5..40b3daba26 100644 --- a/test/staging/sm/Iterator/prototype/forEach/descriptor.js +++ b/test/staging/sm/Iterator/prototype/forEach/descriptor.js @@ -6,7 +6,6 @@ info: | Descriptor property of Iterator.prototype.forEach Iterator is not enabled unconditionally -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/forEach/error-from-correct-realm.js b/test/staging/sm/Iterator/prototype/forEach/error-from-correct-realm.js index d7055f7511..4de36f3a2c 100644 --- a/test/staging/sm/Iterator/prototype/forEach/error-from-correct-realm.js +++ b/test/staging/sm/Iterator/prototype/forEach/error-from-correct-realm.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/forEach/fn-not-callable-throws.js b/test/staging/sm/Iterator/prototype/forEach/fn-not-callable-throws.js index 828dc1923e..9907535d9b 100644 --- a/test/staging/sm/Iterator/prototype/forEach/fn-not-callable-throws.js +++ b/test/staging/sm/Iterator/prototype/forEach/fn-not-callable-throws.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/forEach/fn-throws-close-iterator.js b/test/staging/sm/Iterator/prototype/forEach/fn-throws-close-iterator.js index e6ced06102..fa7f23d30e 100644 --- a/test/staging/sm/Iterator/prototype/forEach/fn-throws-close-iterator.js +++ b/test/staging/sm/Iterator/prototype/forEach/fn-throws-close-iterator.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/forEach/forEach.js b/test/staging/sm/Iterator/prototype/forEach/forEach.js index 2ffb0d8b34..8a86b7a4cb 100644 --- a/test/staging/sm/Iterator/prototype/forEach/forEach.js +++ b/test/staging/sm/Iterator/prototype/forEach/forEach.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/forEach/length.js b/test/staging/sm/Iterator/prototype/forEach/length.js index e71bd87c59..0eb55e5a59 100644 --- a/test/staging/sm/Iterator/prototype/forEach/length.js +++ b/test/staging/sm/Iterator/prototype/forEach/length.js @@ -10,7 +10,6 @@ info: | false, [[Configurable]]: true }. Iterator is not enabled unconditionally -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/forEach/name.js b/test/staging/sm/Iterator/prototype/forEach/name.js index 33144799f6..65a9b62b0e 100644 --- a/test/staging/sm/Iterator/prototype/forEach/name.js +++ b/test/staging/sm/Iterator/prototype/forEach/name.js @@ -4,7 +4,6 @@ /*--- description: | `name` property of Iterator.prototype.forEach. -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/forEach/next-throws-iterator-not-closed.js b/test/staging/sm/Iterator/prototype/forEach/next-throws-iterator-not-closed.js index 8af8a03281..87f0dce90b 100644 --- a/test/staging/sm/Iterator/prototype/forEach/next-throws-iterator-not-closed.js +++ b/test/staging/sm/Iterator/prototype/forEach/next-throws-iterator-not-closed.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/forEach/proxy.js b/test/staging/sm/Iterator/prototype/forEach/proxy.js index b4e7d41e67..834bee8bf7 100644 --- a/test/staging/sm/Iterator/prototype/forEach/proxy.js +++ b/test/staging/sm/Iterator/prototype/forEach/proxy.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/forEach/this-not-iterator-throws.js b/test/staging/sm/Iterator/prototype/forEach/this-not-iterator-throws.js index 8ea6abee14..17869db28a 100644 --- a/test/staging/sm/Iterator/prototype/forEach/this-not-iterator-throws.js +++ b/test/staging/sm/Iterator/prototype/forEach/this-not-iterator-throws.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/forEach/value-throws-iterator-not-closed.js b/test/staging/sm/Iterator/prototype/forEach/value-throws-iterator-not-closed.js index 4e57237822..7401230d63 100644 --- a/test/staging/sm/Iterator/prototype/forEach/value-throws-iterator-not-closed.js +++ b/test/staging/sm/Iterator/prototype/forEach/value-throws-iterator-not-closed.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/generator-methods-throw-on-iterator-helpers.js b/test/staging/sm/Iterator/prototype/generator-methods-throw-on-iterator-helpers.js index 7486511e89..11266bfa66 100644 --- a/test/staging/sm/Iterator/prototype/generator-methods-throw-on-iterator-helpers.js +++ b/test/staging/sm/Iterator/prototype/generator-methods-throw-on-iterator-helpers.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/iterator-helper-methods-throw-on-generators.js b/test/staging/sm/Iterator/prototype/iterator-helper-methods-throw-on-generators.js index 9040f457e4..10b94aa77e 100644 --- a/test/staging/sm/Iterator/prototype/iterator-helper-methods-throw-on-generators.js +++ b/test/staging/sm/Iterator/prototype/iterator-helper-methods-throw-on-generators.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/iterator-helpers-from-other-global.js b/test/staging/sm/Iterator/prototype/iterator-helpers-from-other-global.js index 741a5643d8..878fa4b720 100644 --- a/test/staging/sm/Iterator/prototype/iterator-helpers-from-other-global.js +++ b/test/staging/sm/Iterator/prototype/iterator-helpers-from-other-global.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/lazy-methods-from-other-global.js b/test/staging/sm/Iterator/prototype/lazy-methods-from-other-global.js index 99a6b8815d..781eb4622b 100644 --- a/test/staging/sm/Iterator/prototype/lazy-methods-from-other-global.js +++ b/test/staging/sm/Iterator/prototype/lazy-methods-from-other-global.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/lazy-methods-handle-empty-iterators.js b/test/staging/sm/Iterator/prototype/lazy-methods-handle-empty-iterators.js index e73a9f99f3..dfe3bd0cfd 100644 --- a/test/staging/sm/Iterator/prototype/lazy-methods-handle-empty-iterators.js +++ b/test/staging/sm/Iterator/prototype/lazy-methods-handle-empty-iterators.js @@ -9,7 +9,6 @@ info: | Iterator Helpers proposal 2.1.5 features: - iterator-helpers -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/lazy-methods-interleaved.js b/test/staging/sm/Iterator/prototype/lazy-methods-interleaved.js index 6386b55dbc..be70e7263e 100644 --- a/test/staging/sm/Iterator/prototype/lazy-methods-interleaved.js +++ b/test/staging/sm/Iterator/prototype/lazy-methods-interleaved.js @@ -9,7 +9,6 @@ info: | Iterator Helpers proposal 2.1.5 features: - iterator-helpers -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/lazy-methods-iterator-closed-on-call-throws.js b/test/staging/sm/Iterator/prototype/lazy-methods-iterator-closed-on-call-throws.js index f74a6821bd..5c96cced36 100644 --- a/test/staging/sm/Iterator/prototype/lazy-methods-iterator-closed-on-call-throws.js +++ b/test/staging/sm/Iterator/prototype/lazy-methods-iterator-closed-on-call-throws.js @@ -9,7 +9,6 @@ info: | Iterator Helpers proposal 2.1.5 features: - iterator-helpers -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/lazy-methods-iterator-closed-on-yield-throws.js b/test/staging/sm/Iterator/prototype/lazy-methods-iterator-closed-on-yield-throws.js index 515337bc10..7183ad9f17 100644 --- a/test/staging/sm/Iterator/prototype/lazy-methods-iterator-closed-on-yield-throws.js +++ b/test/staging/sm/Iterator/prototype/lazy-methods-iterator-closed-on-yield-throws.js @@ -9,7 +9,6 @@ info: | Iterator Helpers proposal 2.1.5 features: - iterator-helpers -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/lazy-methods-iterator-not-closed-on-next-throws.js b/test/staging/sm/Iterator/prototype/lazy-methods-iterator-not-closed-on-next-throws.js index 8593d27418..bfaef818e4 100644 --- a/test/staging/sm/Iterator/prototype/lazy-methods-iterator-not-closed-on-next-throws.js +++ b/test/staging/sm/Iterator/prototype/lazy-methods-iterator-not-closed-on-next-throws.js @@ -9,7 +9,6 @@ info: | Iterator Helpers proposal 2.1.5 features: - iterator-helpers -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/lazy-methods-iterator-not-closed-on-value-throws.js b/test/staging/sm/Iterator/prototype/lazy-methods-iterator-not-closed-on-value-throws.js index 7904390657..f8b90128bd 100644 --- a/test/staging/sm/Iterator/prototype/lazy-methods-iterator-not-closed-on-value-throws.js +++ b/test/staging/sm/Iterator/prototype/lazy-methods-iterator-not-closed-on-value-throws.js @@ -9,7 +9,6 @@ info: | Iterator Helpers proposal 2.1.5 features: - iterator-helpers -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/lazy-methods-iterator-returns-done-generator-finishes.js b/test/staging/sm/Iterator/prototype/lazy-methods-iterator-returns-done-generator-finishes.js index 5594a88444..a65b383138 100644 --- a/test/staging/sm/Iterator/prototype/lazy-methods-iterator-returns-done-generator-finishes.js +++ b/test/staging/sm/Iterator/prototype/lazy-methods-iterator-returns-done-generator-finishes.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/lazy-methods-multiple-return-close-iterator-once.js b/test/staging/sm/Iterator/prototype/lazy-methods-multiple-return-close-iterator-once.js index d51fe538c1..d4e1ba3ba8 100644 --- a/test/staging/sm/Iterator/prototype/lazy-methods-multiple-return-close-iterator-once.js +++ b/test/staging/sm/Iterator/prototype/lazy-methods-multiple-return-close-iterator-once.js @@ -9,7 +9,6 @@ info: | Iterator Helpers proposal 2.1.5 features: - iterator-helpers -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/lazy-methods-pass-through-lastValue.js b/test/staging/sm/Iterator/prototype/lazy-methods-pass-through-lastValue.js index 871c6e39a5..8719054939 100644 --- a/test/staging/sm/Iterator/prototype/lazy-methods-pass-through-lastValue.js +++ b/test/staging/sm/Iterator/prototype/lazy-methods-pass-through-lastValue.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/lazy-methods-pass-value-through-chain.js b/test/staging/sm/Iterator/prototype/lazy-methods-pass-value-through-chain.js index 8ad822f9f3..6ef2966165 100644 --- a/test/staging/sm/Iterator/prototype/lazy-methods-pass-value-through-chain.js +++ b/test/staging/sm/Iterator/prototype/lazy-methods-pass-value-through-chain.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/lazy-methods-proxy-accesses.js b/test/staging/sm/Iterator/prototype/lazy-methods-proxy-accesses.js index eb67c6a751..3779983a2b 100644 --- a/test/staging/sm/Iterator/prototype/lazy-methods-proxy-accesses.js +++ b/test/staging/sm/Iterator/prototype/lazy-methods-proxy-accesses.js @@ -7,7 +7,6 @@ description: | Lazy %Iterator.prototype% methods access specified properties only. features: - iterator-helpers -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/lazy-methods-reentry-not-close-iterator.js b/test/staging/sm/Iterator/prototype/lazy-methods-reentry-not-close-iterator.js index 2b50ec5adb..bb7654c443 100644 --- a/test/staging/sm/Iterator/prototype/lazy-methods-reentry-not-close-iterator.js +++ b/test/staging/sm/Iterator/prototype/lazy-methods-reentry-not-close-iterator.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/lazy-methods-return-closes-iterator.js b/test/staging/sm/Iterator/prototype/lazy-methods-return-closes-iterator.js index 7d0c9bcbd6..1c9d4dc49c 100644 --- a/test/staging/sm/Iterator/prototype/lazy-methods-return-closes-iterator.js +++ b/test/staging/sm/Iterator/prototype/lazy-methods-return-closes-iterator.js @@ -9,7 +9,6 @@ info: | Iterator Helpers proposal 2.1.5 features: - iterator-helpers -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/lazy-methods-return-new-iterator-result.js b/test/staging/sm/Iterator/prototype/lazy-methods-return-new-iterator-result.js index 7528c21554..6c028398b0 100644 --- a/test/staging/sm/Iterator/prototype/lazy-methods-return-new-iterator-result.js +++ b/test/staging/sm/Iterator/prototype/lazy-methods-return-new-iterator-result.js @@ -9,7 +9,6 @@ info: | Iterator Helpers proposal 2.1.5 features: - iterator-helpers -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/lazy-methods-throw-eagerly-on-next-non-callable.js b/test/staging/sm/Iterator/prototype/lazy-methods-throw-eagerly-on-next-non-callable.js index 794c913363..4263e3baa9 100644 --- a/test/staging/sm/Iterator/prototype/lazy-methods-throw-eagerly-on-next-non-callable.js +++ b/test/staging/sm/Iterator/prototype/lazy-methods-throw-eagerly-on-next-non-callable.js @@ -9,7 +9,6 @@ info: | Iterator Helpers proposal 1.1.1 features: - iterator-helpers -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/lazy-methods-throw-eagerly-on-non-callable.js b/test/staging/sm/Iterator/prototype/lazy-methods-throw-eagerly-on-non-callable.js index d3c6ff4ed4..20c1f9e3fe 100644 --- a/test/staging/sm/Iterator/prototype/lazy-methods-throw-eagerly-on-non-callable.js +++ b/test/staging/sm/Iterator/prototype/lazy-methods-throw-eagerly-on-non-callable.js @@ -9,7 +9,6 @@ info: | Iterator Helpers proposal 2.1.5 features: - iterator-helpers -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/lazy-methods-throw-eagerly-on-non-iterator.js b/test/staging/sm/Iterator/prototype/lazy-methods-throw-eagerly-on-non-iterator.js index 350a1936e4..2e350e7f8a 100644 --- a/test/staging/sm/Iterator/prototype/lazy-methods-throw-eagerly-on-non-iterator.js +++ b/test/staging/sm/Iterator/prototype/lazy-methods-throw-eagerly-on-non-iterator.js @@ -9,7 +9,6 @@ info: | Iterator Helpers proposal 1.1.1 features: - iterator-helpers -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/lazy-methods-throw-next-done-throws.js b/test/staging/sm/Iterator/prototype/lazy-methods-throw-next-done-throws.js index 19bf225ab3..d0196c12e5 100644 --- a/test/staging/sm/Iterator/prototype/lazy-methods-throw-next-done-throws.js +++ b/test/staging/sm/Iterator/prototype/lazy-methods-throw-next-done-throws.js @@ -9,7 +9,6 @@ info: | Iterator Helpers proposal 2.1.5 features: - iterator-helpers -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/lazy-methods-throw-next-not-object.js b/test/staging/sm/Iterator/prototype/lazy-methods-throw-next-not-object.js index 81806f23f0..60cff912a8 100644 --- a/test/staging/sm/Iterator/prototype/lazy-methods-throw-next-not-object.js +++ b/test/staging/sm/Iterator/prototype/lazy-methods-throw-next-not-object.js @@ -9,7 +9,6 @@ info: | Iterator Helpers proposal 2.1.5 features: - iterator-helpers -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/lazy-methods-throw-on-reentry.js b/test/staging/sm/Iterator/prototype/lazy-methods-throw-on-reentry.js index 4cfc4a7506..0de919a9cf 100644 --- a/test/staging/sm/Iterator/prototype/lazy-methods-throw-on-reentry.js +++ b/test/staging/sm/Iterator/prototype/lazy-methods-throw-on-reentry.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/map/call-next-on-iterator-while-iterating.js b/test/staging/sm/Iterator/prototype/map/call-next-on-iterator-while-iterating.js index aad1726e41..99727e3da5 100644 --- a/test/staging/sm/Iterator/prototype/map/call-next-on-iterator-while-iterating.js +++ b/test/staging/sm/Iterator/prototype/map/call-next-on-iterator-while-iterating.js @@ -7,7 +7,6 @@ description: | Call next on an iterator that is being iterated over. features: - iterator-helpers -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/map/clobber-symbol.js b/test/staging/sm/Iterator/prototype/map/clobber-symbol.js index 157959daf5..3fcfffcbe3 100644 --- a/test/staging/sm/Iterator/prototype/map/clobber-symbol.js +++ b/test/staging/sm/Iterator/prototype/map/clobber-symbol.js @@ -9,7 +9,6 @@ features: - Symbol - Symbol.iterator - iterator-helpers -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict info: | diff --git a/test/staging/sm/Iterator/prototype/map/interleaved-map-calls.js b/test/staging/sm/Iterator/prototype/map/interleaved-map-calls.js index f3626cfea3..c5c01771a8 100644 --- a/test/staging/sm/Iterator/prototype/map/interleaved-map-calls.js +++ b/test/staging/sm/Iterator/prototype/map/interleaved-map-calls.js @@ -7,7 +7,6 @@ description: | Interleaved %Iterator.prototype%.map calls on the same iterator. features: - iterator-helpers -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/map/length.js b/test/staging/sm/Iterator/prototype/map/length.js index 45cacc4e17..eb3d8d225c 100644 --- a/test/staging/sm/Iterator/prototype/map/length.js +++ b/test/staging/sm/Iterator/prototype/map/length.js @@ -10,7 +10,6 @@ info: | features: - Symbol.iterator - iterator-helpers -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/map/map.js b/test/staging/sm/Iterator/prototype/map/map.js index 7a10a731f9..bafb18ebb2 100644 --- a/test/staging/sm/Iterator/prototype/map/map.js +++ b/test/staging/sm/Iterator/prototype/map/map.js @@ -9,7 +9,6 @@ info: | 17 ECMAScript Standard Built-in Objects features: - iterator-helpers -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/map/mapper-not-callable-throw.js b/test/staging/sm/Iterator/prototype/map/mapper-not-callable-throw.js index fc45af6515..ec31bf3f20 100644 --- a/test/staging/sm/Iterator/prototype/map/mapper-not-callable-throw.js +++ b/test/staging/sm/Iterator/prototype/map/mapper-not-callable-throw.js @@ -7,7 +7,6 @@ description: | Eagerly throw TypeError when `mapper` is not callable. features: - iterator-helpers -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/map/mutate-iterator-after-done.js b/test/staging/sm/Iterator/prototype/map/mutate-iterator-after-done.js index 610bc56c3a..83176688f5 100644 --- a/test/staging/sm/Iterator/prototype/map/mutate-iterator-after-done.js +++ b/test/staging/sm/Iterator/prototype/map/mutate-iterator-after-done.js @@ -7,7 +7,6 @@ description: | Mutate an iterator after it has been mapped and returned done. features: - iterator-helpers -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/map/mutate-iterator.js b/test/staging/sm/Iterator/prototype/map/mutate-iterator.js index cbe242b2d3..72d0e93f77 100644 --- a/test/staging/sm/Iterator/prototype/map/mutate-iterator.js +++ b/test/staging/sm/Iterator/prototype/map/mutate-iterator.js @@ -7,7 +7,6 @@ description: | Mutate an iterator after it has been mapped. features: - iterator-helpers -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/map/name.js b/test/staging/sm/Iterator/prototype/map/name.js index 71e80f90da..10f907d982 100644 --- a/test/staging/sm/Iterator/prototype/map/name.js +++ b/test/staging/sm/Iterator/prototype/map/name.js @@ -9,7 +9,6 @@ info: | 17 ECMAScript Standard Built-in Objects features: - iterator-helpers -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/map/output-at-generator-end.js b/test/staging/sm/Iterator/prototype/map/output-at-generator-end.js index 6787c72197..f2c938a28b 100644 --- a/test/staging/sm/Iterator/prototype/map/output-at-generator-end.js +++ b/test/staging/sm/Iterator/prototype/map/output-at-generator-end.js @@ -7,7 +7,6 @@ description: | %Iterator.prototype%.map outputs correct value at end of iterator. features: - iterator-helpers -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/map/pass-lastValue-to-next.js b/test/staging/sm/Iterator/prototype/map/pass-lastValue-to-next.js index 34a0d7ea6a..a152e762b8 100644 --- a/test/staging/sm/Iterator/prototype/map/pass-lastValue-to-next.js +++ b/test/staging/sm/Iterator/prototype/map/pass-lastValue-to-next.js @@ -9,7 +9,6 @@ info: | Iterator Helpers Proposal 2.1.5.2 features: - iterator-helpers -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/map/proxy-abrupt-completion-in-iteratorValue.js b/test/staging/sm/Iterator/prototype/map/proxy-abrupt-completion-in-iteratorValue.js index edd08959d3..5a5d952ae7 100644 --- a/test/staging/sm/Iterator/prototype/map/proxy-abrupt-completion-in-iteratorValue.js +++ b/test/staging/sm/Iterator/prototype/map/proxy-abrupt-completion-in-iteratorValue.js @@ -7,7 +7,6 @@ description: | %Iterator.prototype%.map does not call return when IteratorValue returns an abrupt completion. features: - iterator-helpers -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/map/proxy-abrupt-completion-in-yield.js b/test/staging/sm/Iterator/prototype/map/proxy-abrupt-completion-in-yield.js index aab31ac82d..a43c1be3e7 100644 --- a/test/staging/sm/Iterator/prototype/map/proxy-abrupt-completion-in-yield.js +++ b/test/staging/sm/Iterator/prototype/map/proxy-abrupt-completion-in-yield.js @@ -7,7 +7,6 @@ description: | %Iterator.prototype%.map calls return when yield throws. features: - iterator-helpers -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/map/proxy-abrupt-completion.js b/test/staging/sm/Iterator/prototype/map/proxy-abrupt-completion.js index bf5c56cf7c..44dbddea1a 100644 --- a/test/staging/sm/Iterator/prototype/map/proxy-abrupt-completion.js +++ b/test/staging/sm/Iterator/prototype/map/proxy-abrupt-completion.js @@ -7,7 +7,6 @@ description: | %Iterator.prototype%.map accesses specified properties only. features: - iterator-helpers -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/map/proxy-accesses.js b/test/staging/sm/Iterator/prototype/map/proxy-accesses.js index f4bd0c1693..f2489c7333 100644 --- a/test/staging/sm/Iterator/prototype/map/proxy-accesses.js +++ b/test/staging/sm/Iterator/prototype/map/proxy-accesses.js @@ -7,7 +7,6 @@ description: | %Iterator.prototype%.map accesses specified properties only. features: - iterator-helpers -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/map/reenter-map-generator-from-mapper.js b/test/staging/sm/Iterator/prototype/map/reenter-map-generator-from-mapper.js index d9b1a74629..c9025a2e00 100644 --- a/test/staging/sm/Iterator/prototype/map/reenter-map-generator-from-mapper.js +++ b/test/staging/sm/Iterator/prototype/map/reenter-map-generator-from-mapper.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/map/this-not-iterator-throw.js b/test/staging/sm/Iterator/prototype/map/this-not-iterator-throw.js index 97c516096a..692f4503d9 100644 --- a/test/staging/sm/Iterator/prototype/map/this-not-iterator-throw.js +++ b/test/staging/sm/Iterator/prototype/map/this-not-iterator-throw.js @@ -7,7 +7,6 @@ description: | Eagerly throw TypeError when `this` is not an iterator. features: - iterator-helpers -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/map/this-value-array-throws.js b/test/staging/sm/Iterator/prototype/map/this-value-array-throws.js index b34877081f..e6d3a8815c 100644 --- a/test/staging/sm/Iterator/prototype/map/this-value-array-throws.js +++ b/test/staging/sm/Iterator/prototype/map/this-value-array-throws.js @@ -8,7 +8,6 @@ description: | features: - Symbol.iterator - iterator-helpers -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/map/throw-when-iterator-returns-non-object.js b/test/staging/sm/Iterator/prototype/map/throw-when-iterator-returns-non-object.js index bd98bcd6b6..12213123b6 100644 --- a/test/staging/sm/Iterator/prototype/map/throw-when-iterator-returns-non-object.js +++ b/test/staging/sm/Iterator/prototype/map/throw-when-iterator-returns-non-object.js @@ -7,7 +7,6 @@ description: | Throw TypeError if `next` call returns non-object. features: - iterator-helpers -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/map/values-pass-through-chained-maps-to-next.js b/test/staging/sm/Iterator/prototype/map/values-pass-through-chained-maps-to-next.js index 2061e96eb1..e69b797057 100644 --- a/test/staging/sm/Iterator/prototype/map/values-pass-through-chained-maps-to-next.js +++ b/test/staging/sm/Iterator/prototype/map/values-pass-through-chained-maps-to-next.js @@ -9,7 +9,6 @@ info: | Iterator Helpers Proposal 2.1.5.2 features: - iterator-helpers -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/reduce/accumulator-set-to-initial-value.js b/test/staging/sm/Iterator/prototype/reduce/accumulator-set-to-initial-value.js index 19764c463c..61cb9c2fa1 100644 --- a/test/staging/sm/Iterator/prototype/reduce/accumulator-set-to-initial-value.js +++ b/test/staging/sm/Iterator/prototype/reduce/accumulator-set-to-initial-value.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/reduce/check-fn-after-getting-iterator.js b/test/staging/sm/Iterator/prototype/reduce/check-fn-after-getting-iterator.js index 0e1ae555cb..51f0ea6fb5 100644 --- a/test/staging/sm/Iterator/prototype/reduce/check-fn-after-getting-iterator.js +++ b/test/staging/sm/Iterator/prototype/reduce/check-fn-after-getting-iterator.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] +includes: [compareArray.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/reduce/descriptor.js b/test/staging/sm/Iterator/prototype/reduce/descriptor.js index 2449767971..f073ad3252 100644 --- a/test/staging/sm/Iterator/prototype/reduce/descriptor.js +++ b/test/staging/sm/Iterator/prototype/reduce/descriptor.js @@ -6,7 +6,6 @@ info: | Descriptor property of Iterator.prototype.reduce Iterator is not enabled unconditionally -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/reduce/empty-iterator-without-initial-value-throws.js b/test/staging/sm/Iterator/prototype/reduce/empty-iterator-without-initial-value-throws.js index 7c3e5a04bf..e58dec50f7 100644 --- a/test/staging/sm/Iterator/prototype/reduce/empty-iterator-without-initial-value-throws.js +++ b/test/staging/sm/Iterator/prototype/reduce/empty-iterator-without-initial-value-throws.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/reduce/error-from-correct-realm.js b/test/staging/sm/Iterator/prototype/reduce/error-from-correct-realm.js index a097d016e6..c14129708f 100644 --- a/test/staging/sm/Iterator/prototype/reduce/error-from-correct-realm.js +++ b/test/staging/sm/Iterator/prototype/reduce/error-from-correct-realm.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/reduce/iterator-empty-return-initial-value.js b/test/staging/sm/Iterator/prototype/reduce/iterator-empty-return-initial-value.js index 9ab6c0c773..d6d74533a7 100644 --- a/test/staging/sm/Iterator/prototype/reduce/iterator-empty-return-initial-value.js +++ b/test/staging/sm/Iterator/prototype/reduce/iterator-empty-return-initial-value.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/reduce/iterator-next-return-non-object-throws.js b/test/staging/sm/Iterator/prototype/reduce/iterator-next-return-non-object-throws.js index a33ee5962b..d58d534f4f 100644 --- a/test/staging/sm/Iterator/prototype/reduce/iterator-next-return-non-object-throws.js +++ b/test/staging/sm/Iterator/prototype/reduce/iterator-next-return-non-object-throws.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/reduce/left-associative.js b/test/staging/sm/Iterator/prototype/reduce/left-associative.js index 0a6c899a6f..f32354735e 100644 --- a/test/staging/sm/Iterator/prototype/reduce/left-associative.js +++ b/test/staging/sm/Iterator/prototype/reduce/left-associative.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/reduce/length.js b/test/staging/sm/Iterator/prototype/reduce/length.js index cbbda008ba..6c96aecb32 100644 --- a/test/staging/sm/Iterator/prototype/reduce/length.js +++ b/test/staging/sm/Iterator/prototype/reduce/length.js @@ -10,7 +10,6 @@ info: | false, [[Configurable]]: true }. Iterator is not enabled unconditionally -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/reduce/name.js b/test/staging/sm/Iterator/prototype/reduce/name.js index ae4a04e44e..9f643ada15 100644 --- a/test/staging/sm/Iterator/prototype/reduce/name.js +++ b/test/staging/sm/Iterator/prototype/reduce/name.js @@ -4,7 +4,6 @@ /*--- description: | `name` property of Iterator.prototype.reduce. -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/reduce/next-throws-iterator-not-closed.js b/test/staging/sm/Iterator/prototype/reduce/next-throws-iterator-not-closed.js index 74266322ea..b15d333b5b 100644 --- a/test/staging/sm/Iterator/prototype/reduce/next-throws-iterator-not-closed.js +++ b/test/staging/sm/Iterator/prototype/reduce/next-throws-iterator-not-closed.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/reduce/no-initial-value-set-accumulator-to-first-value.js b/test/staging/sm/Iterator/prototype/reduce/no-initial-value-set-accumulator-to-first-value.js index 9654165ddf..7ce69dbf2c 100644 --- a/test/staging/sm/Iterator/prototype/reduce/no-initial-value-set-accumulator-to-first-value.js +++ b/test/staging/sm/Iterator/prototype/reduce/no-initial-value-set-accumulator-to-first-value.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/reduce/proxy.js b/test/staging/sm/Iterator/prototype/reduce/proxy.js index 0f8f94c696..86acef5f94 100644 --- a/test/staging/sm/Iterator/prototype/reduce/proxy.js +++ b/test/staging/sm/Iterator/prototype/reduce/proxy.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/reduce/reduce.js b/test/staging/sm/Iterator/prototype/reduce/reduce.js index 58061e7747..608ed20e89 100644 --- a/test/staging/sm/Iterator/prototype/reduce/reduce.js +++ b/test/staging/sm/Iterator/prototype/reduce/reduce.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/reduce/reducer-not-callable-throws.js b/test/staging/sm/Iterator/prototype/reduce/reducer-not-callable-throws.js index 435e12de67..df2808a8a5 100644 --- a/test/staging/sm/Iterator/prototype/reduce/reducer-not-callable-throws.js +++ b/test/staging/sm/Iterator/prototype/reduce/reducer-not-callable-throws.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/reduce/reducer-throws-iterator-closed.js b/test/staging/sm/Iterator/prototype/reduce/reducer-throws-iterator-closed.js index eb58a36d68..f3ab17bf89 100644 --- a/test/staging/sm/Iterator/prototype/reduce/reducer-throws-iterator-closed.js +++ b/test/staging/sm/Iterator/prototype/reduce/reducer-throws-iterator-closed.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/reduce/this-not-iterator-throws.js b/test/staging/sm/Iterator/prototype/reduce/this-not-iterator-throws.js index 6ec4e41b5d..f691ed1f85 100644 --- a/test/staging/sm/Iterator/prototype/reduce/this-not-iterator-throws.js +++ b/test/staging/sm/Iterator/prototype/reduce/this-not-iterator-throws.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/reduce/value-throws-iterator-not-closed.js b/test/staging/sm/Iterator/prototype/reduce/value-throws-iterator-not-closed.js index 739241d054..d5732b8fa6 100644 --- a/test/staging/sm/Iterator/prototype/reduce/value-throws-iterator-not-closed.js +++ b/test/staging/sm/Iterator/prototype/reduce/value-throws-iterator-not-closed.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/some/check-fn-after-getting-iterator.js b/test/staging/sm/Iterator/prototype/some/check-fn-after-getting-iterator.js index 71a634733a..7128f91f58 100644 --- a/test/staging/sm/Iterator/prototype/some/check-fn-after-getting-iterator.js +++ b/test/staging/sm/Iterator/prototype/some/check-fn-after-getting-iterator.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] +includes: [compareArray.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/some/coerce-result-to-boolean.js b/test/staging/sm/Iterator/prototype/some/coerce-result-to-boolean.js index cb0778895e..5960846fa4 100644 --- a/test/staging/sm/Iterator/prototype/some/coerce-result-to-boolean.js +++ b/test/staging/sm/Iterator/prototype/some/coerce-result-to-boolean.js @@ -5,7 +5,6 @@ features: - IsHTMLDDA - iterator-helpers -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict info: | diff --git a/test/staging/sm/Iterator/prototype/some/descriptor.js b/test/staging/sm/Iterator/prototype/some/descriptor.js index aaced1fffe..cb9b33a97e 100644 --- a/test/staging/sm/Iterator/prototype/some/descriptor.js +++ b/test/staging/sm/Iterator/prototype/some/descriptor.js @@ -6,7 +6,6 @@ info: | Descriptor property of Iterator.prototype.some Iterator is not enabled unconditionally -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/some/error-from-correct-realm.js b/test/staging/sm/Iterator/prototype/some/error-from-correct-realm.js index b80ac9add4..628f16a17d 100644 --- a/test/staging/sm/Iterator/prototype/some/error-from-correct-realm.js +++ b/test/staging/sm/Iterator/prototype/some/error-from-correct-realm.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/some/fn-not-callable-throws.js b/test/staging/sm/Iterator/prototype/some/fn-not-callable-throws.js index 7184b5bf19..f32618fe72 100644 --- a/test/staging/sm/Iterator/prototype/some/fn-not-callable-throws.js +++ b/test/staging/sm/Iterator/prototype/some/fn-not-callable-throws.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/some/fn-throws-close-iterator.js b/test/staging/sm/Iterator/prototype/some/fn-throws-close-iterator.js index c88ac4f4df..4f92792265 100644 --- a/test/staging/sm/Iterator/prototype/some/fn-throws-close-iterator.js +++ b/test/staging/sm/Iterator/prototype/some/fn-throws-close-iterator.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/some/length.js b/test/staging/sm/Iterator/prototype/some/length.js index 7339c344a3..51648ef24b 100644 --- a/test/staging/sm/Iterator/prototype/some/length.js +++ b/test/staging/sm/Iterator/prototype/some/length.js @@ -10,7 +10,6 @@ info: | false, [[Configurable]]: true }. Iterator is not enabled unconditionally -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/some/name.js b/test/staging/sm/Iterator/prototype/some/name.js index ea8815af8f..c03231e0df 100644 --- a/test/staging/sm/Iterator/prototype/some/name.js +++ b/test/staging/sm/Iterator/prototype/some/name.js @@ -4,7 +4,6 @@ /*--- description: | `name` property of Iterator.prototype.some. -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/some/next-throws-iterator-not-closed.js b/test/staging/sm/Iterator/prototype/some/next-throws-iterator-not-closed.js index 3fe6387229..5dbc0a5590 100644 --- a/test/staging/sm/Iterator/prototype/some/next-throws-iterator-not-closed.js +++ b/test/staging/sm/Iterator/prototype/some/next-throws-iterator-not-closed.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/some/proxy.js b/test/staging/sm/Iterator/prototype/some/proxy.js index 045f6a5a1b..bda4bf4f57 100644 --- a/test/staging/sm/Iterator/prototype/some/proxy.js +++ b/test/staging/sm/Iterator/prototype/some/proxy.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/some/return-false-if-none-match.js b/test/staging/sm/Iterator/prototype/some/return-false-if-none-match.js index 9df6e8c38f..1538bf94dd 100644 --- a/test/staging/sm/Iterator/prototype/some/return-false-if-none-match.js +++ b/test/staging/sm/Iterator/prototype/some/return-false-if-none-match.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/some/short-circuit-on-true.js b/test/staging/sm/Iterator/prototype/some/short-circuit-on-true.js index 5fda442df0..21d6692985 100644 --- a/test/staging/sm/Iterator/prototype/some/short-circuit-on-true.js +++ b/test/staging/sm/Iterator/prototype/some/short-circuit-on-true.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/some/this-not-iterator-throws.js b/test/staging/sm/Iterator/prototype/some/this-not-iterator-throws.js index b59c4946fa..95e46e6c01 100644 --- a/test/staging/sm/Iterator/prototype/some/this-not-iterator-throws.js +++ b/test/staging/sm/Iterator/prototype/some/this-not-iterator-throws.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/some/value-throws-iterator-not-closed.js b/test/staging/sm/Iterator/prototype/some/value-throws-iterator-not-closed.js index 2370cf2576..1d6750449c 100644 --- a/test/staging/sm/Iterator/prototype/some/value-throws-iterator-not-closed.js +++ b/test/staging/sm/Iterator/prototype/some/value-throws-iterator-not-closed.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/take-drop-throw-eagerly-on-negative.js b/test/staging/sm/Iterator/prototype/take-drop-throw-eagerly-on-negative.js index c8312e35ac..575791a0aa 100644 --- a/test/staging/sm/Iterator/prototype/take-drop-throw-eagerly-on-negative.js +++ b/test/staging/sm/Iterator/prototype/take-drop-throw-eagerly-on-negative.js @@ -9,7 +9,6 @@ info: | Iterator Helpers proposal 2.1.5.4 and 2.1.5.5 features: - iterator-helpers -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/take-drop-throw-eagerly-on-non-integer.js b/test/staging/sm/Iterator/prototype/take-drop-throw-eagerly-on-non-integer.js index 07aaee8018..13e5167850 100644 --- a/test/staging/sm/Iterator/prototype/take-drop-throw-eagerly-on-non-integer.js +++ b/test/staging/sm/Iterator/prototype/take-drop-throw-eagerly-on-non-integer.js @@ -9,7 +9,6 @@ info: | Iterator Helpers proposal 2.1.5.4 and 2.1.5.5 features: - iterator-helpers -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/take/close-iterator-when-none-remaining.js b/test/staging/sm/Iterator/prototype/take/close-iterator-when-none-remaining.js index 5f74b65567..8b0116dc63 100644 --- a/test/staging/sm/Iterator/prototype/take/close-iterator-when-none-remaining.js +++ b/test/staging/sm/Iterator/prototype/take/close-iterator-when-none-remaining.js @@ -9,7 +9,6 @@ info: | Iterator Helpers proposal 2.1.5.4 features: - iterator-helpers -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/take/length.js b/test/staging/sm/Iterator/prototype/take/length.js index 16ed282917..c4f92a89c6 100644 --- a/test/staging/sm/Iterator/prototype/take/length.js +++ b/test/staging/sm/Iterator/prototype/take/length.js @@ -10,7 +10,6 @@ info: | features: - Symbol.iterator - iterator-helpers -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/take/name.js b/test/staging/sm/Iterator/prototype/take/name.js index ad44889130..d9a822abd2 100644 --- a/test/staging/sm/Iterator/prototype/take/name.js +++ b/test/staging/sm/Iterator/prototype/take/name.js @@ -9,7 +9,6 @@ info: | 17 ECMAScript Standard Built-in Objects features: - iterator-helpers -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/take/take-more-than-available.js b/test/staging/sm/Iterator/prototype/take/take-more-than-available.js index 6dacddf833..d8d14f8830 100644 --- a/test/staging/sm/Iterator/prototype/take/take-more-than-available.js +++ b/test/staging/sm/Iterator/prototype/take/take-more-than-available.js @@ -12,7 +12,6 @@ info: | d. If next is false, return undefined. features: - iterator-helpers -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/toArray/create-in-current-realm.js b/test/staging/sm/Iterator/prototype/toArray/create-in-current-realm.js index 92b55a82f3..6dd023d9a8 100644 --- a/test/staging/sm/Iterator/prototype/toArray/create-in-current-realm.js +++ b/test/staging/sm/Iterator/prototype/toArray/create-in-current-realm.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/toArray/descriptor.js b/test/staging/sm/Iterator/prototype/toArray/descriptor.js index 161f90e9b3..847bb9179b 100644 --- a/test/staging/sm/Iterator/prototype/toArray/descriptor.js +++ b/test/staging/sm/Iterator/prototype/toArray/descriptor.js @@ -6,7 +6,6 @@ info: | Descriptor property of Iterator.prototype.toArray Iterator is not enabled unconditionally -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/toArray/iterator-empty.js b/test/staging/sm/Iterator/prototype/toArray/iterator-empty.js index 6c86ac7299..fa1c54a5ad 100644 --- a/test/staging/sm/Iterator/prototype/toArray/iterator-empty.js +++ b/test/staging/sm/Iterator/prototype/toArray/iterator-empty.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/toArray/length.js b/test/staging/sm/Iterator/prototype/toArray/length.js index ebb1ba5295..ef2e2a3477 100644 --- a/test/staging/sm/Iterator/prototype/toArray/length.js +++ b/test/staging/sm/Iterator/prototype/toArray/length.js @@ -10,7 +10,6 @@ info: | false, [[Configurable]]: true }. Iterator is not enabled unconditionally -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/toArray/name.js b/test/staging/sm/Iterator/prototype/toArray/name.js index 4039c5e961..03e4cdf3d6 100644 --- a/test/staging/sm/Iterator/prototype/toArray/name.js +++ b/test/staging/sm/Iterator/prototype/toArray/name.js @@ -4,7 +4,6 @@ /*--- description: | `name` property of Iterator.prototype.toArray. -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/toArray/next-throws.js b/test/staging/sm/Iterator/prototype/toArray/next-throws.js index b167f7635c..9541423a3b 100644 --- a/test/staging/sm/Iterator/prototype/toArray/next-throws.js +++ b/test/staging/sm/Iterator/prototype/toArray/next-throws.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/toArray/proxy.js b/test/staging/sm/Iterator/prototype/toArray/proxy.js index 383cc79749..f6b811db7c 100644 --- a/test/staging/sm/Iterator/prototype/toArray/proxy.js +++ b/test/staging/sm/Iterator/prototype/toArray/proxy.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/toArray/this-not-iterator-throws.js b/test/staging/sm/Iterator/prototype/toArray/this-not-iterator-throws.js index 00b37605d7..731b647b05 100644 --- a/test/staging/sm/Iterator/prototype/toArray/this-not-iterator-throws.js +++ b/test/staging/sm/Iterator/prototype/toArray/this-not-iterator-throws.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/toArray/toArray.js b/test/staging/sm/Iterator/prototype/toArray/toArray.js index 2262507e4e..3a79a9e168 100644 --- a/test/staging/sm/Iterator/prototype/toArray/toArray.js +++ b/test/staging/sm/Iterator/prototype/toArray/toArray.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/toArray/value-throws-iterator-not-closed.js b/test/staging/sm/Iterator/prototype/toArray/value-throws-iterator-not-closed.js index 1d7ba79216..0a110dbeaa 100644 --- a/test/staging/sm/Iterator/prototype/toArray/value-throws-iterator-not-closed.js +++ b/test/staging/sm/Iterator/prototype/toArray/value-throws-iterator-not-closed.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/JSON/cyclic-stringify-unrelated.js b/test/staging/sm/JSON/cyclic-stringify-unrelated.js index 380915b201..edf20e485e 100644 --- a/test/staging/sm/JSON/cyclic-stringify-unrelated.js +++ b/test/staging/sm/JSON/cyclic-stringify-unrelated.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/JSON/cyclic-stringify.js b/test/staging/sm/JSON/cyclic-stringify.js index 1f96ba07fe..d8d69026c7 100644 --- a/test/staging/sm/JSON/cyclic-stringify.js +++ b/test/staging/sm/JSON/cyclic-stringify.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/JSON/parse-arguments.js b/test/staging/sm/JSON/parse-arguments.js index fc12923a76..99a0ba80d7 100644 --- a/test/staging/sm/JSON/parse-arguments.js +++ b/test/staging/sm/JSON/parse-arguments.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/JSON/parse-crockford-01.js b/test/staging/sm/JSON/parse-crockford-01.js index e984a68a2e..7897d1d9c4 100644 --- a/test/staging/sm/JSON/parse-crockford-01.js +++ b/test/staging/sm/JSON/parse-crockford-01.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/JSON/parse-mega-huge-array.js b/test/staging/sm/JSON/parse-mega-huge-array.js index cc61e6e693..a8f2c5655c 100644 --- a/test/staging/sm/JSON/parse-mega-huge-array.js +++ b/test/staging/sm/JSON/parse-mega-huge-array.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/JSON/parse-primitives.js b/test/staging/sm/JSON/parse-primitives.js index 7027058d22..aa51879dd7 100644 --- a/test/staging/sm/JSON/parse-primitives.js +++ b/test/staging/sm/JSON/parse-primitives.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/JSON/parse-reviver-array-delete.js b/test/staging/sm/JSON/parse-reviver-array-delete.js index b981e8f5aa..1a85a910ce 100644 --- a/test/staging/sm/JSON/parse-reviver-array-delete.js +++ b/test/staging/sm/JSON/parse-reviver-array-delete.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/JSON/parse-reviver.js b/test/staging/sm/JSON/parse-reviver.js index 0b7df1add3..c449f48690 100644 --- a/test/staging/sm/JSON/parse-reviver.js +++ b/test/staging/sm/JSON/parse-reviver.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/JSON/parse-with-source.js b/test/staging/sm/JSON/parse-with-source.js index b3bcc95a55..ad5674dee5 100644 --- a/test/staging/sm/JSON/parse-with-source.js +++ b/test/staging/sm/JSON/parse-with-source.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [compareArray.js, deepEqual.js, sm/non262-shell.js, sm/non262.js] +includes: [compareArray.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/JSON/parse.js b/test/staging/sm/JSON/parse.js index 2540822349..317ab34072 100644 --- a/test/staging/sm/JSON/parse.js +++ b/test/staging/sm/JSON/parse.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/JSON/regress-459293.js b/test/staging/sm/JSON/regress-459293.js index 5f01838052..9af62cd789 100644 --- a/test/staging/sm/JSON/regress-459293.js +++ b/test/staging/sm/JSON/regress-459293.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/JSON/stringify-boxed-primitives.js b/test/staging/sm/JSON/stringify-boxed-primitives.js index 7ab04cc479..78e991e839 100644 --- a/test/staging/sm/JSON/stringify-boxed-primitives.js +++ b/test/staging/sm/JSON/stringify-boxed-primitives.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/JSON/stringify-call-replacer-once.js b/test/staging/sm/JSON/stringify-call-replacer-once.js index a34fc551f3..0fd0fe1335 100644 --- a/test/staging/sm/JSON/stringify-call-replacer-once.js +++ b/test/staging/sm/JSON/stringify-call-replacer-once.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/JSON/stringify-call-toJSON-once.js b/test/staging/sm/JSON/stringify-call-toJSON-once.js index 773d4b77b0..b5fcc5a9b2 100644 --- a/test/staging/sm/JSON/stringify-call-toJSON-once.js +++ b/test/staging/sm/JSON/stringify-call-toJSON-once.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/JSON/stringify-dropping-elements.js b/test/staging/sm/JSON/stringify-dropping-elements.js index f7a2293a68..34cf5a7ad2 100644 --- a/test/staging/sm/JSON/stringify-dropping-elements.js +++ b/test/staging/sm/JSON/stringify-dropping-elements.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/JSON/stringify-gap.js b/test/staging/sm/JSON/stringify-gap.js index 7534cb6e01..b50b0dd281 100644 --- a/test/staging/sm/JSON/stringify-gap.js +++ b/test/staging/sm/JSON/stringify-gap.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/JSON/stringify-ignore-noncallable-toJSON.js b/test/staging/sm/JSON/stringify-ignore-noncallable-toJSON.js index 963fd688b6..95ba3b73b1 100644 --- a/test/staging/sm/JSON/stringify-ignore-noncallable-toJSON.js +++ b/test/staging/sm/JSON/stringify-ignore-noncallable-toJSON.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/JSON/stringify-large-replacer-array.js b/test/staging/sm/JSON/stringify-large-replacer-array.js index 148ab2643a..5a0b66487c 100644 --- a/test/staging/sm/JSON/stringify-large-replacer-array.js +++ b/test/staging/sm/JSON/stringify-large-replacer-array.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/JSON/stringify-missing-arguments.js b/test/staging/sm/JSON/stringify-missing-arguments.js index 5a56a343b9..816872f276 100644 --- a/test/staging/sm/JSON/stringify-missing-arguments.js +++ b/test/staging/sm/JSON/stringify-missing-arguments.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/JSON/stringify-nonarray-noncallable-replacer.js b/test/staging/sm/JSON/stringify-nonarray-noncallable-replacer.js index 0bf796d3dc..c443b93040 100644 --- a/test/staging/sm/JSON/stringify-nonarray-noncallable-replacer.js +++ b/test/staging/sm/JSON/stringify-nonarray-noncallable-replacer.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/JSON/stringify-primitives.js b/test/staging/sm/JSON/stringify-primitives.js index 30cb99192d..ac81982338 100644 --- a/test/staging/sm/JSON/stringify-primitives.js +++ b/test/staging/sm/JSON/stringify-primitives.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/JSON/stringify-replacer-array-boxed-elements.js b/test/staging/sm/JSON/stringify-replacer-array-boxed-elements.js index 815cbef110..ccbc394d29 100644 --- a/test/staging/sm/JSON/stringify-replacer-array-boxed-elements.js +++ b/test/staging/sm/JSON/stringify-replacer-array-boxed-elements.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/JSON/stringify-replacer-array-duplicated-element.js b/test/staging/sm/JSON/stringify-replacer-array-duplicated-element.js index bb4e833517..ae77f5bee7 100644 --- a/test/staging/sm/JSON/stringify-replacer-array-duplicated-element.js +++ b/test/staging/sm/JSON/stringify-replacer-array-duplicated-element.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/JSON/stringify-replacer-array-edgecase-jsid-elements.js b/test/staging/sm/JSON/stringify-replacer-array-edgecase-jsid-elements.js index 289e3f332d..0bfcf66654 100644 --- a/test/staging/sm/JSON/stringify-replacer-array-edgecase-jsid-elements.js +++ b/test/staging/sm/JSON/stringify-replacer-array-edgecase-jsid-elements.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/JSON/stringify-replacer-array-hijinks.js b/test/staging/sm/JSON/stringify-replacer-array-hijinks.js index a2b0b643d7..33e209805f 100644 --- a/test/staging/sm/JSON/stringify-replacer-array-hijinks.js +++ b/test/staging/sm/JSON/stringify-replacer-array-hijinks.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/JSON/stringify-replacer-array-skipped-element.js b/test/staging/sm/JSON/stringify-replacer-array-skipped-element.js index a1bebc2884..3901642e7a 100644 --- a/test/staging/sm/JSON/stringify-replacer-array-skipped-element.js +++ b/test/staging/sm/JSON/stringify-replacer-array-skipped-element.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/JSON/stringify-replacer-array-trailing-holes.js b/test/staging/sm/JSON/stringify-replacer-array-trailing-holes.js index 06fb04a109..ce5455580f 100644 --- a/test/staging/sm/JSON/stringify-replacer-array-trailing-holes.js +++ b/test/staging/sm/JSON/stringify-replacer-array-trailing-holes.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/JSON/stringify-replacer-with-array-indexes.js b/test/staging/sm/JSON/stringify-replacer-with-array-indexes.js index 3c9c4c3032..1dbf8b21a2 100644 --- a/test/staging/sm/JSON/stringify-replacer-with-array-indexes.js +++ b/test/staging/sm/JSON/stringify-replacer-with-array-indexes.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/JSON/stringify-replacer.js b/test/staging/sm/JSON/stringify-replacer.js index 4086d9fd51..dbc666ffef 100644 --- a/test/staging/sm/JSON/stringify-replacer.js +++ b/test/staging/sm/JSON/stringify-replacer.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/JSON/stringify-special-escapes.js b/test/staging/sm/JSON/stringify-special-escapes.js index 201fa686ee..4e492c0080 100644 --- a/test/staging/sm/JSON/stringify-special-escapes.js +++ b/test/staging/sm/JSON/stringify-special-escapes.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/JSON/stringify-toJSON-arguments.js b/test/staging/sm/JSON/stringify-toJSON-arguments.js index e550073657..5bd159c6d6 100644 --- a/test/staging/sm/JSON/stringify-toJSON-arguments.js +++ b/test/staging/sm/JSON/stringify-toJSON-arguments.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/JSON/stringify.js b/test/staging/sm/JSON/stringify.js index 80a116ff15..6e56f78dc4 100644 --- a/test/staging/sm/JSON/stringify.js +++ b/test/staging/sm/JSON/stringify.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Map/NaN-as-key.js b/test/staging/sm/Map/NaN-as-key.js index 5e85c65b0b..5b4c27cc79 100644 --- a/test/staging/sm/Map/NaN-as-key.js +++ b/test/staging/sm/Map/NaN-as-key.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Map/constructor-iterator-close.js b/test/staging/sm/Map/constructor-iterator-close.js index 3bc93b8d7b..866d7ca979 100644 --- a/test/staging/sm/Map/constructor-iterator-close.js +++ b/test/staging/sm/Map/constructor-iterator-close.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Map/constructor-iterator-primitive.js b/test/staging/sm/Map/constructor-iterator-primitive.js index 73de2fc0e2..64fbbea400 100644 --- a/test/staging/sm/Map/constructor-iterator-primitive.js +++ b/test/staging/sm/Map/constructor-iterator-primitive.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Map/forEach-selfhosted-behavior.js b/test/staging/sm/Map/forEach-selfhosted-behavior.js index 29c4bb56ad..52e7381065 100644 --- a/test/staging/sm/Map/forEach-selfhosted-behavior.js +++ b/test/staging/sm/Map/forEach-selfhosted-behavior.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Map/getter-name.js b/test/staging/sm/Map/getter-name.js index 1a52db1b0c..5765cc8e38 100644 --- a/test/staging/sm/Map/getter-name.js +++ b/test/staging/sm/Map/getter-name.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Map/iterable.js b/test/staging/sm/Map/iterable.js index 9a7150d9ab..b5c3f5d8de 100644 --- a/test/staging/sm/Map/iterable.js +++ b/test/staging/sm/Map/iterable.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Map/symbols.js b/test/staging/sm/Map/symbols.js index e986a1632c..ffd605f26e 100644 --- a/test/staging/sm/Map/symbols.js +++ b/test/staging/sm/Map/symbols.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] +includes: [deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/Math/20.2.2.ToNumber.js b/test/staging/sm/Math/20.2.2.ToNumber.js index 5b9bc9e275..e5fba94bad 100644 --- a/test/staging/sm/Math/20.2.2.ToNumber.js +++ b/test/staging/sm/Math/20.2.2.ToNumber.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] +includes: [sm/non262-Math-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Math/acosh-approx.js b/test/staging/sm/Math/acosh-approx.js index 6af46bf582..150e216e1f 100644 --- a/test/staging/sm/Math/acosh-approx.js +++ b/test/staging/sm/Math/acosh-approx.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] +includes: [sm/non262-Math-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Math/acosh-exact.js b/test/staging/sm/Math/acosh-exact.js index 134cc04f61..b5e517e7e6 100644 --- a/test/staging/sm/Math/acosh-exact.js +++ b/test/staging/sm/Math/acosh-exact.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] +includes: [sm/non262-Math-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Math/asinh-approx.js b/test/staging/sm/Math/asinh-approx.js index 0af6258efe..2c517b1806 100644 --- a/test/staging/sm/Math/asinh-approx.js +++ b/test/staging/sm/Math/asinh-approx.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] +includes: [sm/non262-Math-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Math/asinh-exact.js b/test/staging/sm/Math/asinh-exact.js index 03624ca230..ad1a57c163 100644 --- a/test/staging/sm/Math/asinh-exact.js +++ b/test/staging/sm/Math/asinh-exact.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] +includes: [sm/non262-Math-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Math/atanh-approx.js b/test/staging/sm/Math/atanh-approx.js index 16ea1b086a..0f3f904077 100644 --- a/test/staging/sm/Math/atanh-approx.js +++ b/test/staging/sm/Math/atanh-approx.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] +includes: [sm/non262-Math-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Math/atanh-exact.js b/test/staging/sm/Math/atanh-exact.js index 368591394f..d90cef3ae1 100644 --- a/test/staging/sm/Math/atanh-exact.js +++ b/test/staging/sm/Math/atanh-exact.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] +includes: [sm/non262-Math-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Math/cbrt-approx.js b/test/staging/sm/Math/cbrt-approx.js index 02095245df..9968b8362e 100644 --- a/test/staging/sm/Math/cbrt-approx.js +++ b/test/staging/sm/Math/cbrt-approx.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] +includes: [sm/non262-Math-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Math/cbrt-exact.js b/test/staging/sm/Math/cbrt-exact.js index 4ad005381d..a6a0eb3678 100644 --- a/test/staging/sm/Math/cbrt-exact.js +++ b/test/staging/sm/Math/cbrt-exact.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] +includes: [sm/non262-Math-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Math/clz32.js b/test/staging/sm/Math/clz32.js index 8e162d6783..227d1a6d9b 100644 --- a/test/staging/sm/Math/clz32.js +++ b/test/staging/sm/Math/clz32.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] +includes: [sm/non262-Math-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Math/cosh-approx.js b/test/staging/sm/Math/cosh-approx.js index 9a528846b7..12bb5761b7 100644 --- a/test/staging/sm/Math/cosh-approx.js +++ b/test/staging/sm/Math/cosh-approx.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] +includes: [sm/non262-Math-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Math/cosh-exact.js b/test/staging/sm/Math/cosh-exact.js index 9336f57e8f..f6ca9b970b 100644 --- a/test/staging/sm/Math/cosh-exact.js +++ b/test/staging/sm/Math/cosh-exact.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] +includes: [sm/non262-Math-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Math/exp-exact.js b/test/staging/sm/Math/exp-exact.js index a206617f61..6291ba4137 100644 --- a/test/staging/sm/Math/exp-exact.js +++ b/test/staging/sm/Math/exp-exact.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] +includes: [sm/non262-Math-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Math/expm1-approx.js b/test/staging/sm/Math/expm1-approx.js index 0122cdb5d2..02c094fd90 100644 --- a/test/staging/sm/Math/expm1-approx.js +++ b/test/staging/sm/Math/expm1-approx.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] +includes: [sm/non262-Math-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Math/expm1-exact.js b/test/staging/sm/Math/expm1-exact.js index f2d5dee6b6..2cf3a0eec4 100644 --- a/test/staging/sm/Math/expm1-exact.js +++ b/test/staging/sm/Math/expm1-exact.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] +includes: [sm/non262-Math-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Math/expm1-monotonicity.js b/test/staging/sm/Math/expm1-monotonicity.js index 39dbb769b0..460a12ac49 100644 --- a/test/staging/sm/Math/expm1-monotonicity.js +++ b/test/staging/sm/Math/expm1-monotonicity.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] +includes: [sm/non262-Math-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Math/f16round.js b/test/staging/sm/Math/f16round.js index 4158c55cec..d4726f760f 100644 --- a/test/staging/sm/Math/f16round.js +++ b/test/staging/sm/Math/f16round.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] +includes: [sm/non262-Math-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Math/fround.js b/test/staging/sm/Math/fround.js index c10c18efa3..d7c65efbb4 100644 --- a/test/staging/sm/Math/fround.js +++ b/test/staging/sm/Math/fround.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] +includes: [sm/non262-Math-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Math/log10-approx.js b/test/staging/sm/Math/log10-approx.js index 70359eb030..5fafcc6ff8 100644 --- a/test/staging/sm/Math/log10-approx.js +++ b/test/staging/sm/Math/log10-approx.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] +includes: [sm/non262-Math-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Math/log10-exact.js b/test/staging/sm/Math/log10-exact.js index 4c98c6c8f6..c7600036e0 100644 --- a/test/staging/sm/Math/log10-exact.js +++ b/test/staging/sm/Math/log10-exact.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] +includes: [sm/non262-Math-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Math/log1p-approx.js b/test/staging/sm/Math/log1p-approx.js index 8abe074d18..2535e2e7d0 100644 --- a/test/staging/sm/Math/log1p-approx.js +++ b/test/staging/sm/Math/log1p-approx.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] +includes: [sm/non262-Math-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Math/log1p-exact.js b/test/staging/sm/Math/log1p-exact.js index 8a49746246..e8f9ec8cc8 100644 --- a/test/staging/sm/Math/log1p-exact.js +++ b/test/staging/sm/Math/log1p-exact.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] +includes: [sm/non262-Math-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Math/log2-approx.js b/test/staging/sm/Math/log2-approx.js index 4c967ee199..202d4eeefc 100644 --- a/test/staging/sm/Math/log2-approx.js +++ b/test/staging/sm/Math/log2-approx.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] +includes: [sm/non262-Math-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Math/log2-exact.js b/test/staging/sm/Math/log2-exact.js index a21efe883d..43a76c99b4 100644 --- a/test/staging/sm/Math/log2-exact.js +++ b/test/staging/sm/Math/log2-exact.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] +includes: [sm/non262-Math-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Math/sign.js b/test/staging/sm/Math/sign.js index 6b448e61aa..db6f44742d 100644 --- a/test/staging/sm/Math/sign.js +++ b/test/staging/sm/Math/sign.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] +includes: [sm/non262-Math-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Math/sinh-approx.js b/test/staging/sm/Math/sinh-approx.js index e100eb32ba..8712bb5e87 100644 --- a/test/staging/sm/Math/sinh-approx.js +++ b/test/staging/sm/Math/sinh-approx.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] +includes: [sm/non262-Math-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Math/sinh-exact.js b/test/staging/sm/Math/sinh-exact.js index 105017869f..9ced807258 100644 --- a/test/staging/sm/Math/sinh-exact.js +++ b/test/staging/sm/Math/sinh-exact.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] +includes: [sm/non262-Math-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Math/tanh-approx.js b/test/staging/sm/Math/tanh-approx.js index 78154983fc..5fd5d3b8d8 100644 --- a/test/staging/sm/Math/tanh-approx.js +++ b/test/staging/sm/Math/tanh-approx.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] +includes: [sm/non262-Math-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Math/tanh-exact.js b/test/staging/sm/Math/tanh-exact.js index 382ae4ebbd..cc63b65553 100644 --- a/test/staging/sm/Math/tanh-exact.js +++ b/test/staging/sm/Math/tanh-exact.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] +includes: [sm/non262-Math-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Math/trunc.js b/test/staging/sm/Math/trunc.js index 5af904dd30..56c39b8681 100644 --- a/test/staging/sm/Math/trunc.js +++ b/test/staging/sm/Math/trunc.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] +includes: [sm/non262-Math-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Number/0x-without-following-hexdigits.js b/test/staging/sm/Number/0x-without-following-hexdigits.js index 626eca9f41..9283ac9ea4 100644 --- a/test/staging/sm/Number/0x-without-following-hexdigits.js +++ b/test/staging/sm/Number/0x-without-following-hexdigits.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Number/15.7.3.7-EPSILON.js b/test/staging/sm/Number/15.7.3.7-EPSILON.js index f9d7e3b65b..0aeb1db036 100644 --- a/test/staging/sm/Number/15.7.3.7-EPSILON.js +++ b/test/staging/sm/Number/15.7.3.7-EPSILON.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Number/20.1.2.10-MIN_SAFE_INTEGER.js b/test/staging/sm/Number/20.1.2.10-MIN_SAFE_INTEGER.js index aa2fb5196c..bf9c91d154 100644 --- a/test/staging/sm/Number/20.1.2.10-MIN_SAFE_INTEGER.js +++ b/test/staging/sm/Number/20.1.2.10-MIN_SAFE_INTEGER.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Number/20.1.2.6-MAX_SAFE_INTEGER.js b/test/staging/sm/Number/20.1.2.6-MAX_SAFE_INTEGER.js index 1a69299fc1..7383711c96 100644 --- a/test/staging/sm/Number/20.1.2.6-MAX_SAFE_INTEGER.js +++ b/test/staging/sm/Number/20.1.2.6-MAX_SAFE_INTEGER.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Number/20.1.3.2-toExponential.js b/test/staging/sm/Number/20.1.3.2-toExponential.js index 686395f709..13b1610cbe 100644 --- a/test/staging/sm/Number/20.1.3.2-toExponential.js +++ b/test/staging/sm/Number/20.1.3.2-toExponential.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] +includes: [sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Number/20.1.3.2-toPrecision.js b/test/staging/sm/Number/20.1.3.2-toPrecision.js index 99230df43b..92cacbf2ee 100644 --- a/test/staging/sm/Number/20.1.3.2-toPrecision.js +++ b/test/staging/sm/Number/20.1.3.2-toPrecision.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] +includes: [sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Number/20.1.3.3-toFixed.js b/test/staging/sm/Number/20.1.3.3-toFixed.js index 98f0da3929..b646058206 100644 --- a/test/staging/sm/Number/20.1.3.3-toFixed.js +++ b/test/staging/sm/Number/20.1.3.3-toFixed.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Number/conversion-invalid-precision.js b/test/staging/sm/Number/conversion-invalid-precision.js index 7a96d5fdcd..67a5d8cfa0 100644 --- a/test/staging/sm/Number/conversion-invalid-precision.js +++ b/test/staging/sm/Number/conversion-invalid-precision.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Number/defaultvalue.js b/test/staging/sm/Number/defaultvalue.js index 35e64681e7..7e836a035f 100644 --- a/test/staging/sm/Number/defaultvalue.js +++ b/test/staging/sm/Number/defaultvalue.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Number/isSafeInteger-01.js b/test/staging/sm/Number/isSafeInteger-01.js index b7f4d0baa1..a9abad51f9 100644 --- a/test/staging/sm/Number/isSafeInteger-01.js +++ b/test/staging/sm/Number/isSafeInteger-01.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Number/numericSeparator.js b/test/staging/sm/Number/numericSeparator.js index 6e3533c9ea..26c4d14b39 100644 --- a/test/staging/sm/Number/numericSeparator.js +++ b/test/staging/sm/Number/numericSeparator.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Number/parseFloat-01.js b/test/staging/sm/Number/parseFloat-01.js index 50d5b211d1..65feee9587 100644 --- a/test/staging/sm/Number/parseFloat-01.js +++ b/test/staging/sm/Number/parseFloat-01.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Number/parseInt-01.js b/test/staging/sm/Number/parseInt-01.js index 5afb2ade9c..1a144bd9b9 100644 --- a/test/staging/sm/Number/parseInt-01.js +++ b/test/staging/sm/Number/parseInt-01.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Number/parseInt-default-to-decimal.js b/test/staging/sm/Number/parseInt-default-to-decimal.js index 10a4843000..9f61ffd704 100644 --- a/test/staging/sm/Number/parseInt-default-to-decimal.js +++ b/test/staging/sm/Number/parseInt-default-to-decimal.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Number/toExponential-values.js b/test/staging/sm/Number/toExponential-values.js index dc6aaf8d32..40a910429e 100644 --- a/test/staging/sm/Number/toExponential-values.js +++ b/test/staging/sm/Number/toExponential-values.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Number/toFixed-values.js b/test/staging/sm/Number/toFixed-values.js index 2b054d9d58..d7f6b78f2f 100644 --- a/test/staging/sm/Number/toFixed-values.js +++ b/test/staging/sm/Number/toFixed-values.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Number/toPrecision-values.js b/test/staging/sm/Number/toPrecision-values.js index 06a1cd9366..91812febe1 100644 --- a/test/staging/sm/Number/toPrecision-values.js +++ b/test/staging/sm/Number/toPrecision-values.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Number/toString-radix-handling.js b/test/staging/sm/Number/toString-radix-handling.js index fd81578462..6ebab29bb7 100644 --- a/test/staging/sm/Number/toString-radix-handling.js +++ b/test/staging/sm/Number/toString-radix-handling.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Number/tonumber-string-hex.js b/test/staging/sm/Number/tonumber-string-hex.js index a63d4e03b4..29fe7c19a5 100644 --- a/test/staging/sm/Number/tonumber-string-hex.js +++ b/test/staging/sm/Number/tonumber-string-hex.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/PrivateName/constructor-args.js b/test/staging/sm/PrivateName/constructor-args.js index e4aac8e785..67143aa5e7 100644 --- a/test/staging/sm/PrivateName/constructor-args.js +++ b/test/staging/sm/PrivateName/constructor-args.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/PrivateName/error-outside-class.js b/test/staging/sm/PrivateName/error-outside-class.js index 156dbefdd8..aa051cfd56 100644 --- a/test/staging/sm/PrivateName/error-outside-class.js +++ b/test/staging/sm/PrivateName/error-outside-class.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/PrivateName/home-object-when-preceded-by-computed-key.js b/test/staging/sm/PrivateName/home-object-when-preceded-by-computed-key.js index fa3dcf3a45..e9b40e86a2 100644 --- a/test/staging/sm/PrivateName/home-object-when-preceded-by-computed-key.js +++ b/test/staging/sm/PrivateName/home-object-when-preceded-by-computed-key.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/PrivateName/illegal-in-class-context.js b/test/staging/sm/PrivateName/illegal-in-class-context.js index 066fc3544d..e008ea2903 100644 --- a/test/staging/sm/PrivateName/illegal-in-class-context.js +++ b/test/staging/sm/PrivateName/illegal-in-class-context.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/PrivateName/illegal-in-identifier-context.js b/test/staging/sm/PrivateName/illegal-in-identifier-context.js index 33fcccac5d..53e4184e90 100644 --- a/test/staging/sm/PrivateName/illegal-in-identifier-context.js +++ b/test/staging/sm/PrivateName/illegal-in-identifier-context.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/PrivateName/illegal-in-object-context.js b/test/staging/sm/PrivateName/illegal-in-object-context.js index e20ed639eb..1e4d59d471 100644 --- a/test/staging/sm/PrivateName/illegal-in-object-context.js +++ b/test/staging/sm/PrivateName/illegal-in-object-context.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/PrivateName/lexical-presence.js b/test/staging/sm/PrivateName/lexical-presence.js index aeb126471a..496f29a8ab 100644 --- a/test/staging/sm/PrivateName/lexical-presence.js +++ b/test/staging/sm/PrivateName/lexical-presence.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/PrivateName/modify-non-extensible.js b/test/staging/sm/PrivateName/modify-non-extensible.js index 941491727a..b3e7283cbb 100644 --- a/test/staging/sm/PrivateName/modify-non-extensible.js +++ b/test/staging/sm/PrivateName/modify-non-extensible.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/PrivateName/names.js b/test/staging/sm/PrivateName/names.js index 509b4925a9..4b3006a28c 100644 --- a/test/staging/sm/PrivateName/names.js +++ b/test/staging/sm/PrivateName/names.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/PrivateName/nested-class-in-computed-property-key.js b/test/staging/sm/PrivateName/nested-class-in-computed-property-key.js index 92ecfe623f..8347092a5d 100644 --- a/test/staging/sm/PrivateName/nested-class-in-computed-property-key.js +++ b/test/staging/sm/PrivateName/nested-class-in-computed-property-key.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/PrivateName/nested-class-name-used.js b/test/staging/sm/PrivateName/nested-class-name-used.js index 1ef6094493..a8c29b6e07 100644 --- a/test/staging/sm/PrivateName/nested-class-name-used.js +++ b/test/staging/sm/PrivateName/nested-class-name-used.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/PrivateName/not-iterable.js b/test/staging/sm/PrivateName/not-iterable.js index 4eb79231b7..5a64f9d7b0 100644 --- a/test/staging/sm/PrivateName/not-iterable.js +++ b/test/staging/sm/PrivateName/not-iterable.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/PrivateName/parse-utf8-non-ascii-identifier.js b/test/staging/sm/PrivateName/parse-utf8-non-ascii-identifier.js index cd61475901..27caf69a81 100644 --- a/test/staging/sm/PrivateName/parse-utf8-non-ascii-identifier.js +++ b/test/staging/sm/PrivateName/parse-utf8-non-ascii-identifier.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/PrivateName/proxy-1.js b/test/staging/sm/PrivateName/proxy-1.js index 9279e8787e..232eb55f99 100644 --- a/test/staging/sm/PrivateName/proxy-1.js +++ b/test/staging/sm/PrivateName/proxy-1.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/PrivateName/proxy-init-set.js b/test/staging/sm/PrivateName/proxy-init-set.js index 186cb3ca83..96bba1a2d9 100644 --- a/test/staging/sm/PrivateName/proxy-init-set.js +++ b/test/staging/sm/PrivateName/proxy-init-set.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/PrivateName/read-private-eval.js b/test/staging/sm/PrivateName/read-private-eval.js index 394adcdbfc..8db95399dd 100644 --- a/test/staging/sm/PrivateName/read-private-eval.js +++ b/test/staging/sm/PrivateName/read-private-eval.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/PrivateName/unicode-names.js b/test/staging/sm/PrivateName/unicode-names.js index a31e7a848f..0bf2d5d113 100644 --- a/test/staging/sm/PrivateName/unicode-names.js +++ b/test/staging/sm/PrivateName/unicode-names.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Promise/bug-1287334.js b/test/staging/sm/Promise/bug-1287334.js index fa9d94de03..5fb3376314 100644 --- a/test/staging/sm/Promise/bug-1287334.js +++ b/test/staging/sm/Promise/bug-1287334.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Promise/bug-1288382.js b/test/staging/sm/Promise/bug-1288382.js index e528475935..0996b2f555 100644 --- a/test/staging/sm/Promise/bug-1288382.js +++ b/test/staging/sm/Promise/bug-1288382.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Promise/bug-1289040.js b/test/staging/sm/Promise/bug-1289040.js index 5bdc488259..a5829041cd 100644 --- a/test/staging/sm/Promise/bug-1289040.js +++ b/test/staging/sm/Promise/bug-1289040.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Promise/for-of-iterator-uses-getv.js b/test/staging/sm/Promise/for-of-iterator-uses-getv.js index 49b5e90f06..7609ac7622 100644 --- a/test/staging/sm/Promise/for-of-iterator-uses-getv.js +++ b/test/staging/sm/Promise/for-of-iterator-uses-getv.js @@ -4,7 +4,6 @@ /*--- flags: - onlyStrict -includes: [sm/non262.js, sm/non262-shell.js] description: | pending esid: pending diff --git a/test/staging/sm/Promise/methods-non-enumerable.js b/test/staging/sm/Promise/methods-non-enumerable.js index 6e33b23d35..7b247554d4 100644 --- a/test/staging/sm/Promise/methods-non-enumerable.js +++ b/test/staging/sm/Promise/methods-non-enumerable.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Promise/promise-species.js b/test/staging/sm/Promise/promise-species.js index 7ce56930a3..f3ad303272 100644 --- a/test/staging/sm/Promise/promise-species.js +++ b/test/staging/sm/Promise/promise-species.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Proxy/define-writable-as-non-writable.js b/test/staging/sm/Proxy/define-writable-as-non-writable.js index 0cb6415535..58d83b99c9 100644 --- a/test/staging/sm/Proxy/define-writable-as-non-writable.js +++ b/test/staging/sm/Proxy/define-writable-as-non-writable.js @@ -4,7 +4,6 @@ /*--- flags: - onlyStrict -includes: [sm/non262.js, sm/non262-shell.js] description: | pending esid: pending diff --git a/test/staging/sm/Proxy/delete-non-extensible.js b/test/staging/sm/Proxy/delete-non-extensible.js index dbdd746113..a2131bc05d 100644 --- a/test/staging/sm/Proxy/delete-non-extensible.js +++ b/test/staging/sm/Proxy/delete-non-extensible.js @@ -4,7 +4,6 @@ /*--- flags: - onlyStrict -includes: [sm/non262.js, sm/non262-shell.js] description: | pending esid: pending diff --git a/test/staging/sm/Proxy/getPrototypeOf.js b/test/staging/sm/Proxy/getPrototypeOf.js index 9e0d405e80..42d20b9828 100644 --- a/test/staging/sm/Proxy/getPrototypeOf.js +++ b/test/staging/sm/Proxy/getPrototypeOf.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] +includes: [sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Proxy/global-receiver.js b/test/staging/sm/Proxy/global-receiver.js index 66182ffbfa..1b98f05529 100644 --- a/test/staging/sm/Proxy/global-receiver.js +++ b/test/staging/sm/Proxy/global-receiver.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Proxy/hasInstance.js b/test/staging/sm/Proxy/hasInstance.js index 6d7aa892fe..532a08e073 100644 --- a/test/staging/sm/Proxy/hasInstance.js +++ b/test/staging/sm/Proxy/hasInstance.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] +includes: [deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/Proxy/json-stringify-replacer-array-revocable-proxy.js b/test/staging/sm/Proxy/json-stringify-replacer-array-revocable-proxy.js index e747aab1a3..1a3950c006 100644 --- a/test/staging/sm/Proxy/json-stringify-replacer-array-revocable-proxy.js +++ b/test/staging/sm/Proxy/json-stringify-replacer-array-revocable-proxy.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Proxy/ownkeys-allowed-types.js b/test/staging/sm/Proxy/ownkeys-allowed-types.js index 89a733f10f..dfbae153a8 100644 --- a/test/staging/sm/Proxy/ownkeys-allowed-types.js +++ b/test/staging/sm/Proxy/ownkeys-allowed-types.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Proxy/ownkeys-linear.js b/test/staging/sm/Proxy/ownkeys-linear.js index 9a8bac924e..360c43416d 100644 --- a/test/staging/sm/Proxy/ownkeys-linear.js +++ b/test/staging/sm/Proxy/ownkeys-linear.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Proxy/ownkeys-trap-duplicates.js b/test/staging/sm/Proxy/ownkeys-trap-duplicates.js index c49b0c969a..7d623def07 100644 --- a/test/staging/sm/Proxy/ownkeys-trap-duplicates.js +++ b/test/staging/sm/Proxy/ownkeys-trap-duplicates.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Proxy/proxy-__proto__.js b/test/staging/sm/Proxy/proxy-__proto__.js index 36dbf0e895..6fc4d58d47 100644 --- a/test/staging/sm/Proxy/proxy-__proto__.js +++ b/test/staging/sm/Proxy/proxy-__proto__.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Proxy/proxy-constructNonObject.js b/test/staging/sm/Proxy/proxy-constructNonObject.js index 85b1029225..2f57b96c44 100644 --- a/test/staging/sm/Proxy/proxy-constructNonObject.js +++ b/test/staging/sm/Proxy/proxy-constructNonObject.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Proxy/proxy-no-receiver-overwrite.js b/test/staging/sm/Proxy/proxy-no-receiver-overwrite.js index 1ca94e51a3..1d45f349d0 100644 --- a/test/staging/sm/Proxy/proxy-no-receiver-overwrite.js +++ b/test/staging/sm/Proxy/proxy-no-receiver-overwrite.js @@ -4,7 +4,6 @@ /*--- flags: - onlyStrict -includes: [sm/non262.js, sm/non262-shell.js] description: | pending esid: pending diff --git a/test/staging/sm/Proxy/proxy-proto-lazy-props.js b/test/staging/sm/Proxy/proxy-proto-lazy-props.js index bfe299ee78..6f51deddba 100644 --- a/test/staging/sm/Proxy/proxy-proto-lazy-props.js +++ b/test/staging/sm/Proxy/proxy-proto-lazy-props.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Proxy/proxy-with-revoked-arguments.js b/test/staging/sm/Proxy/proxy-with-revoked-arguments.js index 67ffb08153..ad9e49327a 100644 --- a/test/staging/sm/Proxy/proxy-with-revoked-arguments.js +++ b/test/staging/sm/Proxy/proxy-with-revoked-arguments.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Proxy/regress-bug1037770.js b/test/staging/sm/Proxy/regress-bug1037770.js index ea2a730118..7a05e83085 100644 --- a/test/staging/sm/Proxy/regress-bug1037770.js +++ b/test/staging/sm/Proxy/regress-bug1037770.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Proxy/regress-bug1062349.js b/test/staging/sm/Proxy/regress-bug1062349.js index 15a4bcd844..940c8b9c97 100644 --- a/test/staging/sm/Proxy/regress-bug1062349.js +++ b/test/staging/sm/Proxy/regress-bug1062349.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] +includes: [deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/Proxy/regress-bug950407.js b/test/staging/sm/Proxy/regress-bug950407.js index e28f836f8a..46037bbc0e 100644 --- a/test/staging/sm/Proxy/regress-bug950407.js +++ b/test/staging/sm/Proxy/regress-bug950407.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Proxy/report-writable-as-non-writable.js b/test/staging/sm/Proxy/report-writable-as-non-writable.js index 8b40574f6d..813035dee9 100644 --- a/test/staging/sm/Proxy/report-writable-as-non-writable.js +++ b/test/staging/sm/Proxy/report-writable-as-non-writable.js @@ -4,7 +4,6 @@ /*--- flags: - onlyStrict -includes: [sm/non262.js, sm/non262-shell.js] description: | pending esid: pending diff --git a/test/staging/sm/Proxy/revocable-proxy-prototype.js b/test/staging/sm/Proxy/revocable-proxy-prototype.js index 34ba918ff7..c609f29dfc 100644 --- a/test/staging/sm/Proxy/revocable-proxy-prototype.js +++ b/test/staging/sm/Proxy/revocable-proxy-prototype.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Proxy/revoke-as-side-effect.js b/test/staging/sm/Proxy/revoke-as-side-effect.js index 4887ee4629..602f799142 100644 --- a/test/staging/sm/Proxy/revoke-as-side-effect.js +++ b/test/staging/sm/Proxy/revoke-as-side-effect.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Proxy/revoke-no-name.js b/test/staging/sm/Proxy/revoke-no-name.js index 39d12b7d0e..89f332c8f8 100644 --- a/test/staging/sm/Proxy/revoke-no-name.js +++ b/test/staging/sm/Proxy/revoke-no-name.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Proxy/revoked-get-function-realm-typeerror.js b/test/staging/sm/Proxy/revoked-get-function-realm-typeerror.js index 25be09de7c..865f6ec9ec 100644 --- a/test/staging/sm/Proxy/revoked-get-function-realm-typeerror.js +++ b/test/staging/sm/Proxy/revoked-get-function-realm-typeerror.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Proxy/setPrototypeOf.js b/test/staging/sm/Proxy/setPrototypeOf.js index a6458b56ab..56c32beb21 100644 --- a/test/staging/sm/Proxy/setPrototypeOf.js +++ b/test/staging/sm/Proxy/setPrototypeOf.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] +includes: [sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Proxy/trap-null.js b/test/staging/sm/Proxy/trap-null.js index 97cc1f40ae..7b24a89238 100644 --- a/test/staging/sm/Proxy/trap-null.js +++ b/test/staging/sm/Proxy/trap-null.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Reflect/apply.js b/test/staging/sm/Reflect/apply.js index f139ca3cf0..9e08359152 100644 --- a/test/staging/sm/Reflect/apply.js +++ b/test/staging/sm/Reflect/apply.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] +includes: [sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Reflect/argumentsList.js b/test/staging/sm/Reflect/argumentsList.js index 8c6aa51bc4..38c2b2eede 100644 --- a/test/staging/sm/Reflect/argumentsList.js +++ b/test/staging/sm/Reflect/argumentsList.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Reflect-shell.js, deepEqual.js] +includes: [sm/non262-shell.js, sm/non262-Reflect-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/Reflect/construct.js b/test/staging/sm/Reflect/construct.js index b614cbc339..d303001e38 100644 --- a/test/staging/sm/Reflect/construct.js +++ b/test/staging/sm/Reflect/construct.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Reflect-shell.js, deepEqual.js] +includes: [sm/non262-Reflect-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/Reflect/defineProperty.js b/test/staging/sm/Reflect/defineProperty.js index 2af09288bc..4fe60ad0d1 100644 --- a/test/staging/sm/Reflect/defineProperty.js +++ b/test/staging/sm/Reflect/defineProperty.js @@ -6,7 +6,7 @@ /*--- features: - IsHTMLDDA -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Reflect-shell.js, deepEqual.js] +includes: [sm/non262-shell.js, sm/non262-Reflect-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/Reflect/deleteProperty.js b/test/staging/sm/Reflect/deleteProperty.js index 0df7307464..802009caee 100644 --- a/test/staging/sm/Reflect/deleteProperty.js +++ b/test/staging/sm/Reflect/deleteProperty.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] +includes: [sm/non262-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/Reflect/get.js b/test/staging/sm/Reflect/get.js index 0c9d6ff3f0..00958672ae 100644 --- a/test/staging/sm/Reflect/get.js +++ b/test/staging/sm/Reflect/get.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Reflect/getOwnPropertyDescriptor.js b/test/staging/sm/Reflect/getOwnPropertyDescriptor.js index 8cdb5ed0af..27a3271ccb 100644 --- a/test/staging/sm/Reflect/getOwnPropertyDescriptor.js +++ b/test/staging/sm/Reflect/getOwnPropertyDescriptor.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] +includes: [deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/Reflect/getPrototypeOf.js b/test/staging/sm/Reflect/getPrototypeOf.js index 9543d325de..def52559d1 100644 --- a/test/staging/sm/Reflect/getPrototypeOf.js +++ b/test/staging/sm/Reflect/getPrototypeOf.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Reflect/has.js b/test/staging/sm/Reflect/has.js index 44508825c2..a02938e8bf 100644 --- a/test/staging/sm/Reflect/has.js +++ b/test/staging/sm/Reflect/has.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Reflect/isExtensible.js b/test/staging/sm/Reflect/isExtensible.js index f22c6eb861..02f0bea207 100644 --- a/test/staging/sm/Reflect/isExtensible.js +++ b/test/staging/sm/Reflect/isExtensible.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] +includes: [sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Reflect/ownKeys.js b/test/staging/sm/Reflect/ownKeys.js index 82cac3b9ab..c076372053 100644 --- a/test/staging/sm/Reflect/ownKeys.js +++ b/test/staging/sm/Reflect/ownKeys.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] +includes: [deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/Reflect/preventExtensions.js b/test/staging/sm/Reflect/preventExtensions.js index eac7159f27..a17d834b81 100644 --- a/test/staging/sm/Reflect/preventExtensions.js +++ b/test/staging/sm/Reflect/preventExtensions.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] +includes: [sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Reflect/propertyKeys.js b/test/staging/sm/Reflect/propertyKeys.js index 68b85c5c78..88c220b62c 100644 --- a/test/staging/sm/Reflect/propertyKeys.js +++ b/test/staging/sm/Reflect/propertyKeys.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] +includes: [sm/non262-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/Reflect/set.js b/test/staging/sm/Reflect/set.js index f760c84c21..b2ae22225a 100644 --- a/test/staging/sm/Reflect/set.js +++ b/test/staging/sm/Reflect/set.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Reflect-shell.js, deepEqual.js] +includes: [sm/non262-shell.js, sm/non262-Reflect-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/Reflect/setPrototypeOf.js b/test/staging/sm/Reflect/setPrototypeOf.js index 9269f85310..306a8750c5 100644 --- a/test/staging/sm/Reflect/setPrototypeOf.js +++ b/test/staging/sm/Reflect/setPrototypeOf.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Reflect/surfaces.js b/test/staging/sm/Reflect/surfaces.js index 47daa46b6b..9e63b91516 100644 --- a/test/staging/sm/Reflect/surfaces.js +++ b/test/staging/sm/Reflect/surfaces.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Reflect/target.js b/test/staging/sm/Reflect/target.js index e5d5839c0b..7314e0a95c 100644 --- a/test/staging/sm/Reflect/target.js +++ b/test/staging/sm/Reflect/target.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Reflect-shell.js] +includes: [sm/non262-Reflect-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/15.10.5-01.js b/test/staging/sm/RegExp/15.10.5-01.js index f9a0be26f5..a7d155e816 100644 --- a/test/staging/sm/RegExp/15.10.5-01.js +++ b/test/staging/sm/RegExp/15.10.5-01.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/15.10.7.5-01.js b/test/staging/sm/RegExp/15.10.7.5-01.js index 3d47b45aca..2b5f26cb69 100644 --- a/test/staging/sm/RegExp/15.10.7.5-01.js +++ b/test/staging/sm/RegExp/15.10.7.5-01.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/7.8.5-01.js b/test/staging/sm/RegExp/7.8.5-01.js index 9a87107da0..36a45dd4f7 100644 --- a/test/staging/sm/RegExp/7.8.5-01.js +++ b/test/staging/sm/RegExp/7.8.5-01.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/RegExpExec-exec-type-check.js b/test/staging/sm/RegExp/RegExpExec-exec-type-check.js index f7ad8de213..18be94cd22 100644 --- a/test/staging/sm/RegExp/RegExpExec-exec-type-check.js +++ b/test/staging/sm/RegExp/RegExpExec-exec-type-check.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/RegExpExec-exec.js b/test/staging/sm/RegExp/RegExpExec-exec.js index 349bac2333..3512390349 100644 --- a/test/staging/sm/RegExp/RegExpExec-exec.js +++ b/test/staging/sm/RegExp/RegExpExec-exec.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/RegExpExec-return.js b/test/staging/sm/RegExp/RegExpExec-return.js index 8f1064045b..0b46ce2537 100644 --- a/test/staging/sm/RegExp/RegExpExec-return.js +++ b/test/staging/sm/RegExp/RegExpExec-return.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/character-class-escape-s.js b/test/staging/sm/RegExp/character-class-escape-s.js index 9d8ec3f215..dfe2177424 100644 --- a/test/staging/sm/RegExp/character-class-escape-s.js +++ b/test/staging/sm/RegExp/character-class-escape-s.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/class-null.js b/test/staging/sm/RegExp/class-null.js index 4e78cf8b9e..762853a4e9 100644 --- a/test/staging/sm/RegExp/class-null.js +++ b/test/staging/sm/RegExp/class-null.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/compile-lastIndex.js b/test/staging/sm/RegExp/compile-lastIndex.js index fd515d2176..78d1e274b8 100644 --- a/test/staging/sm/RegExp/compile-lastIndex.js +++ b/test/staging/sm/RegExp/compile-lastIndex.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/constructor-IsRegExp.js b/test/staging/sm/RegExp/constructor-IsRegExp.js index ed2d5a8b20..a71a9f877f 100644 --- a/test/staging/sm/RegExp/constructor-IsRegExp.js +++ b/test/staging/sm/RegExp/constructor-IsRegExp.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/constructor-constructor.js b/test/staging/sm/RegExp/constructor-constructor.js index 159e3e7335..98226f695c 100644 --- a/test/staging/sm/RegExp/constructor-constructor.js +++ b/test/staging/sm/RegExp/constructor-constructor.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/constructor-ordering-2.js b/test/staging/sm/RegExp/constructor-ordering-2.js index 0d7cd4156f..094194fd3a 100644 --- a/test/staging/sm/RegExp/constructor-ordering-2.js +++ b/test/staging/sm/RegExp/constructor-ordering-2.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/constructor-ordering.js b/test/staging/sm/RegExp/constructor-ordering.js index f0216919b9..f47156d27f 100644 --- a/test/staging/sm/RegExp/constructor-ordering.js +++ b/test/staging/sm/RegExp/constructor-ordering.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/constructor-regexp-unicode.js b/test/staging/sm/RegExp/constructor-regexp-unicode.js index 12ebe8a799..a09aff3801 100644 --- a/test/staging/sm/RegExp/constructor-regexp-unicode.js +++ b/test/staging/sm/RegExp/constructor-regexp-unicode.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/constructor-regexp.js b/test/staging/sm/RegExp/constructor-regexp.js index d7a8a40c4d..c2fe500c52 100644 --- a/test/staging/sm/RegExp/constructor-regexp.js +++ b/test/staging/sm/RegExp/constructor-regexp.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/cross-compartment-getter.js b/test/staging/sm/RegExp/cross-compartment-getter.js index 88bca7f8ce..33b8dd87c9 100644 --- a/test/staging/sm/RegExp/cross-compartment-getter.js +++ b/test/staging/sm/RegExp/cross-compartment-getter.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/descriptor.js b/test/staging/sm/RegExp/descriptor.js index 0ad5bea40b..4645630cbf 100644 --- a/test/staging/sm/RegExp/descriptor.js +++ b/test/staging/sm/RegExp/descriptor.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/empty-lookahead.js b/test/staging/sm/RegExp/empty-lookahead.js index 06e64afdaa..d11032bc49 100644 --- a/test/staging/sm/RegExp/empty-lookahead.js +++ b/test/staging/sm/RegExp/empty-lookahead.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/escape.js b/test/staging/sm/RegExp/escape.js index 64b2a044ed..4faf1b0d1a 100644 --- a/test/staging/sm/RegExp/escape.js +++ b/test/staging/sm/RegExp/escape.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/exec-lastIndex-ToInteger.js b/test/staging/sm/RegExp/exec-lastIndex-ToInteger.js index 8e581b73bc..f50d84a165 100644 --- a/test/staging/sm/RegExp/exec-lastIndex-ToInteger.js +++ b/test/staging/sm/RegExp/exec-lastIndex-ToInteger.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/exec-lastIndex-negative.js b/test/staging/sm/RegExp/exec-lastIndex-negative.js index 7696e49fdf..d0e7c55a3f 100644 --- a/test/staging/sm/RegExp/exec-lastIndex-negative.js +++ b/test/staging/sm/RegExp/exec-lastIndex-negative.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/exec.js b/test/staging/sm/RegExp/exec.js index dc6a38df29..7777d6ebf6 100644 --- a/test/staging/sm/RegExp/exec.js +++ b/test/staging/sm/RegExp/exec.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/flag-accessors.js b/test/staging/sm/RegExp/flag-accessors.js index ed74e2af15..896b9a5200 100644 --- a/test/staging/sm/RegExp/flag-accessors.js +++ b/test/staging/sm/RegExp/flag-accessors.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/flags-param-handling.js b/test/staging/sm/RegExp/flags-param-handling.js index f8d452c415..f3b7862346 100644 --- a/test/staging/sm/RegExp/flags-param-handling.js +++ b/test/staging/sm/RegExp/flags-param-handling.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/flags.js b/test/staging/sm/RegExp/flags.js index cc30dd90b0..1099d69b48 100644 --- a/test/staging/sm/RegExp/flags.js +++ b/test/staging/sm/RegExp/flags.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/getter-name.js b/test/staging/sm/RegExp/getter-name.js index 7a82ef735a..82eda4ac6e 100644 --- a/test/staging/sm/RegExp/getter-name.js +++ b/test/staging/sm/RegExp/getter-name.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/ignoreCase-multiple.js b/test/staging/sm/RegExp/ignoreCase-multiple.js index 7c1184f424..fe5ccdbe80 100644 --- a/test/staging/sm/RegExp/ignoreCase-multiple.js +++ b/test/staging/sm/RegExp/ignoreCase-multiple.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/ignoreCase-non-latin1-to-latin1.js b/test/staging/sm/RegExp/ignoreCase-non-latin1-to-latin1.js index 40a2e000b0..172b300c6d 100644 --- a/test/staging/sm/RegExp/ignoreCase-non-latin1-to-latin1.js +++ b/test/staging/sm/RegExp/ignoreCase-non-latin1-to-latin1.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/instance-property-storage-introspection.js b/test/staging/sm/RegExp/instance-property-storage-introspection.js index b89b523fd2..33e6c4e583 100644 --- a/test/staging/sm/RegExp/instance-property-storage-introspection.js +++ b/test/staging/sm/RegExp/instance-property-storage-introspection.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/lastIndex-exec.js b/test/staging/sm/RegExp/lastIndex-exec.js index 75cd16252b..94e77e0090 100644 --- a/test/staging/sm/RegExp/lastIndex-exec.js +++ b/test/staging/sm/RegExp/lastIndex-exec.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/lastIndex-match-or-replace.js b/test/staging/sm/RegExp/lastIndex-match-or-replace.js index 72a22d8f3d..5e9e994f69 100644 --- a/test/staging/sm/RegExp/lastIndex-match-or-replace.js +++ b/test/staging/sm/RegExp/lastIndex-match-or-replace.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/lastIndex-nonwritable.js b/test/staging/sm/RegExp/lastIndex-nonwritable.js index bbbc6192d5..e32a009d87 100644 --- a/test/staging/sm/RegExp/lastIndex-nonwritable.js +++ b/test/staging/sm/RegExp/lastIndex-nonwritable.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/lastIndex-search.js b/test/staging/sm/RegExp/lastIndex-search.js index c0cbdb95c3..0933f5cf5e 100644 --- a/test/staging/sm/RegExp/lastIndex-search.js +++ b/test/staging/sm/RegExp/lastIndex-search.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/match-local-tolength-recompilation.js b/test/staging/sm/RegExp/match-local-tolength-recompilation.js index aa6f812407..e38f74acc1 100644 --- a/test/staging/sm/RegExp/match-local-tolength-recompilation.js +++ b/test/staging/sm/RegExp/match-local-tolength-recompilation.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/match-this.js b/test/staging/sm/RegExp/match-this.js index 223a86560b..ddc936fb4a 100644 --- a/test/staging/sm/RegExp/match-this.js +++ b/test/staging/sm/RegExp/match-this.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/match-trace.js b/test/staging/sm/RegExp/match-trace.js index b5bda500bb..16b77e16c3 100644 --- a/test/staging/sm/RegExp/match-trace.js +++ b/test/staging/sm/RegExp/match-trace.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/match.js b/test/staging/sm/RegExp/match.js index bc931ee281..691eb7d2a2 100644 --- a/test/staging/sm/RegExp/match.js +++ b/test/staging/sm/RegExp/match.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/prototype-different-global.js b/test/staging/sm/RegExp/prototype-different-global.js index 197e506b17..15ef5995a1 100644 --- a/test/staging/sm/RegExp/prototype-different-global.js +++ b/test/staging/sm/RegExp/prototype-different-global.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/prototype.js b/test/staging/sm/RegExp/prototype.js index cbc375763c..8aaf354c40 100644 --- a/test/staging/sm/RegExp/prototype.js +++ b/test/staging/sm/RegExp/prototype.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] +includes: [compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/regress-yarr-regexp.js b/test/staging/sm/RegExp/regress-yarr-regexp.js index e3d63426ab..da8b71f875 100644 --- a/test/staging/sm/RegExp/regress-yarr-regexp.js +++ b/test/staging/sm/RegExp/regress-yarr-regexp.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] +includes: [compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/replace-compile-elembase.js b/test/staging/sm/RegExp/replace-compile-elembase.js index bdc3577003..f9ae0945ae 100644 --- a/test/staging/sm/RegExp/replace-compile-elembase.js +++ b/test/staging/sm/RegExp/replace-compile-elembase.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/replace-compile.js b/test/staging/sm/RegExp/replace-compile.js index 633605f3cb..8ad05d6579 100644 --- a/test/staging/sm/RegExp/replace-compile.js +++ b/test/staging/sm/RegExp/replace-compile.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/replace-global-unicode.js b/test/staging/sm/RegExp/replace-global-unicode.js index 81d9da3ebf..4ab3e05afa 100644 --- a/test/staging/sm/RegExp/replace-global-unicode.js +++ b/test/staging/sm/RegExp/replace-global-unicode.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/replace-local-tolength-lastindex.js b/test/staging/sm/RegExp/replace-local-tolength-lastindex.js index e94da2ebe3..9b497cab28 100644 --- a/test/staging/sm/RegExp/replace-local-tolength-lastindex.js +++ b/test/staging/sm/RegExp/replace-local-tolength-lastindex.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/replace-local-tolength-recompilation.js b/test/staging/sm/RegExp/replace-local-tolength-recompilation.js index b280e2146a..5238757370 100644 --- a/test/staging/sm/RegExp/replace-local-tolength-recompilation.js +++ b/test/staging/sm/RegExp/replace-local-tolength-recompilation.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/replace-sticky-lastIndex.js b/test/staging/sm/RegExp/replace-sticky-lastIndex.js index 96887331ad..64f38bbb4e 100644 --- a/test/staging/sm/RegExp/replace-sticky-lastIndex.js +++ b/test/staging/sm/RegExp/replace-sticky-lastIndex.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/replace-sticky.js b/test/staging/sm/RegExp/replace-sticky.js index 1a53252c92..e51d8876ca 100644 --- a/test/staging/sm/RegExp/replace-sticky.js +++ b/test/staging/sm/RegExp/replace-sticky.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/replace-this.js b/test/staging/sm/RegExp/replace-this.js index 8480e23cc2..37bc9540b9 100644 --- a/test/staging/sm/RegExp/replace-this.js +++ b/test/staging/sm/RegExp/replace-this.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/replace-trace.js b/test/staging/sm/RegExp/replace-trace.js index 1c840c5635..3ab2cbff4d 100644 --- a/test/staging/sm/RegExp/replace-trace.js +++ b/test/staging/sm/RegExp/replace-trace.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/replace-twoBytes.js b/test/staging/sm/RegExp/replace-twoBytes.js index 32dc6b5527..1481f5a621 100644 --- a/test/staging/sm/RegExp/replace-twoBytes.js +++ b/test/staging/sm/RegExp/replace-twoBytes.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/replace.js b/test/staging/sm/RegExp/replace.js index ead1d0562f..9b0bd7f9e2 100644 --- a/test/staging/sm/RegExp/replace.js +++ b/test/staging/sm/RegExp/replace.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/search-this.js b/test/staging/sm/RegExp/search-this.js index 5bf12aa0ed..3807fb5e40 100644 --- a/test/staging/sm/RegExp/search-this.js +++ b/test/staging/sm/RegExp/search-this.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/search-trace.js b/test/staging/sm/RegExp/search-trace.js index 269256821b..90af11a6cc 100644 --- a/test/staging/sm/RegExp/search-trace.js +++ b/test/staging/sm/RegExp/search-trace.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/search.js b/test/staging/sm/RegExp/search.js index baea188968..ff47103cb5 100644 --- a/test/staging/sm/RegExp/search.js +++ b/test/staging/sm/RegExp/search.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/source.js b/test/staging/sm/RegExp/source.js index 7222687544..1f0afedaa3 100644 --- a/test/staging/sm/RegExp/source.js +++ b/test/staging/sm/RegExp/source.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/split-deleted-flags.js b/test/staging/sm/RegExp/split-deleted-flags.js index afde4eb44d..2a61208ace 100644 --- a/test/staging/sm/RegExp/split-deleted-flags.js +++ b/test/staging/sm/RegExp/split-deleted-flags.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/split-flags-on-obj.js b/test/staging/sm/RegExp/split-flags-on-obj.js index 82af4a7193..ef57556307 100644 --- a/test/staging/sm/RegExp/split-flags-on-obj.js +++ b/test/staging/sm/RegExp/split-flags-on-obj.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] +includes: [deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/split-invalid-lastIndex.js b/test/staging/sm/RegExp/split-invalid-lastIndex.js index 10a6d2f76e..fa6b16ec93 100644 --- a/test/staging/sm/RegExp/split-invalid-lastIndex.js +++ b/test/staging/sm/RegExp/split-invalid-lastIndex.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/split-limit.js b/test/staging/sm/RegExp/split-limit.js index 347907874d..7219f355bf 100644 --- a/test/staging/sm/RegExp/split-limit.js +++ b/test/staging/sm/RegExp/split-limit.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/split-obj.js b/test/staging/sm/RegExp/split-obj.js index 3895b62593..dd4eaa5a7a 100644 --- a/test/staging/sm/RegExp/split-obj.js +++ b/test/staging/sm/RegExp/split-obj.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] +includes: [deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/split-prop-access.js b/test/staging/sm/RegExp/split-prop-access.js index 8554a88bbf..53542c58f2 100644 --- a/test/staging/sm/RegExp/split-prop-access.js +++ b/test/staging/sm/RegExp/split-prop-access.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/split-this.js b/test/staging/sm/RegExp/split-this.js index 56f1689c10..864101cb1b 100644 --- a/test/staging/sm/RegExp/split-this.js +++ b/test/staging/sm/RegExp/split-this.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/split-trace.js b/test/staging/sm/RegExp/split-trace.js index dc6ca6a13c..847a507593 100644 --- a/test/staging/sm/RegExp/split-trace.js +++ b/test/staging/sm/RegExp/split-trace.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/split.js b/test/staging/sm/RegExp/split.js index 88cf236b94..c458116de8 100644 --- a/test/staging/sm/RegExp/split.js +++ b/test/staging/sm/RegExp/split.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/sticky.js b/test/staging/sm/RegExp/sticky.js index 6644ef5fcc..c7df4e4c8f 100644 --- a/test/staging/sm/RegExp/sticky.js +++ b/test/staging/sm/RegExp/sticky.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/test-emptyMatch.js b/test/staging/sm/RegExp/test-emptyMatch.js index dcda343631..c930a16361 100644 --- a/test/staging/sm/RegExp/test-emptyMatch.js +++ b/test/staging/sm/RegExp/test-emptyMatch.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/test-trailing.js b/test/staging/sm/RegExp/test-trailing.js index 24093fcf41..9eb2cad7dd 100644 --- a/test/staging/sm/RegExp/test-trailing.js +++ b/test/staging/sm/RegExp/test-trailing.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/toString.js b/test/staging/sm/RegExp/toString.js index b5dace0abe..d42ecaad04 100644 --- a/test/staging/sm/RegExp/toString.js +++ b/test/staging/sm/RegExp/toString.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/unicode-back-reference.js b/test/staging/sm/RegExp/unicode-back-reference.js index 94b4013953..2305ea2a70 100644 --- a/test/staging/sm/RegExp/unicode-back-reference.js +++ b/test/staging/sm/RegExp/unicode-back-reference.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] +includes: [compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/unicode-braced.js b/test/staging/sm/RegExp/unicode-braced.js index 533c43a267..bbadb422ce 100644 --- a/test/staging/sm/RegExp/unicode-braced.js +++ b/test/staging/sm/RegExp/unicode-braced.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] +includes: [compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/unicode-character-class-escape.js b/test/staging/sm/RegExp/unicode-character-class-escape.js index 64a9054f43..b61bbe94ef 100644 --- a/test/staging/sm/RegExp/unicode-character-class-escape.js +++ b/test/staging/sm/RegExp/unicode-character-class-escape.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] +includes: [compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/unicode-class-braced.js b/test/staging/sm/RegExp/unicode-class-braced.js index 27baba910c..c2daf93e8e 100644 --- a/test/staging/sm/RegExp/unicode-class-braced.js +++ b/test/staging/sm/RegExp/unicode-class-braced.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] +includes: [compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/unicode-class-empty.js b/test/staging/sm/RegExp/unicode-class-empty.js index 43eb20705d..6eea78832b 100644 --- a/test/staging/sm/RegExp/unicode-class-empty.js +++ b/test/staging/sm/RegExp/unicode-class-empty.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] +includes: [compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/unicode-class-ignoreCase.js b/test/staging/sm/RegExp/unicode-class-ignoreCase.js index 67ad026fd6..e40135d973 100644 --- a/test/staging/sm/RegExp/unicode-class-ignoreCase.js +++ b/test/staging/sm/RegExp/unicode-class-ignoreCase.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] +includes: [compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/unicode-class-lead-trail.js b/test/staging/sm/RegExp/unicode-class-lead-trail.js index a92eebb0d5..8020471291 100644 --- a/test/staging/sm/RegExp/unicode-class-lead-trail.js +++ b/test/staging/sm/RegExp/unicode-class-lead-trail.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] +includes: [compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/unicode-class-negated.js b/test/staging/sm/RegExp/unicode-class-negated.js index 003e8c7925..28b49b34c5 100644 --- a/test/staging/sm/RegExp/unicode-class-negated.js +++ b/test/staging/sm/RegExp/unicode-class-negated.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] +includes: [compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/unicode-class-range.js b/test/staging/sm/RegExp/unicode-class-range.js index cdab5264ab..736e97a2ae 100644 --- a/test/staging/sm/RegExp/unicode-class-range.js +++ b/test/staging/sm/RegExp/unicode-class-range.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/unicode-class-raw.js b/test/staging/sm/RegExp/unicode-class-raw.js index 7d2868bf1e..b45c4d107e 100644 --- a/test/staging/sm/RegExp/unicode-class-raw.js +++ b/test/staging/sm/RegExp/unicode-class-raw.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] +includes: [compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/unicode-disallow-extended.js b/test/staging/sm/RegExp/unicode-disallow-extended.js index b25a3ebbf9..4ef6981bd0 100644 --- a/test/staging/sm/RegExp/unicode-disallow-extended.js +++ b/test/staging/sm/RegExp/unicode-disallow-extended.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] +includes: [compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/unicode-everything.js b/test/staging/sm/RegExp/unicode-everything.js index 75e01ae9fe..87d45f7968 100644 --- a/test/staging/sm/RegExp/unicode-everything.js +++ b/test/staging/sm/RegExp/unicode-everything.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] +includes: [compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/unicode-ignoreCase-ascii.js b/test/staging/sm/RegExp/unicode-ignoreCase-ascii.js index 69d8aa531a..e8d31c10ec 100644 --- a/test/staging/sm/RegExp/unicode-ignoreCase-ascii.js +++ b/test/staging/sm/RegExp/unicode-ignoreCase-ascii.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] +includes: [compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/unicode-ignoreCase-escape.js b/test/staging/sm/RegExp/unicode-ignoreCase-escape.js index eb4fa8777b..93b255f74d 100644 --- a/test/staging/sm/RegExp/unicode-ignoreCase-escape.js +++ b/test/staging/sm/RegExp/unicode-ignoreCase-escape.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] +includes: [compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/unicode-ignoreCase-negated.js b/test/staging/sm/RegExp/unicode-ignoreCase-negated.js index 6ec938d5d1..0009c14fbb 100644 --- a/test/staging/sm/RegExp/unicode-ignoreCase-negated.js +++ b/test/staging/sm/RegExp/unicode-ignoreCase-negated.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] +includes: [compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/unicode-ignoreCase-word-boundary.js b/test/staging/sm/RegExp/unicode-ignoreCase-word-boundary.js index 67c570bbdf..3a94f5037d 100644 --- a/test/staging/sm/RegExp/unicode-ignoreCase-word-boundary.js +++ b/test/staging/sm/RegExp/unicode-ignoreCase-word-boundary.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/unicode-ignoreCase.js b/test/staging/sm/RegExp/unicode-ignoreCase.js index a2ed4bfddc..cf9ef86766 100644 --- a/test/staging/sm/RegExp/unicode-ignoreCase.js +++ b/test/staging/sm/RegExp/unicode-ignoreCase.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] +includes: [compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/unicode-lead-trail.js b/test/staging/sm/RegExp/unicode-lead-trail.js index 2fc59bab56..60b783b8b7 100644 --- a/test/staging/sm/RegExp/unicode-lead-trail.js +++ b/test/staging/sm/RegExp/unicode-lead-trail.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] +includes: [compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/unicode-raw.js b/test/staging/sm/RegExp/unicode-raw.js index 8efb048efd..4679bc7d6b 100644 --- a/test/staging/sm/RegExp/unicode-raw.js +++ b/test/staging/sm/RegExp/unicode-raw.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] +includes: [compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/Set/difference.js b/test/staging/sm/Set/difference.js index 9d77c7f213..41abb0d959 100644 --- a/test/staging/sm/Set/difference.js +++ b/test/staging/sm/Set/difference.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Set-shell.js, deepEqual.js, compareArray.js] +includes: [sm/non262-Set-shell.js, deepEqual.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/Set/intersection.js b/test/staging/sm/Set/intersection.js index 598d1b68b7..458bf1bfb6 100644 --- a/test/staging/sm/Set/intersection.js +++ b/test/staging/sm/Set/intersection.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Set-shell.js, deepEqual.js, compareArray.js] +includes: [sm/non262-Set-shell.js, deepEqual.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/Set/is-disjoint-from.js b/test/staging/sm/Set/is-disjoint-from.js index ffb824e849..c0be35817a 100644 --- a/test/staging/sm/Set/is-disjoint-from.js +++ b/test/staging/sm/Set/is-disjoint-from.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Set-shell.js, deepEqual.js, compareArray.js] +includes: [sm/non262-Set-shell.js, deepEqual.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/Set/is-subset-of.js b/test/staging/sm/Set/is-subset-of.js index fec1890814..cdbf5e5c98 100644 --- a/test/staging/sm/Set/is-subset-of.js +++ b/test/staging/sm/Set/is-subset-of.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Set-shell.js, deepEqual.js, compareArray.js] +includes: [sm/non262-Set-shell.js, deepEqual.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/Set/is-superset-of.js b/test/staging/sm/Set/is-superset-of.js index c88ed87666..b391a1cf43 100644 --- a/test/staging/sm/Set/is-superset-of.js +++ b/test/staging/sm/Set/is-superset-of.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Set-shell.js, deepEqual.js, compareArray.js] +includes: [sm/non262-Set-shell.js, deepEqual.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/Set/symmetric-difference.js b/test/staging/sm/Set/symmetric-difference.js index 4532982d1a..1d39d3adf1 100644 --- a/test/staging/sm/Set/symmetric-difference.js +++ b/test/staging/sm/Set/symmetric-difference.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Set-shell.js, deepEqual.js, compareArray.js] +includes: [sm/non262-Set-shell.js, deepEqual.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/Set/union.js b/test/staging/sm/Set/union.js index 41a99c9912..678520f27c 100644 --- a/test/staging/sm/Set/union.js +++ b/test/staging/sm/Set/union.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Set-shell.js, deepEqual.js, compareArray.js] +includes: [sm/non262-Set-shell.js, deepEqual.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/15.5.4.11-01.js b/test/staging/sm/String/15.5.4.11-01.js index 5384c980c4..386ff97390 100644 --- a/test/staging/sm/String/15.5.4.11-01.js +++ b/test/staging/sm/String/15.5.4.11-01.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/15.5.4.7.js b/test/staging/sm/String/15.5.4.7.js index 534c4fda02..950e6155e7 100644 --- a/test/staging/sm/String/15.5.4.7.js +++ b/test/staging/sm/String/15.5.4.7.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/AdvanceStringIndex.js b/test/staging/sm/String/AdvanceStringIndex.js index b6aeb32a0e..68d97abc76 100644 --- a/test/staging/sm/String/AdvanceStringIndex.js +++ b/test/staging/sm/String/AdvanceStringIndex.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] +includes: [compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/IsRegExp.js b/test/staging/sm/String/IsRegExp.js index b61233852b..83c58becdd 100644 --- a/test/staging/sm/String/IsRegExp.js +++ b/test/staging/sm/String/IsRegExp.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/at.js b/test/staging/sm/String/at.js index d01fac7afe..3a43ce8968 100644 --- a/test/staging/sm/String/at.js +++ b/test/staging/sm/String/at.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/codePointAt.js b/test/staging/sm/String/codePointAt.js index b79257abf3..58ad3ad56a 100644 --- a/test/staging/sm/String/codePointAt.js +++ b/test/staging/sm/String/codePointAt.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/defaultvalue.js b/test/staging/sm/String/defaultvalue.js index aa48ad39d2..1f4f1fa2ba 100644 --- a/test/staging/sm/String/defaultvalue.js +++ b/test/staging/sm/String/defaultvalue.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/fromCodePoint.js b/test/staging/sm/String/fromCodePoint.js index 16cd4b1a18..58b68759eb 100644 --- a/test/staging/sm/String/fromCodePoint.js +++ b/test/staging/sm/String/fromCodePoint.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/internalUsage.js b/test/staging/sm/String/internalUsage.js index 255400f13a..abf9b2e749 100644 --- a/test/staging/sm/String/internalUsage.js +++ b/test/staging/sm/String/internalUsage.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/iterator_edge_cases.js b/test/staging/sm/String/iterator_edge_cases.js index 9f1c01154f..f1adb68acb 100644 --- a/test/staging/sm/String/iterator_edge_cases.js +++ b/test/staging/sm/String/iterator_edge_cases.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] +includes: [deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/match-GetMethod.js b/test/staging/sm/String/match-GetMethod.js index 5a7203a74f..1bbb07f56c 100644 --- a/test/staging/sm/String/match-GetMethod.js +++ b/test/staging/sm/String/match-GetMethod.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] +includes: [deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/match-defines-match-elements.js b/test/staging/sm/String/match-defines-match-elements.js index a20631577c..83abb082d5 100644 --- a/test/staging/sm/String/match-defines-match-elements.js +++ b/test/staging/sm/String/match-defines-match-elements.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/match-forward-lookahead.js b/test/staging/sm/String/match-forward-lookahead.js index a80892e702..a36ca2e932 100644 --- a/test/staging/sm/String/match-forward-lookahead.js +++ b/test/staging/sm/String/match-forward-lookahead.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/match-throws-nonwritable-lastIndex-global.js b/test/staging/sm/String/match-throws-nonwritable-lastIndex-global.js index 3697ae7690..2d64af2c37 100644 --- a/test/staging/sm/String/match-throws-nonwritable-lastIndex-global.js +++ b/test/staging/sm/String/match-throws-nonwritable-lastIndex-global.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/match-updates-global-lastIndex.js b/test/staging/sm/String/match-updates-global-lastIndex.js index 9f0ad9bed9..816c02de31 100644 --- a/test/staging/sm/String/match-updates-global-lastIndex.js +++ b/test/staging/sm/String/match-updates-global-lastIndex.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/match.js b/test/staging/sm/String/match.js index 78617fc4cb..fcd1d4186e 100644 --- a/test/staging/sm/String/match.js +++ b/test/staging/sm/String/match.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/matchAll.js b/test/staging/sm/String/matchAll.js index 78f7998766..3fa8749d8c 100644 --- a/test/staging/sm/String/matchAll.js +++ b/test/staging/sm/String/matchAll.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] +includes: [compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/normalize-form-non-atom.js b/test/staging/sm/String/normalize-form-non-atom.js index 9258787d8e..e141da20bc 100644 --- a/test/staging/sm/String/normalize-form-non-atom.js +++ b/test/staging/sm/String/normalize-form-non-atom.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/normalize-generateddata-input.js b/test/staging/sm/String/normalize-generateddata-input.js index 7984934b5c..573160069b 100644 --- a/test/staging/sm/String/normalize-generateddata-input.js +++ b/test/staging/sm/String/normalize-generateddata-input.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/normalize-generic.js b/test/staging/sm/String/normalize-generic.js index bbf112b461..2afc1e905b 100644 --- a/test/staging/sm/String/normalize-generic.js +++ b/test/staging/sm/String/normalize-generic.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/normalize-parameter.js b/test/staging/sm/String/normalize-parameter.js index 7b515689e4..c81813cb7e 100644 --- a/test/staging/sm/String/normalize-parameter.js +++ b/test/staging/sm/String/normalize-parameter.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/normalize-rope.js b/test/staging/sm/String/normalize-rope.js index 2b1f3b6ed3..1a894095d8 100644 --- a/test/staging/sm/String/normalize-rope.js +++ b/test/staging/sm/String/normalize-rope.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/raw.js b/test/staging/sm/String/raw.js index de0377cb30..9ffcadabd3 100644 --- a/test/staging/sm/String/raw.js +++ b/test/staging/sm/String/raw.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/regress-369778.js b/test/staging/sm/String/regress-369778.js index 9ff0326abb..04ef997a06 100644 --- a/test/staging/sm/String/regress-369778.js +++ b/test/staging/sm/String/regress-369778.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/replace-GetMethod.js b/test/staging/sm/String/replace-GetMethod.js index 5d2a499b09..40d7c5b2a4 100644 --- a/test/staging/sm/String/replace-GetMethod.js +++ b/test/staging/sm/String/replace-GetMethod.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/replace-bad-dollar-single-quote.js b/test/staging/sm/String/replace-bad-dollar-single-quote.js index d6f29b58df..ebf8945f28 100644 --- a/test/staging/sm/String/replace-bad-dollar-single-quote.js +++ b/test/staging/sm/String/replace-bad-dollar-single-quote.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/replace-flags.js b/test/staging/sm/String/replace-flags.js index f87886a748..4b9028e57c 100644 --- a/test/staging/sm/String/replace-flags.js +++ b/test/staging/sm/String/replace-flags.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/replace-math.js b/test/staging/sm/String/replace-math.js index d6c3d4c689..e8a2ea7af7 100644 --- a/test/staging/sm/String/replace-math.js +++ b/test/staging/sm/String/replace-math.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/replace-throws-nonwritable-lastIndex-global.js b/test/staging/sm/String/replace-throws-nonwritable-lastIndex-global.js index 6fa22c294a..f974d785fe 100644 --- a/test/staging/sm/String/replace-throws-nonwritable-lastIndex-global.js +++ b/test/staging/sm/String/replace-throws-nonwritable-lastIndex-global.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/replace-updates-global-lastIndex.js b/test/staging/sm/String/replace-updates-global-lastIndex.js index 572215a7ef..cb93200a5b 100644 --- a/test/staging/sm/String/replace-updates-global-lastIndex.js +++ b/test/staging/sm/String/replace-updates-global-lastIndex.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/replace.js b/test/staging/sm/String/replace.js index 91b32d8030..180fa99736 100644 --- a/test/staging/sm/String/replace.js +++ b/test/staging/sm/String/replace.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/replaceAll.js b/test/staging/sm/String/replaceAll.js index e8d6d7fe68..4d4e064d5a 100644 --- a/test/staging/sm/String/replaceAll.js +++ b/test/staging/sm/String/replaceAll.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/search-GetMethod.js b/test/staging/sm/String/search-GetMethod.js index e1a978242e..637954a582 100644 --- a/test/staging/sm/String/search-GetMethod.js +++ b/test/staging/sm/String/search-GetMethod.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/search.js b/test/staging/sm/String/search.js index 2eee56efc9..6d4c3db176 100644 --- a/test/staging/sm/String/search.js +++ b/test/staging/sm/String/search.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/split-01.js b/test/staging/sm/String/split-01.js index 6e7f9a0da4..9345247bb9 100644 --- a/test/staging/sm/String/split-01.js +++ b/test/staging/sm/String/split-01.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/split-GetMethod.js b/test/staging/sm/String/split-GetMethod.js index 4258971b98..a427d658ef 100644 --- a/test/staging/sm/String/split-GetMethod.js +++ b/test/staging/sm/String/split-GetMethod.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] +includes: [deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/split-order.js b/test/staging/sm/String/split-order.js index e1e7570d3b..c22b8c920b 100644 --- a/test/staging/sm/String/split-order.js +++ b/test/staging/sm/String/split-order.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/split-undefined-separator.js b/test/staging/sm/String/split-undefined-separator.js index 7c57fb3ac9..06aa1fddff 100644 --- a/test/staging/sm/String/split-undefined-separator.js +++ b/test/staging/sm/String/split-undefined-separator.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/split-xregexp.js b/test/staging/sm/String/split-xregexp.js index d19936e1fd..d51d4a18b2 100644 --- a/test/staging/sm/String/split-xregexp.js +++ b/test/staging/sm/String/split-xregexp.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/split.js b/test/staging/sm/String/split.js index 54d6b45560..7cb90f94ad 100644 --- a/test/staging/sm/String/split.js +++ b/test/staging/sm/String/split.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/string-code-point-upper-lower-mapping.js b/test/staging/sm/String/string-code-point-upper-lower-mapping.js index 43e85d7648..66ca27a151 100644 --- a/test/staging/sm/String/string-code-point-upper-lower-mapping.js +++ b/test/staging/sm/String/string-code-point-upper-lower-mapping.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/string-pad-start-end.js b/test/staging/sm/String/string-pad-start-end.js index d6a4492504..cd6dd230f8 100644 --- a/test/staging/sm/String/string-pad-start-end.js +++ b/test/staging/sm/String/string-pad-start-end.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/string-space-trim.js b/test/staging/sm/String/string-space-trim.js index 96ccf06820..a1534524d7 100644 --- a/test/staging/sm/String/string-space-trim.js +++ b/test/staging/sm/String/string-space-trim.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/string-upper-lower-mapping.js b/test/staging/sm/String/string-upper-lower-mapping.js index 8884433a7d..1ac8852839 100644 --- a/test/staging/sm/String/string-upper-lower-mapping.js +++ b/test/staging/sm/String/string-upper-lower-mapping.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/thisv-error.js b/test/staging/sm/String/thisv-error.js index ef7344af10..8fe546575e 100644 --- a/test/staging/sm/String/thisv-error.js +++ b/test/staging/sm/String/thisv-error.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] description: | pending esid: pending diff --git a/test/staging/sm/String/two-length-nonlatin-indexOf.js b/test/staging/sm/String/two-length-nonlatin-indexOf.js index a054d9b9d4..0d021da373 100644 --- a/test/staging/sm/String/two-length-nonlatin-indexOf.js +++ b/test/staging/sm/String/two-length-nonlatin-indexOf.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/unicode-braced.js b/test/staging/sm/String/unicode-braced.js index 00de74529b..0342f3876f 100644 --- a/test/staging/sm/String/unicode-braced.js +++ b/test/staging/sm/String/unicode-braced.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Symbol/as-base-value.js b/test/staging/sm/Symbol/as-base-value.js index 616a4fb271..b9063b2eac 100644 --- a/test/staging/sm/Symbol/as-base-value.js +++ b/test/staging/sm/Symbol/as-base-value.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Symbol/comparisons.js b/test/staging/sm/Symbol/comparisons.js index ac2c302556..4a9201a349 100644 --- a/test/staging/sm/Symbol/comparisons.js +++ b/test/staging/sm/Symbol/comparisons.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Symbol/constructor.js b/test/staging/sm/Symbol/constructor.js index e16af7aab6..0dd0ba5263 100644 --- a/test/staging/sm/Symbol/constructor.js +++ b/test/staging/sm/Symbol/constructor.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Symbol/conversions.js b/test/staging/sm/Symbol/conversions.js index 76f96348f9..7c5e6dadd8 100644 --- a/test/staging/sm/Symbol/conversions.js +++ b/test/staging/sm/Symbol/conversions.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Symbol/enumeration-order.js b/test/staging/sm/Symbol/enumeration-order.js index 630355d222..4690df1401 100644 --- a/test/staging/sm/Symbol/enumeration-order.js +++ b/test/staging/sm/Symbol/enumeration-order.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] +includes: [deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/Symbol/enumeration.js b/test/staging/sm/Symbol/enumeration.js index aca1f8ad94..ed7b9a8abd 100644 --- a/test/staging/sm/Symbol/enumeration.js +++ b/test/staging/sm/Symbol/enumeration.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] +includes: [deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/Symbol/equality.js b/test/staging/sm/Symbol/equality.js index e1ed3f1e66..e670993153 100644 --- a/test/staging/sm/Symbol/equality.js +++ b/test/staging/sm/Symbol/equality.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Symbol/errors.js b/test/staging/sm/Symbol/errors.js index d2c83d541a..98af7a25bf 100644 --- a/test/staging/sm/Symbol/errors.js +++ b/test/staging/sm/Symbol/errors.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Symbol/for-in-order.js b/test/staging/sm/Symbol/for-in-order.js index e75e94105c..eaa8c8859b 100644 --- a/test/staging/sm/Symbol/for-in-order.js +++ b/test/staging/sm/Symbol/for-in-order.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] +includes: [deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/Symbol/for.js b/test/staging/sm/Symbol/for.js index 920eb141d3..e670bed1ba 100644 --- a/test/staging/sm/Symbol/for.js +++ b/test/staging/sm/Symbol/for.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Symbol/json-stringify-keys.js b/test/staging/sm/Symbol/json-stringify-keys.js index 04377cc50a..338ad37e3d 100644 --- a/test/staging/sm/Symbol/json-stringify-keys.js +++ b/test/staging/sm/Symbol/json-stringify-keys.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Symbol/json-stringify-values.js b/test/staging/sm/Symbol/json-stringify-values.js index b0fed4355e..448ac8aa18 100644 --- a/test/staging/sm/Symbol/json-stringify-values.js +++ b/test/staging/sm/Symbol/json-stringify-values.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Symbol/keyFor.js b/test/staging/sm/Symbol/keyFor.js index 1a5b5c0ff7..ed2d5045fa 100644 --- a/test/staging/sm/Symbol/keyFor.js +++ b/test/staging/sm/Symbol/keyFor.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Symbol/property-accessor.js b/test/staging/sm/Symbol/property-accessor.js index cf55207af4..0689399741 100644 --- a/test/staging/sm/Symbol/property-accessor.js +++ b/test/staging/sm/Symbol/property-accessor.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] +includes: [deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/Symbol/property-basics.js b/test/staging/sm/Symbol/property-basics.js index 9c99f2ee64..f3e3d53280 100644 --- a/test/staging/sm/Symbol/property-basics.js +++ b/test/staging/sm/Symbol/property-basics.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] +includes: [deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/Symbol/property-inheritance.js b/test/staging/sm/Symbol/property-inheritance.js index 6211dac5ba..a10080b5c9 100644 --- a/test/staging/sm/Symbol/property-inheritance.js +++ b/test/staging/sm/Symbol/property-inheritance.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Symbol/property-nonwritable.js b/test/staging/sm/Symbol/property-nonwritable.js index d2822870ad..09ce9dbdb9 100644 --- a/test/staging/sm/Symbol/property-nonwritable.js +++ b/test/staging/sm/Symbol/property-nonwritable.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Symbol/property-reflection.js b/test/staging/sm/Symbol/property-reflection.js index e17235f0ff..14c5963969 100644 --- a/test/staging/sm/Symbol/property-reflection.js +++ b/test/staging/sm/Symbol/property-reflection.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] +includes: [deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/Symbol/realms.js b/test/staging/sm/Symbol/realms.js index b6cafa6f95..66d9e310dc 100644 --- a/test/staging/sm/Symbol/realms.js +++ b/test/staging/sm/Symbol/realms.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Symbol/species.js b/test/staging/sm/Symbol/species.js index 10625c97b0..e08016cc00 100644 --- a/test/staging/sm/Symbol/species.js +++ b/test/staging/sm/Symbol/species.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] +includes: [deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/Symbol/surfaces.js b/test/staging/sm/Symbol/surfaces.js index 43ace487da..4937920adb 100644 --- a/test/staging/sm/Symbol/surfaces.js +++ b/test/staging/sm/Symbol/surfaces.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Symbol/symbol-object-not-unboxed-for-value-to-id.js b/test/staging/sm/Symbol/symbol-object-not-unboxed-for-value-to-id.js index 31141f88ea..bc7eb317bd 100644 --- a/test/staging/sm/Symbol/symbol-object-not-unboxed-for-value-to-id.js +++ b/test/staging/sm/Symbol/symbol-object-not-unboxed-for-value-to-id.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Symbol/toPrimitive-undefined-or-null.js b/test/staging/sm/Symbol/toPrimitive-undefined-or-null.js index a621324445..15a03c1ecf 100644 --- a/test/staging/sm/Symbol/toPrimitive-undefined-or-null.js +++ b/test/staging/sm/Symbol/toPrimitive-undefined-or-null.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Symbol/toPrimitive.js b/test/staging/sm/Symbol/toPrimitive.js index 504d4265a7..40f0f0c1ab 100644 --- a/test/staging/sm/Symbol/toPrimitive.js +++ b/test/staging/sm/Symbol/toPrimitive.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Symbol/toString.js b/test/staging/sm/Symbol/toString.js index 63db4e4827..3d84139115 100644 --- a/test/staging/sm/Symbol/toString.js +++ b/test/staging/sm/Symbol/toString.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Symbol/toStringTag.js b/test/staging/sm/Symbol/toStringTag.js index 350e67d1f6..0c24ac1b8d 100644 --- a/test/staging/sm/Symbol/toStringTag.js +++ b/test/staging/sm/Symbol/toStringTag.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Symbol/typed-arrays.js b/test/staging/sm/Symbol/typed-arrays.js index b0e28bf55b..953d67bf22 100644 --- a/test/staging/sm/Symbol/typed-arrays.js +++ b/test/staging/sm/Symbol/typed-arrays.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Symbol/typeof.js b/test/staging/sm/Symbol/typeof.js index a613080977..71df100e78 100644 --- a/test/staging/sm/Symbol/typeof.js +++ b/test/staging/sm/Symbol/typeof.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Symbol/valueOf.js b/test/staging/sm/Symbol/valueOf.js index 5a68ef89c0..bce1c55ec3 100644 --- a/test/staging/sm/Symbol/valueOf.js +++ b/test/staging/sm/Symbol/valueOf.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Symbol/well-known.js b/test/staging/sm/Symbol/well-known.js index 58b418f4d1..d2085fbdfa 100644 --- a/test/staging/sm/Symbol/well-known.js +++ b/test/staging/sm/Symbol/well-known.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Temporal/Calendar/compare-to-datetimeformat.js b/test/staging/sm/Temporal/Calendar/compare-to-datetimeformat.js index 350332ff5a..f5b5fdb25a 100644 --- a/test/staging/sm/Temporal/Calendar/compare-to-datetimeformat.js +++ b/test/staging/sm/Temporal/Calendar/compare-to-datetimeformat.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Temporal/PlainDate/from-constrain-hebrew.js b/test/staging/sm/Temporal/PlainDate/from-constrain-hebrew.js index 7ea438891f..c671724de6 100644 --- a/test/staging/sm/Temporal/PlainDate/from-constrain-hebrew.js +++ b/test/staging/sm/Temporal/PlainDate/from-constrain-hebrew.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Temporal/PlainDate/from-constrain-japanese.js b/test/staging/sm/Temporal/PlainDate/from-constrain-japanese.js index cc590cb5f5..4c3a461b5b 100644 --- a/test/staging/sm/Temporal/PlainDate/from-constrain-japanese.js +++ b/test/staging/sm/Temporal/PlainDate/from-constrain-japanese.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Temporal/PlainDate/from-hebrew-keviah.js b/test/staging/sm/Temporal/PlainDate/from-hebrew-keviah.js index 0c05fe5492..6537030249 100644 --- a/test/staging/sm/Temporal/PlainDate/from-hebrew-keviah.js +++ b/test/staging/sm/Temporal/PlainDate/from-hebrew-keviah.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Temporal/PlainDate/from-indian.js b/test/staging/sm/Temporal/PlainDate/from-indian.js index 1c90626518..f1b8c58418 100644 --- a/test/staging/sm/Temporal/PlainDate/from-indian.js +++ b/test/staging/sm/Temporal/PlainDate/from-indian.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Temporal/PlainDate/from-islamic-umalqura.js b/test/staging/sm/Temporal/PlainDate/from-islamic-umalqura.js index 03a7feb810..5650bf6b77 100644 --- a/test/staging/sm/Temporal/PlainDate/from-islamic-umalqura.js +++ b/test/staging/sm/Temporal/PlainDate/from-islamic-umalqura.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Temporal/PlainDate/non-positive-era-year.js b/test/staging/sm/Temporal/PlainDate/non-positive-era-year.js index c3614b26fd..10494f9171 100644 --- a/test/staging/sm/Temporal/PlainDate/non-positive-era-year.js +++ b/test/staging/sm/Temporal/PlainDate/non-positive-era-year.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Temporal/PlainDate/too-large-dates.js b/test/staging/sm/Temporal/PlainDate/too-large-dates.js index 79cb51d97a..c0cd459be4 100644 --- a/test/staging/sm/Temporal/PlainDate/too-large-dates.js +++ b/test/staging/sm/Temporal/PlainDate/too-large-dates.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Temporal/PlainDate/withCalendar.js b/test/staging/sm/Temporal/PlainDate/withCalendar.js index 22a5487271..706653cf7a 100644 --- a/test/staging/sm/Temporal/PlainDate/withCalendar.js +++ b/test/staging/sm/Temporal/PlainDate/withCalendar.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Temporal/PlainMonthDay/from-chinese-leap-month-common.js b/test/staging/sm/Temporal/PlainMonthDay/from-chinese-leap-month-common.js index 51752ccf23..b1eb4b911d 100644 --- a/test/staging/sm/Temporal/PlainMonthDay/from-chinese-leap-month-common.js +++ b/test/staging/sm/Temporal/PlainMonthDay/from-chinese-leap-month-common.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Temporal-PlainMonthDay-shell.js] +includes: [sm/non262-Temporal-PlainMonthDay-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Temporal/PlainMonthDay/from-chinese-leap-month-uncommon.js b/test/staging/sm/Temporal/PlainMonthDay/from-chinese-leap-month-uncommon.js index 7ceefd45c7..255987667a 100644 --- a/test/staging/sm/Temporal/PlainMonthDay/from-chinese-leap-month-uncommon.js +++ b/test/staging/sm/Temporal/PlainMonthDay/from-chinese-leap-month-uncommon.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Temporal-PlainMonthDay-shell.js] +includes: [sm/non262-Temporal-PlainMonthDay-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Temporal/PlainMonthDay/from-chinese.js b/test/staging/sm/Temporal/PlainMonthDay/from-chinese.js index 0ac71a5083..36c95e0cf7 100644 --- a/test/staging/sm/Temporal/PlainMonthDay/from-chinese.js +++ b/test/staging/sm/Temporal/PlainMonthDay/from-chinese.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Temporal-PlainMonthDay-shell.js] +includes: [sm/non262-Temporal-PlainMonthDay-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Temporal/PlainMonthDay/from-coptic.js b/test/staging/sm/Temporal/PlainMonthDay/from-coptic.js index 45f64fc9d2..d8588b72b8 100644 --- a/test/staging/sm/Temporal/PlainMonthDay/from-coptic.js +++ b/test/staging/sm/Temporal/PlainMonthDay/from-coptic.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Temporal-PlainMonthDay-shell.js] +includes: [sm/non262-Temporal-PlainMonthDay-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Temporal/PlainMonthDay/from-gregory.js b/test/staging/sm/Temporal/PlainMonthDay/from-gregory.js index c35513437f..730cecb38b 100644 --- a/test/staging/sm/Temporal/PlainMonthDay/from-gregory.js +++ b/test/staging/sm/Temporal/PlainMonthDay/from-gregory.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Temporal-PlainMonthDay-shell.js] +includes: [sm/non262-Temporal-PlainMonthDay-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Temporal/PlainMonthDay/result-not-after-1972-dec-31.js b/test/staging/sm/Temporal/PlainMonthDay/result-not-after-1972-dec-31.js index a5bc657204..898bea5caa 100644 --- a/test/staging/sm/Temporal/PlainMonthDay/result-not-after-1972-dec-31.js +++ b/test/staging/sm/Temporal/PlainMonthDay/result-not-after-1972-dec-31.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Temporal-PlainMonthDay-shell.js] +includes: [sm/non262-Temporal-PlainMonthDay-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Temporal/ZonedDateTime/zones-and-links.js b/test/staging/sm/Temporal/ZonedDateTime/zones-and-links.js index 2d5267d260..b636d186e6 100644 --- a/test/staging/sm/Temporal/ZonedDateTime/zones-and-links.js +++ b/test/staging/sm/Temporal/ZonedDateTime/zones-and-links.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/TypedArray/Tconstructor-fromTypedArray-byteLength.js b/test/staging/sm/TypedArray/Tconstructor-fromTypedArray-byteLength.js index 640277ded3..56fb995968 100644 --- a/test/staging/sm/TypedArray/Tconstructor-fromTypedArray-byteLength.js +++ b/test/staging/sm/TypedArray/Tconstructor-fromTypedArray-byteLength.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] +includes: [sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/at.js b/test/staging/sm/TypedArray/at.js index ffdc5a4c10..5f9e4d232d 100644 --- a/test/staging/sm/TypedArray/at.js +++ b/test/staging/sm/TypedArray/at.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] +includes: [sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/bug1526838.js b/test/staging/sm/TypedArray/bug1526838.js index da4c5269cf..b8ad948168 100644 --- a/test/staging/sm/TypedArray/bug1526838.js +++ b/test/staging/sm/TypedArray/bug1526838.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] +includes: [sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/constructor-ArrayBuffer-species-wrap.js b/test/staging/sm/TypedArray/constructor-ArrayBuffer-species-wrap.js index 4d40f3c76a..7b82c1e7e7 100644 --- a/test/staging/sm/TypedArray/constructor-ArrayBuffer-species-wrap.js +++ b/test/staging/sm/TypedArray/constructor-ArrayBuffer-species-wrap.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] +includes: [sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/constructor-ArrayBuffer-species.js b/test/staging/sm/TypedArray/constructor-ArrayBuffer-species.js index 1ff5e03628..4735dc0857 100644 --- a/test/staging/sm/TypedArray/constructor-ArrayBuffer-species.js +++ b/test/staging/sm/TypedArray/constructor-ArrayBuffer-species.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] +includes: [sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/constructor-buffer-sequence.js b/test/staging/sm/TypedArray/constructor-buffer-sequence.js index 9c61254da1..ec56239675 100644 --- a/test/staging/sm/TypedArray/constructor-buffer-sequence.js +++ b/test/staging/sm/TypedArray/constructor-buffer-sequence.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] +includes: [sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/constructor-byteoffsets-bounds.js b/test/staging/sm/TypedArray/constructor-byteoffsets-bounds.js index c4dc7c0f11..60cfd11c9d 100644 --- a/test/staging/sm/TypedArray/constructor-byteoffsets-bounds.js +++ b/test/staging/sm/TypedArray/constructor-byteoffsets-bounds.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] +includes: [sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/constructor-iterator-primitive.js b/test/staging/sm/TypedArray/constructor-iterator-primitive.js index 9112a85f2f..9b5cbe58d1 100644 --- a/test/staging/sm/TypedArray/constructor-iterator-primitive.js +++ b/test/staging/sm/TypedArray/constructor-iterator-primitive.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] +includes: [sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/constructor-non-detached.js b/test/staging/sm/TypedArray/constructor-non-detached.js index df9539733f..bd596694ed 100644 --- a/test/staging/sm/TypedArray/constructor-non-detached.js +++ b/test/staging/sm/TypedArray/constructor-non-detached.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] +includes: [sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/constructor-not-callable.js b/test/staging/sm/TypedArray/constructor-not-callable.js index 39bb1130f3..b015c75b7a 100644 --- a/test/staging/sm/TypedArray/constructor-not-callable.js +++ b/test/staging/sm/TypedArray/constructor-not-callable.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] +includes: [sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/constructor-typedarray-species-other-global.js b/test/staging/sm/TypedArray/constructor-typedarray-species-other-global.js index 775d9c072e..f6dba5a89f 100644 --- a/test/staging/sm/TypedArray/constructor-typedarray-species-other-global.js +++ b/test/staging/sm/TypedArray/constructor-typedarray-species-other-global.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] +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 1bf97f8e2f..97c6d65160 100644 --- a/test/staging/sm/TypedArray/constructor-undefined-args.js +++ b/test/staging/sm/TypedArray/constructor-undefined-args.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] +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 1da1e7fb25..5cbcd7aa1a 100644 --- a/test/staging/sm/TypedArray/constructor_bad-args.js +++ b/test/staging/sm/TypedArray/constructor_bad-args.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] +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 b40eda5810..14be27ce1b 100644 --- a/test/staging/sm/TypedArray/detached-array-buffer-checks.js +++ b/test/staging/sm/TypedArray/detached-array-buffer-checks.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] +includes: [sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/element-setting-converts-using-ToNumber.js b/test/staging/sm/TypedArray/element-setting-converts-using-ToNumber.js index 2cba46ebf0..94f8906f85 100644 --- a/test/staging/sm/TypedArray/element-setting-converts-using-ToNumber.js +++ b/test/staging/sm/TypedArray/element-setting-converts-using-ToNumber.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] +includes: [sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/entries.js b/test/staging/sm/TypedArray/entries.js index 2390bb02cb..9dfaf9aaa8 100644 --- a/test/staging/sm/TypedArray/entries.js +++ b/test/staging/sm/TypedArray/entries.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js] +includes: [sm/non262-TypedArray-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/every-and-some.js b/test/staging/sm/TypedArray/every-and-some.js index 823a1a1a8c..575612ec26 100644 --- a/test/staging/sm/TypedArray/every-and-some.js +++ b/test/staging/sm/TypedArray/every-and-some.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js] +includes: [sm/non262-TypedArray-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/fill-detached.js b/test/staging/sm/TypedArray/fill-detached.js index 48d20069e5..f820875eb9 100644 --- a/test/staging/sm/TypedArray/fill-detached.js +++ b/test/staging/sm/TypedArray/fill-detached.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] +includes: [sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/fill.js b/test/staging/sm/TypedArray/fill.js index be7abefba7..61b11c5812 100644 --- a/test/staging/sm/TypedArray/fill.js +++ b/test/staging/sm/TypedArray/fill.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js] +includes: [sm/non262-TypedArray-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/filter-species.js b/test/staging/sm/TypedArray/filter-species.js index 3d5aeed650..fc7e4facff 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.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js] +includes: [sm/non262-TypedArray-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/find-and-findIndex.js b/test/staging/sm/TypedArray/find-and-findIndex.js index b1f9aaadca..20d7bd633a 100644 --- a/test/staging/sm/TypedArray/find-and-findIndex.js +++ b/test/staging/sm/TypedArray/find-and-findIndex.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] +includes: [sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/findLast-and-findLastIndex.js b/test/staging/sm/TypedArray/findLast-and-findLastIndex.js index 57a7380741..62b33221c5 100644 --- a/test/staging/sm/TypedArray/findLast-and-findLastIndex.js +++ b/test/staging/sm/TypedArray/findLast-and-findLastIndex.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] +includes: [sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/forEach.js b/test/staging/sm/TypedArray/forEach.js index a48d9a7ea9..1425cb88b2 100644 --- a/test/staging/sm/TypedArray/forEach.js +++ b/test/staging/sm/TypedArray/forEach.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js] +includes: [sm/non262-TypedArray-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/from_basics.js b/test/staging/sm/TypedArray/from_basics.js index 140cd9bad6..23e510e209 100644 --- a/test/staging/sm/TypedArray/from_basics.js +++ b/test/staging/sm/TypedArray/from_basics.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js] +includes: [sm/non262-TypedArray-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/from_constructor.js b/test/staging/sm/TypedArray/from_constructor.js index 3e1589642c..e007e34cb3 100644 --- a/test/staging/sm/TypedArray/from_constructor.js +++ b/test/staging/sm/TypedArray/from_constructor.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] +includes: [sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/from_errors.js b/test/staging/sm/TypedArray/from_errors.js index 454be0d9fc..5493fce31a 100644 --- a/test/staging/sm/TypedArray/from_errors.js +++ b/test/staging/sm/TypedArray/from_errors.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js] +includes: [sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/from_iterable.js b/test/staging/sm/TypedArray/from_iterable.js index cf01d8ce08..fad19f7b52 100644 --- a/test/staging/sm/TypedArray/from_iterable.js +++ b/test/staging/sm/TypedArray/from_iterable.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js] +includes: [sm/non262-TypedArray-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/from_mapping.js b/test/staging/sm/TypedArray/from_mapping.js index 45907df60c..b782c37064 100644 --- a/test/staging/sm/TypedArray/from_mapping.js +++ b/test/staging/sm/TypedArray/from_mapping.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js] +includes: [sm/non262-TypedArray-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/from_realms.js b/test/staging/sm/TypedArray/from_realms.js index feb4c3b73d..420b78d652 100644 --- a/test/staging/sm/TypedArray/from_realms.js +++ b/test/staging/sm/TypedArray/from_realms.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] +includes: [sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/from_string.js b/test/staging/sm/TypedArray/from_string.js index 03807b98b2..2b2751fbcf 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.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, compareArray.js] +includes: [sm/non262-TypedArray-shell.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/from_surfaces.js b/test/staging/sm/TypedArray/from_surfaces.js index 7d1f79946d..be05b0e81f 100644 --- a/test/staging/sm/TypedArray/from_surfaces.js +++ b/test/staging/sm/TypedArray/from_surfaces.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] +includes: [sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/from_this.js b/test/staging/sm/TypedArray/from_this.js index cafcff4404..f5bacbb781 100644 --- a/test/staging/sm/TypedArray/from_this.js +++ b/test/staging/sm/TypedArray/from_this.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js] +includes: [sm/non262-TypedArray-shell.js, deepEqual.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 3af00f8b1d..6e23278b26 100644 --- a/test/staging/sm/TypedArray/from_typedarray_fastpath_detached.js +++ b/test/staging/sm/TypedArray/from_typedarray_fastpath_detached.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] +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 8de1ab6e9d..bc8cf2f094 100644 --- a/test/staging/sm/TypedArray/getter-name.js +++ b/test/staging/sm/TypedArray/getter-name.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] +includes: [sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/has-property-op.js b/test/staging/sm/TypedArray/has-property-op.js index e5efaa6f41..a2b089ee52 100644 --- a/test/staging/sm/TypedArray/has-property-op.js +++ b/test/staging/sm/TypedArray/has-property-op.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] +includes: [sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/includes.js b/test/staging/sm/TypedArray/includes.js index 0a81b844d9..f138cd454e 100644 --- a/test/staging/sm/TypedArray/includes.js +++ b/test/staging/sm/TypedArray/includes.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] +includes: [sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/indexOf-and-lastIndexOf.js b/test/staging/sm/TypedArray/indexOf-and-lastIndexOf.js index da5e966f12..f963d76b82 100644 --- a/test/staging/sm/TypedArray/indexOf-and-lastIndexOf.js +++ b/test/staging/sm/TypedArray/indexOf-and-lastIndexOf.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] +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 a83d8d4f5a..a6ec626b40 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,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] +includes: [sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/iterator-next-with-detached.js b/test/staging/sm/TypedArray/iterator-next-with-detached.js index 594be96f2b..42c2c049b1 100644 --- a/test/staging/sm/TypedArray/iterator-next-with-detached.js +++ b/test/staging/sm/TypedArray/iterator-next-with-detached.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] +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 ddeec1c83b..488497aa2c 100644 --- a/test/staging/sm/TypedArray/iterator.js +++ b/test/staging/sm/TypedArray/iterator.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] +includes: [sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/join.js b/test/staging/sm/TypedArray/join.js index cb84db4dbc..d3dd63c5a5 100644 --- a/test/staging/sm/TypedArray/join.js +++ b/test/staging/sm/TypedArray/join.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js] +includes: [sm/non262-TypedArray-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/keys.js b/test/staging/sm/TypedArray/keys.js index 16bd6fa216..5694ad3780 100644 --- a/test/staging/sm/TypedArray/keys.js +++ b/test/staging/sm/TypedArray/keys.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js] +includes: [sm/non262-TypedArray-shell.js, deepEqual.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 7bdc624b61..28b4211e0c 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,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] +includes: [sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/map-and-filter.js b/test/staging/sm/TypedArray/map-and-filter.js index 5c93af049d..b5885802c4 100644 --- a/test/staging/sm/TypedArray/map-and-filter.js +++ b/test/staging/sm/TypedArray/map-and-filter.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js, compareArray.js] +includes: [sm/non262-TypedArray-shell.js, deepEqual.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/map-species.js b/test/staging/sm/TypedArray/map-species.js index 3ca0f7d68e..0111a7ac7f 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.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js] +includes: [sm/non262-TypedArray-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/object-defineproperty.js b/test/staging/sm/TypedArray/object-defineproperty.js index 2b3c14be8c..6610a2a7c1 100644 --- a/test/staging/sm/TypedArray/object-defineproperty.js +++ b/test/staging/sm/TypedArray/object-defineproperty.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] +includes: [sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/of.js b/test/staging/sm/TypedArray/of.js index df4bface5f..fa15bc581c 100644 --- a/test/staging/sm/TypedArray/of.js +++ b/test/staging/sm/TypedArray/of.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js] +includes: [sm/non262-TypedArray-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/prototype-constructor-identity.js b/test/staging/sm/TypedArray/prototype-constructor-identity.js index 09ebf8c5d9..ce31d089ad 100644 --- a/test/staging/sm/TypedArray/prototype-constructor-identity.js +++ b/test/staging/sm/TypedArray/prototype-constructor-identity.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] +includes: [sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/reduce-and-reduceRight.js b/test/staging/sm/TypedArray/reduce-and-reduceRight.js index f35c82e883..647cd3d314 100644 --- a/test/staging/sm/TypedArray/reduce-and-reduceRight.js +++ b/test/staging/sm/TypedArray/reduce-and-reduceRight.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js] +includes: [sm/non262-TypedArray-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/reverse.js b/test/staging/sm/TypedArray/reverse.js index cca9bf0ceb..0ed41aee23 100644 --- a/test/staging/sm/TypedArray/reverse.js +++ b/test/staging/sm/TypedArray/reverse.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js] +includes: [sm/non262-TypedArray-shell.js, 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 67959f7b93..287b2b1c25 100644 --- a/test/staging/sm/TypedArray/seal-and-freeze.js +++ b/test/staging/sm/TypedArray/seal-and-freeze.js @@ -4,7 +4,7 @@ /*--- flags: - onlyStrict -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] +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 d6e17fc514..cf405b18ac 100644 --- a/test/staging/sm/TypedArray/set-detached-bigint.js +++ b/test/staging/sm/TypedArray/set-detached-bigint.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] +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 d8c35dca88..1e9ab58f43 100644 --- a/test/staging/sm/TypedArray/set-detached.js +++ b/test/staging/sm/TypedArray/set-detached.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] +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 eb9d4da2af..394c14db05 100644 --- a/test/staging/sm/TypedArray/set-negative-offset.js +++ b/test/staging/sm/TypedArray/set-negative-offset.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] +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 35e3741a4d..710ed4b3a4 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,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] +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 1785b742f0..6b4b202bc2 100644 --- a/test/staging/sm/TypedArray/set-tointeger.js +++ b/test/staging/sm/TypedArray/set-tointeger.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] +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 0bfe5548f6..ca9db88caa 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.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, compareArray.js] +includes: [sm/non262-TypedArray-shell.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/set-with-receiver.js b/test/staging/sm/TypedArray/set-with-receiver.js index c96d30d2aa..1bc3c48967 100644 --- a/test/staging/sm/TypedArray/set-with-receiver.js +++ b/test/staging/sm/TypedArray/set-with-receiver.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] +includes: [sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/set-wrapped.js b/test/staging/sm/TypedArray/set-wrapped.js index d0d2c4bc42..1adc154818 100644 --- a/test/staging/sm/TypedArray/set-wrapped.js +++ b/test/staging/sm/TypedArray/set-wrapped.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, compareArray.js] +includes: [sm/non262-TypedArray-shell.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/set.js b/test/staging/sm/TypedArray/set.js index f4a99400d5..d0ee394534 100644 --- a/test/staging/sm/TypedArray/set.js +++ b/test/staging/sm/TypedArray/set.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js] +includes: [sm/non262-TypedArray-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/slice-bitwise-same.js b/test/staging/sm/TypedArray/slice-bitwise-same.js index 83f9363ae3..74b2b55f18 100644 --- a/test/staging/sm/TypedArray/slice-bitwise-same.js +++ b/test/staging/sm/TypedArray/slice-bitwise-same.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, compareArray.js] +includes: [sm/non262-TypedArray-shell.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/slice-conversion.js b/test/staging/sm/TypedArray/slice-conversion.js index 5394ef1d33..ccaa9bb1bf 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.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, compareArray.js] +includes: [sm/non262-TypedArray-shell.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/slice-detached.js b/test/staging/sm/TypedArray/slice-detached.js index b8a9c97dcd..53a4a93e1d 100644 --- a/test/staging/sm/TypedArray/slice-detached.js +++ b/test/staging/sm/TypedArray/slice-detached.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] +includes: [sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/slice-memcpy.js b/test/staging/sm/TypedArray/slice-memcpy.js index aa48f1e0c1..6ee8e74e53 100644 --- a/test/staging/sm/TypedArray/slice-memcpy.js +++ b/test/staging/sm/TypedArray/slice-memcpy.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, compareArray.js] +includes: [sm/non262-TypedArray-shell.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/slice-species.js b/test/staging/sm/TypedArray/slice-species.js index 4bf8f0767f..d99fae9d1f 100644 --- a/test/staging/sm/TypedArray/slice-species.js +++ b/test/staging/sm/TypedArray/slice-species.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js] +includes: [sm/non262-TypedArray-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/slice.js b/test/staging/sm/TypedArray/slice.js index c491fbaf4e..b0ad2c4a16 100644 --- a/test/staging/sm/TypedArray/slice.js +++ b/test/staging/sm/TypedArray/slice.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, compareArray.js] +includes: [sm/non262-TypedArray-shell.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/sort-negative-nan.js b/test/staging/sm/TypedArray/sort-negative-nan.js index abb6f2e5ec..1e8185417e 100644 --- a/test/staging/sm/TypedArray/sort-negative-nan.js +++ b/test/staging/sm/TypedArray/sort-negative-nan.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] +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 3de49b292c..cbd824de09 100644 --- a/test/staging/sm/TypedArray/sort-non-function.js +++ b/test/staging/sm/TypedArray/sort-non-function.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] +includes: [sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/sort_byteoffset.js b/test/staging/sm/TypedArray/sort_byteoffset.js index 5672e437b4..117f5b7e09 100644 --- a/test/staging/sm/TypedArray/sort_byteoffset.js +++ b/test/staging/sm/TypedArray/sort_byteoffset.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] +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 0554500759..e91a1c076e 100644 --- a/test/staging/sm/TypedArray/sort_comparators.js +++ b/test/staging/sm/TypedArray/sort_comparators.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] +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 753a185c06..b1bd88a2f1 100644 --- a/test/staging/sm/TypedArray/sort_compare_nan.js +++ b/test/staging/sm/TypedArray/sort_compare_nan.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] +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 2e7b44480e..474a3f4696 100644 --- a/test/staging/sm/TypedArray/sort_errors.js +++ b/test/staging/sm/TypedArray/sort_errors.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] +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 4a96f42c21..4f3228818f 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.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, compareArray.js] +includes: [sm/non262-TypedArray-shell.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/sort_large_countingsort.js b/test/staging/sm/TypedArray/sort_large_countingsort.js index cd3901fde6..f846cd9359 100644 --- a/test/staging/sm/TypedArray/sort_large_countingsort.js +++ b/test/staging/sm/TypedArray/sort_large_countingsort.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] +includes: [sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/sort_modifications.js b/test/staging/sm/TypedArray/sort_modifications.js index 401696b42b..2e607ef501 100644 --- a/test/staging/sm/TypedArray/sort_modifications.js +++ b/test/staging/sm/TypedArray/sort_modifications.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] +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 1057ee49e6..3551482d79 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.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js] +includes: [sm/non262-TypedArray-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/sort_sorted.js b/test/staging/sm/TypedArray/sort_sorted.js index 18acebbff0..2b1e05970d 100644 --- a/test/staging/sm/TypedArray/sort_sorted.js +++ b/test/staging/sm/TypedArray/sort_sorted.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] +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 cdc8a9a31c..455f0b8022 100644 --- a/test/staging/sm/TypedArray/sort_stable.js +++ b/test/staging/sm/TypedArray/sort_stable.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] +includes: [sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/sorting_buffer_access.js b/test/staging/sm/TypedArray/sorting_buffer_access.js index 654483029d..aefe8b3c13 100644 --- a/test/staging/sm/TypedArray/sorting_buffer_access.js +++ b/test/staging/sm/TypedArray/sorting_buffer_access.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] +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 fee79e9817..8898eb085c 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.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js] +includes: [sm/non262-TypedArray-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/subarray.js b/test/staging/sm/TypedArray/subarray.js index 66560e5777..4af2387c99 100644 --- a/test/staging/sm/TypedArray/subarray.js +++ b/test/staging/sm/TypedArray/subarray.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] +includes: [sm/non262-TypedArray-shell.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 4e04cb3c26..917b7ada7e 100644 --- a/test/staging/sm/TypedArray/test-integrity-level-detached.js +++ b/test/staging/sm/TypedArray/test-integrity-level-detached.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] +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 5c88024116..2be3c70319 100644 --- a/test/staging/sm/TypedArray/test-integrity-level.js +++ b/test/staging/sm/TypedArray/test-integrity-level.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] +includes: [sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/toLocaleString-detached.js b/test/staging/sm/TypedArray/toLocaleString-detached.js index 25f7adc443..09421bf1c6 100644 --- a/test/staging/sm/TypedArray/toLocaleString-detached.js +++ b/test/staging/sm/TypedArray/toLocaleString-detached.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] +includes: [sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/toLocaleString-nointl.js b/test/staging/sm/TypedArray/toLocaleString-nointl.js index 04bd605f36..bed14c8099 100644 --- a/test/staging/sm/TypedArray/toLocaleString-nointl.js +++ b/test/staging/sm/TypedArray/toLocaleString-nointl.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] +includes: [sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/toLocaleString.js b/test/staging/sm/TypedArray/toLocaleString.js index 6146adbe94..67e48b47dc 100644 --- a/test/staging/sm/TypedArray/toLocaleString.js +++ b/test/staging/sm/TypedArray/toLocaleString.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js] +includes: [sm/non262-TypedArray-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/toReversed-detached.js b/test/staging/sm/TypedArray/toReversed-detached.js index 5782965c6f..c79bc72868 100644 --- a/test/staging/sm/TypedArray/toReversed-detached.js +++ b/test/staging/sm/TypedArray/toReversed-detached.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] +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 a66275c375..70c2bb9bd4 100644 --- a/test/staging/sm/TypedArray/toSorted-detached.js +++ b/test/staging/sm/TypedArray/toSorted-detached.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] +includes: [sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/toString.js b/test/staging/sm/TypedArray/toString.js index fc4f0b3505..41ae8708c4 100644 --- a/test/staging/sm/TypedArray/toString.js +++ b/test/staging/sm/TypedArray/toString.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js] +includes: [sm/non262-TypedArray-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/toStringTag-cross-compartment.js b/test/staging/sm/TypedArray/toStringTag-cross-compartment.js index 8972bae3da..db2be55602 100644 --- a/test/staging/sm/TypedArray/toStringTag-cross-compartment.js +++ b/test/staging/sm/TypedArray/toStringTag-cross-compartment.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] +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 093e37502b..a8a6905fa2 100644 --- a/test/staging/sm/TypedArray/uint8clamped-constructor.js +++ b/test/staging/sm/TypedArray/uint8clamped-constructor.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] +includes: [sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/values.js b/test/staging/sm/TypedArray/values.js index ec7c1098d0..7b2f1c70d9 100644 --- a/test/staging/sm/TypedArray/values.js +++ b/test/staging/sm/TypedArray/values.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js] +includes: [sm/non262-TypedArray-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/with-detached.js b/test/staging/sm/TypedArray/with-detached.js index 1450850192..af250330de 100644 --- a/test/staging/sm/TypedArray/with-detached.js +++ b/test/staging/sm/TypedArray/with-detached.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] +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 2dbfe2444a..5d70d291a1 100644 --- a/test/staging/sm/TypedArray/with.js +++ b/test/staging/sm/TypedArray/with.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] +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 5f7da5a459..877b1e2247 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,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] +includes: [sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/WeakMap/symbols.js b/test/staging/sm/WeakMap/symbols.js index 1b89c050e8..fe4ae1e8d8 100644 --- a/test/staging/sm/WeakMap/symbols.js +++ b/test/staging/sm/WeakMap/symbols.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict info: | diff --git a/test/staging/sm/argumentsLengthOpt.js b/test/staging/sm/argumentsLengthOpt.js index 739ec84564..d67e82e3ba 100644 --- a/test/staging/sm/argumentsLengthOpt.js +++ b/test/staging/sm/argumentsLengthOpt.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/async-functions/async-contains-unicode-escape.js b/test/staging/sm/async-functions/async-contains-unicode-escape.js index 23e9ae9fb7..61dfa69bf6 100644 --- a/test/staging/sm/async-functions/async-contains-unicode-escape.js +++ b/test/staging/sm/async-functions/async-contains-unicode-escape.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/async-functions/async-function-declaration-in-modules.js b/test/staging/sm/async-functions/async-function-declaration-in-modules.js index 1215364386..4425d44298 100644 --- a/test/staging/sm/async-functions/async-function-declaration-in-modules.js +++ b/test/staging/sm/async-functions/async-function-declaration-in-modules.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - module description: | diff --git a/test/staging/sm/async-functions/async-property-name-error.js b/test/staging/sm/async-functions/async-property-name-error.js index bbae181424..cc7d8586f8 100644 --- a/test/staging/sm/async-functions/async-property-name-error.js +++ b/test/staging/sm/async-functions/async-property-name-error.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/async-functions/await-error.js b/test/staging/sm/async-functions/await-error.js index 5d6b4f5570..3db9c60076 100644 --- a/test/staging/sm/async-functions/await-error.js +++ b/test/staging/sm/async-functions/await-error.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/async-functions/await-in-arrow-parameters.js b/test/staging/sm/async-functions/await-in-arrow-parameters.js index af0c51f1c3..2967c026a9 100644 --- a/test/staging/sm/async-functions/await-in-arrow-parameters.js +++ b/test/staging/sm/async-functions/await-in-arrow-parameters.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/async-functions/await-in-parameters-of-async-func.js b/test/staging/sm/async-functions/await-in-parameters-of-async-func.js index e89f7eb37a..2427e689fa 100644 --- a/test/staging/sm/async-functions/await-in-parameters-of-async-func.js +++ b/test/staging/sm/async-functions/await-in-parameters-of-async-func.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/async-functions/constructor.js b/test/staging/sm/async-functions/constructor.js index 55dae11c82..65d305b767 100644 --- a/test/staging/sm/async-functions/constructor.js +++ b/test/staging/sm/async-functions/constructor.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/async-functions/create-function-parse-before-getprototype.js b/test/staging/sm/async-functions/create-function-parse-before-getprototype.js index ed41f05ef9..f12b0d76ec 100644 --- a/test/staging/sm/async-functions/create-function-parse-before-getprototype.js +++ b/test/staging/sm/async-functions/create-function-parse-before-getprototype.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/async-functions/inner-caller.js b/test/staging/sm/async-functions/inner-caller.js index f698ee3b54..4ec7c796a2 100644 --- a/test/staging/sm/async-functions/inner-caller.js +++ b/test/staging/sm/async-functions/inner-caller.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/async-functions/length.js b/test/staging/sm/async-functions/length.js index 1de83db168..8b190cf3be 100644 --- a/test/staging/sm/async-functions/length.js +++ b/test/staging/sm/async-functions/length.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/async-functions/no-expression-closure.js b/test/staging/sm/async-functions/no-expression-closure.js index 935a2c85f0..a802419ace 100644 --- a/test/staging/sm/async-functions/no-expression-closure.js +++ b/test/staging/sm/async-functions/no-expression-closure.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/async-functions/property.js b/test/staging/sm/async-functions/property.js index e717b03095..1dab14ad55 100644 --- a/test/staging/sm/async-functions/property.js +++ b/test/staging/sm/async-functions/property.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/async-functions/toString.js b/test/staging/sm/async-functions/toString.js index ce29932222..dc26c2674c 100644 --- a/test/staging/sm/async-functions/toString.js +++ b/test/staging/sm/async-functions/toString.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/boundFunctionSubclassing.js b/test/staging/sm/class/boundFunctionSubclassing.js index 102e85bcad..59a263a0db 100644 --- a/test/staging/sm/class/boundFunctionSubclassing.js +++ b/test/staging/sm/class/boundFunctionSubclassing.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/bytecodePatternMatching.js b/test/staging/sm/class/bytecodePatternMatching.js index 64ce50bbb5..0472854fc9 100644 --- a/test/staging/sm/class/bytecodePatternMatching.js +++ b/test/staging/sm/class/bytecodePatternMatching.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/classConstructorNoCall.js b/test/staging/sm/class/classConstructorNoCall.js index 085cb80f57..b10fa35527 100644 --- a/test/staging/sm/class/classConstructorNoCall.js +++ b/test/staging/sm/class/classConstructorNoCall.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/classHeritage.js b/test/staging/sm/class/classHeritage.js index ca09b1c984..c06d4aca4d 100644 --- a/test/staging/sm/class/classHeritage.js +++ b/test/staging/sm/class/classHeritage.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/className.js b/test/staging/sm/class/className.js index 1708c77456..357de5cc3c 100644 --- a/test/staging/sm/class/className.js +++ b/test/staging/sm/class/className.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/classPrototype.js b/test/staging/sm/class/classPrototype.js index d95f896c66..7869972be1 100644 --- a/test/staging/sm/class/classPrototype.js +++ b/test/staging/sm/class/classPrototype.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] +includes: [deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/compPropDestr.js b/test/staging/sm/class/compPropDestr.js index cfaa3aca89..7268baa54e 100644 --- a/test/staging/sm/class/compPropDestr.js +++ b/test/staging/sm/class/compPropDestr.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/compPropNames.js b/test/staging/sm/class/compPropNames.js index f7a645eadf..ecfe992611 100644 --- a/test/staging/sm/class/compPropNames.js +++ b/test/staging/sm/class/compPropNames.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] +includes: [sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/constructorCalled.js b/test/staging/sm/class/constructorCalled.js index 8aa27e1d3b..0bc03b55ad 100644 --- a/test/staging/sm/class/constructorCalled.js +++ b/test/staging/sm/class/constructorCalled.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/defaultConstructorBase.js b/test/staging/sm/class/defaultConstructorBase.js index 53155c851c..df54e2292a 100644 --- a/test/staging/sm/class/defaultConstructorBase.js +++ b/test/staging/sm/class/defaultConstructorBase.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/defaultConstructorDerivedSpread.js b/test/staging/sm/class/defaultConstructorDerivedSpread.js index a141e8b2ae..0b8c3114e0 100644 --- a/test/staging/sm/class/defaultConstructorDerivedSpread.js +++ b/test/staging/sm/class/defaultConstructorDerivedSpread.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/defaultConstructorNotCallable.js b/test/staging/sm/class/defaultConstructorNotCallable.js index 7e56479ce4..5efea28761 100644 --- a/test/staging/sm/class/defaultConstructorNotCallable.js +++ b/test/staging/sm/class/defaultConstructorNotCallable.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/derivedConstructorArrowEvalBinding.js b/test/staging/sm/class/derivedConstructorArrowEvalBinding.js index 3fea5909be..63b75223a0 100644 --- a/test/staging/sm/class/derivedConstructorArrowEvalBinding.js +++ b/test/staging/sm/class/derivedConstructorArrowEvalBinding.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/derivedConstructorArrowEvalClosed.js b/test/staging/sm/class/derivedConstructorArrowEvalClosed.js index bf08d47c76..c4c2974e17 100644 --- a/test/staging/sm/class/derivedConstructorArrowEvalClosed.js +++ b/test/staging/sm/class/derivedConstructorArrowEvalClosed.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/derivedConstructorArrowEvalEscape.js b/test/staging/sm/class/derivedConstructorArrowEvalEscape.js index b013df0148..eb26e1a3a3 100644 --- a/test/staging/sm/class/derivedConstructorArrowEvalEscape.js +++ b/test/staging/sm/class/derivedConstructorArrowEvalEscape.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/derivedConstructorArrowEvalEscapeUninitialized.js b/test/staging/sm/class/derivedConstructorArrowEvalEscapeUninitialized.js index b8d0e33378..d0a0f411fd 100644 --- a/test/staging/sm/class/derivedConstructorArrowEvalEscapeUninitialized.js +++ b/test/staging/sm/class/derivedConstructorArrowEvalEscapeUninitialized.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/derivedConstructorArrowEvalGetThis.js b/test/staging/sm/class/derivedConstructorArrowEvalGetThis.js index 3b803cb30d..66a24ccd75 100644 --- a/test/staging/sm/class/derivedConstructorArrowEvalGetThis.js +++ b/test/staging/sm/class/derivedConstructorArrowEvalGetThis.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/derivedConstructorArrowEvalNestedSuperCall.js b/test/staging/sm/class/derivedConstructorArrowEvalNestedSuperCall.js index a945472094..a36b651af9 100644 --- a/test/staging/sm/class/derivedConstructorArrowEvalNestedSuperCall.js +++ b/test/staging/sm/class/derivedConstructorArrowEvalNestedSuperCall.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/derivedConstructorArrowEvalSuperCall.js b/test/staging/sm/class/derivedConstructorArrowEvalSuperCall.js index 96d3c42fa9..b22787515b 100644 --- a/test/staging/sm/class/derivedConstructorArrowEvalSuperCall.js +++ b/test/staging/sm/class/derivedConstructorArrowEvalSuperCall.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/derivedConstructorName.js b/test/staging/sm/class/derivedConstructorName.js index fb8514f681..d275c43a8b 100644 --- a/test/staging/sm/class/derivedConstructorName.js +++ b/test/staging/sm/class/derivedConstructorName.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/derivedConstructorTDZReturnAliasedTry.js b/test/staging/sm/class/derivedConstructorTDZReturnAliasedTry.js index 63be7fed8d..b6bb9ba379 100644 --- a/test/staging/sm/class/derivedConstructorTDZReturnAliasedTry.js +++ b/test/staging/sm/class/derivedConstructorTDZReturnAliasedTry.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/derivedConstructorTDZReturnObject.js b/test/staging/sm/class/derivedConstructorTDZReturnObject.js index 272024837f..75aee7fd5d 100644 --- a/test/staging/sm/class/derivedConstructorTDZReturnObject.js +++ b/test/staging/sm/class/derivedConstructorTDZReturnObject.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/derivedConstructorTDZReturnTry.js b/test/staging/sm/class/derivedConstructorTDZReturnTry.js index 0a0dab6f61..6dde52c371 100644 --- a/test/staging/sm/class/derivedConstructorTDZReturnTry.js +++ b/test/staging/sm/class/derivedConstructorTDZReturnTry.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/extendBuiltinConstructors.js b/test/staging/sm/class/extendBuiltinConstructors.js index 306c76d32c..8ef4c10834 100644 --- a/test/staging/sm/class/extendBuiltinConstructors.js +++ b/test/staging/sm/class/extendBuiltinConstructors.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/fields-instance-class-name-binding-eval.js b/test/staging/sm/class/fields-instance-class-name-binding-eval.js index c86fb6bdf9..82a75b5685 100644 --- a/test/staging/sm/class/fields-instance-class-name-binding-eval.js +++ b/test/staging/sm/class/fields-instance-class-name-binding-eval.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/fields-instance-class-name-binding.js b/test/staging/sm/class/fields-instance-class-name-binding.js index 9f732fa7a7..3a831df6c5 100644 --- a/test/staging/sm/class/fields-instance-class-name-binding.js +++ b/test/staging/sm/class/fields-instance-class-name-binding.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/fields-static-class-name-binding-eval.js b/test/staging/sm/class/fields-static-class-name-binding-eval.js index e18f55666f..605cd987ff 100644 --- a/test/staging/sm/class/fields-static-class-name-binding-eval.js +++ b/test/staging/sm/class/fields-static-class-name-binding-eval.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/fields-static-class-name-binding.js b/test/staging/sm/class/fields-static-class-name-binding.js index eacbe06560..2ce5c2fd15 100644 --- a/test/staging/sm/class/fields-static-class-name-binding.js +++ b/test/staging/sm/class/fields-static-class-name-binding.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/geterNoExprClosure.js b/test/staging/sm/class/geterNoExprClosure.js index 60268f3349..90661043a1 100644 --- a/test/staging/sm/class/geterNoExprClosure.js +++ b/test/staging/sm/class/geterNoExprClosure.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/innerBinding.js b/test/staging/sm/class/innerBinding.js index 3111a8ee41..7a1268b650 100644 --- a/test/staging/sm/class/innerBinding.js +++ b/test/staging/sm/class/innerBinding.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/methDefn.js b/test/staging/sm/class/methDefn.js index c4f1675010..0bbe2e21f9 100644 --- a/test/staging/sm/class/methDefn.js +++ b/test/staging/sm/class/methDefn.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/methDefnGen.js b/test/staging/sm/class/methDefnGen.js index efcc50b8e4..a194ba7062 100644 --- a/test/staging/sm/class/methDefnGen.js +++ b/test/staging/sm/class/methDefnGen.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/methodInstallation.js b/test/staging/sm/class/methodInstallation.js index ba2ea300ea..dea22cf2fd 100644 --- a/test/staging/sm/class/methodInstallation.js +++ b/test/staging/sm/class/methodInstallation.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] +includes: [deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/methodName.js b/test/staging/sm/class/methodName.js index 5dc7a4215e..fdfbc7fd83 100644 --- a/test/staging/sm/class/methodName.js +++ b/test/staging/sm/class/methodName.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/methodOverwrites.js b/test/staging/sm/class/methodOverwrites.js index de0f089118..4e628176a8 100644 --- a/test/staging/sm/class/methodOverwrites.js +++ b/test/staging/sm/class/methodOverwrites.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/methodsPrototype.js b/test/staging/sm/class/methodsPrototype.js index aa6580559e..ef833627f9 100644 --- a/test/staging/sm/class/methodsPrototype.js +++ b/test/staging/sm/class/methodsPrototype.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/newTargetArgumentsIntact.js b/test/staging/sm/class/newTargetArgumentsIntact.js index 2205543894..6faf85d47c 100644 --- a/test/staging/sm/class/newTargetArgumentsIntact.js +++ b/test/staging/sm/class/newTargetArgumentsIntact.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/newTargetArrow.js b/test/staging/sm/class/newTargetArrow.js index c800af1ca7..3e13b06027 100644 --- a/test/staging/sm/class/newTargetArrow.js +++ b/test/staging/sm/class/newTargetArrow.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/newTargetBound.js b/test/staging/sm/class/newTargetBound.js index e291b6534e..018978fa89 100644 --- a/test/staging/sm/class/newTargetBound.js +++ b/test/staging/sm/class/newTargetBound.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/newTargetCCW.js b/test/staging/sm/class/newTargetCCW.js index 5724620c41..c057fc3fb5 100644 --- a/test/staging/sm/class/newTargetCCW.js +++ b/test/staging/sm/class/newTargetCCW.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/newTargetDefaults.js b/test/staging/sm/class/newTargetDefaults.js index f336a82b87..b5b4a0334f 100644 --- a/test/staging/sm/class/newTargetDefaults.js +++ b/test/staging/sm/class/newTargetDefaults.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/newTargetDirectInvoke.js b/test/staging/sm/class/newTargetDirectInvoke.js index 939319b804..d923eeeb61 100644 --- a/test/staging/sm/class/newTargetDirectInvoke.js +++ b/test/staging/sm/class/newTargetDirectInvoke.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/newTargetEval.js b/test/staging/sm/class/newTargetEval.js index 6a5dcc0263..e21ec233da 100644 --- a/test/staging/sm/class/newTargetEval.js +++ b/test/staging/sm/class/newTargetEval.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/newTargetGenerators.js b/test/staging/sm/class/newTargetGenerators.js index 443a24ab56..5f14416620 100644 --- a/test/staging/sm/class/newTargetGenerators.js +++ b/test/staging/sm/class/newTargetGenerators.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/newTargetMethods.js b/test/staging/sm/class/newTargetMethods.js index aebd695215..03a96f8bb3 100644 --- a/test/staging/sm/class/newTargetMethods.js +++ b/test/staging/sm/class/newTargetMethods.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/newTargetNonFunction.js b/test/staging/sm/class/newTargetNonFunction.js index a0fa7838c6..75783c9850 100644 --- a/test/staging/sm/class/newTargetNonFunction.js +++ b/test/staging/sm/class/newTargetNonFunction.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/newTargetProxyNative.js b/test/staging/sm/class/newTargetProxyNative.js index 8fe35cbeb6..df46935fc7 100644 --- a/test/staging/sm/class/newTargetProxyNative.js +++ b/test/staging/sm/class/newTargetProxyNative.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/parenExprToString.js b/test/staging/sm/class/parenExprToString.js index a0a7d1fb72..402762437f 100644 --- a/test/staging/sm/class/parenExprToString.js +++ b/test/staging/sm/class/parenExprToString.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/staticConstructor.js b/test/staging/sm/class/staticConstructor.js index c59a9a3511..7c533db1a6 100644 --- a/test/staging/sm/class/staticConstructor.js +++ b/test/staging/sm/class/staticConstructor.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/staticMethods.js b/test/staging/sm/class/staticMethods.js index e7e990126b..9dae436481 100644 --- a/test/staging/sm/class/staticMethods.js +++ b/test/staging/sm/class/staticMethods.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/strictExecution.js b/test/staging/sm/class/strictExecution.js index 76ed9c77a5..aac5fde9b4 100644 --- a/test/staging/sm/class/strictExecution.js +++ b/test/staging/sm/class/strictExecution.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/stringConstructor.js b/test/staging/sm/class/stringConstructor.js index 135ea3a97a..f8d0293e06 100644 --- a/test/staging/sm/class/stringConstructor.js +++ b/test/staging/sm/class/stringConstructor.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/subclassedArrayUnboxed.js b/test/staging/sm/class/subclassedArrayUnboxed.js index e9e3aad564..46981a7df1 100644 --- a/test/staging/sm/class/subclassedArrayUnboxed.js +++ b/test/staging/sm/class/subclassedArrayUnboxed.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/superCallBadDynamicSuperClass.js b/test/staging/sm/class/superCallBadDynamicSuperClass.js index 0d2e5774ee..fec4ab539c 100644 --- a/test/staging/sm/class/superCallBadDynamicSuperClass.js +++ b/test/staging/sm/class/superCallBadDynamicSuperClass.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/superCallBadNewTargetPrototype.js b/test/staging/sm/class/superCallBadNewTargetPrototype.js index 9755e4a26d..3d60393f81 100644 --- a/test/staging/sm/class/superCallBadNewTargetPrototype.js +++ b/test/staging/sm/class/superCallBadNewTargetPrototype.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/superCallBaseInvoked.js b/test/staging/sm/class/superCallBaseInvoked.js index bc7fe32e36..d6cb3c2c1a 100644 --- a/test/staging/sm/class/superCallBaseInvoked.js +++ b/test/staging/sm/class/superCallBaseInvoked.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/superCallIllegal.js b/test/staging/sm/class/superCallIllegal.js index 3ea8d64dba..1ef7b400a6 100644 --- a/test/staging/sm/class/superCallIllegal.js +++ b/test/staging/sm/class/superCallIllegal.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/superCallInvalidBase.js b/test/staging/sm/class/superCallInvalidBase.js index e2eef8e4b6..3757054303 100644 --- a/test/staging/sm/class/superCallInvalidBase.js +++ b/test/staging/sm/class/superCallInvalidBase.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/superCallOrder.js b/test/staging/sm/class/superCallOrder.js index dddebc2321..66be03626a 100644 --- a/test/staging/sm/class/superCallOrder.js +++ b/test/staging/sm/class/superCallOrder.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/superCallProperBase.js b/test/staging/sm/class/superCallProperBase.js index 45c59bcdd5..19b5109791 100644 --- a/test/staging/sm/class/superCallProperBase.js +++ b/test/staging/sm/class/superCallProperBase.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/superCallSpreadCall.js b/test/staging/sm/class/superCallSpreadCall.js index 44ca11d9ca..1cbc59bc84 100644 --- a/test/staging/sm/class/superCallSpreadCall.js +++ b/test/staging/sm/class/superCallSpreadCall.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/superCallThisInit.js b/test/staging/sm/class/superCallThisInit.js index 721d820cab..10907ec06f 100644 --- a/test/staging/sm/class/superCallThisInit.js +++ b/test/staging/sm/class/superCallThisInit.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/superElemDelete.js b/test/staging/sm/class/superElemDelete.js index a7add32a03..a7f1aba696 100644 --- a/test/staging/sm/class/superElemDelete.js +++ b/test/staging/sm/class/superElemDelete.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/superPropBasicCalls.js b/test/staging/sm/class/superPropBasicCalls.js index 8f43569079..0140a52def 100644 --- a/test/staging/sm/class/superPropBasicCalls.js +++ b/test/staging/sm/class/superPropBasicCalls.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/superPropBasicChain.js b/test/staging/sm/class/superPropBasicChain.js index 37a60eb29d..dfd09eca82 100644 --- a/test/staging/sm/class/superPropBasicChain.js +++ b/test/staging/sm/class/superPropBasicChain.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/superPropBasicGetter.js b/test/staging/sm/class/superPropBasicGetter.js index 677da45c81..a5ace23052 100644 --- a/test/staging/sm/class/superPropBasicGetter.js +++ b/test/staging/sm/class/superPropBasicGetter.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/superPropBasicNew.js b/test/staging/sm/class/superPropBasicNew.js index ed64919954..d868c67f24 100644 --- a/test/staging/sm/class/superPropBasicNew.js +++ b/test/staging/sm/class/superPropBasicNew.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/superPropChains.js b/test/staging/sm/class/superPropChains.js index 4030b1fadd..9f9a59897f 100644 --- a/test/staging/sm/class/superPropChains.js +++ b/test/staging/sm/class/superPropChains.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/superPropDelete.js b/test/staging/sm/class/superPropDelete.js index 5be302723a..bc3ad46265 100644 --- a/test/staging/sm/class/superPropDelete.js +++ b/test/staging/sm/class/superPropDelete.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/superPropDerivedCalls.js b/test/staging/sm/class/superPropDerivedCalls.js index 1a1a1092aa..5a5f9964b3 100644 --- a/test/staging/sm/class/superPropDerivedCalls.js +++ b/test/staging/sm/class/superPropDerivedCalls.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/superPropDestructuring.js b/test/staging/sm/class/superPropDestructuring.js index 47c2bf58d2..030836e137 100644 --- a/test/staging/sm/class/superPropDestructuring.js +++ b/test/staging/sm/class/superPropDestructuring.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] +includes: [deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/superPropEvalInsideArrow.js b/test/staging/sm/class/superPropEvalInsideArrow.js index 181c6e8894..c31893a6ac 100644 --- a/test/staging/sm/class/superPropEvalInsideArrow.js +++ b/test/staging/sm/class/superPropEvalInsideArrow.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/superPropEvalInsideNested.js b/test/staging/sm/class/superPropEvalInsideNested.js index c8e95992d5..1347102e9f 100644 --- a/test/staging/sm/class/superPropEvalInsideNested.js +++ b/test/staging/sm/class/superPropEvalInsideNested.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/superPropFor.js b/test/staging/sm/class/superPropFor.js index 8094af13e7..a6632a4b23 100644 --- a/test/staging/sm/class/superPropFor.js +++ b/test/staging/sm/class/superPropFor.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/superPropHeavyweightArrow.js b/test/staging/sm/class/superPropHeavyweightArrow.js index e29d07bf93..68ab4df7b4 100644 --- a/test/staging/sm/class/superPropHeavyweightArrow.js +++ b/test/staging/sm/class/superPropHeavyweightArrow.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/superPropHomeObject.js b/test/staging/sm/class/superPropHomeObject.js index 1b99c974ec..2feeb8d766 100644 --- a/test/staging/sm/class/superPropHomeObject.js +++ b/test/staging/sm/class/superPropHomeObject.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] +includes: [deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/superPropIncDecElem.js b/test/staging/sm/class/superPropIncDecElem.js index 4417f324bb..65b28a03fa 100644 --- a/test/staging/sm/class/superPropIncDecElem.js +++ b/test/staging/sm/class/superPropIncDecElem.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/superPropLazyInnerFunction.js b/test/staging/sm/class/superPropLazyInnerFunction.js index d0fc532d6a..9408fd5528 100644 --- a/test/staging/sm/class/superPropLazyInnerFunction.js +++ b/test/staging/sm/class/superPropLazyInnerFunction.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/superPropNoOverwriting.js b/test/staging/sm/class/superPropNoOverwriting.js index 06b638b78b..250f6e2c34 100644 --- a/test/staging/sm/class/superPropNoOverwriting.js +++ b/test/staging/sm/class/superPropNoOverwriting.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/superPropOrdering.js b/test/staging/sm/class/superPropOrdering.js index b46ac82db3..eb289591f5 100644 --- a/test/staging/sm/class/superPropOrdering.js +++ b/test/staging/sm/class/superPropOrdering.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/superPropProtoChanges.js b/test/staging/sm/class/superPropProtoChanges.js index 81b39a8a54..cc5819a533 100644 --- a/test/staging/sm/class/superPropProtoChanges.js +++ b/test/staging/sm/class/superPropProtoChanges.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/superPropProxies.js b/test/staging/sm/class/superPropProxies.js index f70ce13ad4..60433590c5 100644 --- a/test/staging/sm/class/superPropProxies.js +++ b/test/staging/sm/class/superPropProxies.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/superPropSkips.js b/test/staging/sm/class/superPropSkips.js index d203bdf8c1..8fa32db3d1 100644 --- a/test/staging/sm/class/superPropSkips.js +++ b/test/staging/sm/class/superPropSkips.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/superPropStatics.js b/test/staging/sm/class/superPropStatics.js index 0924e1d49a..9d21c64fff 100644 --- a/test/staging/sm/class/superPropStatics.js +++ b/test/staging/sm/class/superPropStatics.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/superPropStrictAssign.js b/test/staging/sm/class/superPropStrictAssign.js index 665e5d19ff..52f842fdac 100644 --- a/test/staging/sm/class/superPropStrictAssign.js +++ b/test/staging/sm/class/superPropStrictAssign.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/superThisStrictNoBoxing.js b/test/staging/sm/class/superThisStrictNoBoxing.js index a6fd18c9a1..17419d8058 100644 --- a/test/staging/sm/class/superThisStrictNoBoxing.js +++ b/test/staging/sm/class/superThisStrictNoBoxing.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/destructuring/array-default-class.js b/test/staging/sm/destructuring/array-default-class.js index 2a1e7f740d..f064d9950d 100644 --- a/test/staging/sm/destructuring/array-default-class.js +++ b/test/staging/sm/destructuring/array-default-class.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/destructuring/array-iterator-close.js b/test/staging/sm/destructuring/array-iterator-close.js index f1183f40b9..c7947373df 100644 --- a/test/staging/sm/destructuring/array-iterator-close.js +++ b/test/staging/sm/destructuring/array-iterator-close.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] +includes: [sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/destructuring/bug1396261.js b/test/staging/sm/destructuring/bug1396261.js index 8947051a37..dfad69103f 100644 --- a/test/staging/sm/destructuring/bug1396261.js +++ b/test/staging/sm/destructuring/bug1396261.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/destructuring/constant-folding.js b/test/staging/sm/destructuring/constant-folding.js index b19bca54b8..6c15dfd529 100644 --- a/test/staging/sm/destructuring/constant-folding.js +++ b/test/staging/sm/destructuring/constant-folding.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/destructuring/iterator-primitive.js b/test/staging/sm/destructuring/iterator-primitive.js index 2f71ab7c3a..79920aaf81 100644 --- a/test/staging/sm/destructuring/iterator-primitive.js +++ b/test/staging/sm/destructuring/iterator-primitive.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/destructuring/order-super.js b/test/staging/sm/destructuring/order-super.js index af25f2fffc..6c2fb12055 100644 --- a/test/staging/sm/destructuring/order-super.js +++ b/test/staging/sm/destructuring/order-super.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/destructuring/order.js b/test/staging/sm/destructuring/order.js index f46084598e..3e841293aa 100644 --- a/test/staging/sm/destructuring/order.js +++ b/test/staging/sm/destructuring/order.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/eval/exhaustive-fun-normalcaller-direct-normalcode.js b/test/staging/sm/eval/exhaustive-fun-normalcaller-direct-normalcode.js index f8ed73f414..cb6b7c9f33 100644 --- a/test/staging/sm/eval/exhaustive-fun-normalcaller-direct-normalcode.js +++ b/test/staging/sm/eval/exhaustive-fun-normalcaller-direct-normalcode.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/eval/exhaustive-fun-normalcaller-direct-strictcode.js b/test/staging/sm/eval/exhaustive-fun-normalcaller-direct-strictcode.js index 6f4a22c72c..7c142125a3 100644 --- a/test/staging/sm/eval/exhaustive-fun-normalcaller-direct-strictcode.js +++ b/test/staging/sm/eval/exhaustive-fun-normalcaller-direct-strictcode.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/eval/exhaustive-fun-normalcaller-indirect-normalcode.js b/test/staging/sm/eval/exhaustive-fun-normalcaller-indirect-normalcode.js index 13baf9c278..5a5f6af49a 100644 --- a/test/staging/sm/eval/exhaustive-fun-normalcaller-indirect-normalcode.js +++ b/test/staging/sm/eval/exhaustive-fun-normalcaller-indirect-normalcode.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/eval/exhaustive-fun-normalcaller-indirect-strictcode.js b/test/staging/sm/eval/exhaustive-fun-normalcaller-indirect-strictcode.js index f7e35b1f31..6261581b0b 100644 --- a/test/staging/sm/eval/exhaustive-fun-normalcaller-indirect-strictcode.js +++ b/test/staging/sm/eval/exhaustive-fun-normalcaller-indirect-strictcode.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/eval/exhaustive-fun-strictcaller-direct-normalcode.js b/test/staging/sm/eval/exhaustive-fun-strictcaller-direct-normalcode.js index c64b3e7243..629fb44af4 100644 --- a/test/staging/sm/eval/exhaustive-fun-strictcaller-direct-normalcode.js +++ b/test/staging/sm/eval/exhaustive-fun-strictcaller-direct-normalcode.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/eval/exhaustive-fun-strictcaller-direct-strictcode.js b/test/staging/sm/eval/exhaustive-fun-strictcaller-direct-strictcode.js index ce97455e11..f629cc783d 100644 --- a/test/staging/sm/eval/exhaustive-fun-strictcaller-direct-strictcode.js +++ b/test/staging/sm/eval/exhaustive-fun-strictcaller-direct-strictcode.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/eval/exhaustive-fun-strictcaller-indirect-normalcode.js b/test/staging/sm/eval/exhaustive-fun-strictcaller-indirect-normalcode.js index 4e7d4cc4df..4fd4d5e391 100644 --- a/test/staging/sm/eval/exhaustive-fun-strictcaller-indirect-normalcode.js +++ b/test/staging/sm/eval/exhaustive-fun-strictcaller-indirect-normalcode.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/eval/exhaustive-fun-strictcaller-indirect-strictcode.js b/test/staging/sm/eval/exhaustive-fun-strictcaller-indirect-strictcode.js index 490096a729..61d420814b 100644 --- a/test/staging/sm/eval/exhaustive-fun-strictcaller-indirect-strictcode.js +++ b/test/staging/sm/eval/exhaustive-fun-strictcaller-indirect-strictcode.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/eval/exhaustive-global-normalcaller-direct-normalcode.js b/test/staging/sm/eval/exhaustive-global-normalcaller-direct-normalcode.js index 160843e41d..4638628e33 100644 --- a/test/staging/sm/eval/exhaustive-global-normalcaller-direct-normalcode.js +++ b/test/staging/sm/eval/exhaustive-global-normalcaller-direct-normalcode.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/eval/exhaustive-global-normalcaller-direct-strictcode.js b/test/staging/sm/eval/exhaustive-global-normalcaller-direct-strictcode.js index d3f6f94883..3c7bba8c48 100644 --- a/test/staging/sm/eval/exhaustive-global-normalcaller-direct-strictcode.js +++ b/test/staging/sm/eval/exhaustive-global-normalcaller-direct-strictcode.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/eval/exhaustive-global-normalcaller-indirect-normalcode.js b/test/staging/sm/eval/exhaustive-global-normalcaller-indirect-normalcode.js index c02c8c88a5..47d1ae98f0 100644 --- a/test/staging/sm/eval/exhaustive-global-normalcaller-indirect-normalcode.js +++ b/test/staging/sm/eval/exhaustive-global-normalcaller-indirect-normalcode.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/eval/exhaustive-global-normalcaller-indirect-strictcode.js b/test/staging/sm/eval/exhaustive-global-normalcaller-indirect-strictcode.js index a402af5439..e2bd1cba58 100644 --- a/test/staging/sm/eval/exhaustive-global-normalcaller-indirect-strictcode.js +++ b/test/staging/sm/eval/exhaustive-global-normalcaller-indirect-strictcode.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/eval/exhaustive-global-strictcaller-direct-normalcode.js b/test/staging/sm/eval/exhaustive-global-strictcaller-direct-normalcode.js index 3a8809beed..93dc9dfd74 100644 --- a/test/staging/sm/eval/exhaustive-global-strictcaller-direct-normalcode.js +++ b/test/staging/sm/eval/exhaustive-global-strictcaller-direct-normalcode.js @@ -6,7 +6,6 @@ /*--- flags: - onlyStrict -includes: [sm/non262.js, sm/non262-shell.js] description: | eval in all its myriad flavors esid: pending diff --git a/test/staging/sm/eval/exhaustive-global-strictcaller-direct-strictcode.js b/test/staging/sm/eval/exhaustive-global-strictcaller-direct-strictcode.js index 3129c4858f..3c5e54c905 100644 --- a/test/staging/sm/eval/exhaustive-global-strictcaller-direct-strictcode.js +++ b/test/staging/sm/eval/exhaustive-global-strictcaller-direct-strictcode.js @@ -6,7 +6,6 @@ /*--- flags: - onlyStrict -includes: [sm/non262.js, sm/non262-shell.js] description: | eval in all its myriad flavors esid: pending diff --git a/test/staging/sm/eval/exhaustive-global-strictcaller-indirect-normalcode.js b/test/staging/sm/eval/exhaustive-global-strictcaller-indirect-normalcode.js index 7d0e57af76..c619f2dc22 100644 --- a/test/staging/sm/eval/exhaustive-global-strictcaller-indirect-normalcode.js +++ b/test/staging/sm/eval/exhaustive-global-strictcaller-indirect-normalcode.js @@ -6,7 +6,6 @@ /*--- flags: - onlyStrict -includes: [sm/non262.js, sm/non262-shell.js] description: | eval in all its myriad flavors esid: pending diff --git a/test/staging/sm/eval/exhaustive-global-strictcaller-indirect-strictcode.js b/test/staging/sm/eval/exhaustive-global-strictcaller-indirect-strictcode.js index 643a2b3e03..ad5271f2ec 100644 --- a/test/staging/sm/eval/exhaustive-global-strictcaller-indirect-strictcode.js +++ b/test/staging/sm/eval/exhaustive-global-strictcaller-indirect-strictcode.js @@ -6,7 +6,6 @@ /*--- flags: - onlyStrict -includes: [sm/non262.js, sm/non262-shell.js] description: | eval in all its myriad flavors esid: pending diff --git a/test/staging/sm/eval/line-terminator-paragraph-terminator.js b/test/staging/sm/eval/line-terminator-paragraph-terminator.js index b77e61e24b..5006c5fe0b 100644 --- a/test/staging/sm/eval/line-terminator-paragraph-terminator.js +++ b/test/staging/sm/eval/line-terminator-paragraph-terminator.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/eval/redeclared-arguments-in-param-expression-eval.js b/test/staging/sm/eval/redeclared-arguments-in-param-expression-eval.js index b40a70ba39..5ab6a7a886 100644 --- a/test/staging/sm/eval/redeclared-arguments-in-param-expression-eval.js +++ b/test/staging/sm/eval/redeclared-arguments-in-param-expression-eval.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/eval/regress-531682.js b/test/staging/sm/eval/regress-531682.js index 00d4779837..e5464c911e 100644 --- a/test/staging/sm/eval/regress-531682.js +++ b/test/staging/sm/eval/regress-531682.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/eval/undeclared-name-in-nested-strict-eval.js b/test/staging/sm/eval/undeclared-name-in-nested-strict-eval.js index 4c1f22b1db..051f9d28d7 100644 --- a/test/staging/sm/eval/undeclared-name-in-nested-strict-eval.js +++ b/test/staging/sm/eval/undeclared-name-in-nested-strict-eval.js @@ -6,7 +6,6 @@ /*--- flags: - onlyStrict -includes: [sm/non262.js, sm/non262-shell.js] description: | Verify that we don't optimize free names to gnames in eval code that's global, when the name refers to a binding introduced by a strict mode eval frame esid: pending diff --git a/test/staging/sm/expressions/11.1.5-01.js b/test/staging/sm/expressions/11.1.5-01.js index f33082bd47..cf3f4dbe18 100644 --- a/test/staging/sm/expressions/11.1.5-01.js +++ b/test/staging/sm/expressions/11.1.5-01.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/ToPropertyKey-symbols.js b/test/staging/sm/expressions/ToPropertyKey-symbols.js index 31ee3036cd..f78acef5a7 100644 --- a/test/staging/sm/expressions/ToPropertyKey-symbols.js +++ b/test/staging/sm/expressions/ToPropertyKey-symbols.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/binary-literals.js b/test/staging/sm/expressions/binary-literals.js index ee889c048d..a97db65523 100644 --- a/test/staging/sm/expressions/binary-literals.js +++ b/test/staging/sm/expressions/binary-literals.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/computed-property-side-effects.js b/test/staging/sm/expressions/computed-property-side-effects.js index d4c2eaeb3d..3ba76f1f2c 100644 --- a/test/staging/sm/expressions/computed-property-side-effects.js +++ b/test/staging/sm/expressions/computed-property-side-effects.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] +includes: [sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/constant-folded-labeled-statement.js b/test/staging/sm/expressions/constant-folded-labeled-statement.js index b3c6e867a1..bc4982a0e7 100644 --- a/test/staging/sm/expressions/constant-folded-labeled-statement.js +++ b/test/staging/sm/expressions/constant-folded-labeled-statement.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/delete-constant-folded-and-or.js b/test/staging/sm/expressions/delete-constant-folded-and-or.js index 76c10c6d52..1dc15ac041 100644 --- a/test/staging/sm/expressions/delete-constant-folded-and-or.js +++ b/test/staging/sm/expressions/delete-constant-folded-and-or.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/delete-name-parenthesized-early-error-strict-mode.js b/test/staging/sm/expressions/delete-name-parenthesized-early-error-strict-mode.js index 896a91a7d6..a5a99ce6d7 100644 --- a/test/staging/sm/expressions/delete-name-parenthesized-early-error-strict-mode.js +++ b/test/staging/sm/expressions/delete-name-parenthesized-early-error-strict-mode.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/destructuring-array-default-call.js b/test/staging/sm/expressions/destructuring-array-default-call.js index 6731d0ee33..555518399f 100644 --- a/test/staging/sm/expressions/destructuring-array-default-call.js +++ b/test/staging/sm/expressions/destructuring-array-default-call.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] +includes: [sm/non262-expressions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/destructuring-array-default-class.js b/test/staging/sm/expressions/destructuring-array-default-class.js index 6d52753f00..02ba8cad15 100644 --- a/test/staging/sm/expressions/destructuring-array-default-class.js +++ b/test/staging/sm/expressions/destructuring-array-default-class.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] +includes: [sm/non262-expressions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/destructuring-array-default-function-nested.js b/test/staging/sm/expressions/destructuring-array-default-function-nested.js index 92b02d8efd..c3d5c0e17a 100644 --- a/test/staging/sm/expressions/destructuring-array-default-function-nested.js +++ b/test/staging/sm/expressions/destructuring-array-default-function-nested.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] +includes: [sm/non262-expressions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/destructuring-array-default-function.js b/test/staging/sm/expressions/destructuring-array-default-function.js index c4252877e5..ccb4ea923e 100644 --- a/test/staging/sm/expressions/destructuring-array-default-function.js +++ b/test/staging/sm/expressions/destructuring-array-default-function.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] +includes: [sm/non262-expressions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/destructuring-array-default-simple.js b/test/staging/sm/expressions/destructuring-array-default-simple.js index 5a859e275b..559e84f61b 100644 --- a/test/staging/sm/expressions/destructuring-array-default-simple.js +++ b/test/staging/sm/expressions/destructuring-array-default-simple.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] +includes: [sm/non262-expressions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/destructuring-array-default-yield.js b/test/staging/sm/expressions/destructuring-array-default-yield.js index 959677f72d..b4dd3d24d0 100644 --- a/test/staging/sm/expressions/destructuring-array-default-yield.js +++ b/test/staging/sm/expressions/destructuring-array-default-yield.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] +includes: [sm/non262-expressions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/destructuring-array-done.js b/test/staging/sm/expressions/destructuring-array-done.js index 94aa1561f1..8e380b558a 100644 --- a/test/staging/sm/expressions/destructuring-array-done.js +++ b/test/staging/sm/expressions/destructuring-array-done.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/destructuring-array-lexical.js b/test/staging/sm/expressions/destructuring-array-lexical.js index 3b83018571..2ded1af791 100644 --- a/test/staging/sm/expressions/destructuring-array-lexical.js +++ b/test/staging/sm/expressions/destructuring-array-lexical.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/destructuring-object-__proto__-1.js b/test/staging/sm/expressions/destructuring-object-__proto__-1.js index 49cf0c0177..b76e66b59e 100644 --- a/test/staging/sm/expressions/destructuring-object-__proto__-1.js +++ b/test/staging/sm/expressions/destructuring-object-__proto__-1.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/destructuring-object-__proto__-2.js b/test/staging/sm/expressions/destructuring-object-__proto__-2.js index d638c84446..35c27e028e 100644 --- a/test/staging/sm/expressions/destructuring-object-__proto__-2.js +++ b/test/staging/sm/expressions/destructuring-object-__proto__-2.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/destructuring-pattern-parenthesized.js b/test/staging/sm/expressions/destructuring-pattern-parenthesized.js index 3d749be2da..cec92af72a 100644 --- a/test/staging/sm/expressions/destructuring-pattern-parenthesized.js +++ b/test/staging/sm/expressions/destructuring-pattern-parenthesized.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/exponentiation-unparenthesised-unary.js b/test/staging/sm/expressions/exponentiation-unparenthesised-unary.js index a64064f6fc..f1bd236caa 100644 --- a/test/staging/sm/expressions/exponentiation-unparenthesised-unary.js +++ b/test/staging/sm/expressions/exponentiation-unparenthesised-unary.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/inNotObjectError.js b/test/staging/sm/expressions/inNotObjectError.js index 878c318600..f0ce453792 100644 --- a/test/staging/sm/expressions/inNotObjectError.js +++ b/test/staging/sm/expressions/inNotObjectError.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/named-accessor-function.js b/test/staging/sm/expressions/named-accessor-function.js index 7917b31a8e..e6fd2a56a3 100644 --- a/test/staging/sm/expressions/named-accessor-function.js +++ b/test/staging/sm/expressions/named-accessor-function.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/nested-delete-name-in-evalcode.js b/test/staging/sm/expressions/nested-delete-name-in-evalcode.js index 9985f99260..b6516c609b 100644 --- a/test/staging/sm/expressions/nested-delete-name-in-evalcode.js +++ b/test/staging/sm/expressions/nested-delete-name-in-evalcode.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/nullish-coalescing.js b/test/staging/sm/expressions/nullish-coalescing.js index 96f5138b54..1cda3d8ed9 100644 --- a/test/staging/sm/expressions/nullish-coalescing.js +++ b/test/staging/sm/expressions/nullish-coalescing.js @@ -4,7 +4,6 @@ /*--- features: - IsHTMLDDA -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/object-literal-__proto__.js b/test/staging/sm/expressions/object-literal-__proto__.js index be424359fd..30e8ce124c 100644 --- a/test/staging/sm/expressions/object-literal-__proto__.js +++ b/test/staging/sm/expressions/object-literal-__proto__.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/object-literal-accessor-arguments.js b/test/staging/sm/expressions/object-literal-accessor-arguments.js index 64abbbd61e..ee847c6994 100644 --- a/test/staging/sm/expressions/object-literal-accessor-arguments.js +++ b/test/staging/sm/expressions/object-literal-accessor-arguments.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/object-literal-accessor-property-name.js b/test/staging/sm/expressions/object-literal-accessor-property-name.js index b6cddbefff..8a9261c694 100644 --- a/test/staging/sm/expressions/object-literal-accessor-property-name.js +++ b/test/staging/sm/expressions/object-literal-accessor-property-name.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/object-literal-computed-property-evaluation.js b/test/staging/sm/expressions/object-literal-computed-property-evaluation.js index 1f67cce2bf..c3ddb24b93 100644 --- a/test/staging/sm/expressions/object-literal-computed-property-evaluation.js +++ b/test/staging/sm/expressions/object-literal-computed-property-evaluation.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/octal-literals.js b/test/staging/sm/expressions/octal-literals.js index f24151f3c3..d847db96e0 100644 --- a/test/staging/sm/expressions/octal-literals.js +++ b/test/staging/sm/expressions/octal-literals.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/optional-chain-class-heritage.js b/test/staging/sm/expressions/optional-chain-class-heritage.js index 94f0440307..97ffffca3e 100644 --- a/test/staging/sm/expressions/optional-chain-class-heritage.js +++ b/test/staging/sm/expressions/optional-chain-class-heritage.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/optional-chain-first-expression.js b/test/staging/sm/expressions/optional-chain-first-expression.js index 4c26f3df31..3bb54f1fd2 100644 --- a/test/staging/sm/expressions/optional-chain-first-expression.js +++ b/test/staging/sm/expressions/optional-chain-first-expression.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/optional-chain-super-elem.js b/test/staging/sm/expressions/optional-chain-super-elem.js index 599013d4ef..f1fc85fc1a 100644 --- a/test/staging/sm/expressions/optional-chain-super-elem.js +++ b/test/staging/sm/expressions/optional-chain-super-elem.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/optional-chain-tdz.js b/test/staging/sm/expressions/optional-chain-tdz.js index 1d4d77f8fa..b838a2d1ed 100644 --- a/test/staging/sm/expressions/optional-chain-tdz.js +++ b/test/staging/sm/expressions/optional-chain-tdz.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/primitive-this-boxing-behavior.js b/test/staging/sm/expressions/primitive-this-boxing-behavior.js index b32ac215bc..bc87468acb 100644 --- a/test/staging/sm/expressions/primitive-this-boxing-behavior.js +++ b/test/staging/sm/expressions/primitive-this-boxing-behavior.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/short-circuit-compound-assignment-anon-fns.js b/test/staging/sm/expressions/short-circuit-compound-assignment-anon-fns.js index f903acfc08..d11141297f 100644 --- a/test/staging/sm/expressions/short-circuit-compound-assignment-anon-fns.js +++ b/test/staging/sm/expressions/short-circuit-compound-assignment-anon-fns.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/short-circuit-compound-assignment-const.js b/test/staging/sm/expressions/short-circuit-compound-assignment-const.js index fa1fc7a4ab..73a227b353 100644 --- a/test/staging/sm/expressions/short-circuit-compound-assignment-const.js +++ b/test/staging/sm/expressions/short-circuit-compound-assignment-const.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/short-circuit-compound-assignment-property-key-evaluation.js b/test/staging/sm/expressions/short-circuit-compound-assignment-property-key-evaluation.js index bc9b4ffbf1..b42a8ff84a 100644 --- a/test/staging/sm/expressions/short-circuit-compound-assignment-property-key-evaluation.js +++ b/test/staging/sm/expressions/short-circuit-compound-assignment-property-key-evaluation.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/short-circuit-compound-assignment-tdz.js b/test/staging/sm/expressions/short-circuit-compound-assignment-tdz.js index 0dac21eceb..7ebbdadeb2 100644 --- a/test/staging/sm/expressions/short-circuit-compound-assignment-tdz.js +++ b/test/staging/sm/expressions/short-circuit-compound-assignment-tdz.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/short-circuit-compound-assignment.js b/test/staging/sm/expressions/short-circuit-compound-assignment.js index 36dbb76f1f..bbc73f9e75 100644 --- a/test/staging/sm/expressions/short-circuit-compound-assignment.js +++ b/test/staging/sm/expressions/short-circuit-compound-assignment.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/string-literal-escape-sequences.js b/test/staging/sm/expressions/string-literal-escape-sequences.js index d6e9b855bd..52152e1d73 100644 --- a/test/staging/sm/expressions/string-literal-escape-sequences.js +++ b/test/staging/sm/expressions/string-literal-escape-sequences.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/tagged-template-constant-folding.js b/test/staging/sm/expressions/tagged-template-constant-folding.js index 73af4c3164..0f0971638f 100644 --- a/test/staging/sm/expressions/tagged-template-constant-folding.js +++ b/test/staging/sm/expressions/tagged-template-constant-folding.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/8.12.5-01.js b/test/staging/sm/extensions/8.12.5-01.js index f069e6f3d9..9397f9bcf5 100644 --- a/test/staging/sm/extensions/8.12.5-01.js +++ b/test/staging/sm/extensions/8.12.5-01.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/ArrayBuffer-slice-arguments-detaching.js b/test/staging/sm/extensions/ArrayBuffer-slice-arguments-detaching.js index e9f3ec8c7f..74842ab7ed 100644 --- a/test/staging/sm/extensions/ArrayBuffer-slice-arguments-detaching.js +++ b/test/staging/sm/extensions/ArrayBuffer-slice-arguments-detaching.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/DataView-construct-arguments-detaching.js b/test/staging/sm/extensions/DataView-construct-arguments-detaching.js index 9b24fb7991..bd28b3e85e 100644 --- a/test/staging/sm/extensions/DataView-construct-arguments-detaching.js +++ b/test/staging/sm/extensions/DataView-construct-arguments-detaching.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/DataView-set-arguments-detaching.js b/test/staging/sm/extensions/DataView-set-arguments-detaching.js index 9da40daf1d..c624e3d9b7 100644 --- a/test/staging/sm/extensions/DataView-set-arguments-detaching.js +++ b/test/staging/sm/extensions/DataView-set-arguments-detaching.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/String-match-flags.js b/test/staging/sm/extensions/String-match-flags.js index 733c3360f6..a64d2033f1 100644 --- a/test/staging/sm/extensions/String-match-flags.js +++ b/test/staging/sm/extensions/String-match-flags.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/TypedArray-set-object-funky-length-detaches.js b/test/staging/sm/extensions/TypedArray-set-object-funky-length-detaches.js index abd7fb414a..53b9f8b05f 100644 --- a/test/staging/sm/extensions/TypedArray-set-object-funky-length-detaches.js +++ b/test/staging/sm/extensions/TypedArray-set-object-funky-length-detaches.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/TypedArray-subarray-arguments-detaching.js b/test/staging/sm/extensions/TypedArray-subarray-arguments-detaching.js index 4cffe27155..208246d4ab 100644 --- a/test/staging/sm/extensions/TypedArray-subarray-arguments-detaching.js +++ b/test/staging/sm/extensions/TypedArray-subarray-arguments-detaching.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/__proto__.js b/test/staging/sm/extensions/__proto__.js index 8b42a708d9..a2d5e4d265 100644 --- a/test/staging/sm/extensions/__proto__.js +++ b/test/staging/sm/extensions/__proto__.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/arguments-property-access-in-function.js b/test/staging/sm/extensions/arguments-property-access-in-function.js index 9c409c2bec..015e3f2d8a 100644 --- a/test/staging/sm/extensions/arguments-property-access-in-function.js +++ b/test/staging/sm/extensions/arguments-property-access-in-function.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/array-inherited-__proto__.js b/test/staging/sm/extensions/array-inherited-__proto__.js index 4fbfc5ed0a..e19a107e3d 100644 --- a/test/staging/sm/extensions/array-inherited-__proto__.js +++ b/test/staging/sm/extensions/array-inherited-__proto__.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/array-length-protochange.js b/test/staging/sm/extensions/array-length-protochange.js index 78ba92180c..bb6126b0a0 100644 --- a/test/staging/sm/extensions/array-length-protochange.js +++ b/test/staging/sm/extensions/array-length-protochange.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/array-pop-proxy.js b/test/staging/sm/extensions/array-pop-proxy.js index e3b058f855..c39b7d7007 100644 --- a/test/staging/sm/extensions/array-pop-proxy.js +++ b/test/staging/sm/extensions/array-pop-proxy.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/arraybuffer-prototype.js b/test/staging/sm/extensions/arraybuffer-prototype.js index 8a3e28d32d..eaf414b77a 100644 --- a/test/staging/sm/extensions/arraybuffer-prototype.js +++ b/test/staging/sm/extensions/arraybuffer-prototype.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/bug472534.js b/test/staging/sm/extensions/bug472534.js index 8f2bbccc9c..e76efba6d7 100644 --- a/test/staging/sm/extensions/bug472534.js +++ b/test/staging/sm/extensions/bug472534.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/builtin-function-arguments-caller.js b/test/staging/sm/extensions/builtin-function-arguments-caller.js index 4fddd009a6..57c90e5080 100644 --- a/test/staging/sm/extensions/builtin-function-arguments-caller.js +++ b/test/staging/sm/extensions/builtin-function-arguments-caller.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/censor-strict-caller.js b/test/staging/sm/extensions/censor-strict-caller.js index 9258de51e1..36a920e7aa 100644 --- a/test/staging/sm/extensions/censor-strict-caller.js +++ b/test/staging/sm/extensions/censor-strict-caller.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/cross-global-eval-is-indirect.js b/test/staging/sm/extensions/cross-global-eval-is-indirect.js index a86967a359..50c09ea044 100644 --- a/test/staging/sm/extensions/cross-global-eval-is-indirect.js +++ b/test/staging/sm/extensions/cross-global-eval-is-indirect.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict info: | diff --git a/test/staging/sm/extensions/dataview.js b/test/staging/sm/extensions/dataview.js index cb9bf762f9..5b423ed95a 100644 --- a/test/staging/sm/extensions/dataview.js +++ b/test/staging/sm/extensions/dataview.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/destructure-accessor.js b/test/staging/sm/extensions/destructure-accessor.js index cbcd1d04b2..599feeb37d 100644 --- a/test/staging/sm/extensions/destructure-accessor.js +++ b/test/staging/sm/extensions/destructure-accessor.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/destructuring-__proto__-shorthand-assignment-before-var.js b/test/staging/sm/extensions/destructuring-__proto__-shorthand-assignment-before-var.js index 55533e62fc..8c18968654 100644 --- a/test/staging/sm/extensions/destructuring-__proto__-shorthand-assignment-before-var.js +++ b/test/staging/sm/extensions/destructuring-__proto__-shorthand-assignment-before-var.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/destructuring-__proto__-shorthand-assignment.js b/test/staging/sm/extensions/destructuring-__proto__-shorthand-assignment.js index d4f830655b..fa20b3cca4 100644 --- a/test/staging/sm/extensions/destructuring-__proto__-shorthand-assignment.js +++ b/test/staging/sm/extensions/destructuring-__proto__-shorthand-assignment.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/destructuring-__proto__-target-assignment.js b/test/staging/sm/extensions/destructuring-__proto__-target-assignment.js index e183fbf923..4174164bc7 100644 --- a/test/staging/sm/extensions/destructuring-__proto__-target-assignment.js +++ b/test/staging/sm/extensions/destructuring-__proto__-target-assignment.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/destructuring-for-inof-__proto__.js b/test/staging/sm/extensions/destructuring-for-inof-__proto__.js index be7b4d236e..c63e205687 100644 --- a/test/staging/sm/extensions/destructuring-for-inof-__proto__.js +++ b/test/staging/sm/extensions/destructuring-for-inof-__proto__.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/element-setting-ToNumber-detaches.js b/test/staging/sm/extensions/element-setting-ToNumber-detaches.js index c88b5a3d33..e771e4f870 100644 --- a/test/staging/sm/extensions/element-setting-ToNumber-detaches.js +++ b/test/staging/sm/extensions/element-setting-ToNumber-detaches.js @@ -6,7 +6,6 @@ /*--- flags: - onlyStrict -includes: [sm/non262.js, sm/non262-shell.js] description: | Don't assert assigning into memory detached while converting the value to assign into a number esid: pending diff --git a/test/staging/sm/extensions/error-tostring-function.js b/test/staging/sm/extensions/error-tostring-function.js index d733257f28..8c4850fbef 100644 --- a/test/staging/sm/extensions/error-tostring-function.js +++ b/test/staging/sm/extensions/error-tostring-function.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/es5ish-defineGetter-defineSetter.js b/test/staging/sm/extensions/es5ish-defineGetter-defineSetter.js index 19799673b3..692af31995 100644 --- a/test/staging/sm/extensions/es5ish-defineGetter-defineSetter.js +++ b/test/staging/sm/extensions/es5ish-defineGetter-defineSetter.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/eval-native-callback-is-indirect.js b/test/staging/sm/extensions/eval-native-callback-is-indirect.js index a98147d74b..ef692078da 100644 --- a/test/staging/sm/extensions/eval-native-callback-is-indirect.js +++ b/test/staging/sm/extensions/eval-native-callback-is-indirect.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/expression-closure-syntax.js b/test/staging/sm/extensions/expression-closure-syntax.js index c2430ba205..a8c0af4ec7 100644 --- a/test/staging/sm/extensions/expression-closure-syntax.js +++ b/test/staging/sm/extensions/expression-closure-syntax.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/extension-methods-reject-null-undefined-this.js b/test/staging/sm/extensions/extension-methods-reject-null-undefined-this.js index 3fd4c316d9..06fe50f278 100644 --- a/test/staging/sm/extensions/extension-methods-reject-null-undefined-this.js +++ b/test/staging/sm/extensions/extension-methods-reject-null-undefined-this.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/for-loop-with-lexical-declaration-and-nested-function-statement.js b/test/staging/sm/extensions/for-loop-with-lexical-declaration-and-nested-function-statement.js index 6d9cdc8534..c88b722ed8 100644 --- a/test/staging/sm/extensions/for-loop-with-lexical-declaration-and-nested-function-statement.js +++ b/test/staging/sm/extensions/for-loop-with-lexical-declaration-and-nested-function-statement.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/function-caller-skips-eval-frames.js b/test/staging/sm/extensions/function-caller-skips-eval-frames.js index 954aad9e54..c0a7291d27 100644 --- a/test/staging/sm/extensions/function-caller-skips-eval-frames.js +++ b/test/staging/sm/extensions/function-caller-skips-eval-frames.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/function-properties.js b/test/staging/sm/extensions/function-properties.js index 0741ccb432..4609f8a582 100644 --- a/test/staging/sm/extensions/function-properties.js +++ b/test/staging/sm/extensions/function-properties.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/getOwnPropertyNames-__proto__.js b/test/staging/sm/extensions/getOwnPropertyNames-__proto__.js index 5cd05b16ea..1c682147ad 100644 --- a/test/staging/sm/extensions/getOwnPropertyNames-__proto__.js +++ b/test/staging/sm/extensions/getOwnPropertyNames-__proto__.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/keyword-unescaped-requirement.js b/test/staging/sm/extensions/keyword-unescaped-requirement.js index e4cf568d22..c6929a4fc5 100644 --- a/test/staging/sm/extensions/keyword-unescaped-requirement.js +++ b/test/staging/sm/extensions/keyword-unescaped-requirement.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/mutable-proto-special-form.js b/test/staging/sm/extensions/mutable-proto-special-form.js index c3a05a63ad..66a4cb397b 100644 --- a/test/staging/sm/extensions/mutable-proto-special-form.js +++ b/test/staging/sm/extensions/mutable-proto-special-form.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/nested-delete-name-in-evalcode.js b/test/staging/sm/extensions/nested-delete-name-in-evalcode.js index 39bc39eddc..c08a3246ec 100644 --- a/test/staging/sm/extensions/nested-delete-name-in-evalcode.js +++ b/test/staging/sm/extensions/nested-delete-name-in-evalcode.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/new-cross-compartment.js b/test/staging/sm/extensions/new-cross-compartment.js index faf62ce8de..d32a7d1cae 100644 --- a/test/staging/sm/extensions/new-cross-compartment.js +++ b/test/staging/sm/extensions/new-cross-compartment.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/new-parenthesization.js b/test/staging/sm/extensions/new-parenthesization.js index 4b4be8d7d1..66aa11ad99 100644 --- a/test/staging/sm/extensions/new-parenthesization.js +++ b/test/staging/sm/extensions/new-parenthesization.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/newer-type-functions-caller-arguments.js b/test/staging/sm/extensions/newer-type-functions-caller-arguments.js index 3833eb9b97..1acf74bfa3 100644 --- a/test/staging/sm/extensions/newer-type-functions-caller-arguments.js +++ b/test/staging/sm/extensions/newer-type-functions-caller-arguments.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/proxy-array-target-length-definition.js b/test/staging/sm/extensions/proxy-array-target-length-definition.js index 1c97840c4d..d1e3d5472a 100644 --- a/test/staging/sm/extensions/proxy-array-target-length-definition.js +++ b/test/staging/sm/extensions/proxy-array-target-length-definition.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/proxy-enumeration.js b/test/staging/sm/extensions/proxy-enumeration.js index 5a9732514c..55b2d41e0e 100644 --- a/test/staging/sm/extensions/proxy-enumeration.js +++ b/test/staging/sm/extensions/proxy-enumeration.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/proxy-strict.js b/test/staging/sm/extensions/proxy-strict.js index 8764658bf0..0cb105d269 100644 --- a/test/staging/sm/extensions/proxy-strict.js +++ b/test/staging/sm/extensions/proxy-strict.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/recursion.js b/test/staging/sm/extensions/recursion.js index 2cd92e5741..9aa4dbefca 100644 --- a/test/staging/sm/extensions/recursion.js +++ b/test/staging/sm/extensions/recursion.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/regress-455380.js b/test/staging/sm/extensions/regress-455380.js index 42a9ebbf91..0a1457941a 100644 --- a/test/staging/sm/extensions/regress-455380.js +++ b/test/staging/sm/extensions/regress-455380.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/regress-469625-01.js b/test/staging/sm/extensions/regress-469625-01.js index 993c3637ab..2cdddc68cd 100644 --- a/test/staging/sm/extensions/regress-469625-01.js +++ b/test/staging/sm/extensions/regress-469625-01.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/regress-480579.js b/test/staging/sm/extensions/regress-480579.js index 81b3eef604..46827c6488 100644 --- a/test/staging/sm/extensions/regress-480579.js +++ b/test/staging/sm/extensions/regress-480579.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/regress-481516.js b/test/staging/sm/extensions/regress-481516.js index 775ad8331b..5ff7354702 100644 --- a/test/staging/sm/extensions/regress-481516.js +++ b/test/staging/sm/extensions/regress-481516.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/regress-591450.js b/test/staging/sm/extensions/regress-591450.js index 829e7fc412..94ac66cb86 100644 --- a/test/staging/sm/extensions/regress-591450.js +++ b/test/staging/sm/extensions/regress-591450.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/regress-645160.js b/test/staging/sm/extensions/regress-645160.js index 14f52cede1..19282e3f87 100644 --- a/test/staging/sm/extensions/regress-645160.js +++ b/test/staging/sm/extensions/regress-645160.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/regress-650753.js b/test/staging/sm/extensions/regress-650753.js index 5ced89f10a..2385ea7372 100644 --- a/test/staging/sm/extensions/regress-650753.js +++ b/test/staging/sm/extensions/regress-650753.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/regress-bug629723.js b/test/staging/sm/extensions/regress-bug629723.js index 76ff67c05c..994ec88a95 100644 --- a/test/staging/sm/extensions/regress-bug629723.js +++ b/test/staging/sm/extensions/regress-bug629723.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/reviver-mutates-holder-array-nonnative.js b/test/staging/sm/extensions/reviver-mutates-holder-array-nonnative.js index 0db16b004f..ef7dafbf04 100644 --- a/test/staging/sm/extensions/reviver-mutates-holder-array-nonnative.js +++ b/test/staging/sm/extensions/reviver-mutates-holder-array-nonnative.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/reviver-mutates-holder-array.js b/test/staging/sm/extensions/reviver-mutates-holder-array.js index 4bca5f47fc..7e3f7af2af 100644 --- a/test/staging/sm/extensions/reviver-mutates-holder-array.js +++ b/test/staging/sm/extensions/reviver-mutates-holder-array.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/reviver-mutates-holder-object-nonnative.js b/test/staging/sm/extensions/reviver-mutates-holder-object-nonnative.js index 091063d1bd..b5cbe244a2 100644 --- a/test/staging/sm/extensions/reviver-mutates-holder-object-nonnative.js +++ b/test/staging/sm/extensions/reviver-mutates-holder-object-nonnative.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/reviver-mutates-holder-object.js b/test/staging/sm/extensions/reviver-mutates-holder-object.js index 634839a33e..1229ba9dc9 100644 --- a/test/staging/sm/extensions/reviver-mutates-holder-object.js +++ b/test/staging/sm/extensions/reviver-mutates-holder-object.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/set-property-non-extensible.js b/test/staging/sm/extensions/set-property-non-extensible.js index def09c0b7b..bf76656e8b 100644 --- a/test/staging/sm/extensions/set-property-non-extensible.js +++ b/test/staging/sm/extensions/set-property-non-extensible.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict info: | diff --git a/test/staging/sm/extensions/shareddataview.js b/test/staging/sm/extensions/shareddataview.js index a84e80b9bd..d4792b539b 100644 --- a/test/staging/sm/extensions/shareddataview.js +++ b/test/staging/sm/extensions/shareddataview.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/string-literal-getter-setter-decompilation.js b/test/staging/sm/extensions/string-literal-getter-setter-decompilation.js index 77f36081c3..dbb060c2af 100644 --- a/test/staging/sm/extensions/string-literal-getter-setter-decompilation.js +++ b/test/staging/sm/extensions/string-literal-getter-setter-decompilation.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/typedarray-copyWithin-arguments-detaching.js b/test/staging/sm/extensions/typedarray-copyWithin-arguments-detaching.js index ad8c622e6d..5168b6fd00 100644 --- a/test/staging/sm/extensions/typedarray-copyWithin-arguments-detaching.js +++ b/test/staging/sm/extensions/typedarray-copyWithin-arguments-detaching.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/typedarray-set-detach.js b/test/staging/sm/extensions/typedarray-set-detach.js index 3269612bad..0304e3a204 100644 --- a/test/staging/sm/extensions/typedarray-set-detach.js +++ b/test/staging/sm/extensions/typedarray-set-detach.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/typedarray-subarray-of-subarray.js b/test/staging/sm/extensions/typedarray-subarray-of-subarray.js index 144935cc6b..ee25fbca0b 100644 --- a/test/staging/sm/extensions/typedarray-subarray-of-subarray.js +++ b/test/staging/sm/extensions/typedarray-subarray-of-subarray.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/weakmap.js b/test/staging/sm/extensions/weakmap.js index 6bd2cb2fa6..913e3dfd43 100644 --- a/test/staging/sm/extensions/weakmap.js +++ b/test/staging/sm/extensions/weakmap.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/fields/await-identifier-module-1.js b/test/staging/sm/fields/await-identifier-module-1.js index 03e92d8352..89980721af 100644 --- a/test/staging/sm/fields/await-identifier-module-1.js +++ b/test/staging/sm/fields/await-identifier-module-1.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - module negative: diff --git a/test/staging/sm/fields/await-identifier-module-2.js b/test/staging/sm/fields/await-identifier-module-2.js index 6dbd264ce1..526a159fcf 100644 --- a/test/staging/sm/fields/await-identifier-module-2.js +++ b/test/staging/sm/fields/await-identifier-module-2.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - module negative: diff --git a/test/staging/sm/fields/await-identifier-module-3.js b/test/staging/sm/fields/await-identifier-module-3.js index c122ed82e4..a1d5253d8b 100644 --- a/test/staging/sm/fields/await-identifier-module-3.js +++ b/test/staging/sm/fields/await-identifier-module-3.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - module negative: diff --git a/test/staging/sm/fields/init-order.js b/test/staging/sm/fields/init-order.js index 7cf65c462f..d1fe7119df 100644 --- a/test/staging/sm/fields/init-order.js +++ b/test/staging/sm/fields/init-order.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/fields/numeric-fields.js b/test/staging/sm/fields/numeric-fields.js index 7ab7995261..1cdb32581b 100644 --- a/test/staging/sm/fields/numeric-fields.js +++ b/test/staging/sm/fields/numeric-fields.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/fields/scopes.js b/test/staging/sm/fields/scopes.js index 69e2ad6353..6efd98d98d 100644 --- a/test/staging/sm/fields/scopes.js +++ b/test/staging/sm/fields/scopes.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/fields/unimplemented.js b/test/staging/sm/fields/unimplemented.js index 607aafbff6..2d1ca5215f 100644 --- a/test/staging/sm/fields/unimplemented.js +++ b/test/staging/sm/fields/unimplemented.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/generators/create-function-parse-before-getprototype.js b/test/staging/sm/generators/create-function-parse-before-getprototype.js index 1f598d4043..acb85dd184 100644 --- a/test/staging/sm/generators/create-function-parse-before-getprototype.js +++ b/test/staging/sm/generators/create-function-parse-before-getprototype.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/generators/delegating-yield-1.js b/test/staging/sm/generators/delegating-yield-1.js index 59eab1403c..29b9a36e29 100644 --- a/test/staging/sm/generators/delegating-yield-1.js +++ b/test/staging/sm/generators/delegating-yield-1.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] +includes: [deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/generators/delegating-yield-10.js b/test/staging/sm/generators/delegating-yield-10.js index d9966bb974..fc7444606b 100644 --- a/test/staging/sm/generators/delegating-yield-10.js +++ b/test/staging/sm/generators/delegating-yield-10.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] +includes: [sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/generators/delegating-yield-11.js b/test/staging/sm/generators/delegating-yield-11.js index dd4cb2e5d5..4c49dd6c35 100644 --- a/test/staging/sm/generators/delegating-yield-11.js +++ b/test/staging/sm/generators/delegating-yield-11.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] +includes: [deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/generators/delegating-yield-12.js b/test/staging/sm/generators/delegating-yield-12.js index d7d17e8375..b2fe5f7e18 100644 --- a/test/staging/sm/generators/delegating-yield-12.js +++ b/test/staging/sm/generators/delegating-yield-12.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-generators-shell.js] +includes: [sm/non262-generators-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/generators/delegating-yield-2.js b/test/staging/sm/generators/delegating-yield-2.js index 849b943caa..d0f31efda4 100644 --- a/test/staging/sm/generators/delegating-yield-2.js +++ b/test/staging/sm/generators/delegating-yield-2.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-generators-shell.js] +includes: [sm/non262-shell.js, sm/non262-generators-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/generators/delegating-yield-3.js b/test/staging/sm/generators/delegating-yield-3.js index 3d709df845..ea17f76d88 100644 --- a/test/staging/sm/generators/delegating-yield-3.js +++ b/test/staging/sm/generators/delegating-yield-3.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-generators-shell.js] +includes: [sm/non262-generators-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/generators/delegating-yield-4.js b/test/staging/sm/generators/delegating-yield-4.js index 44b8aba333..c2d76eeac6 100644 --- a/test/staging/sm/generators/delegating-yield-4.js +++ b/test/staging/sm/generators/delegating-yield-4.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-generators-shell.js] +includes: [sm/non262-generators-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/generators/delegating-yield-5.js b/test/staging/sm/generators/delegating-yield-5.js index 5bfdbc7cb4..2efaedd03e 100644 --- a/test/staging/sm/generators/delegating-yield-5.js +++ b/test/staging/sm/generators/delegating-yield-5.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] +includes: [deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/generators/delegating-yield-6.js b/test/staging/sm/generators/delegating-yield-6.js index 2cfd3338e7..449e7fd726 100644 --- a/test/staging/sm/generators/delegating-yield-6.js +++ b/test/staging/sm/generators/delegating-yield-6.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] +includes: [deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/generators/delegating-yield-7.js b/test/staging/sm/generators/delegating-yield-7.js index 3a3404de2f..aef015a560 100644 --- a/test/staging/sm/generators/delegating-yield-7.js +++ b/test/staging/sm/generators/delegating-yield-7.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] +includes: [deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/generators/delegating-yield-8.js b/test/staging/sm/generators/delegating-yield-8.js index b9767fa66f..223b99b1e7 100644 --- a/test/staging/sm/generators/delegating-yield-8.js +++ b/test/staging/sm/generators/delegating-yield-8.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] +includes: [deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/generators/delegating-yield-9.js b/test/staging/sm/generators/delegating-yield-9.js index 0e80eca861..794f00ac38 100644 --- a/test/staging/sm/generators/delegating-yield-9.js +++ b/test/staging/sm/generators/delegating-yield-9.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] +includes: [deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/generators/gen-with-call-obj.js b/test/staging/sm/generators/gen-with-call-obj.js index 46019fe00d..3734d03ea4 100644 --- a/test/staging/sm/generators/gen-with-call-obj.js +++ b/test/staging/sm/generators/gen-with-call-obj.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/generators/iteration.js b/test/staging/sm/generators/iteration.js index 5eda71eef6..e19920a2d9 100644 --- a/test/staging/sm/generators/iteration.js +++ b/test/staging/sm/generators/iteration.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-generators-shell.js] +includes: [sm/non262-generators-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/generators/iterator-next-non-object.js b/test/staging/sm/generators/iterator-next-non-object.js index 63905fb4c4..404ff6917d 100644 --- a/test/staging/sm/generators/iterator-next-non-object.js +++ b/test/staging/sm/generators/iterator-next-non-object.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/generators/objects.js b/test/staging/sm/generators/objects.js index 0d6fb9e4a1..5fe20a7b85 100644 --- a/test/staging/sm/generators/objects.js +++ b/test/staging/sm/generators/objects.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] +includes: [deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/generators/regress-366941.js b/test/staging/sm/generators/regress-366941.js index b810dfdbc7..fb2969ba2f 100644 --- a/test/staging/sm/generators/regress-366941.js +++ b/test/staging/sm/generators/regress-366941.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/generators/return-finally.js b/test/staging/sm/generators/return-finally.js index f462b2240c..953cbe0c67 100644 --- a/test/staging/sm/generators/return-finally.js +++ b/test/staging/sm/generators/return-finally.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/generators/runtime.js b/test/staging/sm/generators/runtime.js index 24419fe376..d49efcc4c1 100644 --- a/test/staging/sm/generators/runtime.js +++ b/test/staging/sm/generators/runtime.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] +includes: [deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/generators/syntax.js b/test/staging/sm/generators/syntax.js index 1ab5a5219e..631bd06554 100644 --- a/test/staging/sm/generators/syntax.js +++ b/test/staging/sm/generators/syntax.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-generators-shell.js] +includes: [sm/non262-generators-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/generators/yield-iterator-close.js b/test/staging/sm/generators/yield-iterator-close.js index 4517df5f51..5eed1f8b58 100644 --- a/test/staging/sm/generators/yield-iterator-close.js +++ b/test/staging/sm/generators/yield-iterator-close.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] +includes: [sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/generators/yield-non-regexp.js b/test/staging/sm/generators/yield-non-regexp.js index 3aefb70832..c784c70533 100644 --- a/test/staging/sm/generators/yield-non-regexp.js +++ b/test/staging/sm/generators/yield-non-regexp.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/generators/yield-star-iterator-close.js b/test/staging/sm/generators/yield-star-iterator-close.js index c64484e103..8ff469fa72 100644 --- a/test/staging/sm/generators/yield-star-iterator-close.js +++ b/test/staging/sm/generators/yield-star-iterator-close.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] +includes: [sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/generators/yield-star-iterator-primitive.js b/test/staging/sm/generators/yield-star-iterator-primitive.js index a9661e2270..e5628d0d52 100644 --- a/test/staging/sm/generators/yield-star-iterator-primitive.js +++ b/test/staging/sm/generators/yield-star-iterator-primitive.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/generators/yield-star-throw-htmldda.js b/test/staging/sm/generators/yield-star-throw-htmldda.js index d48d81d261..78990b4804 100644 --- a/test/staging/sm/generators/yield-star-throw-htmldda.js +++ b/test/staging/sm/generators/yield-star-throw-htmldda.js @@ -4,7 +4,6 @@ /*--- features: - IsHTMLDDA -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/global/adding-global-var-nonextensible-error.js b/test/staging/sm/global/adding-global-var-nonextensible-error.js index b7cdb1b223..c7aa7c1dee 100644 --- a/test/staging/sm/global/adding-global-var-nonextensible-error.js +++ b/test/staging/sm/global/adding-global-var-nonextensible-error.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict info: | diff --git a/test/staging/sm/global/bug-320887.js b/test/staging/sm/global/bug-320887.js index 423ec95e67..ef43900c9c 100644 --- a/test/staging/sm/global/bug-320887.js +++ b/test/staging/sm/global/bug-320887.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/global/bug660612.js b/test/staging/sm/global/bug660612.js index b92dbc3334..7d37f04262 100644 --- a/test/staging/sm/global/bug660612.js +++ b/test/staging/sm/global/bug660612.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/global/decodeURI-decodes-FFFE-FFFF.js b/test/staging/sm/global/decodeURI-decodes-FFFE-FFFF.js index 9fffe0a236..71dda03e9c 100644 --- a/test/staging/sm/global/decodeURI-decodes-FFFE-FFFF.js +++ b/test/staging/sm/global/decodeURI-decodes-FFFE-FFFF.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/global/delete-global-NaN-property.js b/test/staging/sm/global/delete-global-NaN-property.js index 8c39f23390..ff7e023386 100644 --- a/test/staging/sm/global/delete-global-NaN-property.js +++ b/test/staging/sm/global/delete-global-NaN-property.js @@ -6,7 +6,6 @@ /*--- flags: - onlyStrict -includes: [sm/non262.js, sm/non262-shell.js] description: | |delete window.NaN| should throw a TypeError esid: pending diff --git a/test/staging/sm/global/direct-eval-but-not.js b/test/staging/sm/global/direct-eval-but-not.js index 4e67c729d7..6c84ab8ae8 100644 --- a/test/staging/sm/global/direct-eval-but-not.js +++ b/test/staging/sm/global/direct-eval-but-not.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/global/eval-01.js b/test/staging/sm/global/eval-01.js index a95dc0c362..7b71283067 100644 --- a/test/staging/sm/global/eval-01.js +++ b/test/staging/sm/global/eval-01.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/global/eval-02.js b/test/staging/sm/global/eval-02.js index 26db78db23..c7f95505c7 100644 --- a/test/staging/sm/global/eval-02.js +++ b/test/staging/sm/global/eval-02.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/global/eval-in-strict-eval-in-normal-function.js b/test/staging/sm/global/eval-in-strict-eval-in-normal-function.js index f71cf793f7..83601de3ef 100644 --- a/test/staging/sm/global/eval-in-strict-eval-in-normal-function.js +++ b/test/staging/sm/global/eval-in-strict-eval-in-normal-function.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/global/eval-inside-with-is-direct.js b/test/staging/sm/global/eval-inside-with-is-direct.js index 5392dbc063..7f76c7d5c4 100644 --- a/test/staging/sm/global/eval-inside-with-is-direct.js +++ b/test/staging/sm/global/eval-inside-with-is-direct.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/global/eval-native-callback-is-indirect.js b/test/staging/sm/global/eval-native-callback-is-indirect.js index 20bab3161b..aa62bd7971 100644 --- a/test/staging/sm/global/eval-native-callback-is-indirect.js +++ b/test/staging/sm/global/eval-native-callback-is-indirect.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/global/globalThis-enumeration.js b/test/staging/sm/global/globalThis-enumeration.js index 90e5b2b78d..e8f5d9684e 100644 --- a/test/staging/sm/global/globalThis-enumeration.js +++ b/test/staging/sm/global/globalThis-enumeration.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/global/parenthesized-eval-is-direct.js b/test/staging/sm/global/parenthesized-eval-is-direct.js index 4f048bd9b1..c67220cd0d 100644 --- a/test/staging/sm/global/parenthesized-eval-is-direct.js +++ b/test/staging/sm/global/parenthesized-eval-is-direct.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/global/parseFloat-01.js b/test/staging/sm/global/parseFloat-01.js index b2bc05faa0..1e3a414060 100644 --- a/test/staging/sm/global/parseFloat-01.js +++ b/test/staging/sm/global/parseFloat-01.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/global/parseInt-01.js b/test/staging/sm/global/parseInt-01.js index 51b9699c79..0486a04eb7 100644 --- a/test/staging/sm/global/parseInt-01.js +++ b/test/staging/sm/global/parseInt-01.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/global/parseInt-default-to-decimal.js b/test/staging/sm/global/parseInt-default-to-decimal.js index 4fb111b27e..5c172236a1 100644 --- a/test/staging/sm/global/parseInt-default-to-decimal.js +++ b/test/staging/sm/global/parseInt-default-to-decimal.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/lexical-environment/block-scoped-functions-annex-b-arguments.js b/test/staging/sm/lexical-environment/block-scoped-functions-annex-b-arguments.js index 6e99fa586f..ffa83886be 100644 --- a/test/staging/sm/lexical-environment/block-scoped-functions-annex-b-arguments.js +++ b/test/staging/sm/lexical-environment/block-scoped-functions-annex-b-arguments.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/lexical-environment/block-scoped-functions-annex-b-eval.js b/test/staging/sm/lexical-environment/block-scoped-functions-annex-b-eval.js index fbcf369c57..465eecbf01 100644 --- a/test/staging/sm/lexical-environment/block-scoped-functions-annex-b-eval.js +++ b/test/staging/sm/lexical-environment/block-scoped-functions-annex-b-eval.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/lexical-environment/block-scoped-functions-annex-b-generators.js b/test/staging/sm/lexical-environment/block-scoped-functions-annex-b-generators.js index 03d82a8b71..b5741f5205 100644 --- a/test/staging/sm/lexical-environment/block-scoped-functions-annex-b-generators.js +++ b/test/staging/sm/lexical-environment/block-scoped-functions-annex-b-generators.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/lexical-environment/block-scoped-functions-annex-b-if.js b/test/staging/sm/lexical-environment/block-scoped-functions-annex-b-if.js index 2fe1db4ff1..3f701a1472 100644 --- a/test/staging/sm/lexical-environment/block-scoped-functions-annex-b-if.js +++ b/test/staging/sm/lexical-environment/block-scoped-functions-annex-b-if.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/lexical-environment/block-scoped-functions-annex-b-label.js b/test/staging/sm/lexical-environment/block-scoped-functions-annex-b-label.js index 10211be259..22df8691fb 100644 --- a/test/staging/sm/lexical-environment/block-scoped-functions-annex-b-label.js +++ b/test/staging/sm/lexical-environment/block-scoped-functions-annex-b-label.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/lexical-environment/block-scoped-functions-annex-b-notapplicable.js b/test/staging/sm/lexical-environment/block-scoped-functions-annex-b-notapplicable.js index b8dcfaa7d0..ff2bee9bbb 100644 --- a/test/staging/sm/lexical-environment/block-scoped-functions-annex-b-notapplicable.js +++ b/test/staging/sm/lexical-environment/block-scoped-functions-annex-b-notapplicable.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/lexical-environment/block-scoped-functions-annex-b-parameter.js b/test/staging/sm/lexical-environment/block-scoped-functions-annex-b-parameter.js index de7745a0a3..6722f8656b 100644 --- a/test/staging/sm/lexical-environment/block-scoped-functions-annex-b-parameter.js +++ b/test/staging/sm/lexical-environment/block-scoped-functions-annex-b-parameter.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/lexical-environment/block-scoped-functions-annex-b-same-name.js b/test/staging/sm/lexical-environment/block-scoped-functions-annex-b-same-name.js index 80063dcc7f..35cc301edb 100644 --- a/test/staging/sm/lexical-environment/block-scoped-functions-annex-b-same-name.js +++ b/test/staging/sm/lexical-environment/block-scoped-functions-annex-b-same-name.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/lexical-environment/block-scoped-functions-annex-b-with.js b/test/staging/sm/lexical-environment/block-scoped-functions-annex-b-with.js index 08c66eea2c..b27cac78ce 100644 --- a/test/staging/sm/lexical-environment/block-scoped-functions-annex-b-with.js +++ b/test/staging/sm/lexical-environment/block-scoped-functions-annex-b-with.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/lexical-environment/block-scoped-functions-annex-b.js b/test/staging/sm/lexical-environment/block-scoped-functions-annex-b.js index a5fca629f0..a74d49d6fd 100644 --- a/test/staging/sm/lexical-environment/block-scoped-functions-annex-b.js +++ b/test/staging/sm/lexical-environment/block-scoped-functions-annex-b.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/lexical-environment/block-scoped-functions-deprecated-redecl.js b/test/staging/sm/lexical-environment/block-scoped-functions-deprecated-redecl.js index 0ea586744c..6b1d76d9ff 100644 --- a/test/staging/sm/lexical-environment/block-scoped-functions-deprecated-redecl.js +++ b/test/staging/sm/lexical-environment/block-scoped-functions-deprecated-redecl.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/lexical-environment/block-scoped-functions-hoisted-tdz.js b/test/staging/sm/lexical-environment/block-scoped-functions-hoisted-tdz.js index 7390ad397b..60e8cb31c1 100644 --- a/test/staging/sm/lexical-environment/block-scoped-functions-hoisted-tdz.js +++ b/test/staging/sm/lexical-environment/block-scoped-functions-hoisted-tdz.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/lexical-environment/block-scoped-functions-strict.js b/test/staging/sm/lexical-environment/block-scoped-functions-strict.js index 6d87432e7e..f8e1112183 100644 --- a/test/staging/sm/lexical-environment/block-scoped-functions-strict.js +++ b/test/staging/sm/lexical-environment/block-scoped-functions-strict.js @@ -4,7 +4,6 @@ /*--- flags: - onlyStrict -includes: [sm/non262.js, sm/non262-shell.js] description: | pending esid: pending diff --git a/test/staging/sm/lexical-environment/bug-1216623.js b/test/staging/sm/lexical-environment/bug-1216623.js index 38f9960c5e..a156a06723 100644 --- a/test/staging/sm/lexical-environment/bug-1216623.js +++ b/test/staging/sm/lexical-environment/bug-1216623.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/lexical-environment/catch-body.js b/test/staging/sm/lexical-environment/catch-body.js index b859dafa07..3582e9fb7f 100644 --- a/test/staging/sm/lexical-environment/catch-body.js +++ b/test/staging/sm/lexical-environment/catch-body.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/lexical-environment/const-declaration-in-for-loop.js b/test/staging/sm/lexical-environment/const-declaration-in-for-loop.js index e83c87a52c..538ad93a2f 100644 --- a/test/staging/sm/lexical-environment/const-declaration-in-for-loop.js +++ b/test/staging/sm/lexical-environment/const-declaration-in-for-loop.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/lexical-environment/eval-has-lexical-environment.js b/test/staging/sm/lexical-environment/eval-has-lexical-environment.js index 9859f39a25..9c59855740 100644 --- a/test/staging/sm/lexical-environment/eval-has-lexical-environment.js +++ b/test/staging/sm/lexical-environment/eval-has-lexical-environment.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/lexical-environment/for-loop-with-bindings-added-at-runtime.js b/test/staging/sm/lexical-environment/for-loop-with-bindings-added-at-runtime.js index 93442d09ef..9568377b50 100644 --- a/test/staging/sm/lexical-environment/for-loop-with-bindings-added-at-runtime.js +++ b/test/staging/sm/lexical-environment/for-loop-with-bindings-added-at-runtime.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/lexical-environment/for-loop.js b/test/staging/sm/lexical-environment/for-loop.js index dcb684a6cd..d452ca19a2 100644 --- a/test/staging/sm/lexical-environment/for-loop.js +++ b/test/staging/sm/lexical-environment/for-loop.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/lexical-environment/implicit-this-in-with.js b/test/staging/sm/lexical-environment/implicit-this-in-with.js index 0ce750708a..abe3c9be68 100644 --- a/test/staging/sm/lexical-environment/implicit-this-in-with.js +++ b/test/staging/sm/lexical-environment/implicit-this-in-with.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/lexical-environment/unscopables-basics.js b/test/staging/sm/lexical-environment/unscopables-basics.js index c8be4f836e..1ec56a7ceb 100644 --- a/test/staging/sm/lexical-environment/unscopables-basics.js +++ b/test/staging/sm/lexical-environment/unscopables-basics.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/lexical-environment/unscopables-closures.js b/test/staging/sm/lexical-environment/unscopables-closures.js index 95d08171a8..9ffe290a2c 100644 --- a/test/staging/sm/lexical-environment/unscopables-closures.js +++ b/test/staging/sm/lexical-environment/unscopables-closures.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/lexical-environment/unscopables-const.js b/test/staging/sm/lexical-environment/unscopables-const.js index bef8693ea2..9779cfbcfb 100644 --- a/test/staging/sm/lexical-environment/unscopables-const.js +++ b/test/staging/sm/lexical-environment/unscopables-const.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/lexical-environment/unscopables-delete.js b/test/staging/sm/lexical-environment/unscopables-delete.js index a6fd378eec..8c4d84834a 100644 --- a/test/staging/sm/lexical-environment/unscopables-delete.js +++ b/test/staging/sm/lexical-environment/unscopables-delete.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/lexical-environment/unscopables-getters.js b/test/staging/sm/lexical-environment/unscopables-getters.js index 184157f0e9..375b08d27e 100644 --- a/test/staging/sm/lexical-environment/unscopables-getters.js +++ b/test/staging/sm/lexical-environment/unscopables-getters.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/lexical-environment/unscopables-global.js b/test/staging/sm/lexical-environment/unscopables-global.js index 3a9707a95a..e2690d63d7 100644 --- a/test/staging/sm/lexical-environment/unscopables-global.js +++ b/test/staging/sm/lexical-environment/unscopables-global.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/lexical-environment/unscopables-ignored.js b/test/staging/sm/lexical-environment/unscopables-ignored.js index b7a39b7b2d..b55c459f89 100644 --- a/test/staging/sm/lexical-environment/unscopables-ignored.js +++ b/test/staging/sm/lexical-environment/unscopables-ignored.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/lexical-environment/unscopables-miss.js b/test/staging/sm/lexical-environment/unscopables-miss.js index a8d72fe0bf..a6e944d253 100644 --- a/test/staging/sm/lexical-environment/unscopables-miss.js +++ b/test/staging/sm/lexical-environment/unscopables-miss.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/lexical-environment/unscopables-mutation-frozen.js b/test/staging/sm/lexical-environment/unscopables-mutation-frozen.js index fe8dd25c23..839293dcd9 100644 --- a/test/staging/sm/lexical-environment/unscopables-mutation-frozen.js +++ b/test/staging/sm/lexical-environment/unscopables-mutation-frozen.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/lexical-environment/unscopables-proto.js b/test/staging/sm/lexical-environment/unscopables-proto.js index 5daba7ec09..160245dc76 100644 --- a/test/staging/sm/lexical-environment/unscopables-proto.js +++ b/test/staging/sm/lexical-environment/unscopables-proto.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/lexical-environment/unscopables-proxy.js b/test/staging/sm/lexical-environment/unscopables-proxy.js index 491a684b32..9e2630f745 100644 --- a/test/staging/sm/lexical-environment/unscopables-proxy.js +++ b/test/staging/sm/lexical-environment/unscopables-proxy.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] +includes: [deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/lexical-environment/unscopables-tdz.js b/test/staging/sm/lexical-environment/unscopables-tdz.js index 0cd5bea2f2..eeba7c923d 100644 --- a/test/staging/sm/lexical-environment/unscopables-tdz.js +++ b/test/staging/sm/lexical-environment/unscopables-tdz.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/lexical-environment/var-in-catch-body-annex-b-eval.js b/test/staging/sm/lexical-environment/var-in-catch-body-annex-b-eval.js index 4d33f13be3..ef6e904a0d 100644 --- a/test/staging/sm/lexical-environment/var-in-catch-body-annex-b-eval.js +++ b/test/staging/sm/lexical-environment/var-in-catch-body-annex-b-eval.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/lexical-environment/with-global-ignores-global-let-variables.js b/test/staging/sm/lexical-environment/with-global-ignores-global-let-variables.js index b2a9297c10..25e6894c40 100644 --- a/test/staging/sm/lexical-environment/with-global-ignores-global-let-variables.js +++ b/test/staging/sm/lexical-environment/with-global-ignores-global-let-variables.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/literals/numeric/idstart-after-numeric.js b/test/staging/sm/literals/numeric/idstart-after-numeric.js index 3a16d9a6fa..884ac1d0db 100644 --- a/test/staging/sm/literals/numeric/idstart-after-numeric.js +++ b/test/staging/sm/literals/numeric/idstart-after-numeric.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/misc/bug1126318.js b/test/staging/sm/misc/bug1126318.js index f5fa9b597c..4b64850f9d 100644 --- a/test/staging/sm/misc/bug1126318.js +++ b/test/staging/sm/misc/bug1126318.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/misc/builtin-methods-reject-null-undefined-this.js b/test/staging/sm/misc/builtin-methods-reject-null-undefined-this.js index 4757cefa0a..6713320dc5 100644 --- a/test/staging/sm/misc/builtin-methods-reject-null-undefined-this.js +++ b/test/staging/sm/misc/builtin-methods-reject-null-undefined-this.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/misc/enumerate-undefined.js b/test/staging/sm/misc/enumerate-undefined.js index d027fd21a2..5f14958b14 100644 --- a/test/staging/sm/misc/enumerate-undefined.js +++ b/test/staging/sm/misc/enumerate-undefined.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/misc/error-undefined-message.js b/test/staging/sm/misc/error-undefined-message.js index d4fcfca3bf..e22c0b10b7 100644 --- a/test/staging/sm/misc/error-undefined-message.js +++ b/test/staging/sm/misc/error-undefined-message.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/misc/explicit-undefined-optional-argument.js b/test/staging/sm/misc/explicit-undefined-optional-argument.js index d0b2b99ca2..545b6f6337 100644 --- a/test/staging/sm/misc/explicit-undefined-optional-argument.js +++ b/test/staging/sm/misc/explicit-undefined-optional-argument.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/misc/function-definition-eval.js b/test/staging/sm/misc/function-definition-eval.js index a70f115555..8b2070cc2c 100644 --- a/test/staging/sm/misc/function-definition-eval.js +++ b/test/staging/sm/misc/function-definition-eval.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/misc/future-reserved-words.js b/test/staging/sm/misc/future-reserved-words.js index 560a979493..ac26e1d017 100644 --- a/test/staging/sm/misc/future-reserved-words.js +++ b/test/staging/sm/misc/future-reserved-words.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/misc/getter-setter-outerize-this.js b/test/staging/sm/misc/getter-setter-outerize-this.js index a8374d99e9..16c28d6f2d 100644 --- a/test/staging/sm/misc/getter-setter-outerize-this.js +++ b/test/staging/sm/misc/getter-setter-outerize-this.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/misc/global-numeric-properties.js b/test/staging/sm/misc/global-numeric-properties.js index 1b335f638f..6ce3ca9985 100644 --- a/test/staging/sm/misc/global-numeric-properties.js +++ b/test/staging/sm/misc/global-numeric-properties.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/misc/line-paragraph-separator-parse-as-lineterminator.js b/test/staging/sm/misc/line-paragraph-separator-parse-as-lineterminator.js index f6947a1331..e55a32cf27 100644 --- a/test/staging/sm/misc/line-paragraph-separator-parse-as-lineterminator.js +++ b/test/staging/sm/misc/line-paragraph-separator-parse-as-lineterminator.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/misc/new-with-non-constructor.js b/test/staging/sm/misc/new-with-non-constructor.js index 18c2f0cc13..574f78f18b 100644 --- a/test/staging/sm/misc/new-with-non-constructor.js +++ b/test/staging/sm/misc/new-with-non-constructor.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/misc/redeclare-var-non-writable-property.js b/test/staging/sm/misc/redeclare-var-non-writable-property.js index 3054db5976..efbcea6e66 100644 --- a/test/staging/sm/misc/redeclare-var-non-writable-property.js +++ b/test/staging/sm/misc/redeclare-var-non-writable-property.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/misc/regexp-functions-with-undefined.js b/test/staging/sm/misc/regexp-functions-with-undefined.js index 0942077e3c..80c4409346 100644 --- a/test/staging/sm/misc/regexp-functions-with-undefined.js +++ b/test/staging/sm/misc/regexp-functions-with-undefined.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/misc/syntax-error-end-of-for-head-part.js b/test/staging/sm/misc/syntax-error-end-of-for-head-part.js index 0a777b0528..0eee14a67f 100644 --- a/test/staging/sm/misc/syntax-error-end-of-for-head-part.js +++ b/test/staging/sm/misc/syntax-error-end-of-for-head-part.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/misc/unicode-escaped-keyword.js b/test/staging/sm/misc/unicode-escaped-keyword.js index 1de36d9159..fa4e5848bf 100644 --- a/test/staging/sm/misc/unicode-escaped-keyword.js +++ b/test/staging/sm/misc/unicode-escaped-keyword.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/misc/unicode-identifier-1d17.js b/test/staging/sm/misc/unicode-identifier-1d17.js index 4dffee9df8..c286d7209f 100644 --- a/test/staging/sm/misc/unicode-identifier-1d17.js +++ b/test/staging/sm/misc/unicode-identifier-1d17.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/misc/unicode-identifier-82f1.js b/test/staging/sm/misc/unicode-identifier-82f1.js index 33af8a6888..709d0afa1d 100644 --- a/test/staging/sm/misc/unicode-identifier-82f1.js +++ b/test/staging/sm/misc/unicode-identifier-82f1.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/misc/unwrapped-no-such-method.js b/test/staging/sm/misc/unwrapped-no-such-method.js index afb59cf527..a536ca0d07 100644 --- a/test/staging/sm/misc/unwrapped-no-such-method.js +++ b/test/staging/sm/misc/unwrapped-no-such-method.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/module/await-restricted-nested.js b/test/staging/sm/module/await-restricted-nested.js index 5734693c2d..3829d149e5 100644 --- a/test/staging/sm/module/await-restricted-nested.js +++ b/test/staging/sm/module/await-restricted-nested.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - module negative: diff --git a/test/staging/sm/module/bug1488117.js b/test/staging/sm/module/bug1488117.js index 5110cddf63..dfef6d0308 100644 --- a/test/staging/sm/module/bug1488117.js +++ b/test/staging/sm/module/bug1488117.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - module description: | diff --git a/test/staging/sm/module/duplicate-exported-names-in-single-export-declaration.js b/test/staging/sm/module/duplicate-exported-names-in-single-export-declaration.js index 82437f682e..a7d30ed028 100644 --- a/test/staging/sm/module/duplicate-exported-names-in-single-export-declaration.js +++ b/test/staging/sm/module/duplicate-exported-names-in-single-export-declaration.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - module negative: diff --git a/test/staging/sm/module/duplicate-exported-names-in-single-export-var-declaration.js b/test/staging/sm/module/duplicate-exported-names-in-single-export-var-declaration.js index 6a4e1719df..e775aa9efa 100644 --- a/test/staging/sm/module/duplicate-exported-names-in-single-export-var-declaration.js +++ b/test/staging/sm/module/duplicate-exported-names-in-single-export-var-declaration.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - module negative: diff --git a/test/staging/sm/module/module-export-name-star.js b/test/staging/sm/module/module-export-name-star.js index af71de6783..a9b1c0f8e0 100644 --- a/test/staging/sm/module/module-export-name-star.js +++ b/test/staging/sm/module/module-export-name-star.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - module description: | diff --git a/test/staging/sm/object/15.2.3.12.js b/test/staging/sm/object/15.2.3.12.js index b27a8c2eff..771dab27e4 100644 --- a/test/staging/sm/object/15.2.3.12.js +++ b/test/staging/sm/object/15.2.3.12.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/15.2.3.14-01.js b/test/staging/sm/object/15.2.3.14-01.js index e196435a0f..19a34d9c02 100644 --- a/test/staging/sm/object/15.2.3.14-01.js +++ b/test/staging/sm/object/15.2.3.14-01.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/15.2.3.4-01.js b/test/staging/sm/object/15.2.3.4-01.js index d52fa56002..7eddda3314 100644 --- a/test/staging/sm/object/15.2.3.4-01.js +++ b/test/staging/sm/object/15.2.3.4-01.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/15.2.3.4-02.js b/test/staging/sm/object/15.2.3.4-02.js index a518c1f549..e761d61cd2 100644 --- a/test/staging/sm/object/15.2.3.4-02.js +++ b/test/staging/sm/object/15.2.3.4-02.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/15.2.3.4-03.js b/test/staging/sm/object/15.2.3.4-03.js index 9d7d2b9944..4d704d9be9 100644 --- a/test/staging/sm/object/15.2.3.4-03.js +++ b/test/staging/sm/object/15.2.3.4-03.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/15.2.3.4-04.js b/test/staging/sm/object/15.2.3.4-04.js index 7b8252f04c..e5971ac57e 100644 --- a/test/staging/sm/object/15.2.3.4-04.js +++ b/test/staging/sm/object/15.2.3.4-04.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/15.2.3.5-01.js b/test/staging/sm/object/15.2.3.5-01.js index ce243200dd..3c0d65652a 100644 --- a/test/staging/sm/object/15.2.3.5-01.js +++ b/test/staging/sm/object/15.2.3.5-01.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/15.2.3.6-define-over-method.js b/test/staging/sm/object/15.2.3.6-define-over-method.js index 4c7f668efd..a607c5ed8b 100644 --- a/test/staging/sm/object/15.2.3.6-define-over-method.js +++ b/test/staging/sm/object/15.2.3.6-define-over-method.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/15.2.3.7-01.js b/test/staging/sm/object/15.2.3.7-01.js index 4e5f6692db..88aa00ff6d 100644 --- a/test/staging/sm/object/15.2.3.7-01.js +++ b/test/staging/sm/object/15.2.3.7-01.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/15.2.3.9.js b/test/staging/sm/object/15.2.3.9.js index 9555e88848..e706837723 100644 --- a/test/staging/sm/object/15.2.3.9.js +++ b/test/staging/sm/object/15.2.3.9.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js, propertyHelper.js] +includes: [propertyHelper.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/accessor-arguments-rest.js b/test/staging/sm/object/accessor-arguments-rest.js index 878fc73340..167517ecfb 100644 --- a/test/staging/sm/object/accessor-arguments-rest.js +++ b/test/staging/sm/object/accessor-arguments-rest.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/accessor-name.js b/test/staging/sm/object/accessor-name.js index 343fd892d8..fa16a1f7b2 100644 --- a/test/staging/sm/object/accessor-name.js +++ b/test/staging/sm/object/accessor-name.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/accessor-non-constructor.js b/test/staging/sm/object/accessor-non-constructor.js index e3e39a36db..f9042b8060 100644 --- a/test/staging/sm/object/accessor-non-constructor.js +++ b/test/staging/sm/object/accessor-non-constructor.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/add-property-non-extensible.js b/test/staging/sm/object/add-property-non-extensible.js index e60ec72d05..7b04151eba 100644 --- a/test/staging/sm/object/add-property-non-extensible.js +++ b/test/staging/sm/object/add-property-non-extensible.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/bug-1150906.js b/test/staging/sm/object/bug-1150906.js index ee11a978df..607dd399bf 100644 --- a/test/staging/sm/object/bug-1150906.js +++ b/test/staging/sm/object/bug-1150906.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/bug-1206700.js b/test/staging/sm/object/bug-1206700.js index 58077cb2fe..e27103d26f 100644 --- a/test/staging/sm/object/bug-1206700.js +++ b/test/staging/sm/object/bug-1206700.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/clear-dictionary-accessor-getset.js b/test/staging/sm/object/clear-dictionary-accessor-getset.js index fbb4058dd5..7ec50eb984 100644 --- a/test/staging/sm/object/clear-dictionary-accessor-getset.js +++ b/test/staging/sm/object/clear-dictionary-accessor-getset.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/defineGetter-defineSetter.js b/test/staging/sm/object/defineGetter-defineSetter.js index 2df3b1af14..bf122b191b 100644 --- a/test/staging/sm/object/defineGetter-defineSetter.js +++ b/test/staging/sm/object/defineGetter-defineSetter.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/defineProperties-callable-accessor.js b/test/staging/sm/object/defineProperties-callable-accessor.js index b9ad606316..cec7a95301 100644 --- a/test/staging/sm/object/defineProperties-callable-accessor.js +++ b/test/staging/sm/object/defineProperties-callable-accessor.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/defineProperties-order.js b/test/staging/sm/object/defineProperties-order.js index 59a868fed3..2e13f3ca81 100644 --- a/test/staging/sm/object/defineProperties-order.js +++ b/test/staging/sm/object/defineProperties-order.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/defineProperty-proxy.js b/test/staging/sm/object/defineProperty-proxy.js index fbe9eb39f5..83d0402dd9 100644 --- a/test/staging/sm/object/defineProperty-proxy.js +++ b/test/staging/sm/object/defineProperty-proxy.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] +includes: [deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/duplProps.js b/test/staging/sm/object/duplProps.js index 7a63df709a..5518ed388e 100644 --- a/test/staging/sm/object/duplProps.js +++ b/test/staging/sm/object/duplProps.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/entries.js b/test/staging/sm/object/entries.js index bd3678cfb8..f1210f4d78 100644 --- a/test/staging/sm/object/entries.js +++ b/test/staging/sm/object/entries.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] +includes: [deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/extensibility-01.js b/test/staging/sm/object/extensibility-01.js index 7fef88fc53..90234224ff 100644 --- a/test/staging/sm/object/extensibility-01.js +++ b/test/staging/sm/object/extensibility-01.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/extensibility-02.js b/test/staging/sm/object/extensibility-02.js index 00a3895de5..39d724bb63 100644 --- a/test/staging/sm/object/extensibility-02.js +++ b/test/staging/sm/object/extensibility-02.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/freeze-proxy.js b/test/staging/sm/object/freeze-proxy.js index 6d2f061c2f..63839a073a 100644 --- a/test/staging/sm/object/freeze-proxy.js +++ b/test/staging/sm/object/freeze-proxy.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] +includes: [deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/freeze.js b/test/staging/sm/object/freeze.js index 1850dbf928..be7a1b8195 100644 --- a/test/staging/sm/object/freeze.js +++ b/test/staging/sm/object/freeze.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/gOPD-vs-prototype-accessor.js b/test/staging/sm/object/gOPD-vs-prototype-accessor.js index 764b64c962..66d3360bf6 100644 --- a/test/staging/sm/object/gOPD-vs-prototype-accessor.js +++ b/test/staging/sm/object/gOPD-vs-prototype-accessor.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/getOwnPropertyDescriptor.js b/test/staging/sm/object/getOwnPropertyDescriptor.js index 9440abba92..8381643338 100644 --- a/test/staging/sm/object/getOwnPropertyDescriptor.js +++ b/test/staging/sm/object/getOwnPropertyDescriptor.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] +includes: [deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/getOwnPropertySymbols-proxy.js b/test/staging/sm/object/getOwnPropertySymbols-proxy.js index 5f98474b33..c993fd2314 100644 --- a/test/staging/sm/object/getOwnPropertySymbols-proxy.js +++ b/test/staging/sm/object/getOwnPropertySymbols-proxy.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] +includes: [deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/getOwnPropertySymbols.js b/test/staging/sm/object/getOwnPropertySymbols.js index 633ba534f1..7bcc04dbab 100644 --- a/test/staging/sm/object/getOwnPropertySymbols.js +++ b/test/staging/sm/object/getOwnPropertySymbols.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] +includes: [deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/getPrototypeOf-array.js b/test/staging/sm/object/getPrototypeOf-array.js index 44794bf36e..82e92aa9c4 100644 --- a/test/staging/sm/object/getPrototypeOf-array.js +++ b/test/staging/sm/object/getPrototypeOf-array.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/getPrototypeOf.js b/test/staging/sm/object/getPrototypeOf.js index 5f68c94b55..d8f013721d 100644 --- a/test/staging/sm/object/getPrototypeOf.js +++ b/test/staging/sm/object/getPrototypeOf.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/getter-name.js b/test/staging/sm/object/getter-name.js index 7f5e152d50..0eb27e3824 100644 --- a/test/staging/sm/object/getter-name.js +++ b/test/staging/sm/object/getter-name.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/hasOwn.js b/test/staging/sm/object/hasOwn.js index 5bdda3142c..81c5666657 100644 --- a/test/staging/sm/object/hasOwn.js +++ b/test/staging/sm/object/hasOwn.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/isExtensible.js b/test/staging/sm/object/isExtensible.js index ccd154c195..75a0ab5b40 100644 --- a/test/staging/sm/object/isExtensible.js +++ b/test/staging/sm/object/isExtensible.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/isFrozen.js b/test/staging/sm/object/isFrozen.js index e1d047f663..2310387ced 100644 --- a/test/staging/sm/object/isFrozen.js +++ b/test/staging/sm/object/isFrozen.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/isPrototypeOf.js b/test/staging/sm/object/isPrototypeOf.js index 1790b3bd7d..57094e7690 100644 --- a/test/staging/sm/object/isPrototypeOf.js +++ b/test/staging/sm/object/isPrototypeOf.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/isSealed.js b/test/staging/sm/object/isSealed.js index 21f0ae6547..6c198102c0 100644 --- a/test/staging/sm/object/isSealed.js +++ b/test/staging/sm/object/isSealed.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/keys.js b/test/staging/sm/object/keys.js index d1bb58a163..b5ce6aae79 100644 --- a/test/staging/sm/object/keys.js +++ b/test/staging/sm/object/keys.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] +includes: [deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/method-non-constructor.js b/test/staging/sm/object/method-non-constructor.js index 71b6b43992..edaaa475b2 100644 --- a/test/staging/sm/object/method-non-constructor.js +++ b/test/staging/sm/object/method-non-constructor.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/mutation-prevention-methods.js b/test/staging/sm/object/mutation-prevention-methods.js index d5f5807901..db1caa3ac6 100644 --- a/test/staging/sm/object/mutation-prevention-methods.js +++ b/test/staging/sm/object/mutation-prevention-methods.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/object-create-with-primitive-second-arg.js b/test/staging/sm/object/object-create-with-primitive-second-arg.js index aa426dfe12..bcd883d503 100644 --- a/test/staging/sm/object/object-create-with-primitive-second-arg.js +++ b/test/staging/sm/object/object-create-with-primitive-second-arg.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/object-toString-01.js b/test/staging/sm/object/object-toString-01.js index 4e819abaa7..09df33b4df 100644 --- a/test/staging/sm/object/object-toString-01.js +++ b/test/staging/sm/object/object-toString-01.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/preventExtensions-idempotent.js b/test/staging/sm/object/preventExtensions-idempotent.js index 23899e1cdd..80bf6fb511 100644 --- a/test/staging/sm/object/preventExtensions-idempotent.js +++ b/test/staging/sm/object/preventExtensions-idempotent.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/preventExtensions-proxy.js b/test/staging/sm/object/preventExtensions-proxy.js index 0663a0431a..64807160ad 100644 --- a/test/staging/sm/object/preventExtensions-proxy.js +++ b/test/staging/sm/object/preventExtensions-proxy.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] +includes: [deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/preventExtensions.js b/test/staging/sm/object/preventExtensions.js index f2cd5fb981..314d471101 100644 --- a/test/staging/sm/object/preventExtensions.js +++ b/test/staging/sm/object/preventExtensions.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/property-descriptor-order.js b/test/staging/sm/object/property-descriptor-order.js index cc47264760..71291ab473 100644 --- a/test/staging/sm/object/property-descriptor-order.js +++ b/test/staging/sm/object/property-descriptor-order.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] +includes: [deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/propertyIsEnumerable-proxy.js b/test/staging/sm/object/propertyIsEnumerable-proxy.js index 5ac10bb528..41f4d2f50e 100644 --- a/test/staging/sm/object/propertyIsEnumerable-proxy.js +++ b/test/staging/sm/object/propertyIsEnumerable-proxy.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] +includes: [deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/propertyIsEnumerable.js b/test/staging/sm/object/propertyIsEnumerable.js index 60fdfff28a..342c3065c5 100644 --- a/test/staging/sm/object/propertyIsEnumerable.js +++ b/test/staging/sm/object/propertyIsEnumerable.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/proto-property-change-writability-set.js b/test/staging/sm/object/proto-property-change-writability-set.js index 978164c98d..74a70007b0 100644 --- a/test/staging/sm/object/proto-property-change-writability-set.js +++ b/test/staging/sm/object/proto-property-change-writability-set.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/regress-459405.js b/test/staging/sm/object/regress-459405.js index d72eccf846..91396d540f 100644 --- a/test/staging/sm/object/regress-459405.js +++ b/test/staging/sm/object/regress-459405.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/seal-proxy.js b/test/staging/sm/object/seal-proxy.js index 497cd924e3..c3fa85cbc7 100644 --- a/test/staging/sm/object/seal-proxy.js +++ b/test/staging/sm/object/seal-proxy.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] +includes: [deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/seal.js b/test/staging/sm/object/seal.js index 779f802b0d..7be64917b8 100644 --- a/test/staging/sm/object/seal.js +++ b/test/staging/sm/object/seal.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/setPrototypeOf-cross-realm-cycle.js b/test/staging/sm/object/setPrototypeOf-cross-realm-cycle.js index 422056337b..d00e334091 100644 --- a/test/staging/sm/object/setPrototypeOf-cross-realm-cycle.js +++ b/test/staging/sm/object/setPrototypeOf-cross-realm-cycle.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/setPrototypeOf-same-value.js b/test/staging/sm/object/setPrototypeOf-same-value.js index 19e8bde546..52bc2c77b2 100644 --- a/test/staging/sm/object/setPrototypeOf-same-value.js +++ b/test/staging/sm/object/setPrototypeOf-same-value.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/toLocaleString-01.js b/test/staging/sm/object/toLocaleString-01.js index 7609e50209..dad8621324 100644 --- a/test/staging/sm/object/toLocaleString-01.js +++ b/test/staging/sm/object/toLocaleString-01.js @@ -4,7 +4,6 @@ /*--- flags: - onlyStrict -includes: [sm/non262.js, sm/non262-shell.js] description: | pending esid: pending diff --git a/test/staging/sm/object/toLocaleString.js b/test/staging/sm/object/toLocaleString.js index 4774d7ccb4..67fe6eaaaf 100644 --- a/test/staging/sm/object/toLocaleString.js +++ b/test/staging/sm/object/toLocaleString.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/toPrimitive-callers.js b/test/staging/sm/object/toPrimitive-callers.js index 87243abee9..2d9faf9d63 100644 --- a/test/staging/sm/object/toPrimitive-callers.js +++ b/test/staging/sm/object/toPrimitive-callers.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/toPrimitive.js b/test/staging/sm/object/toPrimitive.js index 20c9a5407c..483c452443 100644 --- a/test/staging/sm/object/toPrimitive.js +++ b/test/staging/sm/object/toPrimitive.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] +includes: [deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/vacuous-accessor-unqualified-name.js b/test/staging/sm/object/vacuous-accessor-unqualified-name.js index 0ff02da680..602cbcf911 100644 --- a/test/staging/sm/object/vacuous-accessor-unqualified-name.js +++ b/test/staging/sm/object/vacuous-accessor-unqualified-name.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/values-entries-indexed.js b/test/staging/sm/object/values-entries-indexed.js index 0bd10ee8c8..6c31ee2d2e 100644 --- a/test/staging/sm/object/values-entries-indexed.js +++ b/test/staging/sm/object/values-entries-indexed.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] +includes: [compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/values-entries-lazy-props.js b/test/staging/sm/object/values-entries-lazy-props.js index 3b5f5f8fdf..6399df8909 100644 --- a/test/staging/sm/object/values-entries-lazy-props.js +++ b/test/staging/sm/object/values-entries-lazy-props.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] +includes: [compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/values-entries-typedarray.js b/test/staging/sm/object/values-entries-typedarray.js index 409ea4833b..9c211ff315 100644 --- a/test/staging/sm/object/values-entries-typedarray.js +++ b/test/staging/sm/object/values-entries-typedarray.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] +includes: [compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/values.js b/test/staging/sm/object/values.js index 8f09478fb6..8238c313e5 100644 --- a/test/staging/sm/object/values.js +++ b/test/staging/sm/object/values.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] +includes: [compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-10278.js b/test/staging/sm/regress/regress-10278.js index 2bfa22d074..f6d1500875 100644 --- a/test/staging/sm/regress/regress-10278.js +++ b/test/staging/sm/regress/regress-10278.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-1383630.js b/test/staging/sm/regress/regress-1383630.js index ecc5abdba2..73bf8087a1 100644 --- a/test/staging/sm/regress/regress-1383630.js +++ b/test/staging/sm/regress/regress-1383630.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-1507322-deep-weakmap.js b/test/staging/sm/regress/regress-1507322-deep-weakmap.js index 487a986ca0..2f8da0c515 100644 --- a/test/staging/sm/regress/regress-1507322-deep-weakmap.js +++ b/test/staging/sm/regress/regress-1507322-deep-weakmap.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-162392.js b/test/staging/sm/regress/regress-162392.js index 4b3105c4f4..5e46cad075 100644 --- a/test/staging/sm/regress/regress-162392.js +++ b/test/staging/sm/regress/regress-162392.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-306794.js b/test/staging/sm/regress/regress-306794.js index cba185bae9..b0119d5304 100644 --- a/test/staging/sm/regress/regress-306794.js +++ b/test/staging/sm/regress/regress-306794.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-325925.js b/test/staging/sm/regress/regress-325925.js index e95ae17b71..125de30122 100644 --- a/test/staging/sm/regress/regress-325925.js +++ b/test/staging/sm/regress/regress-325925.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-373843.js b/test/staging/sm/regress/regress-373843.js index 10f4994882..876250a67d 100644 --- a/test/staging/sm/regress/regress-373843.js +++ b/test/staging/sm/regress/regress-373843.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-383682.js b/test/staging/sm/regress/regress-383682.js index 99c06cfcad..cefe1d6ef8 100644 --- a/test/staging/sm/regress/regress-383682.js +++ b/test/staging/sm/regress/regress-383682.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-383902.js b/test/staging/sm/regress/regress-383902.js index 1d47aa9536..54092ff018 100644 --- a/test/staging/sm/regress/regress-383902.js +++ b/test/staging/sm/regress/regress-383902.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-410852.js b/test/staging/sm/regress/regress-410852.js index 89af169246..0a65d50986 100644 --- a/test/staging/sm/regress/regress-410852.js +++ b/test/staging/sm/regress/regress-410852.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-428366.js b/test/staging/sm/regress/regress-428366.js index 6ff925ef34..01ed3d33ac 100644 --- a/test/staging/sm/regress/regress-428366.js +++ b/test/staging/sm/regress/regress-428366.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-441477-01.js b/test/staging/sm/regress/regress-441477-01.js index d4a1ce32fd..96b9a15c0a 100644 --- a/test/staging/sm/regress/regress-441477-01.js +++ b/test/staging/sm/regress/regress-441477-01.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-449627.js b/test/staging/sm/regress/regress-449627.js index 89d0d19fd6..070477c958 100644 --- a/test/staging/sm/regress/regress-449627.js +++ b/test/staging/sm/regress/regress-449627.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-449666.js b/test/staging/sm/regress/regress-449666.js index 40d1a85d06..9badd8dba3 100644 --- a/test/staging/sm/regress/regress-449666.js +++ b/test/staging/sm/regress/regress-449666.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-452189.js b/test/staging/sm/regress/regress-452189.js index b102fc66df..e63b8e210f 100644 --- a/test/staging/sm/regress/regress-452189.js +++ b/test/staging/sm/regress/regress-452189.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-452498-051.js b/test/staging/sm/regress/regress-452498-051.js index 5f3eee88e2..2a40ab80b2 100644 --- a/test/staging/sm/regress/regress-452498-051.js +++ b/test/staging/sm/regress/regress-452498-051.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-452498-053.js b/test/staging/sm/regress/regress-452498-053.js index 5f9e0e1373..088588748a 100644 --- a/test/staging/sm/regress/regress-452498-053.js +++ b/test/staging/sm/regress/regress-452498-053.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-452498-079.js b/test/staging/sm/regress/regress-452498-079.js index 100ac82895..7a28dda94d 100644 --- a/test/staging/sm/regress/regress-452498-079.js +++ b/test/staging/sm/regress/regress-452498-079.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-459085.js b/test/staging/sm/regress/regress-459085.js index 787163215e..78d387fd31 100644 --- a/test/staging/sm/regress/regress-459085.js +++ b/test/staging/sm/regress/regress-459085.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-469625-02.js b/test/staging/sm/regress/regress-469625-02.js index c836a7232f..b8d985ea1e 100644 --- a/test/staging/sm/regress/regress-469625-02.js +++ b/test/staging/sm/regress/regress-469625-02.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-470758-01.js b/test/staging/sm/regress/regress-470758-01.js index 9c7fc5b27f..dfb7f41b17 100644 --- a/test/staging/sm/regress/regress-470758-01.js +++ b/test/staging/sm/regress/regress-470758-01.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-470758-02.js b/test/staging/sm/regress/regress-470758-02.js index 75e23a6ae3..4017ad5708 100644 --- a/test/staging/sm/regress/regress-470758-02.js +++ b/test/staging/sm/regress/regress-470758-02.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-499524.js b/test/staging/sm/regress/regress-499524.js index 289996ab69..341d753a49 100644 --- a/test/staging/sm/regress/regress-499524.js +++ b/test/staging/sm/regress/regress-499524.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-500528.js b/test/staging/sm/regress/regress-500528.js index ce8f8b9a26..2b207fc709 100644 --- a/test/staging/sm/regress/regress-500528.js +++ b/test/staging/sm/regress/regress-500528.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-503860.js b/test/staging/sm/regress/regress-503860.js index d91d9bb524..68e99c5843 100644 --- a/test/staging/sm/regress/regress-503860.js +++ b/test/staging/sm/regress/regress-503860.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-530879.js b/test/staging/sm/regress/regress-530879.js index 0a8d73288e..56832370ef 100644 --- a/test/staging/sm/regress/regress-530879.js +++ b/test/staging/sm/regress/regress-530879.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-541255-3.js b/test/staging/sm/regress/regress-541255-3.js index 26ae3d85a5..84c4f6e172 100644 --- a/test/staging/sm/regress/regress-541255-3.js +++ b/test/staging/sm/regress/regress-541255-3.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-541455.js b/test/staging/sm/regress/regress-541455.js index 58deef0a44..7c9c23806a 100644 --- a/test/staging/sm/regress/regress-541455.js +++ b/test/staging/sm/regress/regress-541455.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-551763-0.js b/test/staging/sm/regress/regress-551763-0.js index b502941b36..efc62a31ef 100644 --- a/test/staging/sm/regress/regress-551763-0.js +++ b/test/staging/sm/regress/regress-551763-0.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-551763-1.js b/test/staging/sm/regress/regress-551763-1.js index 8887b26631..e1a85bd01f 100644 --- a/test/staging/sm/regress/regress-551763-1.js +++ b/test/staging/sm/regress/regress-551763-1.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-551763-2.js b/test/staging/sm/regress/regress-551763-2.js index 66c5d070aa..13262cb111 100644 --- a/test/staging/sm/regress/regress-551763-2.js +++ b/test/staging/sm/regress/regress-551763-2.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-552432.js b/test/staging/sm/regress/regress-552432.js index 0ca613c7f5..77e0488393 100644 --- a/test/staging/sm/regress/regress-552432.js +++ b/test/staging/sm/regress/regress-552432.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-553778.js b/test/staging/sm/regress/regress-553778.js index cdd943b8cc..ce66e86447 100644 --- a/test/staging/sm/regress/regress-553778.js +++ b/test/staging/sm/regress/regress-553778.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-554955-1.js b/test/staging/sm/regress/regress-554955-1.js index 6c57421c20..a3970ed768 100644 --- a/test/staging/sm/regress/regress-554955-1.js +++ b/test/staging/sm/regress/regress-554955-1.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-554955-2.js b/test/staging/sm/regress/regress-554955-2.js index f968e2fd83..ecbad87a8d 100644 --- a/test/staging/sm/regress/regress-554955-2.js +++ b/test/staging/sm/regress/regress-554955-2.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-554955-3.js b/test/staging/sm/regress/regress-554955-3.js index 91b04392ae..c6d5f0c20f 100644 --- a/test/staging/sm/regress/regress-554955-3.js +++ b/test/staging/sm/regress/regress-554955-3.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-554955-4.js b/test/staging/sm/regress/regress-554955-4.js index be67b09c21..d725b134a7 100644 --- a/test/staging/sm/regress/regress-554955-4.js +++ b/test/staging/sm/regress/regress-554955-4.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-554955-5.js b/test/staging/sm/regress/regress-554955-5.js index dde178ea85..c95c9a1263 100644 --- a/test/staging/sm/regress/regress-554955-5.js +++ b/test/staging/sm/regress/regress-554955-5.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-554955-6.js b/test/staging/sm/regress/regress-554955-6.js index 3924ef990f..3a9f495358 100644 --- a/test/staging/sm/regress/regress-554955-6.js +++ b/test/staging/sm/regress/regress-554955-6.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-559402-1.js b/test/staging/sm/regress/regress-559402-1.js index 252f0fd474..8b8fb12b87 100644 --- a/test/staging/sm/regress/regress-559402-1.js +++ b/test/staging/sm/regress/regress-559402-1.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-559402-2.js b/test/staging/sm/regress/regress-559402-2.js index 9cfe6289e9..c2ca45e8b4 100644 --- a/test/staging/sm/regress/regress-559402-2.js +++ b/test/staging/sm/regress/regress-559402-2.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-559438.js b/test/staging/sm/regress/regress-559438.js index 5abe41cb09..68010565fb 100644 --- a/test/staging/sm/regress/regress-559438.js +++ b/test/staging/sm/regress/regress-559438.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-560998-1.js b/test/staging/sm/regress/regress-560998-1.js index adbeebf596..76bca41e10 100644 --- a/test/staging/sm/regress/regress-560998-1.js +++ b/test/staging/sm/regress/regress-560998-1.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-560998-2.js b/test/staging/sm/regress/regress-560998-2.js index 02a512bba2..4d650f285c 100644 --- a/test/staging/sm/regress/regress-560998-2.js +++ b/test/staging/sm/regress/regress-560998-2.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-561031.js b/test/staging/sm/regress/regress-561031.js index a5b7dd9584..c57c248b36 100644 --- a/test/staging/sm/regress/regress-561031.js +++ b/test/staging/sm/regress/regress-561031.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-563221.js b/test/staging/sm/regress/regress-563221.js index f863e4d468..dc163e2d8f 100644 --- a/test/staging/sm/regress/regress-563221.js +++ b/test/staging/sm/regress/regress-563221.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-567152.js b/test/staging/sm/regress/regress-567152.js index ad0afd3775..4d980c9ef7 100644 --- a/test/staging/sm/regress/regress-567152.js +++ b/test/staging/sm/regress/regress-567152.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-569306.js b/test/staging/sm/regress/regress-569306.js index 5d8ba88564..f7da467c7b 100644 --- a/test/staging/sm/regress/regress-569306.js +++ b/test/staging/sm/regress/regress-569306.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-571014.js b/test/staging/sm/regress/regress-571014.js index 284bb27e31..b712323fb7 100644 --- a/test/staging/sm/regress/regress-571014.js +++ b/test/staging/sm/regress/regress-571014.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-573875.js b/test/staging/sm/regress/regress-573875.js index 9284558b2f..401b2185e9 100644 --- a/test/staging/sm/regress/regress-573875.js +++ b/test/staging/sm/regress/regress-573875.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-577648-1.js b/test/staging/sm/regress/regress-577648-1.js index bc072a6ecf..c10a632d82 100644 --- a/test/staging/sm/regress/regress-577648-1.js +++ b/test/staging/sm/regress/regress-577648-1.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-577648-2.js b/test/staging/sm/regress/regress-577648-2.js index 1f703c29d7..8baecb8478 100644 --- a/test/staging/sm/regress/regress-577648-2.js +++ b/test/staging/sm/regress/regress-577648-2.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-580544.js b/test/staging/sm/regress/regress-580544.js index 6d971cb9af..59cd0717ad 100644 --- a/test/staging/sm/regress/regress-580544.js +++ b/test/staging/sm/regress/regress-580544.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-583429.js b/test/staging/sm/regress/regress-583429.js index 3e79627219..ac7ddf1897 100644 --- a/test/staging/sm/regress/regress-583429.js +++ b/test/staging/sm/regress/regress-583429.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-584355.js b/test/staging/sm/regress/regress-584355.js index 52ffd77bbb..2b5d874738 100644 --- a/test/staging/sm/regress/regress-584355.js +++ b/test/staging/sm/regress/regress-584355.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-586482-1.js b/test/staging/sm/regress/regress-586482-1.js index a6d59b0d31..ceb2a53b7c 100644 --- a/test/staging/sm/regress/regress-586482-1.js +++ b/test/staging/sm/regress/regress-586482-1.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-586482-2.js b/test/staging/sm/regress/regress-586482-2.js index b69c725afe..6dbd8799ef 100644 --- a/test/staging/sm/regress/regress-586482-2.js +++ b/test/staging/sm/regress/regress-586482-2.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-586482-3.js b/test/staging/sm/regress/regress-586482-3.js index 1fab33856b..6d497fd014 100644 --- a/test/staging/sm/regress/regress-586482-3.js +++ b/test/staging/sm/regress/regress-586482-3.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-586482-4.js b/test/staging/sm/regress/regress-586482-4.js index 912bdee535..0c240c6828 100644 --- a/test/staging/sm/regress/regress-586482-4.js +++ b/test/staging/sm/regress/regress-586482-4.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-586482-5.js b/test/staging/sm/regress/regress-586482-5.js index 195f232b95..a9170bcf22 100644 --- a/test/staging/sm/regress/regress-586482-5.js +++ b/test/staging/sm/regress/regress-586482-5.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-588339.js b/test/staging/sm/regress/regress-588339.js index cc53475b94..ada185e137 100644 --- a/test/staging/sm/regress/regress-588339.js +++ b/test/staging/sm/regress/regress-588339.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-591897.js b/test/staging/sm/regress/regress-591897.js index 29423792db..5ed698e25b 100644 --- a/test/staging/sm/regress/regress-591897.js +++ b/test/staging/sm/regress/regress-591897.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-592202-3.js b/test/staging/sm/regress/regress-592202-3.js index dbefb916a5..0560821133 100644 --- a/test/staging/sm/regress/regress-592202-3.js +++ b/test/staging/sm/regress/regress-592202-3.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-592202-4.js b/test/staging/sm/regress/regress-592202-4.js index bc1d4a1581..217aaca4f3 100644 --- a/test/staging/sm/regress/regress-592202-4.js +++ b/test/staging/sm/regress/regress-592202-4.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-592556-c35.js b/test/staging/sm/regress/regress-592556-c35.js index 153ae2425a..accb2cfc63 100644 --- a/test/staging/sm/regress/regress-592556-c35.js +++ b/test/staging/sm/regress/regress-592556-c35.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-593256.js b/test/staging/sm/regress/regress-593256.js index ef95906497..2e6989d63b 100644 --- a/test/staging/sm/regress/regress-593256.js +++ b/test/staging/sm/regress/regress-593256.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-595365-1.js b/test/staging/sm/regress/regress-595365-1.js index 12d41f3c5b..12dbf949ad 100644 --- a/test/staging/sm/regress/regress-595365-1.js +++ b/test/staging/sm/regress/regress-595365-1.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-596103.js b/test/staging/sm/regress/regress-596103.js index 539089207a..558b9d4a0d 100644 --- a/test/staging/sm/regress/regress-596103.js +++ b/test/staging/sm/regress/regress-596103.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-596805-1.js b/test/staging/sm/regress/regress-596805-1.js index 313d37638f..13bf2f0505 100644 --- a/test/staging/sm/regress/regress-596805-1.js +++ b/test/staging/sm/regress/regress-596805-1.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-596805-2.js b/test/staging/sm/regress/regress-596805-2.js index b8118c1e1e..68afe32820 100644 --- a/test/staging/sm/regress/regress-596805-2.js +++ b/test/staging/sm/regress/regress-596805-2.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-597945-1.js b/test/staging/sm/regress/regress-597945-1.js index 773bb5411d..ed3b63d486 100644 --- a/test/staging/sm/regress/regress-597945-1.js +++ b/test/staging/sm/regress/regress-597945-1.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-597945-2.js b/test/staging/sm/regress/regress-597945-2.js index 947e69d986..7501f8e901 100644 --- a/test/staging/sm/regress/regress-597945-2.js +++ b/test/staging/sm/regress/regress-597945-2.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-598176.js b/test/staging/sm/regress/regress-598176.js index 60d5efd6d5..7ed6a21b57 100644 --- a/test/staging/sm/regress/regress-598176.js +++ b/test/staging/sm/regress/regress-598176.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-600067.js b/test/staging/sm/regress/regress-600067.js index aaa9df46fe..33b13f9194 100644 --- a/test/staging/sm/regress/regress-600067.js +++ b/test/staging/sm/regress/regress-600067.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-601399.js b/test/staging/sm/regress/regress-601399.js index e1f8dd1624..b449120525 100644 --- a/test/staging/sm/regress/regress-601399.js +++ b/test/staging/sm/regress/regress-601399.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-602621.js b/test/staging/sm/regress/regress-602621.js index 14be71b162..a107369447 100644 --- a/test/staging/sm/regress/regress-602621.js +++ b/test/staging/sm/regress/regress-602621.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-610026.js b/test/staging/sm/regress/regress-610026.js index 3e2fdf6fe2..05bddd6926 100644 --- a/test/staging/sm/regress/regress-610026.js +++ b/test/staging/sm/regress/regress-610026.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-617405-1.js b/test/staging/sm/regress/regress-617405-1.js index 241caec6da..f11f17d68a 100644 --- a/test/staging/sm/regress/regress-617405-1.js +++ b/test/staging/sm/regress/regress-617405-1.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-617405-2.js b/test/staging/sm/regress/regress-617405-2.js index 39c4bbe97e..762babff45 100644 --- a/test/staging/sm/regress/regress-617405-2.js +++ b/test/staging/sm/regress/regress-617405-2.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-618572.js b/test/staging/sm/regress/regress-618572.js index cf24560d85..2cf9b11c35 100644 --- a/test/staging/sm/regress/regress-618572.js +++ b/test/staging/sm/regress/regress-618572.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-619003-2.js b/test/staging/sm/regress/regress-619003-2.js index 326bb0b424..efaf0b8386 100644 --- a/test/staging/sm/regress/regress-619003-2.js +++ b/test/staging/sm/regress/regress-619003-2.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-624547.js b/test/staging/sm/regress/regress-624547.js index 5de39b38dc..b9713b3245 100644 --- a/test/staging/sm/regress/regress-624547.js +++ b/test/staging/sm/regress/regress-624547.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-624968.js b/test/staging/sm/regress/regress-624968.js index 82c5dfe207..8a2dce5a70 100644 --- a/test/staging/sm/regress/regress-624968.js +++ b/test/staging/sm/regress/regress-624968.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-626436.js b/test/staging/sm/regress/regress-626436.js index 6652a8b811..4b23dac6c0 100644 --- a/test/staging/sm/regress/regress-626436.js +++ b/test/staging/sm/regress/regress-626436.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-633741.js b/test/staging/sm/regress/regress-633741.js index d54bc46990..7eefcc23cf 100644 --- a/test/staging/sm/regress/regress-633741.js +++ b/test/staging/sm/regress/regress-633741.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict info: | diff --git a/test/staging/sm/regress/regress-634210-1.js b/test/staging/sm/regress/regress-634210-1.js index 5eac8019a2..d4092ef4a5 100644 --- a/test/staging/sm/regress/regress-634210-1.js +++ b/test/staging/sm/regress/regress-634210-1.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-634210-2.js b/test/staging/sm/regress/regress-634210-2.js index 9aa4f5c604..483485cc64 100644 --- a/test/staging/sm/regress/regress-634210-2.js +++ b/test/staging/sm/regress/regress-634210-2.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-634210-3.js b/test/staging/sm/regress/regress-634210-3.js index 2ad1fd703d..fd58d7fdf7 100644 --- a/test/staging/sm/regress/regress-634210-3.js +++ b/test/staging/sm/regress/regress-634210-3.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-634210-4.js b/test/staging/sm/regress/regress-634210-4.js index ae5738b41d..a9064227d0 100644 --- a/test/staging/sm/regress/regress-634210-4.js +++ b/test/staging/sm/regress/regress-634210-4.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-636364.js b/test/staging/sm/regress/regress-636364.js index 3a893be0ad..751c1bd8d4 100644 --- a/test/staging/sm/regress/regress-636364.js +++ b/test/staging/sm/regress/regress-636364.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-640075.js b/test/staging/sm/regress/regress-640075.js index 75a99acc8c..27628e8ac9 100644 --- a/test/staging/sm/regress/regress-640075.js +++ b/test/staging/sm/regress/regress-640075.js @@ -6,7 +6,6 @@ /*--- flags: - onlyStrict -includes: [sm/non262.js, sm/non262-shell.js] description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-642247.js b/test/staging/sm/regress/regress-642247.js index aac65f9565..b503518420 100644 --- a/test/staging/sm/regress/regress-642247.js +++ b/test/staging/sm/regress/regress-642247.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-643222.js b/test/staging/sm/regress/regress-643222.js index c9061e120a..de4311642f 100644 --- a/test/staging/sm/regress/regress-643222.js +++ b/test/staging/sm/regress/regress-643222.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-646820-1.js b/test/staging/sm/regress/regress-646820-1.js index c509d7bcf6..f389d9cb48 100644 --- a/test/staging/sm/regress/regress-646820-1.js +++ b/test/staging/sm/regress/regress-646820-1.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-646820-2.js b/test/staging/sm/regress/regress-646820-2.js index 7018269d52..52e9a90124 100644 --- a/test/staging/sm/regress/regress-646820-2.js +++ b/test/staging/sm/regress/regress-646820-2.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-646820-3.js b/test/staging/sm/regress/regress-646820-3.js index a403a7fecb..ad0d29a5a6 100644 --- a/test/staging/sm/regress/regress-646820-3.js +++ b/test/staging/sm/regress/regress-646820-3.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-665355.js b/test/staging/sm/regress/regress-665355.js index 95897b61ea..1a3d8def84 100644 --- a/test/staging/sm/regress/regress-665355.js +++ b/test/staging/sm/regress/regress-665355.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-672892.js b/test/staging/sm/regress/regress-672892.js index 95ed422675..a3318f179f 100644 --- a/test/staging/sm/regress/regress-672892.js +++ b/test/staging/sm/regress/regress-672892.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-672893.js b/test/staging/sm/regress/regress-672893.js index 43709a1956..23a39a4694 100644 --- a/test/staging/sm/regress/regress-672893.js +++ b/test/staging/sm/regress/regress-672893.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-694306.js b/test/staging/sm/regress/regress-694306.js index 7a8dc4682c..db8e411a0b 100644 --- a/test/staging/sm/regress/regress-694306.js +++ b/test/staging/sm/regress/regress-694306.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-698028-1.js b/test/staging/sm/regress/regress-698028-1.js index e239dd85a3..7e73452de7 100644 --- a/test/staging/sm/regress/regress-698028-1.js +++ b/test/staging/sm/regress/regress-698028-1.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-699682.js b/test/staging/sm/regress/regress-699682.js index 6f9f6388e7..d7cfd582ca 100644 --- a/test/staging/sm/regress/regress-699682.js +++ b/test/staging/sm/regress/regress-699682.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/statements/arrow-function-at-end-of-for-statement-head.js b/test/staging/sm/statements/arrow-function-at-end-of-for-statement-head.js index 65b988392a..ab23485f3d 100644 --- a/test/staging/sm/statements/arrow-function-at-end-of-for-statement-head.js +++ b/test/staging/sm/statements/arrow-function-at-end-of-for-statement-head.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/statements/arrow-function-in-for-statement-head.js b/test/staging/sm/statements/arrow-function-in-for-statement-head.js index c742d43b0f..36c177c337 100644 --- a/test/staging/sm/statements/arrow-function-in-for-statement-head.js +++ b/test/staging/sm/statements/arrow-function-in-for-statement-head.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/statements/for-in-with-declaration.js b/test/staging/sm/statements/for-in-with-declaration.js index d406c1d147..cd55c7eed1 100644 --- a/test/staging/sm/statements/for-in-with-declaration.js +++ b/test/staging/sm/statements/for-in-with-declaration.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/statements/for-in-with-gc-and-unvisited-deletion.js b/test/staging/sm/statements/for-in-with-gc-and-unvisited-deletion.js index 72d2937e26..ff8d7fb00d 100644 --- a/test/staging/sm/statements/for-in-with-gc-and-unvisited-deletion.js +++ b/test/staging/sm/statements/for-in-with-gc-and-unvisited-deletion.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/statements/for-inof-finally.js b/test/staging/sm/statements/for-inof-finally.js index 88fd3b1810..dc1abd7502 100644 --- a/test/staging/sm/statements/for-inof-finally.js +++ b/test/staging/sm/statements/for-inof-finally.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/statements/for-inof-loop-const-declaration.js b/test/staging/sm/statements/for-inof-loop-const-declaration.js index c5204fc56c..47935ebc86 100644 --- a/test/staging/sm/statements/for-inof-loop-const-declaration.js +++ b/test/staging/sm/statements/for-inof-loop-const-declaration.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/statements/for-inof-name-iteration-expression-contains-index-string.js b/test/staging/sm/statements/for-inof-name-iteration-expression-contains-index-string.js index 771113f115..a7fd1ea3bf 100644 --- a/test/staging/sm/statements/for-inof-name-iteration-expression-contains-index-string.js +++ b/test/staging/sm/statements/for-inof-name-iteration-expression-contains-index-string.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/statements/for-loop-declaration-contains-computed-name.js b/test/staging/sm/statements/for-loop-declaration-contains-computed-name.js index 79d8d061b7..3bb3dc3418 100644 --- a/test/staging/sm/statements/for-loop-declaration-contains-computed-name.js +++ b/test/staging/sm/statements/for-loop-declaration-contains-computed-name.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/statements/for-loop-declaration-contains-initializer.js b/test/staging/sm/statements/for-loop-declaration-contains-initializer.js index 8efa117736..58f6fe3ba1 100644 --- a/test/staging/sm/statements/for-loop-declaration-contains-initializer.js +++ b/test/staging/sm/statements/for-loop-declaration-contains-initializer.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/statements/for-of-iterator-close-throw.js b/test/staging/sm/statements/for-of-iterator-close-throw.js index 1ea9b840ac..7abd07f95d 100644 --- a/test/staging/sm/statements/for-of-iterator-close-throw.js +++ b/test/staging/sm/statements/for-of-iterator-close-throw.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] +includes: [sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/statements/for-of-iterator-close.js b/test/staging/sm/statements/for-of-iterator-close.js index 253b73801a..5851d39a02 100644 --- a/test/staging/sm/statements/for-of-iterator-close.js +++ b/test/staging/sm/statements/for-of-iterator-close.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] +includes: [sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/statements/for-of-iterator-primitive.js b/test/staging/sm/statements/for-of-iterator-primitive.js index fa16e14aca..aac5564eea 100644 --- a/test/staging/sm/statements/for-of-iterator-primitive.js +++ b/test/staging/sm/statements/for-of-iterator-primitive.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/statements/for-of-var-with-initializer.js b/test/staging/sm/statements/for-of-var-with-initializer.js index 5f925ef412..f9ef77ddc8 100644 --- a/test/staging/sm/statements/for-of-var-with-initializer.js +++ b/test/staging/sm/statements/for-of-var-with-initializer.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/statements/if-constant-folding.js b/test/staging/sm/statements/if-constant-folding.js index eafdadf303..fef9c6901f 100644 --- a/test/staging/sm/statements/if-constant-folding.js +++ b/test/staging/sm/statements/if-constant-folding.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/statements/property-reference-self-assignment.js b/test/staging/sm/statements/property-reference-self-assignment.js index 1eff1da061..22919b7f83 100644 --- a/test/staging/sm/statements/property-reference-self-assignment.js +++ b/test/staging/sm/statements/property-reference-self-assignment.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/statements/regress-642975.js b/test/staging/sm/statements/regress-642975.js index f961f60467..10118e97aa 100644 --- a/test/staging/sm/statements/regress-642975.js +++ b/test/staging/sm/statements/regress-642975.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/statements/try-completion.js b/test/staging/sm/statements/try-completion.js index 0a3845832f..2c91a406ee 100644 --- a/test/staging/sm/statements/try-completion.js +++ b/test/staging/sm/statements/try-completion.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/10.4.2.js b/test/staging/sm/strict/10.4.2.js index 952b7315b8..b21a858ce6 100644 --- a/test/staging/sm/strict/10.4.2.js +++ b/test/staging/sm/strict/10.4.2.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] +includes: [sm/non262-strict-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/10.4.3.js b/test/staging/sm/strict/10.4.3.js index 935d1384dd..49f4c39e87 100644 --- a/test/staging/sm/strict/10.4.3.js +++ b/test/staging/sm/strict/10.4.3.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] +includes: [sm/non262-strict-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/10.6.js b/test/staging/sm/strict/10.6.js index 53f03b819b..caee83b0bc 100644 --- a/test/staging/sm/strict/10.6.js +++ b/test/staging/sm/strict/10.6.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] +includes: [sm/non262-strict-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/11.1.5.js b/test/staging/sm/strict/11.1.5.js index e49f828ede..f38df0745c 100644 --- a/test/staging/sm/strict/11.1.5.js +++ b/test/staging/sm/strict/11.1.5.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] +includes: [sm/non262-strict-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/11.13.1.js b/test/staging/sm/strict/11.13.1.js index b124b69426..81facfdfa9 100644 --- a/test/staging/sm/strict/11.13.1.js +++ b/test/staging/sm/strict/11.13.1.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] +includes: [sm/non262-strict-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/11.13.2.js b/test/staging/sm/strict/11.13.2.js index 83c1d22099..17a8ed943a 100644 --- a/test/staging/sm/strict/11.13.2.js +++ b/test/staging/sm/strict/11.13.2.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] +includes: [sm/non262-strict-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/11.3.1.js b/test/staging/sm/strict/11.3.1.js index 6c8b36273e..654fea58e0 100644 --- a/test/staging/sm/strict/11.3.1.js +++ b/test/staging/sm/strict/11.3.1.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] +includes: [sm/non262-strict-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/11.3.2.js b/test/staging/sm/strict/11.3.2.js index 9d727d212e..f1234ad4e9 100644 --- a/test/staging/sm/strict/11.3.2.js +++ b/test/staging/sm/strict/11.3.2.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] +includes: [sm/non262-strict-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/11.4.1.js b/test/staging/sm/strict/11.4.1.js index 409ce024e4..af30606532 100644 --- a/test/staging/sm/strict/11.4.1.js +++ b/test/staging/sm/strict/11.4.1.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] +includes: [sm/non262-strict-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/11.4.4.js b/test/staging/sm/strict/11.4.4.js index 252c3e06d0..925496a88e 100644 --- a/test/staging/sm/strict/11.4.4.js +++ b/test/staging/sm/strict/11.4.4.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] +includes: [sm/non262-strict-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/11.4.5.js b/test/staging/sm/strict/11.4.5.js index 938f8e9a04..5dd4fdc6a7 100644 --- a/test/staging/sm/strict/11.4.5.js +++ b/test/staging/sm/strict/11.4.5.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] +includes: [sm/non262-strict-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/12.10.1.js b/test/staging/sm/strict/12.10.1.js index 522b96cbe5..cd866a736f 100644 --- a/test/staging/sm/strict/12.10.1.js +++ b/test/staging/sm/strict/12.10.1.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] +includes: [sm/non262-strict-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/12.14.1.js b/test/staging/sm/strict/12.14.1.js index 635485dd58..a716645cea 100644 --- a/test/staging/sm/strict/12.14.1.js +++ b/test/staging/sm/strict/12.14.1.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] +includes: [sm/non262-strict-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/12.2.1-01.js b/test/staging/sm/strict/12.2.1-01.js index 92719c2e66..a53eb9d225 100644 --- a/test/staging/sm/strict/12.2.1-01.js +++ b/test/staging/sm/strict/12.2.1-01.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] +includes: [sm/non262-strict-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/12.2.1.js b/test/staging/sm/strict/12.2.1.js index 99234dc6a0..e20102ffa4 100644 --- a/test/staging/sm/strict/12.2.1.js +++ b/test/staging/sm/strict/12.2.1.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] +includes: [sm/non262-strict-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/13.1.js b/test/staging/sm/strict/13.1.js index 76f61c572d..98ca801b51 100644 --- a/test/staging/sm/strict/13.1.js +++ b/test/staging/sm/strict/13.1.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] +includes: [sm/non262-strict-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/15.10.7.js b/test/staging/sm/strict/15.10.7.js index b7799cedf2..4acd3cf1ee 100644 --- a/test/staging/sm/strict/15.10.7.js +++ b/test/staging/sm/strict/15.10.7.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] +includes: [sm/non262-strict-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/15.3.4.5.js b/test/staging/sm/strict/15.3.4.5.js index c19b6a6414..f156f507da 100644 --- a/test/staging/sm/strict/15.3.4.5.js +++ b/test/staging/sm/strict/15.3.4.5.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] +includes: [sm/non262-strict-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/15.3.5.1.js b/test/staging/sm/strict/15.3.5.1.js index ae90637f01..4c839e8dd3 100644 --- a/test/staging/sm/strict/15.3.5.1.js +++ b/test/staging/sm/strict/15.3.5.1.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] +includes: [sm/non262-strict-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/15.3.5.2.js b/test/staging/sm/strict/15.3.5.2.js index ce7e168f99..e1ae5f112d 100644 --- a/test/staging/sm/strict/15.3.5.2.js +++ b/test/staging/sm/strict/15.3.5.2.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] +includes: [sm/non262-strict-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/15.4.4.11.js b/test/staging/sm/strict/15.4.4.11.js index 94d6924678..d5722a9064 100644 --- a/test/staging/sm/strict/15.4.4.11.js +++ b/test/staging/sm/strict/15.4.4.11.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] +includes: [sm/non262-strict-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/15.4.4.12.js b/test/staging/sm/strict/15.4.4.12.js index 1819919e75..e03a2a1c9d 100644 --- a/test/staging/sm/strict/15.4.4.12.js +++ b/test/staging/sm/strict/15.4.4.12.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] +includes: [sm/non262-strict-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/15.4.4.13.js b/test/staging/sm/strict/15.4.4.13.js index 7d1958a878..881e30a312 100644 --- a/test/staging/sm/strict/15.4.4.13.js +++ b/test/staging/sm/strict/15.4.4.13.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] +includes: [sm/non262-strict-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/15.4.4.6.js b/test/staging/sm/strict/15.4.4.6.js index 63e05a31c9..705be7a131 100644 --- a/test/staging/sm/strict/15.4.4.6.js +++ b/test/staging/sm/strict/15.4.4.6.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] +includes: [sm/non262-strict-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/15.4.4.8.js b/test/staging/sm/strict/15.4.4.8.js index 6b96ad73bf..a68c6f6193 100644 --- a/test/staging/sm/strict/15.4.4.8.js +++ b/test/staging/sm/strict/15.4.4.8.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] +includes: [sm/non262-strict-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/15.4.4.9.js b/test/staging/sm/strict/15.4.4.9.js index c057d36f18..8b67c57b6e 100644 --- a/test/staging/sm/strict/15.4.4.9.js +++ b/test/staging/sm/strict/15.4.4.9.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] +includes: [sm/non262-strict-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/15.4.5.1.js b/test/staging/sm/strict/15.4.5.1.js index af707f72d0..93047fd051 100644 --- a/test/staging/sm/strict/15.4.5.1.js +++ b/test/staging/sm/strict/15.4.5.1.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js, compareArray.js] +includes: [sm/non262-strict-shell.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/15.5.5.1.js b/test/staging/sm/strict/15.5.5.1.js index 8d9b99195b..92b18ff13b 100644 --- a/test/staging/sm/strict/15.5.5.1.js +++ b/test/staging/sm/strict/15.5.5.1.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] +includes: [sm/non262-strict-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/15.5.5.2.js b/test/staging/sm/strict/15.5.5.2.js index 5b19d8b183..fbd1c08037 100644 --- a/test/staging/sm/strict/15.5.5.2.js +++ b/test/staging/sm/strict/15.5.5.2.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] +includes: [sm/non262-strict-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/8.12.5.js b/test/staging/sm/strict/8.12.5.js index 4ad8d7a13d..056c5704d0 100644 --- a/test/staging/sm/strict/8.12.5.js +++ b/test/staging/sm/strict/8.12.5.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] +includes: [sm/non262-strict-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/8.12.7-2.js b/test/staging/sm/strict/8.12.7-2.js index 7507e265b5..60c6aa6905 100644 --- a/test/staging/sm/strict/8.12.7-2.js +++ b/test/staging/sm/strict/8.12.7-2.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] +includes: [sm/non262-strict-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/8.12.7.js b/test/staging/sm/strict/8.12.7.js index b6c45d9c64..f1ce1202e5 100644 --- a/test/staging/sm/strict/8.12.7.js +++ b/test/staging/sm/strict/8.12.7.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] +includes: [sm/non262-strict-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/8.7.2.js b/test/staging/sm/strict/8.7.2.js index c2b5126a4f..45c57f2544 100644 --- a/test/staging/sm/strict/8.7.2.js +++ b/test/staging/sm/strict/8.7.2.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] +includes: [sm/non262-strict-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/B.1.1.js b/test/staging/sm/strict/B.1.1.js index 68bbd2d73f..38d3df8d31 100644 --- a/test/staging/sm/strict/B.1.1.js +++ b/test/staging/sm/strict/B.1.1.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] +includes: [sm/non262-strict-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/B.1.2.js b/test/staging/sm/strict/B.1.2.js index 1cbdb0feac..e0a881ad9b 100644 --- a/test/staging/sm/strict/B.1.2.js +++ b/test/staging/sm/strict/B.1.2.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] +includes: [sm/non262-strict-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/assign-to-callee-name.js b/test/staging/sm/strict/assign-to-callee-name.js index aa5a766505..89f56a8b0e 100644 --- a/test/staging/sm/strict/assign-to-callee-name.js +++ b/test/staging/sm/strict/assign-to-callee-name.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] +includes: [sm/non262-strict-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/directive-prologue-01.js b/test/staging/sm/strict/directive-prologue-01.js index 68673ed4d2..d156cf3075 100644 --- a/test/staging/sm/strict/directive-prologue-01.js +++ b/test/staging/sm/strict/directive-prologue-01.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] +includes: [sm/non262-strict-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/eval-variable-environment.js b/test/staging/sm/strict/eval-variable-environment.js index f211017371..2b6c7b5bf5 100644 --- a/test/staging/sm/strict/eval-variable-environment.js +++ b/test/staging/sm/strict/eval-variable-environment.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] +includes: [sm/non262-strict-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/primitive-assignment.js b/test/staging/sm/strict/primitive-assignment.js index 052328d854..79969d3106 100644 --- a/test/staging/sm/strict/primitive-assignment.js +++ b/test/staging/sm/strict/primitive-assignment.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] +includes: [sm/non262-strict-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/primitive-this-getter.js b/test/staging/sm/strict/primitive-this-getter.js index 610c1d6cfe..278296a8a7 100644 --- a/test/staging/sm/strict/primitive-this-getter.js +++ b/test/staging/sm/strict/primitive-this-getter.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] +includes: [sm/non262-strict-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/primitive-this-no-writeback.js b/test/staging/sm/strict/primitive-this-no-writeback.js index 14e54bed03..297606dc2f 100644 --- a/test/staging/sm/strict/primitive-this-no-writeback.js +++ b/test/staging/sm/strict/primitive-this-no-writeback.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] +includes: [sm/non262-strict-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/rebind-eval-should-fail-in-strict-mode.js b/test/staging/sm/strict/rebind-eval-should-fail-in-strict-mode.js index a0fce81449..3b77e32de9 100644 --- a/test/staging/sm/strict/rebind-eval-should-fail-in-strict-mode.js +++ b/test/staging/sm/strict/rebind-eval-should-fail-in-strict-mode.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] +includes: [sm/non262-strict-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/regress-532041.js b/test/staging/sm/strict/regress-532041.js index 8adb5497e1..e8e7ec39af 100644 --- a/test/staging/sm/strict/regress-532041.js +++ b/test/staging/sm/strict/regress-532041.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] +includes: [sm/non262-strict-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/regress-532254.js b/test/staging/sm/strict/regress-532254.js index 367620226e..bcd94bee18 100644 --- a/test/staging/sm/strict/regress-532254.js +++ b/test/staging/sm/strict/regress-532254.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] +includes: [sm/non262-strict-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/regress-599159.js b/test/staging/sm/strict/regress-599159.js index 2227f38efc..73ac2cc462 100644 --- a/test/staging/sm/strict/regress-599159.js +++ b/test/staging/sm/strict/regress-599159.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] +includes: [sm/non262-strict-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/strict-function-statements.js b/test/staging/sm/strict/strict-function-statements.js index 6a0ed1fa45..4bc76224be 100644 --- a/test/staging/sm/strict/strict-function-statements.js +++ b/test/staging/sm/strict/strict-function-statements.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] +includes: [sm/non262-strict-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/strict-this-is-not-truthy.js b/test/staging/sm/strict/strict-this-is-not-truthy.js index 02a23adc91..b5fe50f77d 100644 --- a/test/staging/sm/strict/strict-this-is-not-truthy.js +++ b/test/staging/sm/strict/strict-this-is-not-truthy.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] +includes: [sm/non262-strict-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/this-for-function-expression-recursion.js b/test/staging/sm/strict/this-for-function-expression-recursion.js index e16cdd8013..d7b9767c69 100644 --- a/test/staging/sm/strict/this-for-function-expression-recursion.js +++ b/test/staging/sm/strict/this-for-function-expression-recursion.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] +includes: [sm/non262-strict-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/unbrand-this.js b/test/staging/sm/strict/unbrand-this.js index 943893626a..6f84b2bfbd 100644 --- a/test/staging/sm/strict/unbrand-this.js +++ b/test/staging/sm/strict/unbrand-this.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] +includes: [sm/non262-strict-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/syntax/class-error.js b/test/staging/sm/syntax/class-error.js index 0711e04673..c629a19c5a 100644 --- a/test/staging/sm/syntax/class-error.js +++ b/test/staging/sm/syntax/class-error.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/syntax/declaration-forbidden-in-label.js b/test/staging/sm/syntax/declaration-forbidden-in-label.js index 062b067274..1f9b3f3431 100644 --- a/test/staging/sm/syntax/declaration-forbidden-in-label.js +++ b/test/staging/sm/syntax/declaration-forbidden-in-label.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/syntax/escaped-let-static-identifier.js b/test/staging/sm/syntax/escaped-let-static-identifier.js index 7a2ec1538d..e28b68140e 100644 --- a/test/staging/sm/syntax/escaped-let-static-identifier.js +++ b/test/staging/sm/syntax/escaped-let-static-identifier.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/syntax/keyword-unescaped-requirement.js b/test/staging/sm/syntax/keyword-unescaped-requirement.js index ecc2e53a29..df0334eade 100644 --- a/test/staging/sm/syntax/keyword-unescaped-requirement.js +++ b/test/staging/sm/syntax/keyword-unescaped-requirement.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/syntax/let-as-label.js b/test/staging/sm/syntax/let-as-label.js index e9e6070ac5..e89d109b0f 100644 --- a/test/staging/sm/syntax/let-as-label.js +++ b/test/staging/sm/syntax/let-as-label.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/syntax/linefeed-at-eof-in-unterminated-string-or-template.js b/test/staging/sm/syntax/linefeed-at-eof-in-unterminated-string-or-template.js index 070bd1dcf1..ba8351ba86 100644 --- a/test/staging/sm/syntax/linefeed-at-eof-in-unterminated-string-or-template.js +++ b/test/staging/sm/syntax/linefeed-at-eof-in-unterminated-string-or-template.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/syntax/omitted-catch-binding.js b/test/staging/sm/syntax/omitted-catch-binding.js index 984e9a4d88..4be6cb1611 100644 --- a/test/staging/sm/syntax/omitted-catch-binding.js +++ b/test/staging/sm/syntax/omitted-catch-binding.js @@ -2,7 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/syntax/syntax-parsed-arrow-then-bigint.js b/test/staging/sm/syntax/syntax-parsed-arrow-then-bigint.js index bdd66c20de..5b34852503 100644 --- a/test/staging/sm/syntax/syntax-parsed-arrow-then-bigint.js +++ b/test/staging/sm/syntax/syntax-parsed-arrow-then-bigint.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/syntax/syntax-parsed-arrow-then-directive.js b/test/staging/sm/syntax/syntax-parsed-arrow-then-directive.js index c063d836fc..1bea94c801 100644 --- a/test/staging/sm/syntax/syntax-parsed-arrow-then-directive.js +++ b/test/staging/sm/syntax/syntax-parsed-arrow-then-directive.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/syntax/yield-as-identifier.js b/test/staging/sm/syntax/yield-as-identifier.js index 15af1a4cac..6ab9aafda9 100644 --- a/test/staging/sm/syntax/yield-as-identifier.js +++ b/test/staging/sm/syntax/yield-as-identifier.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/types/8.12.5-01.js b/test/staging/sm/types/8.12.5-01.js index 99c9819e6b..e8a7acd117 100644 --- a/test/staging/sm/types/8.12.5-01.js +++ b/test/staging/sm/types/8.12.5-01.js @@ -4,7 +4,6 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: |