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 d58ebe80e4..21c736411a 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 @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 5afa126112..0cfee42599 100644 --- a/test/staging/sm/Array/array-length-set-on-nonarray.js +++ b/test/staging/sm/Array/array-length-set-on-nonarray.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Array/at.js b/test/staging/sm/Array/at.js index 337e14cff2..03aaa42c1e 100644 --- a/test/staging/sm/Array/at.js +++ b/test/staging/sm/Array/at.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 3e6b975473..21fa225748 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 @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 781da96c3f..3684a0e88f 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 @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Array/concat-proxy.js b/test/staging/sm/Array/concat-proxy.js index 313d8a6d23..e7275f4fb2 100644 --- a/test/staging/sm/Array/concat-proxy.js +++ b/test/staging/sm/Array/concat-proxy.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Array/concat-spreadable-basic.js b/test/staging/sm/Array/concat-spreadable-basic.js index 43bda31efa..0264984e4c 100644 --- a/test/staging/sm/Array/concat-spreadable-basic.js +++ b/test/staging/sm/Array/concat-spreadable-basic.js @@ -5,7 +5,7 @@ /*--- flags: -- onlyStrict + - onlyStrict includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] description: | pending diff --git a/test/staging/sm/Array/concat-spreadable-primitive.js b/test/staging/sm/Array/concat-spreadable-primitive.js index 76ccdf30b4..5901558186 100644 --- a/test/staging/sm/Array/concat-spreadable-primitive.js +++ b/test/staging/sm/Array/concat-spreadable-primitive.js @@ -5,7 +5,7 @@ /*--- flags: -- onlyStrict + - onlyStrict includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] description: | pending diff --git a/test/staging/sm/Array/fill.js b/test/staging/sm/Array/fill.js index 34979dc561..6476948416 100644 --- a/test/staging/sm/Array/fill.js +++ b/test/staging/sm/Array/fill.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Array/for_of_1.js b/test/staging/sm/Array/for_of_1.js index 8ac64175b4..87ff5d4a13 100644 --- a/test/staging/sm/Array/for_of_1.js +++ b/test/staging/sm/Array/for_of_1.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Array/for_of_2.js b/test/staging/sm/Array/for_of_2.js index 90328d4b58..032843db6d 100644 --- a/test/staging/sm/Array/for_of_2.js +++ b/test/staging/sm/Array/for_of_2.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Array/for_of_3.js b/test/staging/sm/Array/for_of_3.js index c71298a43c..af73605871 100644 --- a/test/staging/sm/Array/for_of_3.js +++ b/test/staging/sm/Array/for_of_3.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Array/for_of_4.js b/test/staging/sm/Array/for_of_4.js index 15edc8a994..756b89f381 100644 --- a/test/staging/sm/Array/for_of_4.js +++ b/test/staging/sm/Array/for_of_4.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Array/from-iterator-close.js b/test/staging/sm/Array/from-iterator-close.js index 21a918238c..08daa56e81 100644 --- a/test/staging/sm/Array/from-iterator-close.js +++ b/test/staging/sm/Array/from-iterator-close.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Array/from_basics.js b/test/staging/sm/Array/from_basics.js index 9d2e5a5f47..c2d48007e4 100644 --- a/test/staging/sm/Array/from_basics.js +++ b/test/staging/sm/Array/from_basics.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Array/from_constructor.js b/test/staging/sm/Array/from_constructor.js index ea94de92c1..6a69fda2da 100644 --- a/test/staging/sm/Array/from_constructor.js +++ b/test/staging/sm/Array/from_constructor.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Array/from_errors.js b/test/staging/sm/Array/from_errors.js index 8249e1cadb..bf5b086daa 100644 --- a/test/staging/sm/Array/from_errors.js +++ b/test/staging/sm/Array/from_errors.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Array/from_iterable.js b/test/staging/sm/Array/from_iterable.js index 852cc2e343..4a9a81ef23 100644 --- a/test/staging/sm/Array/from_iterable.js +++ b/test/staging/sm/Array/from_iterable.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Array/from_length_setter.js b/test/staging/sm/Array/from_length_setter.js index d8795de378..300517882b 100644 --- a/test/staging/sm/Array/from_length_setter.js +++ b/test/staging/sm/Array/from_length_setter.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Array/from_mapping.js b/test/staging/sm/Array/from_mapping.js index 0b85eee1fc..feaa6011e9 100644 --- a/test/staging/sm/Array/from_mapping.js +++ b/test/staging/sm/Array/from_mapping.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Array/from_primitive.js b/test/staging/sm/Array/from_primitive.js index bcd86dda59..7d0c12438e 100644 --- a/test/staging/sm/Array/from_primitive.js +++ b/test/staging/sm/Array/from_primitive.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Array/from_proxy.js b/test/staging/sm/Array/from_proxy.js index 14172716d5..8903146ba4 100644 --- a/test/staging/sm/Array/from_proxy.js +++ b/test/staging/sm/Array/from_proxy.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Array/from_realms.js b/test/staging/sm/Array/from_realms.js index a6971f6070..a97a506459 100644 --- a/test/staging/sm/Array/from_realms.js +++ b/test/staging/sm/Array/from_realms.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Array/from_string.js b/test/staging/sm/Array/from_string.js index 7e846e7da3..7983939cbc 100644 --- a/test/staging/sm/Array/from_string.js +++ b/test/staging/sm/Array/from_string.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Array/from_surfaces.js b/test/staging/sm/Array/from_surfaces.js index 29a78310e7..8f976d9782 100644 --- a/test/staging/sm/Array/from_surfaces.js +++ b/test/staging/sm/Array/from_surfaces.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Array/from_this.js b/test/staging/sm/Array/from_this.js index 27638ea236..110c93a4ca 100644 --- a/test/staging/sm/Array/from_this.js +++ b/test/staging/sm/Array/from_this.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Array/frozen-dense-array.js b/test/staging/sm/Array/frozen-dense-array.js index 5f3936ddf3..50433a3cd2 100644 --- a/test/staging/sm/Array/frozen-dense-array.js +++ b/test/staging/sm/Array/frozen-dense-array.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Array/frozen-dict-mode-length.js b/test/staging/sm/Array/frozen-dict-mode-length.js index 5aeedfa110..84b43b06d4 100644 --- a/test/staging/sm/Array/frozen-dict-mode-length.js +++ b/test/staging/sm/Array/frozen-dict-mode-length.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Array/getter-name.js b/test/staging/sm/Array/getter-name.js index 717295ec94..f1b502dc86 100644 --- a/test/staging/sm/Array/getter-name.js +++ b/test/staging/sm/Array/getter-name.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Array/group-callback-evaluation.js b/test/staging/sm/Array/group-callback-evaluation.js index 0cbf66b38f..423a5f71ed 100644 --- a/test/staging/sm/Array/group-callback-evaluation.js +++ b/test/staging/sm/Array/group-callback-evaluation.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Array/group-propertkey-is-length.js b/test/staging/sm/Array/group-propertkey-is-length.js index f430dc9643..43b3978e03 100644 --- a/test/staging/sm/Array/group-propertkey-is-length.js +++ b/test/staging/sm/Array/group-propertkey-is-length.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Array/group.js b/test/staging/sm/Array/group.js index db1d77e48c..6292186795 100644 --- a/test/staging/sm/Array/group.js +++ b/test/staging/sm/Array/group.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Array/includes-trailing-holes.js b/test/staging/sm/Array/includes-trailing-holes.js index d195a21de7..155a9315c2 100644 --- a/test/staging/sm/Array/includes-trailing-holes.js +++ b/test/staging/sm/Array/includes-trailing-holes.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Array/includes.js b/test/staging/sm/Array/includes.js index 5b8f5c6ee6..c411a043e1 100644 --- a/test/staging/sm/Array/includes.js +++ b/test/staging/sm/Array/includes.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Array/index-with-null-character.js b/test/staging/sm/Array/index-with-null-character.js index bcb1156fec..f410bb95b5 100644 --- a/test/staging/sm/Array/index-with-null-character.js +++ b/test/staging/sm/Array/index-with-null-character.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 8227a90d93..93898d2c40 100644 --- a/test/staging/sm/Array/indexOf-never-returns-negative-zero.js +++ b/test/staging/sm/Array/indexOf-never-returns-negative-zero.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Array/indexOf-packed-array.js b/test/staging/sm/Array/indexOf-packed-array.js index 05889bf49f..99532a7d8f 100644 --- a/test/staging/sm/Array/indexOf-packed-array.js +++ b/test/staging/sm/Array/indexOf-packed-array.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Array/isArray.js b/test/staging/sm/Array/isArray.js index 87c1dfb570..8f29c7fa32 100644 --- a/test/staging/sm/Array/isArray.js +++ b/test/staging/sm/Array/isArray.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Array/join-01.js b/test/staging/sm/Array/join-01.js index b80f40e40a..93471cee67 100644 --- a/test/staging/sm/Array/join-01.js +++ b/test/staging/sm/Array/join-01.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Array/join-no-has-trap.js b/test/staging/sm/Array/join-no-has-trap.js index 2868e30b71..516383a1c8 100644 --- a/test/staging/sm/Array/join-no-has-trap.js +++ b/test/staging/sm/Array/join-no-has-trap.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 f396cae293..ca1e793ae6 100644 --- a/test/staging/sm/Array/lastIndexOf-never-returns-negative-zero.js +++ b/test/staging/sm/Array/lastIndexOf-never-returns-negative-zero.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Array/length-01.js b/test/staging/sm/Array/length-01.js index 6409e5110f..aa2a31a117 100644 --- a/test/staging/sm/Array/length-01.js +++ b/test/staging/sm/Array/length-01.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Array/length-nonwritable-redefine-nop.js b/test/staging/sm/Array/length-nonwritable-redefine-nop.js index d99238fbe1..e2de10408e 100644 --- a/test/staging/sm/Array/length-nonwritable-redefine-nop.js +++ b/test/staging/sm/Array/length-nonwritable-redefine-nop.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Array/length-set-object.js b/test/staging/sm/Array/length-set-object.js index edb1538291..fbb0330add 100644 --- a/test/staging/sm/Array/length-set-object.js +++ b/test/staging/sm/Array/length-set-object.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Array/length-truncate-nonconfigurable-sparse.js b/test/staging/sm/Array/length-truncate-nonconfigurable-sparse.js index 62f86d5661..4c26ecfe37 100644 --- a/test/staging/sm/Array/length-truncate-nonconfigurable-sparse.js +++ b/test/staging/sm/Array/length-truncate-nonconfigurable-sparse.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Array/length-truncate-nonconfigurable.js b/test/staging/sm/Array/length-truncate-nonconfigurable.js index 7380a829e7..701107cda5 100644 --- a/test/staging/sm/Array/length-truncate-nonconfigurable.js +++ b/test/staging/sm/Array/length-truncate-nonconfigurable.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Array/length-truncate-with-indexed.js b/test/staging/sm/Array/length-truncate-with-indexed.js index d0f67bc63b..6a6dbf8d2c 100644 --- a/test/staging/sm/Array/length-truncate-with-indexed.js +++ b/test/staging/sm/Array/length-truncate-with-indexed.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Array/pop-empty-nonwritable.js b/test/staging/sm/Array/pop-empty-nonwritable.js index aefb4745e4..f9b1ddaaea 100644 --- a/test/staging/sm/Array/pop-empty-nonwritable.js +++ b/test/staging/sm/Array/pop-empty-nonwritable.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Array/pop-no-has-trap.js b/test/staging/sm/Array/pop-no-has-trap.js index c03e76dc55..4ef5ce93c6 100644 --- a/test/staging/sm/Array/pop-no-has-trap.js +++ b/test/staging/sm/Array/pop-no-has-trap.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Array/pop-nonarray-higher-elements.js b/test/staging/sm/Array/pop-nonarray-higher-elements.js index 5118a40c1f..2b9e0f0aa7 100644 --- a/test/staging/sm/Array/pop-nonarray-higher-elements.js +++ b/test/staging/sm/Array/pop-nonarray-higher-elements.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Array/redefine-length-frozen-array.js b/test/staging/sm/Array/redefine-length-frozen-array.js index fa905e59b7..7e45e1082a 100644 --- a/test/staging/sm/Array/redefine-length-frozen-array.js +++ b/test/staging/sm/Array/redefine-length-frozen-array.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 233568d43d..12ec5eb5ef 100644 --- a/test/staging/sm/Array/redefine-length-frozen-dictionarymode-array.js +++ b/test/staging/sm/Array/redefine-length-frozen-dictionarymode-array.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 e406df26c3..7e028d26ab 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 @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 55bf0728f1..fa4db40bd4 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 @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Array/redefine-nonwritable-length-nonnumeric.js b/test/staging/sm/Array/redefine-nonwritable-length-nonnumeric.js index 7bb19241cd..27dcbf6d71 100644 --- a/test/staging/sm/Array/redefine-nonwritable-length-nonnumeric.js +++ b/test/staging/sm/Array/redefine-nonwritable-length-nonnumeric.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Array/regress-386030.js b/test/staging/sm/Array/regress-386030.js index 602322fbf3..b39271215a 100644 --- a/test/staging/sm/Array/regress-386030.js +++ b/test/staging/sm/Array/regress-386030.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Array/regress-424954.js b/test/staging/sm/Array/regress-424954.js index 64e46ee6b7..c66db8fce7 100644 --- a/test/staging/sm/Array/regress-424954.js +++ b/test/staging/sm/Array/regress-424954.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Array/regress-566651.js b/test/staging/sm/Array/regress-566651.js index 99fa7178a4..03261f6ff7 100644 --- a/test/staging/sm/Array/regress-566651.js +++ b/test/staging/sm/Array/regress-566651.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Array/regress-599159.js b/test/staging/sm/Array/regress-599159.js index bf6ea8c70b..a402b4489d 100644 --- a/test/staging/sm/Array/regress-599159.js +++ b/test/staging/sm/Array/regress-599159.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Array/regress-619970.js b/test/staging/sm/Array/regress-619970.js index 8da727859f..f3cbdd2893 100644 --- a/test/staging/sm/Array/regress-619970.js +++ b/test/staging/sm/Array/regress-619970.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 53b4a534c4..ea9ddf3ea3 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 @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 7d5de47ffb..75dd96ca98 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 @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Array/shift-no-has-trap.js b/test/staging/sm/Array/shift-no-has-trap.js index 9f531c512f..50ed53a046 100644 --- a/test/staging/sm/Array/shift-no-has-trap.js +++ b/test/staging/sm/Array/shift-no-has-trap.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Array/shift_for_in.js b/test/staging/sm/Array/shift_for_in.js index e3629beb48..3a36329809 100644 --- a/test/staging/sm/Array/shift_for_in.js +++ b/test/staging/sm/Array/shift_for_in.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Array/sort-01.js b/test/staging/sm/Array/sort-01.js index d0887793e2..30a9eb9596 100644 --- a/test/staging/sm/Array/sort-01.js +++ b/test/staging/sm/Array/sort-01.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 551489a755..a107788512 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 @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Array/sort-delete-ascending-order.js b/test/staging/sm/Array/sort-delete-ascending-order.js index 33d3b27049..c1293befc6 100644 --- a/test/staging/sm/Array/sort-delete-ascending-order.js +++ b/test/staging/sm/Array/sort-delete-ascending-order.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Array/sort-non-function.js b/test/staging/sm/Array/sort-non-function.js index 7f959bd5c7..5dc8f748e6 100644 --- a/test/staging/sm/Array/sort-non-function.js +++ b/test/staging/sm/Array/sort-non-function.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 9766f90ea3..2d93bc53d0 100644 --- a/test/staging/sm/Array/sort-typedarray-with-own-length.js +++ b/test/staging/sm/Array/sort-typedarray-with-own-length.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Array/sort_holes.js b/test/staging/sm/Array/sort_holes.js index 0cf8372e36..3749f8bdac 100644 --- a/test/staging/sm/Array/sort_holes.js +++ b/test/staging/sm/Array/sort_holes.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Array/sort_native_string_nan.js b/test/staging/sm/Array/sort_native_string_nan.js index bb06706c83..3d23eca08c 100644 --- a/test/staging/sm/Array/sort_native_string_nan.js +++ b/test/staging/sm/Array/sort_native_string_nan.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Array/sort_proxy.js b/test/staging/sm/Array/sort_proxy.js index ba66d5ff7a..f752285604 100644 --- a/test/staging/sm/Array/sort_proxy.js +++ b/test/staging/sm/Array/sort_proxy.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Array/sort_small.js b/test/staging/sm/Array/sort_small.js index 5c93b69a46..8d83015091 100644 --- a/test/staging/sm/Array/sort_small.js +++ b/test/staging/sm/Array/sort_small.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Array/species.js b/test/staging/sm/Array/species.js index ec580e5e78..a6ab7a9d9b 100644 --- a/test/staging/sm/Array/species.js +++ b/test/staging/sm/Array/species.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 76212f9297..abb702f0bc 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 @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Array/splice-species-changes-length.js b/test/staging/sm/Array/splice-species-changes-length.js index 67ec1fafe7..77cd7420cf 100644 --- a/test/staging/sm/Array/splice-species-changes-length.js +++ b/test/staging/sm/Array/splice-species-changes-length.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Array/splice-suppresses-unvisited-indexes.js b/test/staging/sm/Array/splice-suppresses-unvisited-indexes.js index 2b3ca578db..3e4d96037c 100644 --- a/test/staging/sm/Array/splice-suppresses-unvisited-indexes.js +++ b/test/staging/sm/Array/splice-suppresses-unvisited-indexes.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Array/to-length.js b/test/staging/sm/Array/to-length.js index ea79884445..dff691163e 100644 --- a/test/staging/sm/Array/to-length.js +++ b/test/staging/sm/Array/to-length.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Array/toLocaleString-01.js b/test/staging/sm/Array/toLocaleString-01.js index aab794759c..6de02d5e62 100644 --- a/test/staging/sm/Array/toLocaleString-01.js +++ b/test/staging/sm/Array/toLocaleString-01.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Array/toLocaleString-nointl.js b/test/staging/sm/Array/toLocaleString-nointl.js index f2d2e0daa5..e238b8fb62 100644 --- a/test/staging/sm/Array/toLocaleString-nointl.js +++ b/test/staging/sm/Array/toLocaleString-nointl.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Array/toLocaleString.js b/test/staging/sm/Array/toLocaleString.js index 8bc76d7b63..31eeeff640 100644 --- a/test/staging/sm/Array/toLocaleString.js +++ b/test/staging/sm/Array/toLocaleString.js @@ -3,7 +3,7 @@ /*--- flags: -- onlyStrict + - onlyStrict includes: [sm/non262.js, sm/non262-shell.js] description: | pending diff --git a/test/staging/sm/Array/toSpliced-dense.js b/test/staging/sm/Array/toSpliced-dense.js index 2ad57dc4f6..178380fbf9 100644 --- a/test/staging/sm/Array/toSpliced-dense.js +++ b/test/staging/sm/Array/toSpliced-dense.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Array/toSpliced.js b/test/staging/sm/Array/toSpliced.js index 445360fbcf..0992f2029c 100644 --- a/test/staging/sm/Array/toSpliced.js +++ b/test/staging/sm/Array/toSpliced.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Array/toString-01.js b/test/staging/sm/Array/toString-01.js index 89144b9366..eef62d94c6 100644 --- a/test/staging/sm/Array/toString-01.js +++ b/test/staging/sm/Array/toString-01.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Array/unscopables.js b/test/staging/sm/Array/unscopables.js index 803617158b..e3d22f8f33 100644 --- a/test/staging/sm/Array/unscopables.js +++ b/test/staging/sm/Array/unscopables.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Array/unshift-01.js b/test/staging/sm/Array/unshift-01.js index a6efbe7549..cf5f4b11bd 100644 --- a/test/staging/sm/Array/unshift-01.js +++ b/test/staging/sm/Array/unshift-01.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Array/unshift-with-enumeration.js b/test/staging/sm/Array/unshift-with-enumeration.js index fe2b78807d..a28c1061ca 100644 --- a/test/staging/sm/Array/unshift-with-enumeration.js +++ b/test/staging/sm/Array/unshift-with-enumeration.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Array/values.js b/test/staging/sm/Array/values.js index 0b50426f8e..24dc03846c 100644 --- a/test/staging/sm/Array/values.js +++ b/test/staging/sm/Array/values.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Array/with-dense.js b/test/staging/sm/Array/with-dense.js index 14ff9d2824..11a305090d 100644 --- a/test/staging/sm/Array/with-dense.js +++ b/test/staging/sm/Array/with-dense.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Array/with.js b/test/staging/sm/Array/with.js index 5b5807c853..02830e1544 100644 --- a/test/staging/sm/Array/with.js +++ b/test/staging/sm/Array/with.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/ArrayBuffer/CloneArrayBuffer.js b/test/staging/sm/ArrayBuffer/CloneArrayBuffer.js index 65826e9a9e..64cb594bd5 100644 --- a/test/staging/sm/ArrayBuffer/CloneArrayBuffer.js +++ b/test/staging/sm/ArrayBuffer/CloneArrayBuffer.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/ArrayBuffer/bug1777413.js b/test/staging/sm/ArrayBuffer/bug1777413.js index 458fd7c52e..4be3bc7e81 100644 --- a/test/staging/sm/ArrayBuffer/bug1777413.js +++ b/test/staging/sm/ArrayBuffer/bug1777413.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict info: | needs shell functions description: | diff --git a/test/staging/sm/ArrayBuffer/constructorNotCallable.js b/test/staging/sm/ArrayBuffer/constructorNotCallable.js index f9681bba76..1a42c0f1d2 100644 --- a/test/staging/sm/ArrayBuffer/constructorNotCallable.js +++ b/test/staging/sm/ArrayBuffer/constructorNotCallable.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/ArrayBuffer/getter-name.js b/test/staging/sm/ArrayBuffer/getter-name.js index 3475e8d1c3..747ffe00a0 100644 --- a/test/staging/sm/ArrayBuffer/getter-name.js +++ b/test/staging/sm/ArrayBuffer/getter-name.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/ArrayBuffer/slice-species.js b/test/staging/sm/ArrayBuffer/slice-species.js index ff3868c534..70be76d1b9 100644 --- a/test/staging/sm/ArrayBuffer/slice-species.js +++ b/test/staging/sm/ArrayBuffer/slice-species.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 a2882a163c..ee08c72b35 100644 --- a/test/staging/sm/AsyncGenerators/async-generator-declaration-in-modules.js +++ b/test/staging/sm/AsyncGenerators/async-generator-declaration-in-modules.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 2dddfa0e16..957bca48f0 100644 --- a/test/staging/sm/AsyncGenerators/create-function-parse-before-getprototype.js +++ b/test/staging/sm/AsyncGenerators/create-function-parse-before-getprototype.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/AsyncGenerators/for-await-bad-syntax.js b/test/staging/sm/AsyncGenerators/for-await-bad-syntax.js index 5c85c20038..300c8d8a38 100644 --- a/test/staging/sm/AsyncGenerators/for-await-bad-syntax.js +++ b/test/staging/sm/AsyncGenerators/for-await-bad-syntax.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/AsyncGenerators/for-await-of-error.js b/test/staging/sm/AsyncGenerators/for-await-of-error.js index 5a25c7385d..f3814c9866 100644 --- a/test/staging/sm/AsyncGenerators/for-await-of-error.js +++ b/test/staging/sm/AsyncGenerators/for-await-of-error.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Atomics/cross-compartment.js b/test/staging/sm/Atomics/cross-compartment.js index 5f5cb9d3bb..21d6fa23cc 100644 --- a/test/staging/sm/Atomics/cross-compartment.js +++ b/test/staging/sm/Atomics/cross-compartment.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Atomics/detached-buffers.js b/test/staging/sm/Atomics/detached-buffers.js index 1b638c2f3b..b0de39120d 100644 --- a/test/staging/sm/Atomics/detached-buffers.js +++ b/test/staging/sm/Atomics/detached-buffers.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/BigInt/Number-conversion-rounding.js b/test/staging/sm/BigInt/Number-conversion-rounding.js index 8cc9707fd6..4f8aa0cfe5 100644 --- a/test/staging/sm/BigInt/Number-conversion-rounding.js +++ b/test/staging/sm/BigInt/Number-conversion-rounding.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/BigInt/decimal.js b/test/staging/sm/BigInt/decimal.js index 574baacd65..d2a03e441a 100644 --- a/test/staging/sm/BigInt/decimal.js +++ b/test/staging/sm/BigInt/decimal.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/BigInt/large-bit-length.js b/test/staging/sm/BigInt/large-bit-length.js index b1bfce1d2e..2d3a968b17 100644 --- a/test/staging/sm/BigInt/large-bit-length.js +++ b/test/staging/sm/BigInt/large-bit-length.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/BigInt/mod.js b/test/staging/sm/BigInt/mod.js index 9dd8f48982..8cc3baaf40 100644 --- a/test/staging/sm/BigInt/mod.js +++ b/test/staging/sm/BigInt/mod.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/BigInt/property-name.js b/test/staging/sm/BigInt/property-name.js index 3efdc4699b..5bdc41b2c2 100644 --- a/test/staging/sm/BigInt/property-name.js +++ b/test/staging/sm/BigInt/property-name.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Boolean/15.6.4.2.js b/test/staging/sm/Boolean/15.6.4.2.js index 32283e8fe9..ae0bada5e9 100644 --- a/test/staging/sm/Boolean/15.6.4.2.js +++ b/test/staging/sm/Boolean/15.6.4.2.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Boolean/no-boolean-toJSON.js b/test/staging/sm/Boolean/no-boolean-toJSON.js index 7e27c24ac5..3768612552 100644 --- a/test/staging/sm/Boolean/no-boolean-toJSON.js +++ b/test/staging/sm/Boolean/no-boolean-toJSON.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/DataView/detach-after-construction.js b/test/staging/sm/DataView/detach-after-construction.js index bc561a81ea..c7dfbe2296 100644 --- a/test/staging/sm/DataView/detach-after-construction.js +++ b/test/staging/sm/DataView/detach-after-construction.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/DataView/get-set-index-range.js b/test/staging/sm/DataView/get-set-index-range.js index e3598c7a40..8ce2707795 100644 --- a/test/staging/sm/DataView/get-set-index-range.js +++ b/test/staging/sm/DataView/get-set-index-range.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/DataView/getter-name.js b/test/staging/sm/DataView/getter-name.js index 0d47d2fe83..e8c5e9e036 100644 --- a/test/staging/sm/DataView/getter-name.js +++ b/test/staging/sm/DataView/getter-name.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Date/UTC-convert-all-arguments.js b/test/staging/sm/Date/UTC-convert-all-arguments.js index d4a87de110..393fd6d5aa 100644 --- a/test/staging/sm/Date/UTC-convert-all-arguments.js +++ b/test/staging/sm/Date/UTC-convert-all-arguments.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Date-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Date/constructor-convert-all-arguments.js b/test/staging/sm/Date/constructor-convert-all-arguments.js index 908317dd5c..03b6e83e1a 100644 --- a/test/staging/sm/Date/constructor-convert-all-arguments.js +++ b/test/staging/sm/Date/constructor-convert-all-arguments.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Date-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Date/constructor-one-Date-argument.js b/test/staging/sm/Date/constructor-one-Date-argument.js index c32edcc0cd..365a646e46 100644 --- a/test/staging/sm/Date/constructor-one-Date-argument.js +++ b/test/staging/sm/Date/constructor-one-Date-argument.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Date-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Date/constructor-one-argument.js b/test/staging/sm/Date/constructor-one-argument.js index b3bd7fc128..b61a4e17ec 100644 --- a/test/staging/sm/Date/constructor-one-argument.js +++ b/test/staging/sm/Date/constructor-one-argument.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Date-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Date/defaultvalue.js b/test/staging/sm/Date/defaultvalue.js index ecb0e253c3..15ef045152 100644 --- a/test/staging/sm/Date/defaultvalue.js +++ b/test/staging/sm/Date/defaultvalue.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Date-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 024599027e..debed8c67f 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 @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Date-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 abc5cdb974..8f66d5d8c7 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 @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Date-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 5f6ce80511..6fbb8fddd7 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 @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Date-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 ae8e0100fe..238c266a8c 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 @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Date-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 9153ae71c0..a9635c6178 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 @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Date-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 74ee26726b..cd70546526 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 @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Date-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 a47a3fdc7e..4bc20f1f7d 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 @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Date-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 a77fb3745d..f80aee5013 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 @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Date-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Date/equality-to-boolean.js b/test/staging/sm/Date/equality-to-boolean.js index b84b8bc7e6..8236d9c4de 100644 --- a/test/staging/sm/Date/equality-to-boolean.js +++ b/test/staging/sm/Date/equality-to-boolean.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Date-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Date/fractions.js b/test/staging/sm/Date/fractions.js index f4e38a8b95..b0b7cfda66 100644 --- a/test/staging/sm/Date/fractions.js +++ b/test/staging/sm/Date/fractions.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Date-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 90789d8991..1c54d0bc4b 100644 --- a/test/staging/sm/Date/makeday-year-month-is-infinity.js +++ b/test/staging/sm/Date/makeday-year-month-is-infinity.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Date-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Date/non-iso.js b/test/staging/sm/Date/non-iso.js index c0f09935c1..27cd161005 100644 --- a/test/staging/sm/Date/non-iso.js +++ b/test/staging/sm/Date/non-iso.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Date-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 529539e62c..205b8be8aa 100644 --- a/test/staging/sm/Date/prototype-is-not-a-date.js +++ b/test/staging/sm/Date/prototype-is-not-a-date.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Date-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Date/setTime-argument-shortcircuiting.js b/test/staging/sm/Date/setTime-argument-shortcircuiting.js index ca00e124b7..ff857ab879 100644 --- a/test/staging/sm/Date/setTime-argument-shortcircuiting.js +++ b/test/staging/sm/Date/setTime-argument-shortcircuiting.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Date-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Date/time-components-negative-zero.js b/test/staging/sm/Date/time-components-negative-zero.js index 94481bd0ad..819f5b9cc8 100644 --- a/test/staging/sm/Date/time-components-negative-zero.js +++ b/test/staging/sm/Date/time-components-negative-zero.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Date-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Date/timeclip.js b/test/staging/sm/Date/timeclip.js index 86626d8904..e3b4ad1bee 100644 --- a/test/staging/sm/Date/timeclip.js +++ b/test/staging/sm/Date/timeclip.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Date-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Date/to-temporal-instant.js b/test/staging/sm/Date/to-temporal-instant.js index 06d5cd0628..5bd751e4d4 100644 --- a/test/staging/sm/Date/to-temporal-instant.js +++ b/test/staging/sm/Date/to-temporal-instant.js @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Date-shell.js] flags: -- noStrict + - noStrict features: -- Temporal + - Temporal description: | pending esid: pending diff --git a/test/staging/sm/Date/toISOString-01.js b/test/staging/sm/Date/toISOString-01.js index 3e4abd96a9..fb793dbd90 100644 --- a/test/staging/sm/Date/toISOString-01.js +++ b/test/staging/sm/Date/toISOString-01.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Date-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Date/toISOString.js b/test/staging/sm/Date/toISOString.js index 8507e40bb1..abb4aa1950 100644 --- a/test/staging/sm/Date/toISOString.js +++ b/test/staging/sm/Date/toISOString.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Date-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Date/toJSON-01.js b/test/staging/sm/Date/toJSON-01.js index e7401142ad..144d7c7a27 100644 --- a/test/staging/sm/Date/toJSON-01.js +++ b/test/staging/sm/Date/toJSON-01.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Date-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Date/toPrimitive.js b/test/staging/sm/Date/toPrimitive.js index ece50dd3e5..9028af0c2d 100644 --- a/test/staging/sm/Date/toPrimitive.js +++ b/test/staging/sm/Date/toPrimitive.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Date-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Date/toString-generic.js b/test/staging/sm/Date/toString-generic.js index 9e18a70553..1308cedfa5 100644 --- a/test/staging/sm/Date/toString-generic.js +++ b/test/staging/sm/Date/toString-generic.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Date-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Date/two-digit-years.js b/test/staging/sm/Date/two-digit-years.js index 6eee39fc5e..3adeaf1441 100644 --- a/test/staging/sm/Date/two-digit-years.js +++ b/test/staging/sm/Date/two-digit-years.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Date-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Error/AggregateError.js b/test/staging/sm/Error/AggregateError.js index bd2569148d..8defe9194d 100644 --- a/test/staging/sm/Error/AggregateError.js +++ b/test/staging/sm/Error/AggregateError.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Error/constructor-ordering.js b/test/staging/sm/Error/constructor-ordering.js index a3058f2922..007bfbced9 100644 --- a/test/staging/sm/Error/constructor-ordering.js +++ b/test/staging/sm/Error/constructor-ordering.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Error/constructor-proto.js b/test/staging/sm/Error/constructor-proto.js index bfb94eedd5..f45db95a6a 100644 --- a/test/staging/sm/Error/constructor-proto.js +++ b/test/staging/sm/Error/constructor-proto.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Error/isError.js b/test/staging/sm/Error/isError.js index 46ce9f1a91..d3c621e4a3 100644 --- a/test/staging/sm/Error/isError.js +++ b/test/staging/sm/Error/isError.js @@ -3,10 +3,10 @@ /*--- features: -- Error.isError + - Error.isError includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Error/prototype-properties.js b/test/staging/sm/Error/prototype-properties.js index 74d5de8718..b9ca0ab206 100644 --- a/test/staging/sm/Error/prototype-properties.js +++ b/test/staging/sm/Error/prototype-properties.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Error/prototype.js b/test/staging/sm/Error/prototype.js index 8c4eb2f77b..cf1f1bb646 100644 --- a/test/staging/sm/Error/prototype.js +++ b/test/staging/sm/Error/prototype.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Exceptions/error-expando-reconfigure.js b/test/staging/sm/Exceptions/error-expando-reconfigure.js index c294721b45..c5007f11e6 100644 --- a/test/staging/sm/Exceptions/error-expando-reconfigure.js +++ b/test/staging/sm/Exceptions/error-expando-reconfigure.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Exceptions/error-property-enumerability.js b/test/staging/sm/Exceptions/error-property-enumerability.js index 5a55192b7b..8d4d968548 100644 --- a/test/staging/sm/Exceptions/error-property-enumerability.js +++ b/test/staging/sm/Exceptions/error-property-enumerability.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 197f3323a9..a2ecddb8ff 100644 --- a/test/staging/sm/Function/10.2.1.1.6.js +++ b/test/staging/sm/Function/10.2.1.1.6.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 8e9369e91c..5062dd5ebe 100644 --- a/test/staging/sm/Function/15.3.4.3-01.js +++ b/test/staging/sm/Function/15.3.4.3-01.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Function/Function-prototype.js b/test/staging/sm/Function/Function-prototype.js index 0c7d377efd..c271610ce1 100644 --- a/test/staging/sm/Function/Function-prototype.js +++ b/test/staging/sm/Function/Function-prototype.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Function/Function-with-eval.js b/test/staging/sm/Function/Function-with-eval.js index 713fcfb34f..2032a4d816 100644 --- a/test/staging/sm/Function/Function-with-eval.js +++ b/test/staging/sm/Function/Function-with-eval.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Function/arguments-caller-callee.js b/test/staging/sm/Function/arguments-caller-callee.js index afb4fb3bcf..7322b284f4 100644 --- a/test/staging/sm/Function/arguments-caller-callee.js +++ b/test/staging/sm/Function/arguments-caller-callee.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Function/arguments-extra-property.js b/test/staging/sm/Function/arguments-extra-property.js index 39b243aa45..6f564004bf 100644 --- a/test/staging/sm/Function/arguments-extra-property.js +++ b/test/staging/sm/Function/arguments-extra-property.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Function/arguments-iterator.js b/test/staging/sm/Function/arguments-iterator.js index 2fa1442a1a..b4af4b63e8 100644 --- a/test/staging/sm/Function/arguments-iterator.js +++ b/test/staging/sm/Function/arguments-iterator.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Function/arguments-parameter-shadowing.js b/test/staging/sm/Function/arguments-parameter-shadowing.js index a99eae97cb..fd8c256d60 100644 --- a/test/staging/sm/Function/arguments-parameter-shadowing.js +++ b/test/staging/sm/Function/arguments-parameter-shadowing.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Function/arguments-property-attributes.js b/test/staging/sm/Function/arguments-property-attributes.js index ae5cbd774b..e9343cdcb6 100644 --- a/test/staging/sm/Function/arguments-property-attributes.js +++ b/test/staging/sm/Function/arguments-property-attributes.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Function/arrow-has-duplicated.js b/test/staging/sm/Function/arrow-has-duplicated.js index 837801914d..fb4709e333 100644 --- a/test/staging/sm/Function/arrow-has-duplicated.js +++ b/test/staging/sm/Function/arrow-has-duplicated.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Function/bound-length-and-name.js b/test/staging/sm/Function/bound-length-and-name.js index 0b739c6964..eacc2d3d37 100644 --- a/test/staging/sm/Function/bound-length-and-name.js +++ b/test/staging/sm/Function/bound-length-and-name.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Function/bound-non-constructable.js b/test/staging/sm/Function/bound-non-constructable.js index f13d3a86d7..69de3f9d4e 100644 --- a/test/staging/sm/Function/bound-non-constructable.js +++ b/test/staging/sm/Function/bound-non-constructable.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Function/builtin-no-construct.js b/test/staging/sm/Function/builtin-no-construct.js index e308176478..64bfde5bd5 100644 --- a/test/staging/sm/Function/builtin-no-construct.js +++ b/test/staging/sm/Function/builtin-no-construct.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Function/builtin-no-prototype.js b/test/staging/sm/Function/builtin-no-prototype.js index 4d54660a0a..2b2bae4da6 100644 --- a/test/staging/sm/Function/builtin-no-prototype.js +++ b/test/staging/sm/Function/builtin-no-prototype.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Function/configurable-length-builtins.js b/test/staging/sm/Function/configurable-length-builtins.js index d81dea144c..5ec0880356 100644 --- a/test/staging/sm/Function/configurable-length-builtins.js +++ b/test/staging/sm/Function/configurable-length-builtins.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Function/configurable-length.js b/test/staging/sm/Function/configurable-length.js index 13017b2b8a..beb68da86d 100644 --- a/test/staging/sm/Function/configurable-length.js +++ b/test/staging/sm/Function/configurable-length.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Function/constructor-binding.js b/test/staging/sm/Function/constructor-binding.js index 961ecf48ce..c05bc1f82f 100644 --- a/test/staging/sm/Function/constructor-binding.js +++ b/test/staging/sm/Function/constructor-binding.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 134a458221..7c5e9474d1 100644 --- a/test/staging/sm/Function/create-function-parse-before-getprototype.js +++ b/test/staging/sm/Function/create-function-parse-before-getprototype.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Function/function-bind.js b/test/staging/sm/Function/function-bind.js index 2e4c16e3ae..6c023f0591 100644 --- a/test/staging/sm/Function/function-bind.js +++ b/test/staging/sm/Function/function-bind.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Function/function-call.js b/test/staging/sm/Function/function-call.js index f4cbddca82..ff2a42ee01 100644 --- a/test/staging/sm/Function/function-call.js +++ b/test/staging/sm/Function/function-call.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Function/function-caller-restrictions.js b/test/staging/sm/Function/function-caller-restrictions.js index fc410ef850..86be3bd09f 100644 --- a/test/staging/sm/Function/function-caller-restrictions.js +++ b/test/staging/sm/Function/function-caller-restrictions.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Function/function-caller.js b/test/staging/sm/Function/function-caller.js index 7967cf8beb..1315470ae1 100644 --- a/test/staging/sm/Function/function-caller.js +++ b/test/staging/sm/Function/function-caller.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 379118ef41..1e3d42b183 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 @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Function/function-name-assignment.js b/test/staging/sm/Function/function-name-assignment.js index 437db41a8f..2064685710 100644 --- a/test/staging/sm/Function/function-name-assignment.js +++ b/test/staging/sm/Function/function-name-assignment.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Function/function-name-binding.js b/test/staging/sm/Function/function-name-binding.js index 0c2775f545..f4e7bae5fa 100644 --- a/test/staging/sm/Function/function-name-binding.js +++ b/test/staging/sm/Function/function-name-binding.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Function/function-name-class.js b/test/staging/sm/Function/function-name-class.js index 24f19001ac..bf81650caa 100644 --- a/test/staging/sm/Function/function-name-class.js +++ b/test/staging/sm/Function/function-name-class.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Function/function-name-computed-01.js b/test/staging/sm/Function/function-name-computed-01.js index 61349bfe41..ad50420e52 100644 --- a/test/staging/sm/Function/function-name-computed-01.js +++ b/test/staging/sm/Function/function-name-computed-01.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Function/function-name-computed-02.js b/test/staging/sm/Function/function-name-computed-02.js index b5aaae8e40..f62a1c070a 100644 --- a/test/staging/sm/Function/function-name-computed-02.js +++ b/test/staging/sm/Function/function-name-computed-02.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Function/function-name-for.js b/test/staging/sm/Function/function-name-for.js index 89847b5594..5385351d2f 100644 --- a/test/staging/sm/Function/function-name-for.js +++ b/test/staging/sm/Function/function-name-for.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Function/function-name-method.js b/test/staging/sm/Function/function-name-method.js index 9e2cc5b22e..9d552bd2dc 100644 --- a/test/staging/sm/Function/function-name-method.js +++ b/test/staging/sm/Function/function-name-method.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Function/function-name-property.js b/test/staging/sm/Function/function-name-property.js index b9b139d7ac..57af0d04be 100644 --- a/test/staging/sm/Function/function-name-property.js +++ b/test/staging/sm/Function/function-name-property.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Function/function-name.js b/test/staging/sm/Function/function-name.js index f7f2a1adea..7a29557357 100644 --- a/test/staging/sm/Function/function-name.js +++ b/test/staging/sm/Function/function-name.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Function/function-toString-builtin-name.js b/test/staging/sm/Function/function-toString-builtin-name.js index 3665c5a58f..7b4e3f0b92 100644 --- a/test/staging/sm/Function/function-toString-builtin-name.js +++ b/test/staging/sm/Function/function-toString-builtin-name.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Function/function-toString-builtin.js b/test/staging/sm/Function/function-toString-builtin.js index 77375af06e..eff9465de7 100644 --- a/test/staging/sm/Function/function-toString-builtin.js +++ b/test/staging/sm/Function/function-toString-builtin.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Function/has-instance-jitted.js b/test/staging/sm/Function/has-instance-jitted.js index 3ceb9bc872..30e1dec782 100644 --- a/test/staging/sm/Function/has-instance-jitted.js +++ b/test/staging/sm/Function/has-instance-jitted.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Function/has-instance.js b/test/staging/sm/Function/has-instance.js index 6b85312d55..ed6f99d086 100644 --- a/test/staging/sm/Function/has-instance.js +++ b/test/staging/sm/Function/has-instance.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 79fb05a28d..99f0307f73 100644 --- a/test/staging/sm/Function/implicit-this-in-parameter-expression.js +++ b/test/staging/sm/Function/implicit-this-in-parameter-expression.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Function/invalid-parameter-list.js b/test/staging/sm/Function/invalid-parameter-list.js index 602f8c7c0f..31daa5edfb 100644 --- a/test/staging/sm/Function/invalid-parameter-list.js +++ b/test/staging/sm/Function/invalid-parameter-list.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Function/line-terminator-before-arrow.js b/test/staging/sm/Function/line-terminator-before-arrow.js index d6a62d2178..a6138fae3e 100644 --- a/test/staging/sm/Function/line-terminator-before-arrow.js +++ b/test/staging/sm/Function/line-terminator-before-arrow.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Function/method-has-duplicated.js b/test/staging/sm/Function/method-has-duplicated.js index fbb6d4a981..18c4e3e2fd 100644 --- a/test/staging/sm/Function/method-has-duplicated.js +++ b/test/staging/sm/Function/method-has-duplicated.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Function/parameter-redeclaration.js b/test/staging/sm/Function/parameter-redeclaration.js index 103a1e9f06..0df674a567 100644 --- a/test/staging/sm/Function/parameter-redeclaration.js +++ b/test/staging/sm/Function/parameter-redeclaration.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Function/redefine-arguments-length.js b/test/staging/sm/Function/redefine-arguments-length.js index d7c93e0664..ae3894a451 100644 --- a/test/staging/sm/Function/redefine-arguments-length.js +++ b/test/staging/sm/Function/redefine-arguments-length.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Function/regress-518103.js b/test/staging/sm/Function/regress-518103.js index 6beeeb773e..fe79557133 100644 --- a/test/staging/sm/Function/regress-518103.js +++ b/test/staging/sm/Function/regress-518103.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Function/regress-524826.js b/test/staging/sm/Function/regress-524826.js index 8d08e44de9..749b63ed0b 100644 --- a/test/staging/sm/Function/regress-524826.js +++ b/test/staging/sm/Function/regress-524826.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Function/regress-528082.js b/test/staging/sm/Function/regress-528082.js index 858306bd63..0248d38a59 100644 --- a/test/staging/sm/Function/regress-528082.js +++ b/test/staging/sm/Function/regress-528082.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Function/regress-533254.js b/test/staging/sm/Function/regress-533254.js index a382933f18..e0fe367545 100644 --- a/test/staging/sm/Function/regress-533254.js +++ b/test/staging/sm/Function/regress-533254.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Function/regress-545980.js b/test/staging/sm/Function/regress-545980.js index 6ffff08b1e..eec0d9d586 100644 --- a/test/staging/sm/Function/regress-545980.js +++ b/test/staging/sm/Function/regress-545980.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Function/rest-has-duplicated.js b/test/staging/sm/Function/rest-has-duplicated.js index 146e2a02c3..d50bc48d99 100644 --- a/test/staging/sm/Function/rest-has-duplicated.js +++ b/test/staging/sm/Function/rest-has-duplicated.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Function/rest-parameter-names.js b/test/staging/sm/Function/rest-parameter-names.js index 527c03e8c2..64a35055cf 100644 --- a/test/staging/sm/Function/rest-parameter-names.js +++ b/test/staging/sm/Function/rest-parameter-names.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Function/return-finally.js b/test/staging/sm/Function/return-finally.js index 7ca8c2fb6d..94948748b1 100644 --- a/test/staging/sm/Function/return-finally.js +++ b/test/staging/sm/Function/return-finally.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Function/spread-iterator-primitive.js b/test/staging/sm/Function/spread-iterator-primitive.js index 2dc102c6bb..5c77f5ec9c 100644 --- a/test/staging/sm/Function/spread-iterator-primitive.js +++ b/test/staging/sm/Function/spread-iterator-primitive.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Function/strict-arguments.js b/test/staging/sm/Function/strict-arguments.js index 37c5d1e0f8..aa285cf67d 100644 --- a/test/staging/sm/Function/strict-arguments.js +++ b/test/staging/sm/Function/strict-arguments.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Function/throw-type-error.js b/test/staging/sm/Function/throw-type-error.js index 25adc410c1..7fd17c8e31 100644 --- a/test/staging/sm/Function/throw-type-error.js +++ b/test/staging/sm/Function/throw-type-error.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Iterator/constructor-subclassable.js b/test/staging/sm/Iterator/constructor-subclassable.js index ac0e70fef4..749f202fc6 100644 --- a/test/staging/sm/Iterator/constructor-subclassable.js +++ b/test/staging/sm/Iterator/constructor-subclassable.js @@ -8,9 +8,9 @@ info: | Iterator is not enabled unconditionally includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers description: | pending esid: pending 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 d24887e807..c52ac7e788 100644 --- a/test/staging/sm/Iterator/constructor-throw-when-called-directly.js +++ b/test/staging/sm/Iterator/constructor-throw-when-called-directly.js @@ -8,9 +8,9 @@ info: | Iterator is not enabled unconditionally includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers description: | pending esid: pending diff --git a/test/staging/sm/Iterator/constructor-throw-without-new.js b/test/staging/sm/Iterator/constructor-throw-without-new.js index e3af9acb64..a531e2e79a 100644 --- a/test/staging/sm/Iterator/constructor-throw-without-new.js +++ b/test/staging/sm/Iterator/constructor-throw-without-new.js @@ -8,9 +8,9 @@ info: | Iterator is not enabled unconditionally includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers description: | pending esid: pending diff --git a/test/staging/sm/Iterator/constructor.js b/test/staging/sm/Iterator/constructor.js index a8c529383c..7234b10cde 100644 --- a/test/staging/sm/Iterator/constructor.js +++ b/test/staging/sm/Iterator/constructor.js @@ -8,9 +8,9 @@ info: | Iterator is not enabled unconditionally includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers description: | pending esid: pending diff --git a/test/staging/sm/Iterator/from/Iterator.from-descriptor.js b/test/staging/sm/Iterator/from/Iterator.from-descriptor.js index 8dd22f4f8a..de1760538a 100644 --- a/test/staging/sm/Iterator/from/Iterator.from-descriptor.js +++ b/test/staging/sm/Iterator/from/Iterator.from-descriptor.js @@ -8,9 +8,9 @@ info: | Iterator is not enabled unconditionally includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers description: | pending esid: pending diff --git a/test/staging/sm/Iterator/from/Iterator.from-length.js b/test/staging/sm/Iterator/from/Iterator.from-length.js index c4f9c09036..6bc33e4e74 100644 --- a/test/staging/sm/Iterator/from/Iterator.from-length.js +++ b/test/staging/sm/Iterator/from/Iterator.from-length.js @@ -12,9 +12,9 @@ info: | Iterator is not enabled unconditionally includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers esid: pending ---*/ const propDesc = Reflect.getOwnPropertyDescriptor(Iterator.from, 'length'); diff --git a/test/staging/sm/Iterator/from/Iterator.from-name.js b/test/staging/sm/Iterator/from/Iterator.from-name.js index 742f2a7178..d654cf4620 100644 --- a/test/staging/sm/Iterator/from/Iterator.from-name.js +++ b/test/staging/sm/Iterator/from/Iterator.from-name.js @@ -6,9 +6,9 @@ description: | `name` property of Iterator.from. includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally esid: pending 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 82713628f9..c6c8210113 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 @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally description: | 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 1bb1c9d58f..d46a9594e5 100644 --- a/test/staging/sm/Iterator/from/iterator-not-callable-throws.js +++ b/test/staging/sm/Iterator/from/iterator-not-callable-throws.js @@ -8,9 +8,9 @@ info: | Iterator is not enabled unconditionally includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers description: | pending esid: pending diff --git a/test/staging/sm/Iterator/from/modify-next.js b/test/staging/sm/Iterator/from/modify-next.js index 679722e448..3ea48964e1 100644 --- a/test/staging/sm/Iterator/from/modify-next.js +++ b/test/staging/sm/Iterator/from/modify-next.js @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally description: | diff --git a/test/staging/sm/Iterator/from/modify-return.js b/test/staging/sm/Iterator/from/modify-return.js index 8bce2fd2cf..a34156c8e9 100644 --- a/test/staging/sm/Iterator/from/modify-return.js +++ b/test/staging/sm/Iterator/from/modify-return.js @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally description: | 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 80b19c2fd8..4fef612194 100644 --- a/test/staging/sm/Iterator/from/o-not-object-throws.js +++ b/test/staging/sm/Iterator/from/o-not-object-throws.js @@ -8,9 +8,9 @@ info: | Iterator is not enabled unconditionally includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers description: | pending esid: pending diff --git a/test/staging/sm/Iterator/from/proxy-not-wrapped.js b/test/staging/sm/Iterator/from/proxy-not-wrapped.js index 17c990ec85..881e095d67 100644 --- a/test/staging/sm/Iterator/from/proxy-not-wrapped.js +++ b/test/staging/sm/Iterator/from/proxy-not-wrapped.js @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally description: | diff --git a/test/staging/sm/Iterator/from/proxy-wrap-next.js b/test/staging/sm/Iterator/from/proxy-wrap-next.js index 42e48311bf..97cc5f412a 100644 --- a/test/staging/sm/Iterator/from/proxy-wrap-next.js +++ b/test/staging/sm/Iterator/from/proxy-wrap-next.js @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally description: | diff --git a/test/staging/sm/Iterator/from/proxy-wrap-return.js b/test/staging/sm/Iterator/from/proxy-wrap-return.js index ae7f10ec1b..9bc69f767e 100644 --- a/test/staging/sm/Iterator/from/proxy-wrap-return.js +++ b/test/staging/sm/Iterator/from/proxy-wrap-return.js @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally description: | 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 ff0aa0dbf7..5298ce079c 100644 --- a/test/staging/sm/Iterator/from/return-iterator-if-iterable.js +++ b/test/staging/sm/Iterator/from/return-iterator-if-iterable.js @@ -8,9 +8,9 @@ info: | Iterator is not enabled unconditionally includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers description: | pending esid: pending 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 d9c97e02e4..4c98a6f325 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 @@ -8,9 +8,9 @@ info: | Iterator is not enabled unconditionally includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers description: | pending esid: pending 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 92cb9d3733..ae01e1a26f 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 @@ -8,9 +8,9 @@ info: | Iterator is not enabled unconditionally includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers description: | pending esid: pending 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 d184105615..bac8f49466 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 @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers description: | pending esid: pending 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 ef741c60a0..bd32b9d357 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 @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally description: | diff --git a/test/staging/sm/Iterator/from/wrap-new-global.js b/test/staging/sm/Iterator/from/wrap-new-global.js index f469a1f84f..3f5134f8c8 100644 --- a/test/staging/sm/Iterator/from/wrap-new-global.js +++ b/test/staging/sm/Iterator/from/wrap-new-global.js @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally description: | 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 d2ca73b40e..8c9e802cfa 100644 --- a/test/staging/sm/Iterator/from/wrap-next-forwards-value.js +++ b/test/staging/sm/Iterator/from/wrap-next-forwards-value.js @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally description: | 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 b9219ddb48..42a1ea8f75 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 @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally description: | 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 1a8389a1fb..6212e4ad28 100644 --- a/test/staging/sm/Iterator/from/wrap-return-closes-iterator.js +++ b/test/staging/sm/Iterator/from/wrap-return-closes-iterator.js @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally description: | diff --git a/test/staging/sm/Iterator/iterator.js b/test/staging/sm/Iterator/iterator.js index 4670c5a07e..eaa03df9ba 100644 --- a/test/staging/sm/Iterator/iterator.js +++ b/test/staging/sm/Iterator/iterator.js @@ -8,9 +8,9 @@ info: | Iterator is not enabled unconditionally includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers description: | pending esid: pending diff --git a/test/staging/sm/Iterator/length.js b/test/staging/sm/Iterator/length.js index 09b72e4c64..a333af8cf4 100644 --- a/test/staging/sm/Iterator/length.js +++ b/test/staging/sm/Iterator/length.js @@ -8,9 +8,9 @@ info: | Iterator is not enabled unconditionally includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers description: | pending esid: pending diff --git a/test/staging/sm/Iterator/name.js b/test/staging/sm/Iterator/name.js index 96413b340c..7f4bee0c59 100644 --- a/test/staging/sm/Iterator/name.js +++ b/test/staging/sm/Iterator/name.js @@ -8,9 +8,9 @@ info: | Iterator is not enabled unconditionally includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers description: | pending esid: pending diff --git a/test/staging/sm/Iterator/proto.js b/test/staging/sm/Iterator/proto.js index a37224c9f4..86567c905f 100644 --- a/test/staging/sm/Iterator/proto.js +++ b/test/staging/sm/Iterator/proto.js @@ -8,9 +8,9 @@ info: | Iterator is not enabled unconditionally includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers description: | pending esid: pending 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 02e9fa4b73..1e2a2274e2 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 @@ -11,10 +11,10 @@ info: | b. Let next be ? IteratorStep(iterated). c. If next is false, return undefined. features: -- iterator-helpers + - iterator-helpers includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict ---*/ // diff --git a/test/staging/sm/Iterator/prototype/drop/length.js b/test/staging/sm/Iterator/prototype/drop/length.js index 3f5cfb99f7..e84b89b63b 100644 --- a/test/staging/sm/Iterator/prototype/drop/length.js +++ b/test/staging/sm/Iterator/prototype/drop/length.js @@ -8,11 +8,11 @@ description: | info: | 17 ECMAScript Standard Built-in Objects features: -- Symbol.iterator -- iterator-helpers + - Symbol.iterator + - iterator-helpers includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict ---*/ // diff --git a/test/staging/sm/Iterator/prototype/drop/name.js b/test/staging/sm/Iterator/prototype/drop/name.js index 63cc7b457c..fefae998f7 100644 --- a/test/staging/sm/Iterator/prototype/drop/name.js +++ b/test/staging/sm/Iterator/prototype/drop/name.js @@ -8,10 +8,10 @@ description: | info: | 17 ECMAScript Standard Built-in Objects features: -- iterator-helpers + - iterator-helpers includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict ---*/ assert.sameValue(Iterator.prototype.drop.name, 'drop'); 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 9795384e4f..cb27f79555 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 @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally description: | 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 f2dbe28d41..1363de3338 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 @@ -3,11 +3,11 @@ /*--- features: -- IsHTMLDDA -- iterator-helpers + - IsHTMLDDA + - iterator-helpers includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict info: | Iterator is not enabled unconditionally description: | diff --git a/test/staging/sm/Iterator/prototype/every/descriptor.js b/test/staging/sm/Iterator/prototype/every/descriptor.js index c3b73c2dad..60564246e3 100644 --- a/test/staging/sm/Iterator/prototype/every/descriptor.js +++ b/test/staging/sm/Iterator/prototype/every/descriptor.js @@ -8,9 +8,9 @@ info: | Iterator is not enabled unconditionally includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers description: | pending esid: pending 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 7a95dc65df..c160cebdf7 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 @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally description: | 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 ef5693513d..def0ce55c8 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 @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally description: | 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 613d1a570b..797575b1b0 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 @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally description: | diff --git a/test/staging/sm/Iterator/prototype/every/length.js b/test/staging/sm/Iterator/prototype/every/length.js index 38280ce895..c89ee60028 100644 --- a/test/staging/sm/Iterator/prototype/every/length.js +++ b/test/staging/sm/Iterator/prototype/every/length.js @@ -12,9 +12,9 @@ info: | Iterator is not enabled unconditionally includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers esid: pending ---*/ const propDesc = Reflect.getOwnPropertyDescriptor(Iterator.prototype.every, 'length'); diff --git a/test/staging/sm/Iterator/prototype/every/name.js b/test/staging/sm/Iterator/prototype/every/name.js index 81533acef9..b49c7012fe 100644 --- a/test/staging/sm/Iterator/prototype/every/name.js +++ b/test/staging/sm/Iterator/prototype/every/name.js @@ -6,9 +6,9 @@ description: | `name` property of Iterator.prototype.every. includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally esid: pending 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 018e89757b..125948f1f9 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 @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally description: | diff --git a/test/staging/sm/Iterator/prototype/every/proxy.js b/test/staging/sm/Iterator/prototype/every/proxy.js index 6073eae712..de26346785 100644 --- a/test/staging/sm/Iterator/prototype/every/proxy.js +++ b/test/staging/sm/Iterator/prototype/every/proxy.js @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally description: | 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 df2ee5f48a..75e7fd05db 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 @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally description: | 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 5a3ae0243a..82e632b0c0 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 @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally description: | 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 d4100bf417..090d3c5f28 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 @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally description: | 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 a187b41f49..4298709478 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 @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally description: | 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 cb2d8064c3..dd257a4e13 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 @@ -3,11 +3,11 @@ /*--- features: -- IsHTMLDDA -- iterator-helpers + - IsHTMLDDA + - iterator-helpers includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict info: | Iterator is not enabled unconditionally description: | diff --git a/test/staging/sm/Iterator/prototype/filter/length.js b/test/staging/sm/Iterator/prototype/filter/length.js index cc8c5f6d6e..42fd5d03b0 100644 --- a/test/staging/sm/Iterator/prototype/filter/length.js +++ b/test/staging/sm/Iterator/prototype/filter/length.js @@ -8,11 +8,11 @@ description: | info: | 17 ECMAScript Standard Built-in Objects features: -- Symbol.iterator -- iterator-helpers + - Symbol.iterator + - iterator-helpers includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict ---*/ // diff --git a/test/staging/sm/Iterator/prototype/filter/name.js b/test/staging/sm/Iterator/prototype/filter/name.js index 981cad3f96..328fb2a293 100644 --- a/test/staging/sm/Iterator/prototype/filter/name.js +++ b/test/staging/sm/Iterator/prototype/filter/name.js @@ -8,10 +8,10 @@ description: | info: | 17 ECMAScript Standard Built-in Objects features: -- iterator-helpers + - iterator-helpers includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict ---*/ assert.sameValue(Iterator.prototype.filter.name, 'filter'); 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 cc6cd32c7a..61fc6e5fe5 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 @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally description: | 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 5a0c8ed2bb..9da0314ead 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 @@ -3,11 +3,11 @@ /*--- features: -- IsHTMLDDA -- iterator-helpers + - IsHTMLDDA + - iterator-helpers includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict info: | Iterator is not enabled unconditionally description: | diff --git a/test/staging/sm/Iterator/prototype/find/descriptor.js b/test/staging/sm/Iterator/prototype/find/descriptor.js index cde1879f68..97b58de704 100644 --- a/test/staging/sm/Iterator/prototype/find/descriptor.js +++ b/test/staging/sm/Iterator/prototype/find/descriptor.js @@ -8,9 +8,9 @@ info: | Iterator is not enabled unconditionally includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers description: | pending esid: pending 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 0362b337ef..992a7d1fb6 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 @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally description: | 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 f3a63d69ee..8f8efcb01f 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 @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally description: | 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 8eef0bacd9..6dd9b4fe60 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 @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally description: | diff --git a/test/staging/sm/Iterator/prototype/find/length.js b/test/staging/sm/Iterator/prototype/find/length.js index f9e43314ca..ad66335620 100644 --- a/test/staging/sm/Iterator/prototype/find/length.js +++ b/test/staging/sm/Iterator/prototype/find/length.js @@ -12,9 +12,9 @@ info: | Iterator is not enabled unconditionally includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers esid: pending ---*/ const propDesc = Reflect.getOwnPropertyDescriptor(Iterator.prototype.find, 'length'); diff --git a/test/staging/sm/Iterator/prototype/find/name.js b/test/staging/sm/Iterator/prototype/find/name.js index b1c0832cc4..36af75b70c 100644 --- a/test/staging/sm/Iterator/prototype/find/name.js +++ b/test/staging/sm/Iterator/prototype/find/name.js @@ -6,9 +6,9 @@ description: | `name` property of Iterator.prototype.find. includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally esid: pending 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 256abf379a..8e5f9fa652 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 @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally description: | diff --git a/test/staging/sm/Iterator/prototype/find/proxy.js b/test/staging/sm/Iterator/prototype/find/proxy.js index 54654ec71f..d3cfc9a473 100644 --- a/test/staging/sm/Iterator/prototype/find/proxy.js +++ b/test/staging/sm/Iterator/prototype/find/proxy.js @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally description: | 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 431f48d21c..77e3edab23 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 @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally description: | 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 5d463b4a9d..3598aba849 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 @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally description: | 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 3e12f15d7a..d7d3cdf73d 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 @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally description: | 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 853b143931..4958570e22 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 @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally description: | 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 826eca3bac..35a176ebca 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 @@ -12,10 +12,10 @@ info: | iii. Let innerComplete be IteratorComplete(innerNext). iv. IfAbruptCloseIterator(innerComplete, iterated). features: -- iterator-helpers + - iterator-helpers includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict ---*/ class TestIterator extends Iterator { next() { 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 4d917c9ed4..0eea13097c 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 @@ -12,10 +12,10 @@ info: | i. Let innerNext be IteratorNext(innerIterator). ii. IfAbruptCloseIterator(innerNext, iterated). features: -- iterator-helpers + - iterator-helpers includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict ---*/ class TestIterator extends Iterator { next() { 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 27a1e4fcbe..67b47c574e 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 @@ -14,10 +14,10 @@ info: | 1. Let innerValue be IteratorValue(innerNext). 2. IfAbruptCloseIterator(innerValue, iterated). features: -- iterator-helpers + - iterator-helpers includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict ---*/ class TestIterator extends Iterator { next() { 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 8f8463b9c9..e3fc8409d7 100644 --- a/test/staging/sm/Iterator/prototype/flatMap/inner-empty-iterable.js +++ b/test/staging/sm/Iterator/prototype/flatMap/inner-empty-iterable.js @@ -14,10 +14,10 @@ info: | ... v. If innerComplete is true, set innerAlive to false. features: -- iterator-helpers + - iterator-helpers includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict ---*/ let iter = [0, 1, 2, 3].values().flatMap(x => x % 2 ? [] : [x]); diff --git a/test/staging/sm/Iterator/prototype/flatMap/inner-generator.js b/test/staging/sm/Iterator/prototype/flatMap/inner-generator.js index 6a08b1f34c..2fee4d5268 100644 --- a/test/staging/sm/Iterator/prototype/flatMap/inner-generator.js +++ b/test/staging/sm/Iterator/prototype/flatMap/inner-generator.js @@ -8,10 +8,10 @@ description: | info: | Iterator Helpers proposal 2.1.5.7 features: -- iterator-helpers + - iterator-helpers includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict ---*/ const iter = [1, 2].values().flatMap(function*(x) { yield x; diff --git a/test/staging/sm/Iterator/prototype/flatMap/length.js b/test/staging/sm/Iterator/prototype/flatMap/length.js index 717f0fcc47..cac7e08030 100644 --- a/test/staging/sm/Iterator/prototype/flatMap/length.js +++ b/test/staging/sm/Iterator/prototype/flatMap/length.js @@ -8,11 +8,11 @@ description: | info: | 17 ECMAScript Standard Built-in Objects features: -- Symbol.iterator -- iterator-helpers + - Symbol.iterator + - iterator-helpers includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict ---*/ assert.sameValue(Iterator.prototype.flatMap.length, 1); diff --git a/test/staging/sm/Iterator/prototype/flatMap/name.js b/test/staging/sm/Iterator/prototype/flatMap/name.js index 048009ef89..7eaa35cebe 100644 --- a/test/staging/sm/Iterator/prototype/flatMap/name.js +++ b/test/staging/sm/Iterator/prototype/flatMap/name.js @@ -8,10 +8,10 @@ description: | info: | 17 ECMAScript Standard Built-in Objects features: -- iterator-helpers + - iterator-helpers includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict ---*/ assert.sameValue(Iterator.prototype.flatMap.name, 'flatMap'); 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 f7271e85f8..40b97235c9 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 @@ -11,10 +11,10 @@ info: | f. Let innerIterator be GetIteratorFlattenable(mapped). g. IfAbruptCloseIterator(innerIterator, iterated). features: -- iterator-helpers + - iterator-helpers includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict ---*/ class InvalidIterable { [Symbol.iterator]() { 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 e783fa891e..842537fc7e 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 @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally description: | diff --git a/test/staging/sm/Iterator/prototype/forEach/descriptor.js b/test/staging/sm/Iterator/prototype/forEach/descriptor.js index a7f544fb1a..a61b8dbae5 100644 --- a/test/staging/sm/Iterator/prototype/forEach/descriptor.js +++ b/test/staging/sm/Iterator/prototype/forEach/descriptor.js @@ -8,9 +8,9 @@ info: | Iterator is not enabled unconditionally includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers description: | pending esid: pending 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 4defcee1c3..d8bd026979 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 @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally description: | 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 6b257dd3db..3267b07877 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 @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally description: | 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 74b4483698..543afaf1f2 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 @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally description: | diff --git a/test/staging/sm/Iterator/prototype/forEach/forEach.js b/test/staging/sm/Iterator/prototype/forEach/forEach.js index 646c8797de..2ffb0d8b34 100644 --- a/test/staging/sm/Iterator/prototype/forEach/forEach.js +++ b/test/staging/sm/Iterator/prototype/forEach/forEach.js @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally description: | diff --git a/test/staging/sm/Iterator/prototype/forEach/length.js b/test/staging/sm/Iterator/prototype/forEach/length.js index 993d47afcc..e71bd87c59 100644 --- a/test/staging/sm/Iterator/prototype/forEach/length.js +++ b/test/staging/sm/Iterator/prototype/forEach/length.js @@ -12,9 +12,9 @@ info: | Iterator is not enabled unconditionally includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers esid: pending ---*/ const propDesc = Reflect.getOwnPropertyDescriptor(Iterator.prototype.forEach, 'length'); diff --git a/test/staging/sm/Iterator/prototype/forEach/name.js b/test/staging/sm/Iterator/prototype/forEach/name.js index 1422978e68..33144799f6 100644 --- a/test/staging/sm/Iterator/prototype/forEach/name.js +++ b/test/staging/sm/Iterator/prototype/forEach/name.js @@ -6,9 +6,9 @@ description: | `name` property of Iterator.prototype.forEach. includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally esid: pending 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 b362a6c630..dce94b4bfb 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 @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally description: | diff --git a/test/staging/sm/Iterator/prototype/forEach/proxy.js b/test/staging/sm/Iterator/prototype/forEach/proxy.js index 2a726d521d..b4e7d41e67 100644 --- a/test/staging/sm/Iterator/prototype/forEach/proxy.js +++ b/test/staging/sm/Iterator/prototype/forEach/proxy.js @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally description: | 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 43125939ee..64f6a57d92 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 @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally description: | 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 f006c7ea5b..d6634a9829 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 @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally description: | 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 b087d0df71..8b7b05a7b0 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 @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers description: | pending esid: pending 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 2dab5afd78..3b91defdf9 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 @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers description: | pending esid: pending 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 4a8fa723bd..ff97cebad3 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 @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers description: | pending esid: pending 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 e5330819da..c2622560d8 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 @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers description: | pending esid: pending 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 efdc309990..e73a9f99f3 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 @@ -8,10 +8,10 @@ description: | info: | Iterator Helpers proposal 2.1.5 features: -- iterator-helpers + - iterator-helpers includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict ---*/ // diff --git a/test/staging/sm/Iterator/prototype/lazy-methods-interleaved.js b/test/staging/sm/Iterator/prototype/lazy-methods-interleaved.js index 82a9c8b787..6386b55dbc 100644 --- a/test/staging/sm/Iterator/prototype/lazy-methods-interleaved.js +++ b/test/staging/sm/Iterator/prototype/lazy-methods-interleaved.js @@ -8,10 +8,10 @@ description: | info: | Iterator Helpers proposal 2.1.5 features: -- iterator-helpers + - iterator-helpers includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - 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 39723d5d91..7e3d72bdbb 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 @@ -8,10 +8,10 @@ description: | info: | Iterator Helpers proposal 2.1.5 features: -- iterator-helpers + - iterator-helpers includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - 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 054b579c55..515337bc10 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 @@ -8,10 +8,10 @@ description: | info: | Iterator Helpers proposal 2.1.5 features: -- iterator-helpers + - iterator-helpers includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - 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 1686409bfb..792fce1f1e 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 @@ -8,10 +8,10 @@ description: | info: | Iterator Helpers proposal 2.1.5 features: -- iterator-helpers + - iterator-helpers includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - 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 ee3b3d8e40..9ec39e11ad 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 @@ -8,10 +8,10 @@ description: | info: | Iterator Helpers proposal 2.1.5 features: -- iterator-helpers + - iterator-helpers includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - 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 5f33250c96..5594a88444 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 @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers description: | pending esid: pending 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 4d2222c2a0..d51fe538c1 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 @@ -8,10 +8,10 @@ description: | info: | Iterator Helpers proposal 2.1.5 features: -- iterator-helpers + - iterator-helpers includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - 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 5933c4f516..871c6e39a5 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 @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers description: | pending esid: pending 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 22f58d7a54..8ad822f9f3 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 @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers description: | pending esid: pending 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 60f5696442..eb67c6a751 100644 --- a/test/staging/sm/Iterator/prototype/lazy-methods-proxy-accesses.js +++ b/test/staging/sm/Iterator/prototype/lazy-methods-proxy-accesses.js @@ -6,10 +6,10 @@ esid: pending description: | Lazy %Iterator.prototype% methods access specified properties only. features: -- iterator-helpers + - iterator-helpers includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - 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 2f634a871e..c4084f024d 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 @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers description: | pending esid: pending 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 5d7a040d99..7d0c9bcbd6 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 @@ -8,10 +8,10 @@ description: | info: | Iterator Helpers proposal 2.1.5 features: -- iterator-helpers + - iterator-helpers includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - 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 e54accef78..7528c21554 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 @@ -8,10 +8,10 @@ description: | info: | Iterator Helpers proposal 2.1.5 features: -- iterator-helpers + - iterator-helpers includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - 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 2393e9b59e..794c913363 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 @@ -8,10 +8,10 @@ description: | info: | Iterator Helpers proposal 1.1.1 features: -- iterator-helpers + - iterator-helpers includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - 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 924ea28309..105c632255 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 @@ -8,10 +8,10 @@ description: | info: | Iterator Helpers proposal 2.1.5 features: -- iterator-helpers + - iterator-helpers includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - 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 092d31af2c..b48bf14c0f 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 @@ -8,10 +8,10 @@ description: | info: | Iterator Helpers proposal 1.1.1 features: -- iterator-helpers + - iterator-helpers includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - 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 ddb1b8fdaf..39906c077b 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 @@ -8,10 +8,10 @@ description: | info: | Iterator Helpers proposal 2.1.5 features: -- iterator-helpers + - iterator-helpers includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - 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 2fb5a0d192..6a1eaa09e8 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 @@ -8,10 +8,10 @@ description: | info: | Iterator Helpers proposal 2.1.5 features: -- iterator-helpers + - iterator-helpers includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - 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 e11355b811..10293fb264 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 @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers description: | pending esid: pending 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 12f3b3efc0..aad1726e41 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 @@ -6,10 +6,10 @@ esid: pending description: | Call next on an iterator that is being iterated over. features: -- iterator-helpers + - iterator-helpers includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict ---*/ const iterator = [1, 2, 3].values() diff --git a/test/staging/sm/Iterator/prototype/map/clobber-symbol.js b/test/staging/sm/Iterator/prototype/map/clobber-symbol.js index d642d327e0..c16f8044a6 100644 --- a/test/staging/sm/Iterator/prototype/map/clobber-symbol.js +++ b/test/staging/sm/Iterator/prototype/map/clobber-symbol.js @@ -6,12 +6,12 @@ esid: pending description: | %Iterator.prototype%.map works even if the global Symbol has been clobbered.. features: -- Symbol -- Symbol.iterator -- iterator-helpers + - Symbol + - Symbol.iterator + - iterator-helpers includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict info: | Iterator is not enabled unconditionally ---*/ 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 4460917dc5..f3626cfea3 100644 --- a/test/staging/sm/Iterator/prototype/map/interleaved-map-calls.js +++ b/test/staging/sm/Iterator/prototype/map/interleaved-map-calls.js @@ -6,10 +6,10 @@ esid: pending description: | Interleaved %Iterator.prototype%.map calls on the same iterator. features: -- iterator-helpers + - iterator-helpers includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict ---*/ // diff --git a/test/staging/sm/Iterator/prototype/map/length.js b/test/staging/sm/Iterator/prototype/map/length.js index 8836835e65..45cacc4e17 100644 --- a/test/staging/sm/Iterator/prototype/map/length.js +++ b/test/staging/sm/Iterator/prototype/map/length.js @@ -8,11 +8,11 @@ description: | info: | 17 ECMAScript Standard Built-in Objects features: -- Symbol.iterator -- iterator-helpers + - Symbol.iterator + - iterator-helpers includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict ---*/ assert.sameValue(Iterator.prototype.map.length, 1); diff --git a/test/staging/sm/Iterator/prototype/map/map.js b/test/staging/sm/Iterator/prototype/map/map.js index cc69e82cc5..7a10a731f9 100644 --- a/test/staging/sm/Iterator/prototype/map/map.js +++ b/test/staging/sm/Iterator/prototype/map/map.js @@ -8,10 +8,10 @@ description: | info: | 17 ECMAScript Standard Built-in Objects features: -- iterator-helpers + - iterator-helpers includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict ---*/ const map = Reflect.getOwnPropertyDescriptor(Iterator.prototype, 'map'); 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 b7dfe97bfc..a0418e53a8 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 @@ -6,10 +6,10 @@ esid: pending description: | Eagerly throw TypeError when `mapper` is not callable. features: -- iterator-helpers + - iterator-helpers includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - 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 d71e8e81c3..610bc56c3a 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 @@ -6,10 +6,10 @@ esid: pending description: | Mutate an iterator after it has been mapped and returned done. features: -- iterator-helpers + - iterator-helpers includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict ---*/ // diff --git a/test/staging/sm/Iterator/prototype/map/mutate-iterator.js b/test/staging/sm/Iterator/prototype/map/mutate-iterator.js index 65336aef60..cbe242b2d3 100644 --- a/test/staging/sm/Iterator/prototype/map/mutate-iterator.js +++ b/test/staging/sm/Iterator/prototype/map/mutate-iterator.js @@ -6,10 +6,10 @@ esid: pending description: | Mutate an iterator after it has been mapped. features: -- iterator-helpers + - iterator-helpers includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict ---*/ // diff --git a/test/staging/sm/Iterator/prototype/map/name.js b/test/staging/sm/Iterator/prototype/map/name.js index 3c2c5e2895..71e80f90da 100644 --- a/test/staging/sm/Iterator/prototype/map/name.js +++ b/test/staging/sm/Iterator/prototype/map/name.js @@ -8,10 +8,10 @@ description: | info: | 17 ECMAScript Standard Built-in Objects features: -- iterator-helpers + - iterator-helpers includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict ---*/ assert.sameValue(Iterator.prototype.map.name, 'map'); 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 d8f2d5bb65..6787c72197 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 @@ -6,10 +6,10 @@ esid: pending description: | %Iterator.prototype%.map outputs correct value at end of iterator. features: -- iterator-helpers + - iterator-helpers includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict ---*/ const iterator = [0].values().map(x => x); 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 cf69045a65..34a0d7ea6a 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 @@ -8,10 +8,10 @@ description: | info: | Iterator Helpers Proposal 2.1.5.2 features: -- iterator-helpers + - iterator-helpers includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict ---*/ const iteratorWhereNextTakesValue = Object.setPrototypeOf({ next: function(value) { 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 5fc9868009..edd08959d3 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 @@ -6,10 +6,10 @@ esid: pending description: | %Iterator.prototype%.map does not call return when IteratorValue returns an abrupt completion. features: -- iterator-helpers + - iterator-helpers includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict ---*/ const handlerProxy = log => new Proxy({}, { get: (target, key, receiver) => (...args) => { 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 a696d22546..aab31ac82d 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 @@ -6,10 +6,10 @@ esid: pending description: | %Iterator.prototype%.map calls return when yield throws. features: -- iterator-helpers + - iterator-helpers includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict ---*/ class TestError extends Error {} 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 0c3238360c..bf5c56cf7c 100644 --- a/test/staging/sm/Iterator/prototype/map/proxy-abrupt-completion.js +++ b/test/staging/sm/Iterator/prototype/map/proxy-abrupt-completion.js @@ -6,10 +6,10 @@ esid: pending description: | %Iterator.prototype%.map accesses specified properties only. features: -- iterator-helpers + - iterator-helpers includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict ---*/ const handlerProxy = log => new Proxy({}, { get: (target, key, receiver) => (...args) => { diff --git a/test/staging/sm/Iterator/prototype/map/proxy-accesses.js b/test/staging/sm/Iterator/prototype/map/proxy-accesses.js index 87cfc362e0..f4bd0c1693 100644 --- a/test/staging/sm/Iterator/prototype/map/proxy-accesses.js +++ b/test/staging/sm/Iterator/prototype/map/proxy-accesses.js @@ -6,10 +6,10 @@ esid: pending description: | %Iterator.prototype%.map accesses specified properties only. features: -- iterator-helpers + - iterator-helpers includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict ---*/ const handlerProxy = log => new Proxy({}, { get: (target, key, receiver) => (...args) => { 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 727204cc99..4786ef5a0b 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 @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers description: | pending esid: pending 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 8765823dcc..413c2d2182 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 @@ -6,10 +6,10 @@ esid: pending description: | Eagerly throw TypeError when `this` is not an iterator. features: -- iterator-helpers + - iterator-helpers includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - 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 a8e002ffa9..b34877081f 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 @@ -6,11 +6,11 @@ esid: pending description: | TypeError not thrown when `this` is an Array. features: -- Symbol.iterator -- iterator-helpers + - Symbol.iterator + - iterator-helpers includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - 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 ec7ebe14e5..4881326170 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 @@ -6,10 +6,10 @@ esid: pending description: | Throw TypeError if `next` call returns non-object. features: -- iterator-helpers + - iterator-helpers includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - 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 b752318dc3..2061e96eb1 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 @@ -8,10 +8,10 @@ description: | info: | Iterator Helpers Proposal 2.1.5.2 features: -- iterator-helpers + - iterator-helpers includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - 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 64991df5a6..19764c463c 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 @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally description: | 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 1b70baedb2..74812f846a 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 @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally description: | diff --git a/test/staging/sm/Iterator/prototype/reduce/descriptor.js b/test/staging/sm/Iterator/prototype/reduce/descriptor.js index ba8a772e95..2449767971 100644 --- a/test/staging/sm/Iterator/prototype/reduce/descriptor.js +++ b/test/staging/sm/Iterator/prototype/reduce/descriptor.js @@ -8,9 +8,9 @@ info: | Iterator is not enabled unconditionally includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers description: | pending esid: pending 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 31fede3746..2e83f766fe 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 @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally description: | 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 76b4609eb1..ebd46caf96 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 @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally description: | 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 6921e4ad79..9ab6c0c773 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 @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally description: | 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 c6977a69cd..04488da40d 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 @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally description: | diff --git a/test/staging/sm/Iterator/prototype/reduce/left-associative.js b/test/staging/sm/Iterator/prototype/reduce/left-associative.js index 6d45afda97..0a6c899a6f 100644 --- a/test/staging/sm/Iterator/prototype/reduce/left-associative.js +++ b/test/staging/sm/Iterator/prototype/reduce/left-associative.js @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally description: | diff --git a/test/staging/sm/Iterator/prototype/reduce/length.js b/test/staging/sm/Iterator/prototype/reduce/length.js index dffeff1347..cbbda008ba 100644 --- a/test/staging/sm/Iterator/prototype/reduce/length.js +++ b/test/staging/sm/Iterator/prototype/reduce/length.js @@ -12,9 +12,9 @@ info: | Iterator is not enabled unconditionally includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers esid: pending ---*/ const propDesc = Reflect.getOwnPropertyDescriptor(Iterator.prototype.reduce, 'length'); diff --git a/test/staging/sm/Iterator/prototype/reduce/name.js b/test/staging/sm/Iterator/prototype/reduce/name.js index 28be08dc10..ae4a04e44e 100644 --- a/test/staging/sm/Iterator/prototype/reduce/name.js +++ b/test/staging/sm/Iterator/prototype/reduce/name.js @@ -6,9 +6,9 @@ description: | `name` property of Iterator.prototype.reduce. includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally esid: pending 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 fdc76c35aa..b165c22f04 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 @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally description: | 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 9c2fabc0b3..9654165ddf 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 @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally description: | diff --git a/test/staging/sm/Iterator/prototype/reduce/proxy.js b/test/staging/sm/Iterator/prototype/reduce/proxy.js index b0300a23a4..0f8f94c696 100644 --- a/test/staging/sm/Iterator/prototype/reduce/proxy.js +++ b/test/staging/sm/Iterator/prototype/reduce/proxy.js @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally description: | diff --git a/test/staging/sm/Iterator/prototype/reduce/reduce.js b/test/staging/sm/Iterator/prototype/reduce/reduce.js index 29cbbc4d4f..58061e7747 100644 --- a/test/staging/sm/Iterator/prototype/reduce/reduce.js +++ b/test/staging/sm/Iterator/prototype/reduce/reduce.js @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally description: | 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 19825cd4b0..5e455b7d11 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 @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally description: | 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 2bb2a2418b..686b4b8c21 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 @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally description: | 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 d81f4d3bfd..1f6c3905e4 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 @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally description: | 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 4b6e13be8e..313bd2610a 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 @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally description: | 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 d800514e2d..071c11fd7d 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 @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally description: | 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 4660a09561..3978d36a3d 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 @@ -3,11 +3,11 @@ /*--- features: -- IsHTMLDDA -- iterator-helpers + - IsHTMLDDA + - iterator-helpers includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict info: | Iterator is not enabled unconditionally description: | diff --git a/test/staging/sm/Iterator/prototype/some/descriptor.js b/test/staging/sm/Iterator/prototype/some/descriptor.js index cfdbeb4896..aaced1fffe 100644 --- a/test/staging/sm/Iterator/prototype/some/descriptor.js +++ b/test/staging/sm/Iterator/prototype/some/descriptor.js @@ -8,9 +8,9 @@ info: | Iterator is not enabled unconditionally includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers description: | pending esid: pending 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 b9587c095c..99a9f7a725 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 @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally description: | 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 534cf824fb..d0cb823e37 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 @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally description: | 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 392e95dea3..dee824b69d 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 @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally description: | diff --git a/test/staging/sm/Iterator/prototype/some/length.js b/test/staging/sm/Iterator/prototype/some/length.js index 1cb36b3319..7339c344a3 100644 --- a/test/staging/sm/Iterator/prototype/some/length.js +++ b/test/staging/sm/Iterator/prototype/some/length.js @@ -12,9 +12,9 @@ info: | Iterator is not enabled unconditionally includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers esid: pending ---*/ const propDesc = Reflect.getOwnPropertyDescriptor(Iterator.prototype.some, 'length'); diff --git a/test/staging/sm/Iterator/prototype/some/name.js b/test/staging/sm/Iterator/prototype/some/name.js index 90290aaf23..ea8815af8f 100644 --- a/test/staging/sm/Iterator/prototype/some/name.js +++ b/test/staging/sm/Iterator/prototype/some/name.js @@ -6,9 +6,9 @@ description: | `name` property of Iterator.prototype.some. includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally esid: pending 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 3286fe0790..14c15f53a0 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 @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally description: | diff --git a/test/staging/sm/Iterator/prototype/some/proxy.js b/test/staging/sm/Iterator/prototype/some/proxy.js index ff233d0310..045f6a5a1b 100644 --- a/test/staging/sm/Iterator/prototype/some/proxy.js +++ b/test/staging/sm/Iterator/prototype/some/proxy.js @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally description: | 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 4c091a7852..9df6e8c38f 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 @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally description: | 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 501a5b0407..5fda442df0 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 @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally description: | 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 350ae094ae..b47dbbb9cb 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 @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally description: | 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 af76d3eca2..fc4150ef7e 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 @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally description: | 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 9c074d8ecb..2c3aca0282 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 @@ -8,10 +8,10 @@ description: | info: | Iterator Helpers proposal 2.1.5.4 and 2.1.5.5 features: -- iterator-helpers + - iterator-helpers includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - 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 8450f27fa6..da950694c3 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 @@ -8,10 +8,10 @@ description: | info: | Iterator Helpers proposal 2.1.5.4 and 2.1.5.5 features: -- iterator-helpers + - iterator-helpers includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - 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 8277af0b41..5f74b65567 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 @@ -8,10 +8,10 @@ description: | info: | Iterator Helpers proposal 2.1.5.4 features: -- iterator-helpers + - iterator-helpers includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict ---*/ // diff --git a/test/staging/sm/Iterator/prototype/take/length.js b/test/staging/sm/Iterator/prototype/take/length.js index e27f543f81..16ed282917 100644 --- a/test/staging/sm/Iterator/prototype/take/length.js +++ b/test/staging/sm/Iterator/prototype/take/length.js @@ -8,11 +8,11 @@ description: | info: | 17 ECMAScript Standard Built-in Objects features: -- Symbol.iterator -- iterator-helpers + - Symbol.iterator + - iterator-helpers includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict ---*/ assert.sameValue(Iterator.prototype.take.length, 1); diff --git a/test/staging/sm/Iterator/prototype/take/name.js b/test/staging/sm/Iterator/prototype/take/name.js index bf038e6344..ad44889130 100644 --- a/test/staging/sm/Iterator/prototype/take/name.js +++ b/test/staging/sm/Iterator/prototype/take/name.js @@ -8,10 +8,10 @@ description: | info: | 17 ECMAScript Standard Built-in Objects features: -- iterator-helpers + - iterator-helpers includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict ---*/ assert.sameValue(Iterator.prototype.take.name, 'take'); 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 0549d9adfb..6dacddf833 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 @@ -11,10 +11,10 @@ info: | c. Let next be ? IteratorStep(iterated, lastValue). d. If next is false, return undefined. features: -- iterator-helpers + - iterator-helpers includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - 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 30a2a7a476..52c96d500d 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 @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally description: | diff --git a/test/staging/sm/Iterator/prototype/toArray/descriptor.js b/test/staging/sm/Iterator/prototype/toArray/descriptor.js index d1c18375eb..161f90e9b3 100644 --- a/test/staging/sm/Iterator/prototype/toArray/descriptor.js +++ b/test/staging/sm/Iterator/prototype/toArray/descriptor.js @@ -8,9 +8,9 @@ info: | Iterator is not enabled unconditionally includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers description: | pending esid: pending diff --git a/test/staging/sm/Iterator/prototype/toArray/iterator-empty.js b/test/staging/sm/Iterator/prototype/toArray/iterator-empty.js index c2ce802c6d..6c86ac7299 100644 --- a/test/staging/sm/Iterator/prototype/toArray/iterator-empty.js +++ b/test/staging/sm/Iterator/prototype/toArray/iterator-empty.js @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally description: | diff --git a/test/staging/sm/Iterator/prototype/toArray/length.js b/test/staging/sm/Iterator/prototype/toArray/length.js index e1f35f230c..ebb1ba5295 100644 --- a/test/staging/sm/Iterator/prototype/toArray/length.js +++ b/test/staging/sm/Iterator/prototype/toArray/length.js @@ -12,9 +12,9 @@ info: | Iterator is not enabled unconditionally includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers esid: pending ---*/ const propDesc = Reflect.getOwnPropertyDescriptor(Iterator.prototype.toArray, 'length'); diff --git a/test/staging/sm/Iterator/prototype/toArray/name.js b/test/staging/sm/Iterator/prototype/toArray/name.js index 6ae1f7510e..4039c5e961 100644 --- a/test/staging/sm/Iterator/prototype/toArray/name.js +++ b/test/staging/sm/Iterator/prototype/toArray/name.js @@ -6,9 +6,9 @@ description: | `name` property of Iterator.prototype.toArray. includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally esid: pending diff --git a/test/staging/sm/Iterator/prototype/toArray/next-throws.js b/test/staging/sm/Iterator/prototype/toArray/next-throws.js index ef7668ac30..ed2e192218 100644 --- a/test/staging/sm/Iterator/prototype/toArray/next-throws.js +++ b/test/staging/sm/Iterator/prototype/toArray/next-throws.js @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally description: | diff --git a/test/staging/sm/Iterator/prototype/toArray/proxy.js b/test/staging/sm/Iterator/prototype/toArray/proxy.js index e6c2bac600..383cc79749 100644 --- a/test/staging/sm/Iterator/prototype/toArray/proxy.js +++ b/test/staging/sm/Iterator/prototype/toArray/proxy.js @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally description: | 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 5754fe0e60..5524007f2f 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 @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally description: | diff --git a/test/staging/sm/Iterator/prototype/toArray/toArray.js b/test/staging/sm/Iterator/prototype/toArray/toArray.js index 8973b5afa1..2262507e4e 100644 --- a/test/staging/sm/Iterator/prototype/toArray/toArray.js +++ b/test/staging/sm/Iterator/prototype/toArray/toArray.js @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally description: | 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 0afb70b6ed..c86999cfac 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 @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- iterator-helpers + - iterator-helpers info: | Iterator is not enabled unconditionally description: | diff --git a/test/staging/sm/JSON/cyclic-stringify-unrelated.js b/test/staging/sm/JSON/cyclic-stringify-unrelated.js index 83e473bd4b..651cd468ff 100644 --- a/test/staging/sm/JSON/cyclic-stringify-unrelated.js +++ b/test/staging/sm/JSON/cyclic-stringify-unrelated.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/JSON/cyclic-stringify.js b/test/staging/sm/JSON/cyclic-stringify.js index 53de92ccf0..a797c4f022 100644 --- a/test/staging/sm/JSON/cyclic-stringify.js +++ b/test/staging/sm/JSON/cyclic-stringify.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/JSON/parse-arguments.js b/test/staging/sm/JSON/parse-arguments.js index 14b3778c2d..b0b652ea56 100644 --- a/test/staging/sm/JSON/parse-arguments.js +++ b/test/staging/sm/JSON/parse-arguments.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/JSON/parse-crockford-01.js b/test/staging/sm/JSON/parse-crockford-01.js index eb35cba78d..d7c20dcb88 100644 --- a/test/staging/sm/JSON/parse-crockford-01.js +++ b/test/staging/sm/JSON/parse-crockford-01.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/JSON/parse-mega-huge-array.js b/test/staging/sm/JSON/parse-mega-huge-array.js index 4abc2f758e..214686f4a1 100644 --- a/test/staging/sm/JSON/parse-mega-huge-array.js +++ b/test/staging/sm/JSON/parse-mega-huge-array.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/JSON/parse-number-syntax.js b/test/staging/sm/JSON/parse-number-syntax.js index f7539e1e0b..977a750b0d 100644 --- a/test/staging/sm/JSON/parse-number-syntax.js +++ b/test/staging/sm/JSON/parse-number-syntax.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/JSON/parse-octal-syntax-error.js b/test/staging/sm/JSON/parse-octal-syntax-error.js index 2c0852f088..a8908b06d4 100644 --- a/test/staging/sm/JSON/parse-octal-syntax-error.js +++ b/test/staging/sm/JSON/parse-octal-syntax-error.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/JSON/parse-primitives.js b/test/staging/sm/JSON/parse-primitives.js index 3cb78ffd90..27ed0f57e6 100644 --- a/test/staging/sm/JSON/parse-primitives.js +++ b/test/staging/sm/JSON/parse-primitives.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/JSON/parse-reviver-array-delete.js b/test/staging/sm/JSON/parse-reviver-array-delete.js index bc50b0b18a..0a4e01d8d2 100644 --- a/test/staging/sm/JSON/parse-reviver-array-delete.js +++ b/test/staging/sm/JSON/parse-reviver-array-delete.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/JSON/parse-reviver.js b/test/staging/sm/JSON/parse-reviver.js index 62ba245b73..5ea67160cc 100644 --- a/test/staging/sm/JSON/parse-reviver.js +++ b/test/staging/sm/JSON/parse-reviver.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/JSON/parse-syntax-errors-01.js b/test/staging/sm/JSON/parse-syntax-errors-01.js index 89d07b9f1e..c25f8e2e73 100644 --- a/test/staging/sm/JSON/parse-syntax-errors-01.js +++ b/test/staging/sm/JSON/parse-syntax-errors-01.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/JSON/parse-syntax-errors-02.js b/test/staging/sm/JSON/parse-syntax-errors-02.js index 26c8d07e5c..8ea1aa4a5d 100644 --- a/test/staging/sm/JSON/parse-syntax-errors-02.js +++ b/test/staging/sm/JSON/parse-syntax-errors-02.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/JSON/parse-syntax-errors-03.js b/test/staging/sm/JSON/parse-syntax-errors-03.js index c7026f39b0..2872348641 100644 --- a/test/staging/sm/JSON/parse-syntax-errors-03.js +++ b/test/staging/sm/JSON/parse-syntax-errors-03.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/JSON/parse-with-source.js b/test/staging/sm/JSON/parse-with-source.js index 85d0b61937..250a51a907 100644 --- a/test/staging/sm/JSON/parse-with-source.js +++ b/test/staging/sm/JSON/parse-with-source.js @@ -4,7 +4,7 @@ /*--- includes: [compareArray.js, deepEqual.js, sm/non262-JSON-shell.js, sm/non262-shell.js, sm/non262.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/JSON/parse.js b/test/staging/sm/JSON/parse.js index 8307d97bd0..ccfc3a8d0f 100644 --- a/test/staging/sm/JSON/parse.js +++ b/test/staging/sm/JSON/parse.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/JSON/regress-459293.js b/test/staging/sm/JSON/regress-459293.js index bf55899285..02f1542446 100644 --- a/test/staging/sm/JSON/regress-459293.js +++ b/test/staging/sm/JSON/regress-459293.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/JSON/small-codepoints.js b/test/staging/sm/JSON/small-codepoints.js index e201d1bf7c..8578a38379 100644 --- a/test/staging/sm/JSON/small-codepoints.js +++ b/test/staging/sm/JSON/small-codepoints.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/JSON/stringify-boxed-primitives.js b/test/staging/sm/JSON/stringify-boxed-primitives.js index 841013e9f5..3612da86ae 100644 --- a/test/staging/sm/JSON/stringify-boxed-primitives.js +++ b/test/staging/sm/JSON/stringify-boxed-primitives.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/JSON/stringify-call-replacer-once.js b/test/staging/sm/JSON/stringify-call-replacer-once.js index 7e411919ec..701e95498f 100644 --- a/test/staging/sm/JSON/stringify-call-replacer-once.js +++ b/test/staging/sm/JSON/stringify-call-replacer-once.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/JSON/stringify-call-toJSON-once.js b/test/staging/sm/JSON/stringify-call-toJSON-once.js index 56055c2e44..82ca8e0b1e 100644 --- a/test/staging/sm/JSON/stringify-call-toJSON-once.js +++ b/test/staging/sm/JSON/stringify-call-toJSON-once.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/JSON/stringify-dropping-elements.js b/test/staging/sm/JSON/stringify-dropping-elements.js index 0410e67f67..4eb8dca838 100644 --- a/test/staging/sm/JSON/stringify-dropping-elements.js +++ b/test/staging/sm/JSON/stringify-dropping-elements.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/JSON/stringify-gap.js b/test/staging/sm/JSON/stringify-gap.js index 269e738f17..b3ea4e8254 100644 --- a/test/staging/sm/JSON/stringify-gap.js +++ b/test/staging/sm/JSON/stringify-gap.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/JSON/stringify-ignore-noncallable-toJSON.js b/test/staging/sm/JSON/stringify-ignore-noncallable-toJSON.js index c58228cb9c..ade740cae7 100644 --- a/test/staging/sm/JSON/stringify-ignore-noncallable-toJSON.js +++ b/test/staging/sm/JSON/stringify-ignore-noncallable-toJSON.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/JSON/stringify-large-replacer-array.js b/test/staging/sm/JSON/stringify-large-replacer-array.js index a665e48cb4..316bca755c 100644 --- a/test/staging/sm/JSON/stringify-large-replacer-array.js +++ b/test/staging/sm/JSON/stringify-large-replacer-array.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/JSON/stringify-missing-arguments.js b/test/staging/sm/JSON/stringify-missing-arguments.js index ac34d5651b..acf645c3ae 100644 --- a/test/staging/sm/JSON/stringify-missing-arguments.js +++ b/test/staging/sm/JSON/stringify-missing-arguments.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/JSON/stringify-nonarray-noncallable-replacer.js b/test/staging/sm/JSON/stringify-nonarray-noncallable-replacer.js index 85407f1767..b35e1117a9 100644 --- a/test/staging/sm/JSON/stringify-nonarray-noncallable-replacer.js +++ b/test/staging/sm/JSON/stringify-nonarray-noncallable-replacer.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/JSON/stringify-primitives.js b/test/staging/sm/JSON/stringify-primitives.js index 33015f95e0..a75abe4b2c 100644 --- a/test/staging/sm/JSON/stringify-primitives.js +++ b/test/staging/sm/JSON/stringify-primitives.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 bdcab51f3f..45d2fa98b8 100644 --- a/test/staging/sm/JSON/stringify-replacer-array-boxed-elements.js +++ b/test/staging/sm/JSON/stringify-replacer-array-boxed-elements.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 0710db5a91..3faa47d9de 100644 --- a/test/staging/sm/JSON/stringify-replacer-array-duplicated-element.js +++ b/test/staging/sm/JSON/stringify-replacer-array-duplicated-element.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 2433138fef..fbd3663a78 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 @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/JSON/stringify-replacer-array-hijinks.js b/test/staging/sm/JSON/stringify-replacer-array-hijinks.js index b3500f8eec..5821300f59 100644 --- a/test/staging/sm/JSON/stringify-replacer-array-hijinks.js +++ b/test/staging/sm/JSON/stringify-replacer-array-hijinks.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 9392c238ba..e3ea27a492 100644 --- a/test/staging/sm/JSON/stringify-replacer-array-skipped-element.js +++ b/test/staging/sm/JSON/stringify-replacer-array-skipped-element.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 4694d49d64..57671cd10d 100644 --- a/test/staging/sm/JSON/stringify-replacer-array-trailing-holes.js +++ b/test/staging/sm/JSON/stringify-replacer-array-trailing-holes.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 1e4186ef8c..f1146f70bc 100644 --- a/test/staging/sm/JSON/stringify-replacer-with-array-indexes.js +++ b/test/staging/sm/JSON/stringify-replacer-with-array-indexes.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/JSON/stringify-replacer.js b/test/staging/sm/JSON/stringify-replacer.js index 0ba48ec217..695815d91d 100644 --- a/test/staging/sm/JSON/stringify-replacer.js +++ b/test/staging/sm/JSON/stringify-replacer.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/JSON/stringify-special-escapes.js b/test/staging/sm/JSON/stringify-special-escapes.js index 34b61122fa..8c866ff5f6 100644 --- a/test/staging/sm/JSON/stringify-special-escapes.js +++ b/test/staging/sm/JSON/stringify-special-escapes.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/JSON/stringify-toJSON-arguments.js b/test/staging/sm/JSON/stringify-toJSON-arguments.js index bb8bbc864c..3bafcbbefa 100644 --- a/test/staging/sm/JSON/stringify-toJSON-arguments.js +++ b/test/staging/sm/JSON/stringify-toJSON-arguments.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/JSON/stringify.js b/test/staging/sm/JSON/stringify.js index c650e3286c..b082f3a53c 100644 --- a/test/staging/sm/JSON/stringify.js +++ b/test/staging/sm/JSON/stringify.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/JSON/trailing-comma.js b/test/staging/sm/JSON/trailing-comma.js index dc14974d96..c0543f1d32 100644 --- a/test/staging/sm/JSON/trailing-comma.js +++ b/test/staging/sm/JSON/trailing-comma.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Map/NaN-as-key.js b/test/staging/sm/Map/NaN-as-key.js index acdef21f99..f186f94bb5 100644 --- a/test/staging/sm/Map/NaN-as-key.js +++ b/test/staging/sm/Map/NaN-as-key.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Map/constructor-iterator-close.js b/test/staging/sm/Map/constructor-iterator-close.js index 44ad6dd2d4..4f83891d50 100644 --- a/test/staging/sm/Map/constructor-iterator-close.js +++ b/test/staging/sm/Map/constructor-iterator-close.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Map/constructor-iterator-primitive.js b/test/staging/sm/Map/constructor-iterator-primitive.js index 4ffb19d174..dbadaf28f8 100644 --- a/test/staging/sm/Map/constructor-iterator-primitive.js +++ b/test/staging/sm/Map/constructor-iterator-primitive.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Map/forEach-selfhosted-behavior.js b/test/staging/sm/Map/forEach-selfhosted-behavior.js index a83cb01a1e..f534dde6d8 100644 --- a/test/staging/sm/Map/forEach-selfhosted-behavior.js +++ b/test/staging/sm/Map/forEach-selfhosted-behavior.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Map/getter-name.js b/test/staging/sm/Map/getter-name.js index 519df93a41..40519cee03 100644 --- a/test/staging/sm/Map/getter-name.js +++ b/test/staging/sm/Map/getter-name.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Map/iterable.js b/test/staging/sm/Map/iterable.js index a3c9b2d00d..9a7150d9ab 100644 --- a/test/staging/sm/Map/iterable.js +++ b/test/staging/sm/Map/iterable.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Map/iterator-thisv-error.js b/test/staging/sm/Map/iterator-thisv-error.js index 52dec12352..6fdbd49567 100644 --- a/test/staging/sm/Map/iterator-thisv-error.js +++ b/test/staging/sm/Map/iterator-thisv-error.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Map/symbols.js b/test/staging/sm/Map/symbols.js index e47ca44807..e986a1632c 100644 --- a/test/staging/sm/Map/symbols.js +++ b/test/staging/sm/Map/symbols.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Math/20.2.2.ToNumber.js b/test/staging/sm/Math/20.2.2.ToNumber.js index 3ef59c625e..5b9bc9e275 100644 --- a/test/staging/sm/Math/20.2.2.ToNumber.js +++ b/test/staging/sm/Math/20.2.2.ToNumber.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Math/acosh-approx.js b/test/staging/sm/Math/acosh-approx.js index 005114df35..502a4e4975 100644 --- a/test/staging/sm/Math/acosh-approx.js +++ b/test/staging/sm/Math/acosh-approx.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Math/acosh-exact.js b/test/staging/sm/Math/acosh-exact.js index 17894b2b6b..134cc04f61 100644 --- a/test/staging/sm/Math/acosh-exact.js +++ b/test/staging/sm/Math/acosh-exact.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Math/asinh-approx.js b/test/staging/sm/Math/asinh-approx.js index 2b65c76379..0af6258efe 100644 --- a/test/staging/sm/Math/asinh-approx.js +++ b/test/staging/sm/Math/asinh-approx.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Math/asinh-exact.js b/test/staging/sm/Math/asinh-exact.js index 08405b6224..03624ca230 100644 --- a/test/staging/sm/Math/asinh-exact.js +++ b/test/staging/sm/Math/asinh-exact.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Math/atanh-approx.js b/test/staging/sm/Math/atanh-approx.js index 9fdb3f18a5..16ea1b086a 100644 --- a/test/staging/sm/Math/atanh-approx.js +++ b/test/staging/sm/Math/atanh-approx.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Math/atanh-exact.js b/test/staging/sm/Math/atanh-exact.js index d7061a5e04..368591394f 100644 --- a/test/staging/sm/Math/atanh-exact.js +++ b/test/staging/sm/Math/atanh-exact.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Math/cbrt-approx.js b/test/staging/sm/Math/cbrt-approx.js index 9749eb1e50..c5123f1210 100644 --- a/test/staging/sm/Math/cbrt-approx.js +++ b/test/staging/sm/Math/cbrt-approx.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Math/cbrt-exact.js b/test/staging/sm/Math/cbrt-exact.js index 2ba3c0997c..4ad005381d 100644 --- a/test/staging/sm/Math/cbrt-exact.js +++ b/test/staging/sm/Math/cbrt-exact.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Math/clz32.js b/test/staging/sm/Math/clz32.js index eb2d669d78..8e162d6783 100644 --- a/test/staging/sm/Math/clz32.js +++ b/test/staging/sm/Math/clz32.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Math/cosh-approx.js b/test/staging/sm/Math/cosh-approx.js index f20b0af3e9..9a528846b7 100644 --- a/test/staging/sm/Math/cosh-approx.js +++ b/test/staging/sm/Math/cosh-approx.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Math/cosh-exact.js b/test/staging/sm/Math/cosh-exact.js index 03483d3a49..9336f57e8f 100644 --- a/test/staging/sm/Math/cosh-exact.js +++ b/test/staging/sm/Math/cosh-exact.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Math/exp-exact.js b/test/staging/sm/Math/exp-exact.js index 152af0e944..a206617f61 100644 --- a/test/staging/sm/Math/exp-exact.js +++ b/test/staging/sm/Math/exp-exact.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Math/expm1-approx.js b/test/staging/sm/Math/expm1-approx.js index 25da64a298..0122cdb5d2 100644 --- a/test/staging/sm/Math/expm1-approx.js +++ b/test/staging/sm/Math/expm1-approx.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Math/expm1-exact.js b/test/staging/sm/Math/expm1-exact.js index a5a213a3b0..f2d5dee6b6 100644 --- a/test/staging/sm/Math/expm1-exact.js +++ b/test/staging/sm/Math/expm1-exact.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Math/expm1-monotonicity.js b/test/staging/sm/Math/expm1-monotonicity.js index 69fdb0659e..a9d67d0440 100644 --- a/test/staging/sm/Math/expm1-monotonicity.js +++ b/test/staging/sm/Math/expm1-monotonicity.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Math/f16round.js b/test/staging/sm/Math/f16round.js index 92acac784a..4158c55cec 100644 --- a/test/staging/sm/Math/f16round.js +++ b/test/staging/sm/Math/f16round.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Math/fround.js b/test/staging/sm/Math/fround.js index 9389b06d34..c10c18efa3 100644 --- a/test/staging/sm/Math/fround.js +++ b/test/staging/sm/Math/fround.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Math/log10-approx.js b/test/staging/sm/Math/log10-approx.js index 659306c7de..70359eb030 100644 --- a/test/staging/sm/Math/log10-approx.js +++ b/test/staging/sm/Math/log10-approx.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Math/log10-exact.js b/test/staging/sm/Math/log10-exact.js index 6a29757c43..4c98c6c8f6 100644 --- a/test/staging/sm/Math/log10-exact.js +++ b/test/staging/sm/Math/log10-exact.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Math/log1p-approx.js b/test/staging/sm/Math/log1p-approx.js index 6c6e1fed6f..8abe074d18 100644 --- a/test/staging/sm/Math/log1p-approx.js +++ b/test/staging/sm/Math/log1p-approx.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Math/log1p-exact.js b/test/staging/sm/Math/log1p-exact.js index 7ad6fd1cb2..8a49746246 100644 --- a/test/staging/sm/Math/log1p-exact.js +++ b/test/staging/sm/Math/log1p-exact.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Math/log2-approx.js b/test/staging/sm/Math/log2-approx.js index 08793826ee..4c967ee199 100644 --- a/test/staging/sm/Math/log2-approx.js +++ b/test/staging/sm/Math/log2-approx.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Math/log2-exact.js b/test/staging/sm/Math/log2-exact.js index 6900ef0473..a21efe883d 100644 --- a/test/staging/sm/Math/log2-exact.js +++ b/test/staging/sm/Math/log2-exact.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Math/sign.js b/test/staging/sm/Math/sign.js index 8eac618d8d..6b448e61aa 100644 --- a/test/staging/sm/Math/sign.js +++ b/test/staging/sm/Math/sign.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Math/sinh-approx.js b/test/staging/sm/Math/sinh-approx.js index 15ad4ba324..e100eb32ba 100644 --- a/test/staging/sm/Math/sinh-approx.js +++ b/test/staging/sm/Math/sinh-approx.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Math/sinh-exact.js b/test/staging/sm/Math/sinh-exact.js index 460909159b..105017869f 100644 --- a/test/staging/sm/Math/sinh-exact.js +++ b/test/staging/sm/Math/sinh-exact.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Math/tanh-approx.js b/test/staging/sm/Math/tanh-approx.js index 92a82692ff..78154983fc 100644 --- a/test/staging/sm/Math/tanh-approx.js +++ b/test/staging/sm/Math/tanh-approx.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Math/tanh-exact.js b/test/staging/sm/Math/tanh-exact.js index f85a563734..382ae4ebbd 100644 --- a/test/staging/sm/Math/tanh-exact.js +++ b/test/staging/sm/Math/tanh-exact.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Math/trunc.js b/test/staging/sm/Math/trunc.js index 19961d1e7c..5af904dd30 100644 --- a/test/staging/sm/Math/trunc.js +++ b/test/staging/sm/Math/trunc.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Number/0x-without-following-hexdigits.js b/test/staging/sm/Number/0x-without-following-hexdigits.js index 8af8a20760..479a8f7693 100644 --- a/test/staging/sm/Number/0x-without-following-hexdigits.js +++ b/test/staging/sm/Number/0x-without-following-hexdigits.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 39d0445ca7..91579e0474 100644 --- a/test/staging/sm/Number/15.7.3.7-EPSILON.js +++ b/test/staging/sm/Number/15.7.3.7-EPSILON.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Number/15.7.4.2.js b/test/staging/sm/Number/15.7.4.2.js index 8024d08d3e..3ad39aef88 100644 --- a/test/staging/sm/Number/15.7.4.2.js +++ b/test/staging/sm/Number/15.7.4.2.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 0370ffd7ad..2a3d44eaed 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 @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 7b84636009..43fffb4f42 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 @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 4a764ef615..ef2d420a22 100644 --- a/test/staging/sm/Number/20.1.3.2-toExponential.js +++ b/test/staging/sm/Number/20.1.3.2-toExponential.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 74c3968878..4b7cb74238 100644 --- a/test/staging/sm/Number/20.1.3.2-toPrecision.js +++ b/test/staging/sm/Number/20.1.3.2-toPrecision.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 66d765d2aa..017670ec91 100644 --- a/test/staging/sm/Number/20.1.3.3-toFixed.js +++ b/test/staging/sm/Number/20.1.3.3-toFixed.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Number/conversion-invalid-precision.js b/test/staging/sm/Number/conversion-invalid-precision.js index 7525957944..b93c00c978 100644 --- a/test/staging/sm/Number/conversion-invalid-precision.js +++ b/test/staging/sm/Number/conversion-invalid-precision.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Number/defaultvalue.js b/test/staging/sm/Number/defaultvalue.js index 99a2c30979..5bb37134d8 100644 --- a/test/staging/sm/Number/defaultvalue.js +++ b/test/staging/sm/Number/defaultvalue.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Number/isSafeInteger-01.js b/test/staging/sm/Number/isSafeInteger-01.js index 6c929983ac..6c4885d314 100644 --- a/test/staging/sm/Number/isSafeInteger-01.js +++ b/test/staging/sm/Number/isSafeInteger-01.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Number/numericSeparator.js b/test/staging/sm/Number/numericSeparator.js index b24c5c84d1..7f7b8ebfdd 100644 --- a/test/staging/sm/Number/numericSeparator.js +++ b/test/staging/sm/Number/numericSeparator.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Number/parseFloat-01.js b/test/staging/sm/Number/parseFloat-01.js index d74b8ad0ae..e31325070d 100644 --- a/test/staging/sm/Number/parseFloat-01.js +++ b/test/staging/sm/Number/parseFloat-01.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Number/parseInt-01.js b/test/staging/sm/Number/parseInt-01.js index 48af9be1e4..120c6ddace 100644 --- a/test/staging/sm/Number/parseInt-01.js +++ b/test/staging/sm/Number/parseInt-01.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Number/parseInt-default-to-decimal.js b/test/staging/sm/Number/parseInt-default-to-decimal.js index a0824269c0..fbc68e23fb 100644 --- a/test/staging/sm/Number/parseInt-default-to-decimal.js +++ b/test/staging/sm/Number/parseInt-default-to-decimal.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Number/toExponential-values.js b/test/staging/sm/Number/toExponential-values.js index fd55d2e114..dc6aaf8d32 100644 --- a/test/staging/sm/Number/toExponential-values.js +++ b/test/staging/sm/Number/toExponential-values.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Number/toFixed-values.js b/test/staging/sm/Number/toFixed-values.js index 505e07b067..2b054d9d58 100644 --- a/test/staging/sm/Number/toFixed-values.js +++ b/test/staging/sm/Number/toFixed-values.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Number/toPrecision-values.js b/test/staging/sm/Number/toPrecision-values.js index 925a062f0e..06a1cd9366 100644 --- a/test/staging/sm/Number/toPrecision-values.js +++ b/test/staging/sm/Number/toPrecision-values.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Number/toString-radix-handling.js b/test/staging/sm/Number/toString-radix-handling.js index 595d27e3be..bc1961b8ae 100644 --- a/test/staging/sm/Number/toString-radix-handling.js +++ b/test/staging/sm/Number/toString-radix-handling.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Number/tonumber-string-hex.js b/test/staging/sm/Number/tonumber-string-hex.js index 55b00e20ce..d8b5e07a06 100644 --- a/test/staging/sm/Number/tonumber-string-hex.js +++ b/test/staging/sm/Number/tonumber-string-hex.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/PrivateName/constructor-args.js b/test/staging/sm/PrivateName/constructor-args.js index 5d4866ee47..e4aac8e785 100644 --- a/test/staging/sm/PrivateName/constructor-args.js +++ b/test/staging/sm/PrivateName/constructor-args.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/PrivateName/error-outside-class.js b/test/staging/sm/PrivateName/error-outside-class.js index 8eb138eb04..3bee61c815 100644 --- a/test/staging/sm/PrivateName/error-outside-class.js +++ b/test/staging/sm/PrivateName/error-outside-class.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 90be8dc224..fa3dcf3a45 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 @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/PrivateName/illegal-in-class-context.js b/test/staging/sm/PrivateName/illegal-in-class-context.js index 96a1854ca1..dae64c3fee 100644 --- a/test/staging/sm/PrivateName/illegal-in-class-context.js +++ b/test/staging/sm/PrivateName/illegal-in-class-context.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/PrivateName/illegal-in-identifier-context.js b/test/staging/sm/PrivateName/illegal-in-identifier-context.js index 03eb93c57a..f27c7cb82c 100644 --- a/test/staging/sm/PrivateName/illegal-in-identifier-context.js +++ b/test/staging/sm/PrivateName/illegal-in-identifier-context.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/PrivateName/illegal-in-object-context.js b/test/staging/sm/PrivateName/illegal-in-object-context.js index eaf4b65660..9082ef33e7 100644 --- a/test/staging/sm/PrivateName/illegal-in-object-context.js +++ b/test/staging/sm/PrivateName/illegal-in-object-context.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/PrivateName/lexical-presence.js b/test/staging/sm/PrivateName/lexical-presence.js index b71637d9d8..ecaeda512a 100644 --- a/test/staging/sm/PrivateName/lexical-presence.js +++ b/test/staging/sm/PrivateName/lexical-presence.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/PrivateName/modify-non-extensible.js b/test/staging/sm/PrivateName/modify-non-extensible.js index 2eed742898..941491727a 100644 --- a/test/staging/sm/PrivateName/modify-non-extensible.js +++ b/test/staging/sm/PrivateName/modify-non-extensible.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/PrivateName/names.js b/test/staging/sm/PrivateName/names.js index e53f1764b2..509b4925a9 100644 --- a/test/staging/sm/PrivateName/names.js +++ b/test/staging/sm/PrivateName/names.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 52644cb77b..92ecfe623f 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 @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/PrivateName/nested-class-name-used.js b/test/staging/sm/PrivateName/nested-class-name-used.js index 81c84a4aec..1ef6094493 100644 --- a/test/staging/sm/PrivateName/nested-class-name-used.js +++ b/test/staging/sm/PrivateName/nested-class-name-used.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/PrivateName/not-iterable.js b/test/staging/sm/PrivateName/not-iterable.js index 26ebfa0e11..4eb79231b7 100644 --- a/test/staging/sm/PrivateName/not-iterable.js +++ b/test/staging/sm/PrivateName/not-iterable.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 07de6d7835..cd61475901 100644 --- a/test/staging/sm/PrivateName/parse-utf8-non-ascii-identifier.js +++ b/test/staging/sm/PrivateName/parse-utf8-non-ascii-identifier.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/PrivateName/proxy-1.js b/test/staging/sm/PrivateName/proxy-1.js index e13123eb2d..9279e8787e 100644 --- a/test/staging/sm/PrivateName/proxy-1.js +++ b/test/staging/sm/PrivateName/proxy-1.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/PrivateName/proxy-init-set.js b/test/staging/sm/PrivateName/proxy-init-set.js index 098dbe5768..186cb3ca83 100644 --- a/test/staging/sm/PrivateName/proxy-init-set.js +++ b/test/staging/sm/PrivateName/proxy-init-set.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/PrivateName/read-private-eval.js b/test/staging/sm/PrivateName/read-private-eval.js index cdad671733..394adcdbfc 100644 --- a/test/staging/sm/PrivateName/read-private-eval.js +++ b/test/staging/sm/PrivateName/read-private-eval.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/PrivateName/unicode-names.js b/test/staging/sm/PrivateName/unicode-names.js index 1ac1cbaac2..a31e7a848f 100644 --- a/test/staging/sm/PrivateName/unicode-names.js +++ b/test/staging/sm/PrivateName/unicode-names.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Promise/bug-1287334.js b/test/staging/sm/Promise/bug-1287334.js index 868ec300a7..fa9d94de03 100644 --- a/test/staging/sm/Promise/bug-1287334.js +++ b/test/staging/sm/Promise/bug-1287334.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Promise/bug-1288382.js b/test/staging/sm/Promise/bug-1288382.js index 479b9b5f61..e528475935 100644 --- a/test/staging/sm/Promise/bug-1288382.js +++ b/test/staging/sm/Promise/bug-1288382.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Promise/bug-1289040.js b/test/staging/sm/Promise/bug-1289040.js index d9a518d001..9e4b9fc6dc 100644 --- a/test/staging/sm/Promise/bug-1289040.js +++ b/test/staging/sm/Promise/bug-1289040.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 a8d49d0a7c..49b5e90f06 100644 --- a/test/staging/sm/Promise/for-of-iterator-uses-getv.js +++ b/test/staging/sm/Promise/for-of-iterator-uses-getv.js @@ -3,7 +3,7 @@ /*--- flags: -- onlyStrict + - onlyStrict includes: [sm/non262.js, sm/non262-shell.js] description: | pending diff --git a/test/staging/sm/Promise/methods-non-enumerable.js b/test/staging/sm/Promise/methods-non-enumerable.js index ee189a1c01..6e33b23d35 100644 --- a/test/staging/sm/Promise/methods-non-enumerable.js +++ b/test/staging/sm/Promise/methods-non-enumerable.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Promise/promise-species.js b/test/staging/sm/Promise/promise-species.js index 334b5a37ea..7ce56930a3 100644 --- a/test/staging/sm/Promise/promise-species.js +++ b/test/staging/sm/Promise/promise-species.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 fdae79c01a..df22630fff 100644 --- a/test/staging/sm/Proxy/define-writable-as-non-writable.js +++ b/test/staging/sm/Proxy/define-writable-as-non-writable.js @@ -3,7 +3,7 @@ /*--- flags: -- onlyStrict + - onlyStrict includes: [sm/non262.js, sm/non262-shell.js] description: | pending diff --git a/test/staging/sm/Proxy/delete-non-extensible.js b/test/staging/sm/Proxy/delete-non-extensible.js index e62de5c299..7786467f97 100644 --- a/test/staging/sm/Proxy/delete-non-extensible.js +++ b/test/staging/sm/Proxy/delete-non-extensible.js @@ -3,7 +3,7 @@ /*--- flags: -- onlyStrict + - onlyStrict includes: [sm/non262.js, sm/non262-shell.js] description: | pending diff --git a/test/staging/sm/Proxy/getPrototypeOf.js b/test/staging/sm/Proxy/getPrototypeOf.js index eb1fb3f005..e6f8525258 100644 --- a/test/staging/sm/Proxy/getPrototypeOf.js +++ b/test/staging/sm/Proxy/getPrototypeOf.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Proxy/global-receiver.js b/test/staging/sm/Proxy/global-receiver.js index a38cd19b55..66182ffbfa 100644 --- a/test/staging/sm/Proxy/global-receiver.js +++ b/test/staging/sm/Proxy/global-receiver.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Proxy/hasInstance.js b/test/staging/sm/Proxy/hasInstance.js index f4411886b0..6d7aa892fe 100644 --- a/test/staging/sm/Proxy/hasInstance.js +++ b/test/staging/sm/Proxy/hasInstance.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 47a729a114..a3c0cfda71 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 @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Proxy/ownkeys-allowed-types.js b/test/staging/sm/Proxy/ownkeys-allowed-types.js index d6252f761a..5a196505a5 100644 --- a/test/staging/sm/Proxy/ownkeys-allowed-types.js +++ b/test/staging/sm/Proxy/ownkeys-allowed-types.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Proxy/ownkeys-linear.js b/test/staging/sm/Proxy/ownkeys-linear.js index a4c6548736..5227dbb362 100644 --- a/test/staging/sm/Proxy/ownkeys-linear.js +++ b/test/staging/sm/Proxy/ownkeys-linear.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Proxy/ownkeys-trap-duplicates.js b/test/staging/sm/Proxy/ownkeys-trap-duplicates.js index a49e5d7338..9113ce6fee 100644 --- a/test/staging/sm/Proxy/ownkeys-trap-duplicates.js +++ b/test/staging/sm/Proxy/ownkeys-trap-duplicates.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Proxy/proxy-__proto__.js b/test/staging/sm/Proxy/proxy-__proto__.js index d62c1aea33..464ec7ced8 100644 --- a/test/staging/sm/Proxy/proxy-__proto__.js +++ b/test/staging/sm/Proxy/proxy-__proto__.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Proxy/proxy-constructNonObject.js b/test/staging/sm/Proxy/proxy-constructNonObject.js index d1b147c3e0..998cab17de 100644 --- a/test/staging/sm/Proxy/proxy-constructNonObject.js +++ b/test/staging/sm/Proxy/proxy-constructNonObject.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Proxy/proxy-no-receiver-overwrite.js b/test/staging/sm/Proxy/proxy-no-receiver-overwrite.js index 44a0838394..3e5725a5db 100644 --- a/test/staging/sm/Proxy/proxy-no-receiver-overwrite.js +++ b/test/staging/sm/Proxy/proxy-no-receiver-overwrite.js @@ -3,7 +3,7 @@ /*--- flags: -- onlyStrict + - onlyStrict includes: [sm/non262.js, sm/non262-shell.js] description: | pending diff --git a/test/staging/sm/Proxy/proxy-proto-lazy-props.js b/test/staging/sm/Proxy/proxy-proto-lazy-props.js index b6db13213a..bfe299ee78 100644 --- a/test/staging/sm/Proxy/proxy-proto-lazy-props.js +++ b/test/staging/sm/Proxy/proxy-proto-lazy-props.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Proxy/proxy-with-revoked-arguments.js b/test/staging/sm/Proxy/proxy-with-revoked-arguments.js index 2ce4da206a..5ad3d5927e 100644 --- a/test/staging/sm/Proxy/proxy-with-revoked-arguments.js +++ b/test/staging/sm/Proxy/proxy-with-revoked-arguments.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Proxy/regress-bug1037770.js b/test/staging/sm/Proxy/regress-bug1037770.js index 5d51660a03..ea2a730118 100644 --- a/test/staging/sm/Proxy/regress-bug1037770.js +++ b/test/staging/sm/Proxy/regress-bug1037770.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Proxy/regress-bug1062349.js b/test/staging/sm/Proxy/regress-bug1062349.js index 80f8e6588d..15a4bcd844 100644 --- a/test/staging/sm/Proxy/regress-bug1062349.js +++ b/test/staging/sm/Proxy/regress-bug1062349.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Proxy/regress-bug950407.js b/test/staging/sm/Proxy/regress-bug950407.js index 3bdd8a3cee..e28f836f8a 100644 --- a/test/staging/sm/Proxy/regress-bug950407.js +++ b/test/staging/sm/Proxy/regress-bug950407.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 e6be4d879c..bb6b83313a 100644 --- a/test/staging/sm/Proxy/report-writable-as-non-writable.js +++ b/test/staging/sm/Proxy/report-writable-as-non-writable.js @@ -3,7 +3,7 @@ /*--- flags: -- onlyStrict + - onlyStrict includes: [sm/non262.js, sm/non262-shell.js] description: | pending diff --git a/test/staging/sm/Proxy/revocable-proxy-prototype.js b/test/staging/sm/Proxy/revocable-proxy-prototype.js index c9cb47438c..94537f44a5 100644 --- a/test/staging/sm/Proxy/revocable-proxy-prototype.js +++ b/test/staging/sm/Proxy/revocable-proxy-prototype.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Proxy/revoke-as-side-effect.js b/test/staging/sm/Proxy/revoke-as-side-effect.js index 3824c14cd2..44a6566ff3 100644 --- a/test/staging/sm/Proxy/revoke-as-side-effect.js +++ b/test/staging/sm/Proxy/revoke-as-side-effect.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Proxy/revoke-no-name.js b/test/staging/sm/Proxy/revoke-no-name.js index 8f36cd6311..39d12b7d0e 100644 --- a/test/staging/sm/Proxy/revoke-no-name.js +++ b/test/staging/sm/Proxy/revoke-no-name.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 1a0573fd20..6bd774ff36 100644 --- a/test/staging/sm/Proxy/revoked-get-function-realm-typeerror.js +++ b/test/staging/sm/Proxy/revoked-get-function-realm-typeerror.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Proxy/setPrototypeOf.js b/test/staging/sm/Proxy/setPrototypeOf.js index 32522e25d3..cf154d18cd 100644 --- a/test/staging/sm/Proxy/setPrototypeOf.js +++ b/test/staging/sm/Proxy/setPrototypeOf.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Proxy/trap-null.js b/test/staging/sm/Proxy/trap-null.js index 7b41b7e4c5..5daee692da 100644 --- a/test/staging/sm/Proxy/trap-null.js +++ b/test/staging/sm/Proxy/trap-null.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Reflect/apply.js b/test/staging/sm/Reflect/apply.js index 0038784266..953fd88c6c 100644 --- a/test/staging/sm/Reflect/apply.js +++ b/test/staging/sm/Reflect/apply.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Reflect-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Reflect/argumentsList.js b/test/staging/sm/Reflect/argumentsList.js index 4f1081430a..449186b9f5 100644 --- a/test/staging/sm/Reflect/argumentsList.js +++ b/test/staging/sm/Reflect/argumentsList.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Reflect-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Reflect/construct.js b/test/staging/sm/Reflect/construct.js index 32b7df39f0..7458c8c29b 100644 --- a/test/staging/sm/Reflect/construct.js +++ b/test/staging/sm/Reflect/construct.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Reflect-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Reflect/defineProperty.js b/test/staging/sm/Reflect/defineProperty.js index 2cf0075331..90d784cabf 100644 --- a/test/staging/sm/Reflect/defineProperty.js +++ b/test/staging/sm/Reflect/defineProperty.js @@ -5,10 +5,10 @@ /*--- features: -- IsHTMLDDA + - IsHTMLDDA includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Reflect-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Reflect/deleteProperty.js b/test/staging/sm/Reflect/deleteProperty.js index 4fcc3ca324..6241e7234d 100644 --- a/test/staging/sm/Reflect/deleteProperty.js +++ b/test/staging/sm/Reflect/deleteProperty.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Reflect-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Reflect/get.js b/test/staging/sm/Reflect/get.js index 4389975a9b..dde0878e8d 100644 --- a/test/staging/sm/Reflect/get.js +++ b/test/staging/sm/Reflect/get.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Reflect-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Reflect/getOwnPropertyDescriptor.js b/test/staging/sm/Reflect/getOwnPropertyDescriptor.js index 99699f7be2..a06ed0529d 100644 --- a/test/staging/sm/Reflect/getOwnPropertyDescriptor.js +++ b/test/staging/sm/Reflect/getOwnPropertyDescriptor.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Reflect-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Reflect/getPrototypeOf.js b/test/staging/sm/Reflect/getPrototypeOf.js index 31169342dc..b68b08bd45 100644 --- a/test/staging/sm/Reflect/getPrototypeOf.js +++ b/test/staging/sm/Reflect/getPrototypeOf.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Reflect-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Reflect/has.js b/test/staging/sm/Reflect/has.js index f08416af0d..9f28f7274b 100644 --- a/test/staging/sm/Reflect/has.js +++ b/test/staging/sm/Reflect/has.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Reflect-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Reflect/isExtensible.js b/test/staging/sm/Reflect/isExtensible.js index 9cb7c3326c..2cb99de01c 100644 --- a/test/staging/sm/Reflect/isExtensible.js +++ b/test/staging/sm/Reflect/isExtensible.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Reflect-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Reflect/ownKeys.js b/test/staging/sm/Reflect/ownKeys.js index f7965412b0..38a7c7a5a9 100644 --- a/test/staging/sm/Reflect/ownKeys.js +++ b/test/staging/sm/Reflect/ownKeys.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Reflect-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Reflect/preventExtensions.js b/test/staging/sm/Reflect/preventExtensions.js index 105fa6c280..3b74ac9ad9 100644 --- a/test/staging/sm/Reflect/preventExtensions.js +++ b/test/staging/sm/Reflect/preventExtensions.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Reflect-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Reflect/propertyKeys.js b/test/staging/sm/Reflect/propertyKeys.js index b89846473d..3bd49252cc 100644 --- a/test/staging/sm/Reflect/propertyKeys.js +++ b/test/staging/sm/Reflect/propertyKeys.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Reflect-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Reflect/set.js b/test/staging/sm/Reflect/set.js index c858e2c795..189962939f 100644 --- a/test/staging/sm/Reflect/set.js +++ b/test/staging/sm/Reflect/set.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Reflect-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Reflect/setPrototypeOf.js b/test/staging/sm/Reflect/setPrototypeOf.js index 626aceb180..0f5dd85e8c 100644 --- a/test/staging/sm/Reflect/setPrototypeOf.js +++ b/test/staging/sm/Reflect/setPrototypeOf.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Reflect-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Reflect/surfaces.js b/test/staging/sm/Reflect/surfaces.js index fc6773c817..e75b0c9e20 100644 --- a/test/staging/sm/Reflect/surfaces.js +++ b/test/staging/sm/Reflect/surfaces.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Reflect-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Reflect/target.js b/test/staging/sm/Reflect/target.js index 46fea5fed4..61795295f8 100644 --- a/test/staging/sm/Reflect/target.js +++ b/test/staging/sm/Reflect/target.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Reflect-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/15.10.5-01.js b/test/staging/sm/RegExp/15.10.5-01.js index a86ea9b1c6..98ad2bc1a0 100644 --- a/test/staging/sm/RegExp/15.10.5-01.js +++ b/test/staging/sm/RegExp/15.10.5-01.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 574279c676..164427c9ee 100644 --- a/test/staging/sm/RegExp/15.10.7.5-01.js +++ b/test/staging/sm/RegExp/15.10.7.5-01.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/7.8.5-01.js b/test/staging/sm/RegExp/7.8.5-01.js index ef58f75870..554988e50d 100644 --- a/test/staging/sm/RegExp/7.8.5-01.js +++ b/test/staging/sm/RegExp/7.8.5-01.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/RegExpExec-exec-type-check.js b/test/staging/sm/RegExp/RegExpExec-exec-type-check.js index e568e6b3cb..8b71c01818 100644 --- a/test/staging/sm/RegExp/RegExpExec-exec-type-check.js +++ b/test/staging/sm/RegExp/RegExpExec-exec-type-check.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/RegExpExec-exec.js b/test/staging/sm/RegExp/RegExpExec-exec.js index 631238c42c..0eb7f96eb3 100644 --- a/test/staging/sm/RegExp/RegExpExec-exec.js +++ b/test/staging/sm/RegExp/RegExpExec-exec.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/RegExpExec-return.js b/test/staging/sm/RegExp/RegExpExec-return.js index ebf4211e9c..bae2057fed 100644 --- a/test/staging/sm/RegExp/RegExpExec-return.js +++ b/test/staging/sm/RegExp/RegExpExec-return.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/character-class-escape-s.js b/test/staging/sm/RegExp/character-class-escape-s.js index f3327f0101..bc5fd02abb 100644 --- a/test/staging/sm/RegExp/character-class-escape-s.js +++ b/test/staging/sm/RegExp/character-class-escape-s.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/class-null.js b/test/staging/sm/RegExp/class-null.js index 2ad6d3c72c..297dc07464 100644 --- a/test/staging/sm/RegExp/class-null.js +++ b/test/staging/sm/RegExp/class-null.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/compile-lastIndex.js b/test/staging/sm/RegExp/compile-lastIndex.js index dbf37f23b5..ced2f1a897 100644 --- a/test/staging/sm/RegExp/compile-lastIndex.js +++ b/test/staging/sm/RegExp/compile-lastIndex.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/constructor-IsRegExp.js b/test/staging/sm/RegExp/constructor-IsRegExp.js index aad44f449f..d0c8a68897 100644 --- a/test/staging/sm/RegExp/constructor-IsRegExp.js +++ b/test/staging/sm/RegExp/constructor-IsRegExp.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/constructor-constructor.js b/test/staging/sm/RegExp/constructor-constructor.js index d235e898b6..90db937f5b 100644 --- a/test/staging/sm/RegExp/constructor-constructor.js +++ b/test/staging/sm/RegExp/constructor-constructor.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/constructor-ordering-2.js b/test/staging/sm/RegExp/constructor-ordering-2.js index 8a23a076b2..9ab54174a1 100644 --- a/test/staging/sm/RegExp/constructor-ordering-2.js +++ b/test/staging/sm/RegExp/constructor-ordering-2.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/constructor-ordering.js b/test/staging/sm/RegExp/constructor-ordering.js index e4e62fca9b..94aae361f8 100644 --- a/test/staging/sm/RegExp/constructor-ordering.js +++ b/test/staging/sm/RegExp/constructor-ordering.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/constructor-regexp-unicode.js b/test/staging/sm/RegExp/constructor-regexp-unicode.js index 05e63e5fe1..ed5229e53b 100644 --- a/test/staging/sm/RegExp/constructor-regexp-unicode.js +++ b/test/staging/sm/RegExp/constructor-regexp-unicode.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/constructor-regexp.js b/test/staging/sm/RegExp/constructor-regexp.js index 0a67536289..f1fef60713 100644 --- a/test/staging/sm/RegExp/constructor-regexp.js +++ b/test/staging/sm/RegExp/constructor-regexp.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/cross-compartment-getter.js b/test/staging/sm/RegExp/cross-compartment-getter.js index a54bb80151..86f90bc157 100644 --- a/test/staging/sm/RegExp/cross-compartment-getter.js +++ b/test/staging/sm/RegExp/cross-compartment-getter.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/descriptor.js b/test/staging/sm/RegExp/descriptor.js index 88d9d9f5fd..d828778908 100644 --- a/test/staging/sm/RegExp/descriptor.js +++ b/test/staging/sm/RegExp/descriptor.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/empty-lookahead.js b/test/staging/sm/RegExp/empty-lookahead.js index 0409af7bba..e288c4cbe0 100644 --- a/test/staging/sm/RegExp/empty-lookahead.js +++ b/test/staging/sm/RegExp/empty-lookahead.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/escape.js b/test/staging/sm/RegExp/escape.js index 16651204a9..1ab2e65c4f 100644 --- a/test/staging/sm/RegExp/escape.js +++ b/test/staging/sm/RegExp/escape.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/exec-lastIndex-ToInteger.js b/test/staging/sm/RegExp/exec-lastIndex-ToInteger.js index 6155c00d49..2ebc9f5a9e 100644 --- a/test/staging/sm/RegExp/exec-lastIndex-ToInteger.js +++ b/test/staging/sm/RegExp/exec-lastIndex-ToInteger.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/exec-lastIndex-negative.js b/test/staging/sm/RegExp/exec-lastIndex-negative.js index d4233fe4d1..3c23213c13 100644 --- a/test/staging/sm/RegExp/exec-lastIndex-negative.js +++ b/test/staging/sm/RegExp/exec-lastIndex-negative.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/exec.js b/test/staging/sm/RegExp/exec.js index 451555a829..be886b4c5c 100644 --- a/test/staging/sm/RegExp/exec.js +++ b/test/staging/sm/RegExp/exec.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/flag-accessors.js b/test/staging/sm/RegExp/flag-accessors.js index fbdaaea716..666970a948 100644 --- a/test/staging/sm/RegExp/flag-accessors.js +++ b/test/staging/sm/RegExp/flag-accessors.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/flags-param-handling.js b/test/staging/sm/RegExp/flags-param-handling.js index 83a010eaa5..c453cd43f9 100644 --- a/test/staging/sm/RegExp/flags-param-handling.js +++ b/test/staging/sm/RegExp/flags-param-handling.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/flags.js b/test/staging/sm/RegExp/flags.js index e754f9b93a..300ae384e5 100644 --- a/test/staging/sm/RegExp/flags.js +++ b/test/staging/sm/RegExp/flags.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/getter-name.js b/test/staging/sm/RegExp/getter-name.js index dba2368e7b..6e8ddeda80 100644 --- a/test/staging/sm/RegExp/getter-name.js +++ b/test/staging/sm/RegExp/getter-name.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/ignoreCase-multiple.js b/test/staging/sm/RegExp/ignoreCase-multiple.js index 4c4b2f58fe..876824b9bd 100644 --- a/test/staging/sm/RegExp/ignoreCase-multiple.js +++ b/test/staging/sm/RegExp/ignoreCase-multiple.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 545fc8899b..9326731b34 100644 --- a/test/staging/sm/RegExp/ignoreCase-non-latin1-to-latin1.js +++ b/test/staging/sm/RegExp/ignoreCase-non-latin1-to-latin1.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/instance-property-storage-introspection.js b/test/staging/sm/RegExp/instance-property-storage-introspection.js index b43cedbf8f..e7e4f73e5c 100644 --- a/test/staging/sm/RegExp/instance-property-storage-introspection.js +++ b/test/staging/sm/RegExp/instance-property-storage-introspection.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/lastIndex-exec.js b/test/staging/sm/RegExp/lastIndex-exec.js index c4f52f6363..26757a8c7c 100644 --- a/test/staging/sm/RegExp/lastIndex-exec.js +++ b/test/staging/sm/RegExp/lastIndex-exec.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/lastIndex-match-or-replace.js b/test/staging/sm/RegExp/lastIndex-match-or-replace.js index 6f54276166..f39f392948 100644 --- a/test/staging/sm/RegExp/lastIndex-match-or-replace.js +++ b/test/staging/sm/RegExp/lastIndex-match-or-replace.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/lastIndex-nonwritable.js b/test/staging/sm/RegExp/lastIndex-nonwritable.js index c8af6d294e..47b0ddd771 100644 --- a/test/staging/sm/RegExp/lastIndex-nonwritable.js +++ b/test/staging/sm/RegExp/lastIndex-nonwritable.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/lastIndex-search.js b/test/staging/sm/RegExp/lastIndex-search.js index dbd8396d7a..dedee1cd8a 100644 --- a/test/staging/sm/RegExp/lastIndex-search.js +++ b/test/staging/sm/RegExp/lastIndex-search.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/match-local-tolength-recompilation.js b/test/staging/sm/RegExp/match-local-tolength-recompilation.js index cf41bd918e..79e85e1058 100644 --- a/test/staging/sm/RegExp/match-local-tolength-recompilation.js +++ b/test/staging/sm/RegExp/match-local-tolength-recompilation.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/match-this.js b/test/staging/sm/RegExp/match-this.js index 121ae4f788..24309bb02d 100644 --- a/test/staging/sm/RegExp/match-this.js +++ b/test/staging/sm/RegExp/match-this.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/match-trace.js b/test/staging/sm/RegExp/match-trace.js index 1559caab90..0e6080fce2 100644 --- a/test/staging/sm/RegExp/match-trace.js +++ b/test/staging/sm/RegExp/match-trace.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/match.js b/test/staging/sm/RegExp/match.js index 81e1fa37cf..c8936ae86d 100644 --- a/test/staging/sm/RegExp/match.js +++ b/test/staging/sm/RegExp/match.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/prototype-different-global.js b/test/staging/sm/RegExp/prototype-different-global.js index 36a0eb9aea..e4196e2057 100644 --- a/test/staging/sm/RegExp/prototype-different-global.js +++ b/test/staging/sm/RegExp/prototype-different-global.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/prototype.js b/test/staging/sm/RegExp/prototype.js index d3d7c80659..d77836c528 100644 --- a/test/staging/sm/RegExp/prototype.js +++ b/test/staging/sm/RegExp/prototype.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js, compareArray.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/regress-576828.js b/test/staging/sm/RegExp/regress-576828.js index 9b933953d9..14fd0cf808 100644 --- a/test/staging/sm/RegExp/regress-576828.js +++ b/test/staging/sm/RegExp/regress-576828.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/regress-613820-1.js b/test/staging/sm/RegExp/regress-613820-1.js index 4749649e80..966fec1495 100644 --- a/test/staging/sm/RegExp/regress-613820-1.js +++ b/test/staging/sm/RegExp/regress-613820-1.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/regress-613820-2.js b/test/staging/sm/RegExp/regress-613820-2.js index 553a3df1b9..6cfc6d43b5 100644 --- a/test/staging/sm/RegExp/regress-613820-2.js +++ b/test/staging/sm/RegExp/regress-613820-2.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/regress-613820-3.js b/test/staging/sm/RegExp/regress-613820-3.js index c7178d6f32..eabee98346 100644 --- a/test/staging/sm/RegExp/regress-613820-3.js +++ b/test/staging/sm/RegExp/regress-613820-3.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/regress-yarr-regexp.js b/test/staging/sm/RegExp/regress-yarr-regexp.js index 8632d3b234..18d64b2ff4 100644 --- a/test/staging/sm/RegExp/regress-yarr-regexp.js +++ b/test/staging/sm/RegExp/regress-yarr-regexp.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js, compareArray.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/replace-compile-elembase.js b/test/staging/sm/RegExp/replace-compile-elembase.js index 9ba1520657..48c6a7ca46 100644 --- a/test/staging/sm/RegExp/replace-compile-elembase.js +++ b/test/staging/sm/RegExp/replace-compile-elembase.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/replace-compile.js b/test/staging/sm/RegExp/replace-compile.js index d951e4c3f5..67406b4d06 100644 --- a/test/staging/sm/RegExp/replace-compile.js +++ b/test/staging/sm/RegExp/replace-compile.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/replace-global-unicode.js b/test/staging/sm/RegExp/replace-global-unicode.js index cdc0eca595..5564b2c449 100644 --- a/test/staging/sm/RegExp/replace-global-unicode.js +++ b/test/staging/sm/RegExp/replace-global-unicode.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/replace-local-tolength-lastindex.js b/test/staging/sm/RegExp/replace-local-tolength-lastindex.js index fe100df163..93fe7db1e5 100644 --- a/test/staging/sm/RegExp/replace-local-tolength-lastindex.js +++ b/test/staging/sm/RegExp/replace-local-tolength-lastindex.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/replace-local-tolength-recompilation.js b/test/staging/sm/RegExp/replace-local-tolength-recompilation.js index 579206f971..6a45abe361 100644 --- a/test/staging/sm/RegExp/replace-local-tolength-recompilation.js +++ b/test/staging/sm/RegExp/replace-local-tolength-recompilation.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/replace-sticky-lastIndex.js b/test/staging/sm/RegExp/replace-sticky-lastIndex.js index 35a37029c6..b17cbafdc9 100644 --- a/test/staging/sm/RegExp/replace-sticky-lastIndex.js +++ b/test/staging/sm/RegExp/replace-sticky-lastIndex.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/replace-sticky.js b/test/staging/sm/RegExp/replace-sticky.js index 9b03af56b8..161f94d90a 100644 --- a/test/staging/sm/RegExp/replace-sticky.js +++ b/test/staging/sm/RegExp/replace-sticky.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/replace-this.js b/test/staging/sm/RegExp/replace-this.js index de548cff1e..23e0c75283 100644 --- a/test/staging/sm/RegExp/replace-this.js +++ b/test/staging/sm/RegExp/replace-this.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/replace-trace.js b/test/staging/sm/RegExp/replace-trace.js index 1f14e9e8fd..e894f4dd94 100644 --- a/test/staging/sm/RegExp/replace-trace.js +++ b/test/staging/sm/RegExp/replace-trace.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/replace-twoBytes.js b/test/staging/sm/RegExp/replace-twoBytes.js index 7a84b6cb86..7cfff6d507 100644 --- a/test/staging/sm/RegExp/replace-twoBytes.js +++ b/test/staging/sm/RegExp/replace-twoBytes.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/replace.js b/test/staging/sm/RegExp/replace.js index 9fb6d62d1f..ae555d0055 100644 --- a/test/staging/sm/RegExp/replace.js +++ b/test/staging/sm/RegExp/replace.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/search-this.js b/test/staging/sm/RegExp/search-this.js index db7894abf7..b59a245b51 100644 --- a/test/staging/sm/RegExp/search-this.js +++ b/test/staging/sm/RegExp/search-this.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/search-trace.js b/test/staging/sm/RegExp/search-trace.js index 273c6b9d82..f75948ad1a 100644 --- a/test/staging/sm/RegExp/search-trace.js +++ b/test/staging/sm/RegExp/search-trace.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/search.js b/test/staging/sm/RegExp/search.js index a59ca94993..8725e2157a 100644 --- a/test/staging/sm/RegExp/search.js +++ b/test/staging/sm/RegExp/search.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/source.js b/test/staging/sm/RegExp/source.js index 02413ee146..c530c6dab7 100644 --- a/test/staging/sm/RegExp/source.js +++ b/test/staging/sm/RegExp/source.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/split-deleted-flags.js b/test/staging/sm/RegExp/split-deleted-flags.js index 8f155b22e7..8dc857731e 100644 --- a/test/staging/sm/RegExp/split-deleted-flags.js +++ b/test/staging/sm/RegExp/split-deleted-flags.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/split-flags-on-obj.js b/test/staging/sm/RegExp/split-flags-on-obj.js index a65c2322fb..e1f5d448da 100644 --- a/test/staging/sm/RegExp/split-flags-on-obj.js +++ b/test/staging/sm/RegExp/split-flags-on-obj.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/split-invalid-lastIndex.js b/test/staging/sm/RegExp/split-invalid-lastIndex.js index 9900f651a5..f6e757692c 100644 --- a/test/staging/sm/RegExp/split-invalid-lastIndex.js +++ b/test/staging/sm/RegExp/split-invalid-lastIndex.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/split-limit.js b/test/staging/sm/RegExp/split-limit.js index 1a51e0a7ee..466b16879d 100644 --- a/test/staging/sm/RegExp/split-limit.js +++ b/test/staging/sm/RegExp/split-limit.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/split-obj.js b/test/staging/sm/RegExp/split-obj.js index a8e1076c69..0095c35b6a 100644 --- a/test/staging/sm/RegExp/split-obj.js +++ b/test/staging/sm/RegExp/split-obj.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/split-prop-access.js b/test/staging/sm/RegExp/split-prop-access.js index 126b9f1f47..ed3b84187b 100644 --- a/test/staging/sm/RegExp/split-prop-access.js +++ b/test/staging/sm/RegExp/split-prop-access.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/split-this.js b/test/staging/sm/RegExp/split-this.js index 79ebb6db53..1430c81707 100644 --- a/test/staging/sm/RegExp/split-this.js +++ b/test/staging/sm/RegExp/split-this.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/split-trace.js b/test/staging/sm/RegExp/split-trace.js index 14313e3ca7..4ed1f0faae 100644 --- a/test/staging/sm/RegExp/split-trace.js +++ b/test/staging/sm/RegExp/split-trace.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/split.js b/test/staging/sm/RegExp/split.js index 67acd7112e..d14c2a4730 100644 --- a/test/staging/sm/RegExp/split.js +++ b/test/staging/sm/RegExp/split.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/sticky.js b/test/staging/sm/RegExp/sticky.js index 0f74704d1b..ae5c864368 100644 --- a/test/staging/sm/RegExp/sticky.js +++ b/test/staging/sm/RegExp/sticky.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/test-emptyMatch.js b/test/staging/sm/RegExp/test-emptyMatch.js index e9b93239da..6a42d1e5c3 100644 --- a/test/staging/sm/RegExp/test-emptyMatch.js +++ b/test/staging/sm/RegExp/test-emptyMatch.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/test-trailing.js b/test/staging/sm/RegExp/test-trailing.js index fd8da2401a..efa7581baa 100644 --- a/test/staging/sm/RegExp/test-trailing.js +++ b/test/staging/sm/RegExp/test-trailing.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/toString.js b/test/staging/sm/RegExp/toString.js index 6afc21d2b9..7dd0f1ecdd 100644 --- a/test/staging/sm/RegExp/toString.js +++ b/test/staging/sm/RegExp/toString.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/unicode-back-reference.js b/test/staging/sm/RegExp/unicode-back-reference.js index fbd3d173b6..e801e712e8 100644 --- a/test/staging/sm/RegExp/unicode-back-reference.js +++ b/test/staging/sm/RegExp/unicode-back-reference.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js, compareArray.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/unicode-braced.js b/test/staging/sm/RegExp/unicode-braced.js index decef13f6c..4a0c416ba0 100644 --- a/test/staging/sm/RegExp/unicode-braced.js +++ b/test/staging/sm/RegExp/unicode-braced.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js, compareArray.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/unicode-character-class-escape.js b/test/staging/sm/RegExp/unicode-character-class-escape.js index 096daab570..a422ddb852 100644 --- a/test/staging/sm/RegExp/unicode-character-class-escape.js +++ b/test/staging/sm/RegExp/unicode-character-class-escape.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js, compareArray.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/unicode-class-braced.js b/test/staging/sm/RegExp/unicode-class-braced.js index df8237ce07..8f0c6b46c1 100644 --- a/test/staging/sm/RegExp/unicode-class-braced.js +++ b/test/staging/sm/RegExp/unicode-class-braced.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js, compareArray.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/unicode-class-empty.js b/test/staging/sm/RegExp/unicode-class-empty.js index 92d9d66504..da3da25dcf 100644 --- a/test/staging/sm/RegExp/unicode-class-empty.js +++ b/test/staging/sm/RegExp/unicode-class-empty.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js, compareArray.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/unicode-class-ignoreCase.js b/test/staging/sm/RegExp/unicode-class-ignoreCase.js index 0fa115278d..e6034d4f53 100644 --- a/test/staging/sm/RegExp/unicode-class-ignoreCase.js +++ b/test/staging/sm/RegExp/unicode-class-ignoreCase.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js, compareArray.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/unicode-class-lead-trail.js b/test/staging/sm/RegExp/unicode-class-lead-trail.js index ae674e9abf..3661a37d75 100644 --- a/test/staging/sm/RegExp/unicode-class-lead-trail.js +++ b/test/staging/sm/RegExp/unicode-class-lead-trail.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js, compareArray.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/unicode-class-negated.js b/test/staging/sm/RegExp/unicode-class-negated.js index 9878a05748..1eac65b12f 100644 --- a/test/staging/sm/RegExp/unicode-class-negated.js +++ b/test/staging/sm/RegExp/unicode-class-negated.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js, compareArray.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/unicode-class-range.js b/test/staging/sm/RegExp/unicode-class-range.js index 859b51edff..57f4822b59 100644 --- a/test/staging/sm/RegExp/unicode-class-range.js +++ b/test/staging/sm/RegExp/unicode-class-range.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/unicode-class-raw.js b/test/staging/sm/RegExp/unicode-class-raw.js index 8c1277e6f3..458bb82745 100644 --- a/test/staging/sm/RegExp/unicode-class-raw.js +++ b/test/staging/sm/RegExp/unicode-class-raw.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js, compareArray.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/unicode-disallow-extended.js b/test/staging/sm/RegExp/unicode-disallow-extended.js index 48742be247..d8984a531a 100644 --- a/test/staging/sm/RegExp/unicode-disallow-extended.js +++ b/test/staging/sm/RegExp/unicode-disallow-extended.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js, compareArray.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/unicode-everything.js b/test/staging/sm/RegExp/unicode-everything.js index f138701185..94a987119b 100644 --- a/test/staging/sm/RegExp/unicode-everything.js +++ b/test/staging/sm/RegExp/unicode-everything.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js, compareArray.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/unicode-ignoreCase-ascii.js b/test/staging/sm/RegExp/unicode-ignoreCase-ascii.js index 9acffb2d4d..3b319f2bef 100644 --- a/test/staging/sm/RegExp/unicode-ignoreCase-ascii.js +++ b/test/staging/sm/RegExp/unicode-ignoreCase-ascii.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js, compareArray.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/unicode-ignoreCase-escape.js b/test/staging/sm/RegExp/unicode-ignoreCase-escape.js index e5edfd2db6..cbec0a6bcf 100644 --- a/test/staging/sm/RegExp/unicode-ignoreCase-escape.js +++ b/test/staging/sm/RegExp/unicode-ignoreCase-escape.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js, compareArray.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/unicode-ignoreCase-negated.js b/test/staging/sm/RegExp/unicode-ignoreCase-negated.js index 3f5761e935..162675bce9 100644 --- a/test/staging/sm/RegExp/unicode-ignoreCase-negated.js +++ b/test/staging/sm/RegExp/unicode-ignoreCase-negated.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js, compareArray.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/unicode-ignoreCase-word-boundary.js b/test/staging/sm/RegExp/unicode-ignoreCase-word-boundary.js index 4514b2a05b..a82c66c729 100644 --- a/test/staging/sm/RegExp/unicode-ignoreCase-word-boundary.js +++ b/test/staging/sm/RegExp/unicode-ignoreCase-word-boundary.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/unicode-ignoreCase.js b/test/staging/sm/RegExp/unicode-ignoreCase.js index 77530605c3..4e0bb121a1 100644 --- a/test/staging/sm/RegExp/unicode-ignoreCase.js +++ b/test/staging/sm/RegExp/unicode-ignoreCase.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js, compareArray.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/unicode-lead-trail.js b/test/staging/sm/RegExp/unicode-lead-trail.js index 98cf0e0ba4..55ed4b2b11 100644 --- a/test/staging/sm/RegExp/unicode-lead-trail.js +++ b/test/staging/sm/RegExp/unicode-lead-trail.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js, compareArray.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/RegExp/unicode-raw.js b/test/staging/sm/RegExp/unicode-raw.js index 20db566238..6034b525d4 100644 --- a/test/staging/sm/RegExp/unicode-raw.js +++ b/test/staging/sm/RegExp/unicode-raw.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js, compareArray.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Set/difference.js b/test/staging/sm/Set/difference.js index 70b4a59def..bc636cb1f4 100644 --- a/test/staging/sm/Set/difference.js +++ b/test/staging/sm/Set/difference.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Set-shell.js, deepEqual.js, compareArray.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Set/intersection.js b/test/staging/sm/Set/intersection.js index 936ef01577..1c25a42db1 100644 --- a/test/staging/sm/Set/intersection.js +++ b/test/staging/sm/Set/intersection.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Set-shell.js, deepEqual.js, compareArray.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Set/is-disjoint-from.js b/test/staging/sm/Set/is-disjoint-from.js index 69980e822b..b0fb60a2c5 100644 --- a/test/staging/sm/Set/is-disjoint-from.js +++ b/test/staging/sm/Set/is-disjoint-from.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Set-shell.js, deepEqual.js, compareArray.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Set/is-subset-of.js b/test/staging/sm/Set/is-subset-of.js index 54d4e345c8..b975507e03 100644 --- a/test/staging/sm/Set/is-subset-of.js +++ b/test/staging/sm/Set/is-subset-of.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Set-shell.js, deepEqual.js, compareArray.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Set/is-superset-of.js b/test/staging/sm/Set/is-superset-of.js index cb12c5389e..6b44f61d9e 100644 --- a/test/staging/sm/Set/is-superset-of.js +++ b/test/staging/sm/Set/is-superset-of.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Set-shell.js, deepEqual.js, compareArray.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Set/symmetric-difference.js b/test/staging/sm/Set/symmetric-difference.js index 748e4d0e80..0b91d29023 100644 --- a/test/staging/sm/Set/symmetric-difference.js +++ b/test/staging/sm/Set/symmetric-difference.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Set-shell.js, deepEqual.js, compareArray.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Set/union.js b/test/staging/sm/Set/union.js index 54b2533a92..33999bb41e 100644 --- a/test/staging/sm/Set/union.js +++ b/test/staging/sm/Set/union.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Set-shell.js, deepEqual.js, compareArray.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 0a053a96f2..635055125d 100644 --- a/test/staging/sm/String/15.5.4.11-01.js +++ b/test/staging/sm/String/15.5.4.11-01.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/String/15.5.4.2.js b/test/staging/sm/String/15.5.4.2.js index 3f31f03153..2b4c346517 100644 --- a/test/staging/sm/String/15.5.4.2.js +++ b/test/staging/sm/String/15.5.4.2.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/String/15.5.4.7.js b/test/staging/sm/String/15.5.4.7.js index 27463e7944..e512f5e724 100644 --- a/test/staging/sm/String/15.5.4.7.js +++ b/test/staging/sm/String/15.5.4.7.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/String/AdvanceStringIndex.js b/test/staging/sm/String/AdvanceStringIndex.js index bdc0e2fe73..44670898fd 100644 --- a/test/staging/sm/String/AdvanceStringIndex.js +++ b/test/staging/sm/String/AdvanceStringIndex.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js, compareArray.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/String/IsRegExp.js b/test/staging/sm/String/IsRegExp.js index 009c1439fc..d01de2aa84 100644 --- a/test/staging/sm/String/IsRegExp.js +++ b/test/staging/sm/String/IsRegExp.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/String/at.js b/test/staging/sm/String/at.js index 5f31ef7e56..b99f3cd9ad 100644 --- a/test/staging/sm/String/at.js +++ b/test/staging/sm/String/at.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/String/codePointAt.js b/test/staging/sm/String/codePointAt.js index 2e11b253e1..f429f8c3d3 100644 --- a/test/staging/sm/String/codePointAt.js +++ b/test/staging/sm/String/codePointAt.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/String/defaultvalue.js b/test/staging/sm/String/defaultvalue.js index 42559d349c..4ee1dbe1af 100644 --- a/test/staging/sm/String/defaultvalue.js +++ b/test/staging/sm/String/defaultvalue.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/String/fromCodePoint.js b/test/staging/sm/String/fromCodePoint.js index ff57df9d21..3f9da12f4e 100644 --- a/test/staging/sm/String/fromCodePoint.js +++ b/test/staging/sm/String/fromCodePoint.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/String/internalUsage.js b/test/staging/sm/String/internalUsage.js index 1e0b923061..568e4070ca 100644 --- a/test/staging/sm/String/internalUsage.js +++ b/test/staging/sm/String/internalUsage.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/String/iterator_edge_cases.js b/test/staging/sm/String/iterator_edge_cases.js index c167643d7c..76111a187f 100644 --- a/test/staging/sm/String/iterator_edge_cases.js +++ b/test/staging/sm/String/iterator_edge_cases.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/String/match-GetMethod.js b/test/staging/sm/String/match-GetMethod.js index 8533220ac0..84ce25ad91 100644 --- a/test/staging/sm/String/match-GetMethod.js +++ b/test/staging/sm/String/match-GetMethod.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/String/match-defines-match-elements.js b/test/staging/sm/String/match-defines-match-elements.js index da5ffed146..d6916add11 100644 --- a/test/staging/sm/String/match-defines-match-elements.js +++ b/test/staging/sm/String/match-defines-match-elements.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/String/match-forward-lookahead.js b/test/staging/sm/String/match-forward-lookahead.js index 74e5c014d0..577955fa54 100644 --- a/test/staging/sm/String/match-forward-lookahead.js +++ b/test/staging/sm/String/match-forward-lookahead.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 4e2e41a3ab..4ee2edce6d 100644 --- a/test/staging/sm/String/match-throws-nonwritable-lastIndex-global.js +++ b/test/staging/sm/String/match-throws-nonwritable-lastIndex-global.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/String/match-updates-global-lastIndex.js b/test/staging/sm/String/match-updates-global-lastIndex.js index 4c95a3f59c..ddda1e4e9b 100644 --- a/test/staging/sm/String/match-updates-global-lastIndex.js +++ b/test/staging/sm/String/match-updates-global-lastIndex.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/String/match.js b/test/staging/sm/String/match.js index 178476619d..7a57b2d38e 100644 --- a/test/staging/sm/String/match.js +++ b/test/staging/sm/String/match.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/String/matchAll.js b/test/staging/sm/String/matchAll.js index f84b82fdf6..b5c259a7f5 100644 --- a/test/staging/sm/String/matchAll.js +++ b/test/staging/sm/String/matchAll.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js, compareArray.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/String/normalize-form-non-atom.js b/test/staging/sm/String/normalize-form-non-atom.js index ee42c46352..888275edf2 100644 --- a/test/staging/sm/String/normalize-form-non-atom.js +++ b/test/staging/sm/String/normalize-form-non-atom.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/String/normalize-generateddata-input.js b/test/staging/sm/String/normalize-generateddata-input.js index d13c43c852..0104ecb059 100644 --- a/test/staging/sm/String/normalize-generateddata-input.js +++ b/test/staging/sm/String/normalize-generateddata-input.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/String/normalize-generic.js b/test/staging/sm/String/normalize-generic.js index 174c6a0d9f..40fda6749a 100644 --- a/test/staging/sm/String/normalize-generic.js +++ b/test/staging/sm/String/normalize-generic.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/String/normalize-parameter.js b/test/staging/sm/String/normalize-parameter.js index e89b85759e..655ba88a2b 100644 --- a/test/staging/sm/String/normalize-parameter.js +++ b/test/staging/sm/String/normalize-parameter.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/String/normalize-rope.js b/test/staging/sm/String/normalize-rope.js index 42b6ddcd1f..7f433a89cd 100644 --- a/test/staging/sm/String/normalize-rope.js +++ b/test/staging/sm/String/normalize-rope.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/String/raw.js b/test/staging/sm/String/raw.js index 9d96a6da38..b00bf857e0 100644 --- a/test/staging/sm/String/raw.js +++ b/test/staging/sm/String/raw.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/String/regress-369778.js b/test/staging/sm/String/regress-369778.js index 09d7184b1e..b52235123a 100644 --- a/test/staging/sm/String/regress-369778.js +++ b/test/staging/sm/String/regress-369778.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/String/replace-GetMethod.js b/test/staging/sm/String/replace-GetMethod.js index d82d2fb74c..d703500b65 100644 --- a/test/staging/sm/String/replace-GetMethod.js +++ b/test/staging/sm/String/replace-GetMethod.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 5989d95ac4..d046511ddf 100644 --- a/test/staging/sm/String/replace-bad-dollar-single-quote.js +++ b/test/staging/sm/String/replace-bad-dollar-single-quote.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/String/replace-flags.js b/test/staging/sm/String/replace-flags.js index 7f3fdba65c..d45178ce15 100644 --- a/test/staging/sm/String/replace-flags.js +++ b/test/staging/sm/String/replace-flags.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/String/replace-math.js b/test/staging/sm/String/replace-math.js index 511b8c7fe6..6d3f37c93d 100644 --- a/test/staging/sm/String/replace-math.js +++ b/test/staging/sm/String/replace-math.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 331dc99cd2..239cdfd24b 100644 --- a/test/staging/sm/String/replace-throws-nonwritable-lastIndex-global.js +++ b/test/staging/sm/String/replace-throws-nonwritable-lastIndex-global.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/String/replace-updates-global-lastIndex.js b/test/staging/sm/String/replace-updates-global-lastIndex.js index c6353982aa..98b5a90b40 100644 --- a/test/staging/sm/String/replace-updates-global-lastIndex.js +++ b/test/staging/sm/String/replace-updates-global-lastIndex.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/String/replace.js b/test/staging/sm/String/replace.js index df30291e12..942fd48e83 100644 --- a/test/staging/sm/String/replace.js +++ b/test/staging/sm/String/replace.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/String/replaceAll.js b/test/staging/sm/String/replaceAll.js index f5a18f6a63..4b9ed40f9c 100644 --- a/test/staging/sm/String/replaceAll.js +++ b/test/staging/sm/String/replaceAll.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/String/search-GetMethod.js b/test/staging/sm/String/search-GetMethod.js index d7bc16622d..a818f8d051 100644 --- a/test/staging/sm/String/search-GetMethod.js +++ b/test/staging/sm/String/search-GetMethod.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/String/search.js b/test/staging/sm/String/search.js index f19f699f90..2142129952 100644 --- a/test/staging/sm/String/search.js +++ b/test/staging/sm/String/search.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/String/split-01.js b/test/staging/sm/String/split-01.js index 1d96318ebf..50bb486048 100644 --- a/test/staging/sm/String/split-01.js +++ b/test/staging/sm/String/split-01.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/String/split-GetMethod.js b/test/staging/sm/String/split-GetMethod.js index aac16918a6..ba0d8f9372 100644 --- a/test/staging/sm/String/split-GetMethod.js +++ b/test/staging/sm/String/split-GetMethod.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/String/split-order.js b/test/staging/sm/String/split-order.js index ebfa590b07..81c6d6ddae 100644 --- a/test/staging/sm/String/split-order.js +++ b/test/staging/sm/String/split-order.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/String/split-undefined-separator.js b/test/staging/sm/String/split-undefined-separator.js index 1d09ed9583..9dea9a5535 100644 --- a/test/staging/sm/String/split-undefined-separator.js +++ b/test/staging/sm/String/split-undefined-separator.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/String/split-xregexp.js b/test/staging/sm/String/split-xregexp.js index b8bdb4d0b2..11069ed2df 100644 --- a/test/staging/sm/String/split-xregexp.js +++ b/test/staging/sm/String/split-xregexp.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/String/split.js b/test/staging/sm/String/split.js index 3a4124798a..e0fa9c41a4 100644 --- a/test/staging/sm/String/split.js +++ b/test/staging/sm/String/split.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 863bf00743..2e62d6e55b 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 @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/String/string-pad-start-end.js b/test/staging/sm/String/string-pad-start-end.js index bca7ded4bb..a044fc5e7a 100644 --- a/test/staging/sm/String/string-pad-start-end.js +++ b/test/staging/sm/String/string-pad-start-end.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/String/string-space-trim.js b/test/staging/sm/String/string-space-trim.js index 9a7ab5169d..979fdc09b1 100644 --- a/test/staging/sm/String/string-space-trim.js +++ b/test/staging/sm/String/string-space-trim.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/String/string-upper-lower-mapping.js b/test/staging/sm/String/string-upper-lower-mapping.js index 2167b5caaa..ea73195345 100644 --- a/test/staging/sm/String/string-upper-lower-mapping.js +++ b/test/staging/sm/String/string-upper-lower-mapping.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/String/thisv-error.js b/test/staging/sm/String/thisv-error.js index a3dc9d8b41..5b8aa85984 100644 --- a/test/staging/sm/String/thisv-error.js +++ b/test/staging/sm/String/thisv-error.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: -- noStrict + - noStrict 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 7bf00c1220..d5d4532abc 100644 --- a/test/staging/sm/String/two-length-nonlatin-indexOf.js +++ b/test/staging/sm/String/two-length-nonlatin-indexOf.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/String/unicode-braced.js b/test/staging/sm/String/unicode-braced.js index bb64d642f5..8fb63535c9 100644 --- a/test/staging/sm/String/unicode-braced.js +++ b/test/staging/sm/String/unicode-braced.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Symbol/as-base-value.js b/test/staging/sm/Symbol/as-base-value.js index 07cb1c0f65..00247c00e9 100644 --- a/test/staging/sm/Symbol/as-base-value.js +++ b/test/staging/sm/Symbol/as-base-value.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Symbol/comparisons.js b/test/staging/sm/Symbol/comparisons.js index 2aceb6d437..661d23de91 100644 --- a/test/staging/sm/Symbol/comparisons.js +++ b/test/staging/sm/Symbol/comparisons.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Symbol/constructor.js b/test/staging/sm/Symbol/constructor.js index 6cea5cd20d..5655cfb0bf 100644 --- a/test/staging/sm/Symbol/constructor.js +++ b/test/staging/sm/Symbol/constructor.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Symbol/conversions.js b/test/staging/sm/Symbol/conversions.js index 1418ded429..d73cf05500 100644 --- a/test/staging/sm/Symbol/conversions.js +++ b/test/staging/sm/Symbol/conversions.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Symbol/enumeration-order.js b/test/staging/sm/Symbol/enumeration-order.js index f276616be8..630355d222 100644 --- a/test/staging/sm/Symbol/enumeration-order.js +++ b/test/staging/sm/Symbol/enumeration-order.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Symbol/enumeration.js b/test/staging/sm/Symbol/enumeration.js index c5efce5459..aca1f8ad94 100644 --- a/test/staging/sm/Symbol/enumeration.js +++ b/test/staging/sm/Symbol/enumeration.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Symbol/equality.js b/test/staging/sm/Symbol/equality.js index c66284ae63..e1ed3f1e66 100644 --- a/test/staging/sm/Symbol/equality.js +++ b/test/staging/sm/Symbol/equality.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Symbol/errors.js b/test/staging/sm/Symbol/errors.js index 13d6be98e2..9a43bf3c21 100644 --- a/test/staging/sm/Symbol/errors.js +++ b/test/staging/sm/Symbol/errors.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Symbol/for-in-order.js b/test/staging/sm/Symbol/for-in-order.js index 3554307955..e75e94105c 100644 --- a/test/staging/sm/Symbol/for-in-order.js +++ b/test/staging/sm/Symbol/for-in-order.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Symbol/for.js b/test/staging/sm/Symbol/for.js index e4181e3bd9..920eb141d3 100644 --- a/test/staging/sm/Symbol/for.js +++ b/test/staging/sm/Symbol/for.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Symbol/json-stringify-keys.js b/test/staging/sm/Symbol/json-stringify-keys.js index e862bde8f7..04377cc50a 100644 --- a/test/staging/sm/Symbol/json-stringify-keys.js +++ b/test/staging/sm/Symbol/json-stringify-keys.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Symbol/json-stringify-values.js b/test/staging/sm/Symbol/json-stringify-values.js index e6abfcd2dc..b0fed4355e 100644 --- a/test/staging/sm/Symbol/json-stringify-values.js +++ b/test/staging/sm/Symbol/json-stringify-values.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Symbol/keyFor.js b/test/staging/sm/Symbol/keyFor.js index f72b4f0438..1be99ed3b3 100644 --- a/test/staging/sm/Symbol/keyFor.js +++ b/test/staging/sm/Symbol/keyFor.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Symbol/property-accessor.js b/test/staging/sm/Symbol/property-accessor.js index 8a64d4d713..cf55207af4 100644 --- a/test/staging/sm/Symbol/property-accessor.js +++ b/test/staging/sm/Symbol/property-accessor.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Symbol/property-basics.js b/test/staging/sm/Symbol/property-basics.js index d78064d5fc..9c99f2ee64 100644 --- a/test/staging/sm/Symbol/property-basics.js +++ b/test/staging/sm/Symbol/property-basics.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Symbol/property-inheritance.js b/test/staging/sm/Symbol/property-inheritance.js index 04ad9455f3..e5e25ddb17 100644 --- a/test/staging/sm/Symbol/property-inheritance.js +++ b/test/staging/sm/Symbol/property-inheritance.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Symbol/property-nonwritable.js b/test/staging/sm/Symbol/property-nonwritable.js index 2f8eb0dba8..2fbb249c06 100644 --- a/test/staging/sm/Symbol/property-nonwritable.js +++ b/test/staging/sm/Symbol/property-nonwritable.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Symbol/property-reflection.js b/test/staging/sm/Symbol/property-reflection.js index 3678cbe8c5..9234bb5aba 100644 --- a/test/staging/sm/Symbol/property-reflection.js +++ b/test/staging/sm/Symbol/property-reflection.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Symbol/realms.js b/test/staging/sm/Symbol/realms.js index 5125027320..46a9d11438 100644 --- a/test/staging/sm/Symbol/realms.js +++ b/test/staging/sm/Symbol/realms.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Symbol/species.js b/test/staging/sm/Symbol/species.js index d00cee3912..d842ba6c0f 100644 --- a/test/staging/sm/Symbol/species.js +++ b/test/staging/sm/Symbol/species.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Symbol/surfaces.js b/test/staging/sm/Symbol/surfaces.js index 14af0348a7..43ace487da 100644 --- a/test/staging/sm/Symbol/surfaces.js +++ b/test/staging/sm/Symbol/surfaces.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 8c497f824c..31141f88ea 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 @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Symbol/toPrimitive-undefined-or-null.js b/test/staging/sm/Symbol/toPrimitive-undefined-or-null.js index 6562c7efe0..82b1db0d67 100644 --- a/test/staging/sm/Symbol/toPrimitive-undefined-or-null.js +++ b/test/staging/sm/Symbol/toPrimitive-undefined-or-null.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Symbol/toPrimitive.js b/test/staging/sm/Symbol/toPrimitive.js index 2e78de7e09..1b8da779af 100644 --- a/test/staging/sm/Symbol/toPrimitive.js +++ b/test/staging/sm/Symbol/toPrimitive.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Symbol/toString.js b/test/staging/sm/Symbol/toString.js index fd91febfac..1ab479def7 100644 --- a/test/staging/sm/Symbol/toString.js +++ b/test/staging/sm/Symbol/toString.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Symbol/toStringTag.js b/test/staging/sm/Symbol/toStringTag.js index 3d53395a1e..ec3888abcf 100644 --- a/test/staging/sm/Symbol/toStringTag.js +++ b/test/staging/sm/Symbol/toStringTag.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Symbol/typed-arrays.js b/test/staging/sm/Symbol/typed-arrays.js index 77439ac342..8233cef801 100644 --- a/test/staging/sm/Symbol/typed-arrays.js +++ b/test/staging/sm/Symbol/typed-arrays.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Symbol/typeof.js b/test/staging/sm/Symbol/typeof.js index a6faeb54fb..a613080977 100644 --- a/test/staging/sm/Symbol/typeof.js +++ b/test/staging/sm/Symbol/typeof.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Symbol/valueOf.js b/test/staging/sm/Symbol/valueOf.js index 0334cf7b2a..fc2061e1ad 100644 --- a/test/staging/sm/Symbol/valueOf.js +++ b/test/staging/sm/Symbol/valueOf.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Symbol/well-known.js b/test/staging/sm/Symbol/well-known.js index a562152b09..279f057020 100644 --- a/test/staging/sm/Symbol/well-known.js +++ b/test/staging/sm/Symbol/well-known.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Temporal/Calendar/compare-to-datetimeformat.js b/test/staging/sm/Temporal/Calendar/compare-to-datetimeformat.js index 57c1d8bec3..350332ff5a 100644 --- a/test/staging/sm/Temporal/Calendar/compare-to-datetimeformat.js +++ b/test/staging/sm/Temporal/Calendar/compare-to-datetimeformat.js @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- Temporal + - Temporal description: | pending esid: pending diff --git a/test/staging/sm/Temporal/PlainDate/from-constrain-hebrew.js b/test/staging/sm/Temporal/PlainDate/from-constrain-hebrew.js index 34b7d83dd8..7ea438891f 100644 --- a/test/staging/sm/Temporal/PlainDate/from-constrain-hebrew.js +++ b/test/staging/sm/Temporal/PlainDate/from-constrain-hebrew.js @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- Temporal + - Temporal description: | pending esid: pending diff --git a/test/staging/sm/Temporal/PlainDate/from-constrain-japanese.js b/test/staging/sm/Temporal/PlainDate/from-constrain-japanese.js index e767998386..cc590cb5f5 100644 --- a/test/staging/sm/Temporal/PlainDate/from-constrain-japanese.js +++ b/test/staging/sm/Temporal/PlainDate/from-constrain-japanese.js @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- Temporal + - Temporal description: | pending esid: pending diff --git a/test/staging/sm/Temporal/PlainDate/from-hebrew-keviah.js b/test/staging/sm/Temporal/PlainDate/from-hebrew-keviah.js index 07165872b0..0c05fe5492 100644 --- a/test/staging/sm/Temporal/PlainDate/from-hebrew-keviah.js +++ b/test/staging/sm/Temporal/PlainDate/from-hebrew-keviah.js @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- Temporal + - Temporal description: | pending esid: pending diff --git a/test/staging/sm/Temporal/PlainDate/from-indian.js b/test/staging/sm/Temporal/PlainDate/from-indian.js index e54967ac06..1c90626518 100644 --- a/test/staging/sm/Temporal/PlainDate/from-indian.js +++ b/test/staging/sm/Temporal/PlainDate/from-indian.js @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- Temporal + - Temporal description: | pending esid: pending diff --git a/test/staging/sm/Temporal/PlainDate/from-islamic-umalqura.js b/test/staging/sm/Temporal/PlainDate/from-islamic-umalqura.js index 6acc3eb3ed..725f21e612 100644 --- a/test/staging/sm/Temporal/PlainDate/from-islamic-umalqura.js +++ b/test/staging/sm/Temporal/PlainDate/from-islamic-umalqura.js @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- Temporal + - Temporal description: | pending esid: pending 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 a5d66906d2..62b66ea383 100644 --- a/test/staging/sm/Temporal/PlainDate/non-positive-era-year.js +++ b/test/staging/sm/Temporal/PlainDate/non-positive-era-year.js @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- Temporal + - Temporal description: | pending esid: pending diff --git a/test/staging/sm/Temporal/PlainDate/too-large-dates.js b/test/staging/sm/Temporal/PlainDate/too-large-dates.js index fa4c0a0fd4..79cb51d97a 100644 --- a/test/staging/sm/Temporal/PlainDate/too-large-dates.js +++ b/test/staging/sm/Temporal/PlainDate/too-large-dates.js @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- Temporal + - Temporal description: | pending esid: pending diff --git a/test/staging/sm/Temporal/PlainDate/withCalendar.js b/test/staging/sm/Temporal/PlainDate/withCalendar.js index 9ca5db61ac..22a5487271 100644 --- a/test/staging/sm/Temporal/PlainDate/withCalendar.js +++ b/test/staging/sm/Temporal/PlainDate/withCalendar.js @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- Temporal + - Temporal description: | pending esid: pending 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 ac6e1229c1..c258c42cb0 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 @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Temporal-PlainMonthDay-shell.js] flags: -- noStrict + - noStrict features: -- Temporal + - Temporal description: | pending esid: pending 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 4feb637559..911d22258c 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 @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Temporal-PlainMonthDay-shell.js] flags: -- noStrict + - noStrict features: -- Temporal + - Temporal description: | pending esid: pending diff --git a/test/staging/sm/Temporal/PlainMonthDay/from-chinese.js b/test/staging/sm/Temporal/PlainMonthDay/from-chinese.js index b43608374d..b6710d78fe 100644 --- a/test/staging/sm/Temporal/PlainMonthDay/from-chinese.js +++ b/test/staging/sm/Temporal/PlainMonthDay/from-chinese.js @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Temporal-PlainMonthDay-shell.js] flags: -- noStrict + - noStrict features: -- Temporal + - Temporal description: | pending esid: pending diff --git a/test/staging/sm/Temporal/PlainMonthDay/from-coptic.js b/test/staging/sm/Temporal/PlainMonthDay/from-coptic.js index dae2b7523a..45f64fc9d2 100644 --- a/test/staging/sm/Temporal/PlainMonthDay/from-coptic.js +++ b/test/staging/sm/Temporal/PlainMonthDay/from-coptic.js @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Temporal-PlainMonthDay-shell.js] flags: -- noStrict + - noStrict features: -- Temporal + - Temporal description: | pending esid: pending diff --git a/test/staging/sm/Temporal/PlainMonthDay/from-gregory.js b/test/staging/sm/Temporal/PlainMonthDay/from-gregory.js index d4de8567b6..c409e7308f 100644 --- a/test/staging/sm/Temporal/PlainMonthDay/from-gregory.js +++ b/test/staging/sm/Temporal/PlainMonthDay/from-gregory.js @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Temporal-PlainMonthDay-shell.js] flags: -- noStrict + - noStrict features: -- Temporal + - Temporal description: | pending esid: pending 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 99a2b637c6..a5bc657204 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 @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Temporal-PlainMonthDay-shell.js] flags: -- noStrict + - noStrict features: -- Temporal + - Temporal description: | pending esid: pending diff --git a/test/staging/sm/Temporal/ZonedDateTime/zones-and-links.js b/test/staging/sm/Temporal/ZonedDateTime/zones-and-links.js index 7fdb901dba..2d5267d260 100644 --- a/test/staging/sm/Temporal/ZonedDateTime/zones-and-links.js +++ b/test/staging/sm/Temporal/ZonedDateTime/zones-and-links.js @@ -4,9 +4,9 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict features: -- Temporal + - Temporal description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/Tconstructor-fromTypedArray-byteLength.js b/test/staging/sm/TypedArray/Tconstructor-fromTypedArray-byteLength.js index a051ece51b..2ca848910f 100644 --- a/test/staging/sm/TypedArray/Tconstructor-fromTypedArray-byteLength.js +++ b/test/staging/sm/TypedArray/Tconstructor-fromTypedArray-byteLength.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/at.js b/test/staging/sm/TypedArray/at.js index 0935c496a4..224ea89c9c 100644 --- a/test/staging/sm/TypedArray/at.js +++ b/test/staging/sm/TypedArray/at.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/bug1526838.js b/test/staging/sm/TypedArray/bug1526838.js index 527aa7eefb..70a9d9a8ce 100644 --- a/test/staging/sm/TypedArray/bug1526838.js +++ b/test/staging/sm/TypedArray/bug1526838.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/constructor-ArrayBuffer-species-wrap.js b/test/staging/sm/TypedArray/constructor-ArrayBuffer-species-wrap.js index 908b831b78..b75c1582bb 100644 --- a/test/staging/sm/TypedArray/constructor-ArrayBuffer-species-wrap.js +++ b/test/staging/sm/TypedArray/constructor-ArrayBuffer-species-wrap.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/constructor-ArrayBuffer-species.js b/test/staging/sm/TypedArray/constructor-ArrayBuffer-species.js index 5920e9480c..1ff5e03628 100644 --- a/test/staging/sm/TypedArray/constructor-ArrayBuffer-species.js +++ b/test/staging/sm/TypedArray/constructor-ArrayBuffer-species.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/constructor-buffer-sequence.js b/test/staging/sm/TypedArray/constructor-buffer-sequence.js index fe22e4ee7d..acab0e0f5d 100644 --- a/test/staging/sm/TypedArray/constructor-buffer-sequence.js +++ b/test/staging/sm/TypedArray/constructor-buffer-sequence.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/constructor-byteoffsets-bounds.js b/test/staging/sm/TypedArray/constructor-byteoffsets-bounds.js index aa8a89284c..63c4ec004f 100644 --- a/test/staging/sm/TypedArray/constructor-byteoffsets-bounds.js +++ b/test/staging/sm/TypedArray/constructor-byteoffsets-bounds.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/constructor-iterator-primitive.js b/test/staging/sm/TypedArray/constructor-iterator-primitive.js index 48305122cd..dc9fe4a7f8 100644 --- a/test/staging/sm/TypedArray/constructor-iterator-primitive.js +++ b/test/staging/sm/TypedArray/constructor-iterator-primitive.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/constructor-non-detached.js b/test/staging/sm/TypedArray/constructor-non-detached.js index 4cad942b03..8d61212a68 100644 --- a/test/staging/sm/TypedArray/constructor-non-detached.js +++ b/test/staging/sm/TypedArray/constructor-non-detached.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/constructor-not-callable.js b/test/staging/sm/TypedArray/constructor-not-callable.js index df5c647480..caf6ac0579 100644 --- a/test/staging/sm/TypedArray/constructor-not-callable.js +++ b/test/staging/sm/TypedArray/constructor-not-callable.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 5e14fd329d..9ce71c1d3c 100644 --- a/test/staging/sm/TypedArray/constructor-typedarray-species-other-global.js +++ b/test/staging/sm/TypedArray/constructor-typedarray-species-other-global.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/constructor-undefined-args.js b/test/staging/sm/TypedArray/constructor-undefined-args.js index 6b4c07f25c..1bf97f8e2f 100644 --- a/test/staging/sm/TypedArray/constructor-undefined-args.js +++ b/test/staging/sm/TypedArray/constructor-undefined-args.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/constructor_bad-args.js b/test/staging/sm/TypedArray/constructor_bad-args.js index 36a57e3206..b7ca2ca249 100644 --- a/test/staging/sm/TypedArray/constructor_bad-args.js +++ b/test/staging/sm/TypedArray/constructor_bad-args.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/detached-array-buffer-checks.js b/test/staging/sm/TypedArray/detached-array-buffer-checks.js index cc96c20d1c..05f988a103 100644 --- a/test/staging/sm/TypedArray/detached-array-buffer-checks.js +++ b/test/staging/sm/TypedArray/detached-array-buffer-checks.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 4be0a3e264..72bd38d44a 100644 --- a/test/staging/sm/TypedArray/element-setting-converts-using-ToNumber.js +++ b/test/staging/sm/TypedArray/element-setting-converts-using-ToNumber.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/entries.js b/test/staging/sm/TypedArray/entries.js index 0f74595afc..5833b747d0 100644 --- a/test/staging/sm/TypedArray/entries.js +++ b/test/staging/sm/TypedArray/entries.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/every-and-some.js b/test/staging/sm/TypedArray/every-and-some.js index c93b0047b5..a1da925ea1 100644 --- a/test/staging/sm/TypedArray/every-and-some.js +++ b/test/staging/sm/TypedArray/every-and-some.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/fill-detached.js b/test/staging/sm/TypedArray/fill-detached.js index 94389eb647..50c29c265b 100644 --- a/test/staging/sm/TypedArray/fill-detached.js +++ b/test/staging/sm/TypedArray/fill-detached.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/fill.js b/test/staging/sm/TypedArray/fill.js index be48cdebfb..2d661a2552 100644 --- a/test/staging/sm/TypedArray/fill.js +++ b/test/staging/sm/TypedArray/fill.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/filter-species.js b/test/staging/sm/TypedArray/filter-species.js index e18f9b2370..3d5aeed650 100644 --- a/test/staging/sm/TypedArray/filter-species.js +++ b/test/staging/sm/TypedArray/filter-species.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/find-and-findIndex.js b/test/staging/sm/TypedArray/find-and-findIndex.js index 8d71c36fbf..626289fd9c 100644 --- a/test/staging/sm/TypedArray/find-and-findIndex.js +++ b/test/staging/sm/TypedArray/find-and-findIndex.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/findLast-and-findLastIndex.js b/test/staging/sm/TypedArray/findLast-and-findLastIndex.js index f58f40ce87..3590f924ca 100644 --- a/test/staging/sm/TypedArray/findLast-and-findLastIndex.js +++ b/test/staging/sm/TypedArray/findLast-and-findLastIndex.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/forEach.js b/test/staging/sm/TypedArray/forEach.js index cda0fe4df6..b4e3dd4c42 100644 --- a/test/staging/sm/TypedArray/forEach.js +++ b/test/staging/sm/TypedArray/forEach.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/from_basics.js b/test/staging/sm/TypedArray/from_basics.js index 3bda90335d..140cd9bad6 100644 --- a/test/staging/sm/TypedArray/from_basics.js +++ b/test/staging/sm/TypedArray/from_basics.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/from_constructor.js b/test/staging/sm/TypedArray/from_constructor.js index 56d71e6c4c..4c2966c075 100644 --- a/test/staging/sm/TypedArray/from_constructor.js +++ b/test/staging/sm/TypedArray/from_constructor.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/from_errors.js b/test/staging/sm/TypedArray/from_errors.js index 00f2eb6862..b51a8140b1 100644 --- a/test/staging/sm/TypedArray/from_errors.js +++ b/test/staging/sm/TypedArray/from_errors.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/from_iterable.js b/test/staging/sm/TypedArray/from_iterable.js index 02b1c4140d..cf01d8ce08 100644 --- a/test/staging/sm/TypedArray/from_iterable.js +++ b/test/staging/sm/TypedArray/from_iterable.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/from_mapping.js b/test/staging/sm/TypedArray/from_mapping.js index 47447582e5..45907df60c 100644 --- a/test/staging/sm/TypedArray/from_mapping.js +++ b/test/staging/sm/TypedArray/from_mapping.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/from_realms.js b/test/staging/sm/TypedArray/from_realms.js index ecad163055..9d7c39ff66 100644 --- a/test/staging/sm/TypedArray/from_realms.js +++ b/test/staging/sm/TypedArray/from_realms.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/from_string.js b/test/staging/sm/TypedArray/from_string.js index aff110186c..03807b98b2 100644 --- a/test/staging/sm/TypedArray/from_string.js +++ b/test/staging/sm/TypedArray/from_string.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, compareArray.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/from_surfaces.js b/test/staging/sm/TypedArray/from_surfaces.js index 4e506b130f..d7c23a91f9 100644 --- a/test/staging/sm/TypedArray/from_surfaces.js +++ b/test/staging/sm/TypedArray/from_surfaces.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/from_this.js b/test/staging/sm/TypedArray/from_this.js index 93d6e1128b..cafcff4404 100644 --- a/test/staging/sm/TypedArray/from_this.js +++ b/test/staging/sm/TypedArray/from_this.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/from_typedarray_fastpath_detached.js b/test/staging/sm/TypedArray/from_typedarray_fastpath_detached.js index e6e908e765..3bea29117e 100644 --- a/test/staging/sm/TypedArray/from_typedarray_fastpath_detached.js +++ b/test/staging/sm/TypedArray/from_typedarray_fastpath_detached.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/getter-name.js b/test/staging/sm/TypedArray/getter-name.js index 5828046ce8..8b6b652979 100644 --- a/test/staging/sm/TypedArray/getter-name.js +++ b/test/staging/sm/TypedArray/getter-name.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/has-property-op.js b/test/staging/sm/TypedArray/has-property-op.js index cc1882562e..e5efaa6f41 100644 --- a/test/staging/sm/TypedArray/has-property-op.js +++ b/test/staging/sm/TypedArray/has-property-op.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/includes.js b/test/staging/sm/TypedArray/includes.js index 56dc8b8914..d88a5babf9 100644 --- a/test/staging/sm/TypedArray/includes.js +++ b/test/staging/sm/TypedArray/includes.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/indexOf-and-lastIndexOf.js b/test/staging/sm/TypedArray/indexOf-and-lastIndexOf.js index ef2111da46..020d6956a7 100644 --- a/test/staging/sm/TypedArray/indexOf-and-lastIndexOf.js +++ b/test/staging/sm/TypedArray/indexOf-and-lastIndexOf.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 22b266683d..a83d8d4f5a 100644 --- a/test/staging/sm/TypedArray/indexOf-never-returns-negative-zero.js +++ b/test/staging/sm/TypedArray/indexOf-never-returns-negative-zero.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/iterator-next-with-detached.js b/test/staging/sm/TypedArray/iterator-next-with-detached.js index ffa261d7a7..ba21fbca98 100644 --- a/test/staging/sm/TypedArray/iterator-next-with-detached.js +++ b/test/staging/sm/TypedArray/iterator-next-with-detached.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/iterator.js b/test/staging/sm/TypedArray/iterator.js index 0ce5e14baf..2d65df5e41 100644 --- a/test/staging/sm/TypedArray/iterator.js +++ b/test/staging/sm/TypedArray/iterator.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/join.js b/test/staging/sm/TypedArray/join.js index 4c738a0584..fc99bc0953 100644 --- a/test/staging/sm/TypedArray/join.js +++ b/test/staging/sm/TypedArray/join.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/keys.js b/test/staging/sm/TypedArray/keys.js index 2f2d3fe812..ff539d43e5 100644 --- a/test/staging/sm/TypedArray/keys.js +++ b/test/staging/sm/TypedArray/keys.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 47e201f7e8..7bdc624b61 100644 --- a/test/staging/sm/TypedArray/lastIndexOf-never-returns-negative-zero.js +++ b/test/staging/sm/TypedArray/lastIndexOf-never-returns-negative-zero.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/map-and-filter.js b/test/staging/sm/TypedArray/map-and-filter.js index 3fa9a844d6..0d9c52e810 100644 --- a/test/staging/sm/TypedArray/map-and-filter.js +++ b/test/staging/sm/TypedArray/map-and-filter.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js, compareArray.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/map-species.js b/test/staging/sm/TypedArray/map-species.js index 70506e1e51..3ca0f7d68e 100644 --- a/test/staging/sm/TypedArray/map-species.js +++ b/test/staging/sm/TypedArray/map-species.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/object-defineproperty.js b/test/staging/sm/TypedArray/object-defineproperty.js index c0a15eb73a..05a10eaef3 100644 --- a/test/staging/sm/TypedArray/object-defineproperty.js +++ b/test/staging/sm/TypedArray/object-defineproperty.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/of.js b/test/staging/sm/TypedArray/of.js index 5be60dded0..5b4c10a636 100644 --- a/test/staging/sm/TypedArray/of.js +++ b/test/staging/sm/TypedArray/of.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/prototype-constructor-identity.js b/test/staging/sm/TypedArray/prototype-constructor-identity.js index f5fce72e07..c88eda8ccf 100644 --- a/test/staging/sm/TypedArray/prototype-constructor-identity.js +++ b/test/staging/sm/TypedArray/prototype-constructor-identity.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/reduce-and-reduceRight.js b/test/staging/sm/TypedArray/reduce-and-reduceRight.js index 2c6888ee82..9b4b2848e4 100644 --- a/test/staging/sm/TypedArray/reduce-and-reduceRight.js +++ b/test/staging/sm/TypedArray/reduce-and-reduceRight.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/reverse.js b/test/staging/sm/TypedArray/reverse.js index b9542a3676..77faa15f6d 100644 --- a/test/staging/sm/TypedArray/reverse.js +++ b/test/staging/sm/TypedArray/reverse.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/seal-and-freeze.js b/test/staging/sm/TypedArray/seal-and-freeze.js index ea2269f5bd..cdd45aabcb 100644 --- a/test/staging/sm/TypedArray/seal-and-freeze.js +++ b/test/staging/sm/TypedArray/seal-and-freeze.js @@ -3,7 +3,7 @@ /*--- flags: -- onlyStrict + - onlyStrict includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] description: | pending diff --git a/test/staging/sm/TypedArray/set-detached-bigint.js b/test/staging/sm/TypedArray/set-detached-bigint.js index 78ee9dd970..9d9bea7ada 100644 --- a/test/staging/sm/TypedArray/set-detached-bigint.js +++ b/test/staging/sm/TypedArray/set-detached-bigint.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/set-detached.js b/test/staging/sm/TypedArray/set-detached.js index 5f10f1618f..28fc476f40 100644 --- a/test/staging/sm/TypedArray/set-detached.js +++ b/test/staging/sm/TypedArray/set-detached.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/set-negative-offset.js b/test/staging/sm/TypedArray/set-negative-offset.js index 4e8aea4ec7..a09fd25513 100644 --- a/test/staging/sm/TypedArray/set-negative-offset.js +++ b/test/staging/sm/TypedArray/set-negative-offset.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 0ce4204bba..a43ad6a56f 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 @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/set-tointeger.js b/test/staging/sm/TypedArray/set-tointeger.js index 2b066c924c..1788910885 100644 --- a/test/staging/sm/TypedArray/set-tointeger.js +++ b/test/staging/sm/TypedArray/set-tointeger.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/set-toobject.js b/test/staging/sm/TypedArray/set-toobject.js index 1973326a89..544e379605 100644 --- a/test/staging/sm/TypedArray/set-toobject.js +++ b/test/staging/sm/TypedArray/set-toobject.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, compareArray.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/set-with-receiver.js b/test/staging/sm/TypedArray/set-with-receiver.js index 4f31600d9f..c96d30d2aa 100644 --- a/test/staging/sm/TypedArray/set-with-receiver.js +++ b/test/staging/sm/TypedArray/set-with-receiver.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/set-wrapped.js b/test/staging/sm/TypedArray/set-wrapped.js index 59465331da..7a56c9a3be 100644 --- a/test/staging/sm/TypedArray/set-wrapped.js +++ b/test/staging/sm/TypedArray/set-wrapped.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, compareArray.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/set.js b/test/staging/sm/TypedArray/set.js index 49bef392d6..f4a99400d5 100644 --- a/test/staging/sm/TypedArray/set.js +++ b/test/staging/sm/TypedArray/set.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/slice-bitwise-same.js b/test/staging/sm/TypedArray/slice-bitwise-same.js index 7f24767550..c73dd1114c 100644 --- a/test/staging/sm/TypedArray/slice-bitwise-same.js +++ b/test/staging/sm/TypedArray/slice-bitwise-same.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, compareArray.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/slice-conversion.js b/test/staging/sm/TypedArray/slice-conversion.js index 01726c58dd..5394ef1d33 100644 --- a/test/staging/sm/TypedArray/slice-conversion.js +++ b/test/staging/sm/TypedArray/slice-conversion.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, compareArray.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/slice-detached.js b/test/staging/sm/TypedArray/slice-detached.js index ee87b77457..756098dece 100644 --- a/test/staging/sm/TypedArray/slice-detached.js +++ b/test/staging/sm/TypedArray/slice-detached.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/slice-memcpy.js b/test/staging/sm/TypedArray/slice-memcpy.js index fc5e711d4e..5a5f61a2a3 100644 --- a/test/staging/sm/TypedArray/slice-memcpy.js +++ b/test/staging/sm/TypedArray/slice-memcpy.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, compareArray.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/slice-species.js b/test/staging/sm/TypedArray/slice-species.js index d8deb4dbb6..3cc295f397 100644 --- a/test/staging/sm/TypedArray/slice-species.js +++ b/test/staging/sm/TypedArray/slice-species.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/slice.js b/test/staging/sm/TypedArray/slice.js index 5aec4e6824..3d1838fc69 100644 --- a/test/staging/sm/TypedArray/slice.js +++ b/test/staging/sm/TypedArray/slice.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, compareArray.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/sort-negative-nan.js b/test/staging/sm/TypedArray/sort-negative-nan.js index 1196a4043c..be3fe5630a 100644 --- a/test/staging/sm/TypedArray/sort-negative-nan.js +++ b/test/staging/sm/TypedArray/sort-negative-nan.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/sort-non-function.js b/test/staging/sm/TypedArray/sort-non-function.js index 7af98f2621..fcfde5f1bf 100644 --- a/test/staging/sm/TypedArray/sort-non-function.js +++ b/test/staging/sm/TypedArray/sort-non-function.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/sort_byteoffset.js b/test/staging/sm/TypedArray/sort_byteoffset.js index 356ff94325..63aff3633f 100644 --- a/test/staging/sm/TypedArray/sort_byteoffset.js +++ b/test/staging/sm/TypedArray/sort_byteoffset.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/sort_comparators.js b/test/staging/sm/TypedArray/sort_comparators.js index 51410f730e..0554500759 100644 --- a/test/staging/sm/TypedArray/sort_comparators.js +++ b/test/staging/sm/TypedArray/sort_comparators.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/sort_compare_nan.js b/test/staging/sm/TypedArray/sort_compare_nan.js index 329e138360..753a185c06 100644 --- a/test/staging/sm/TypedArray/sort_compare_nan.js +++ b/test/staging/sm/TypedArray/sort_compare_nan.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/sort_errors.js b/test/staging/sm/TypedArray/sort_errors.js index 027f2388e5..8c6c22d3ed 100644 --- a/test/staging/sm/TypedArray/sort_errors.js +++ b/test/staging/sm/TypedArray/sort_errors.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/sort_globals.js b/test/staging/sm/TypedArray/sort_globals.js index fa83fc6334..6923122ae0 100644 --- a/test/staging/sm/TypedArray/sort_globals.js +++ b/test/staging/sm/TypedArray/sort_globals.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, compareArray.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/sort_large_countingsort.js b/test/staging/sm/TypedArray/sort_large_countingsort.js index 00c1a3f2c0..cd3901fde6 100644 --- a/test/staging/sm/TypedArray/sort_large_countingsort.js +++ b/test/staging/sm/TypedArray/sort_large_countingsort.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/sort_modifications.js b/test/staging/sm/TypedArray/sort_modifications.js index 61fcb47546..401696b42b 100644 --- a/test/staging/sm/TypedArray/sort_modifications.js +++ b/test/staging/sm/TypedArray/sort_modifications.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/sort_small.js b/test/staging/sm/TypedArray/sort_small.js index 0616ce5f7e..87e9f891ba 100644 --- a/test/staging/sm/TypedArray/sort_small.js +++ b/test/staging/sm/TypedArray/sort_small.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/sort_snans.js b/test/staging/sm/TypedArray/sort_snans.js index 7812cc9e2e..1057ee49e6 100644 --- a/test/staging/sm/TypedArray/sort_snans.js +++ b/test/staging/sm/TypedArray/sort_snans.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/sort_sorted.js b/test/staging/sm/TypedArray/sort_sorted.js index a2f442b7cc..18acebbff0 100644 --- a/test/staging/sm/TypedArray/sort_sorted.js +++ b/test/staging/sm/TypedArray/sort_sorted.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/sort_stable.js b/test/staging/sm/TypedArray/sort_stable.js index 09cc47fde1..cdc8a9a31c 100644 --- a/test/staging/sm/TypedArray/sort_stable.js +++ b/test/staging/sm/TypedArray/sort_stable.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/sorting_buffer_access.js b/test/staging/sm/TypedArray/sorting_buffer_access.js index 00226549bb..654483029d 100644 --- a/test/staging/sm/TypedArray/sorting_buffer_access.js +++ b/test/staging/sm/TypedArray/sorting_buffer_access.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/subarray-species.js b/test/staging/sm/TypedArray/subarray-species.js index 72ed58a81a..fee79e9817 100644 --- a/test/staging/sm/TypedArray/subarray-species.js +++ b/test/staging/sm/TypedArray/subarray-species.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/subarray.js b/test/staging/sm/TypedArray/subarray.js index 7ef8714db3..66560e5777 100644 --- a/test/staging/sm/TypedArray/subarray.js +++ b/test/staging/sm/TypedArray/subarray.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/test-integrity-level-detached.js b/test/staging/sm/TypedArray/test-integrity-level-detached.js index 021a1bf6cb..4e04cb3c26 100644 --- a/test/staging/sm/TypedArray/test-integrity-level-detached.js +++ b/test/staging/sm/TypedArray/test-integrity-level-detached.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/test-integrity-level.js b/test/staging/sm/TypedArray/test-integrity-level.js index 209561c164..992476de9a 100644 --- a/test/staging/sm/TypedArray/test-integrity-level.js +++ b/test/staging/sm/TypedArray/test-integrity-level.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/toLocaleString-detached.js b/test/staging/sm/TypedArray/toLocaleString-detached.js index ebd961955f..cf503e0635 100644 --- a/test/staging/sm/TypedArray/toLocaleString-detached.js +++ b/test/staging/sm/TypedArray/toLocaleString-detached.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/toLocaleString-nointl.js b/test/staging/sm/TypedArray/toLocaleString-nointl.js index 7db9e7df1f..04bd605f36 100644 --- a/test/staging/sm/TypedArray/toLocaleString-nointl.js +++ b/test/staging/sm/TypedArray/toLocaleString-nointl.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/toLocaleString.js b/test/staging/sm/TypedArray/toLocaleString.js index 3e18cb78e4..c1ad6806bf 100644 --- a/test/staging/sm/TypedArray/toLocaleString.js +++ b/test/staging/sm/TypedArray/toLocaleString.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/toReversed-detached.js b/test/staging/sm/TypedArray/toReversed-detached.js index 34dc04196f..071634a368 100644 --- a/test/staging/sm/TypedArray/toReversed-detached.js +++ b/test/staging/sm/TypedArray/toReversed-detached.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/toSorted-detached.js b/test/staging/sm/TypedArray/toSorted-detached.js index ba0a9726ab..4a6bac4a85 100644 --- a/test/staging/sm/TypedArray/toSorted-detached.js +++ b/test/staging/sm/TypedArray/toSorted-detached.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/toString.js b/test/staging/sm/TypedArray/toString.js index 1071a1e899..fc4f0b3505 100644 --- a/test/staging/sm/TypedArray/toString.js +++ b/test/staging/sm/TypedArray/toString.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/toStringTag-cross-compartment.js b/test/staging/sm/TypedArray/toStringTag-cross-compartment.js index 4785f30833..d4b0b935f2 100644 --- a/test/staging/sm/TypedArray/toStringTag-cross-compartment.js +++ b/test/staging/sm/TypedArray/toStringTag-cross-compartment.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/uint8clamped-constructor.js b/test/staging/sm/TypedArray/uint8clamped-constructor.js index 099f4bb468..093e37502b 100644 --- a/test/staging/sm/TypedArray/uint8clamped-constructor.js +++ b/test/staging/sm/TypedArray/uint8clamped-constructor.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/values.js b/test/staging/sm/TypedArray/values.js index 9801345821..f78706fa6c 100644 --- a/test/staging/sm/TypedArray/values.js +++ b/test/staging/sm/TypedArray/values.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/with-detached.js b/test/staging/sm/TypedArray/with-detached.js index cf99ccddd5..b992f0ad9d 100644 --- a/test/staging/sm/TypedArray/with-detached.js +++ b/test/staging/sm/TypedArray/with-detached.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/with.js b/test/staging/sm/TypedArray/with.js index 3fcc81ce82..3164657528 100644 --- a/test/staging/sm/TypedArray/with.js +++ b/test/staging/sm/TypedArray/with.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 52f5b80b0a..5f7da5a459 100644 --- a/test/staging/sm/TypedArray/write-out-of-bounds-tonumber.js +++ b/test/staging/sm/TypedArray/write-out-of-bounds-tonumber.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/WeakMap/symbols.js b/test/staging/sm/WeakMap/symbols.js index e416cdf70b..1559d8de93 100644 --- a/test/staging/sm/WeakMap/symbols.js +++ b/test/staging/sm/WeakMap/symbols.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict info: | requires shell-options description: | diff --git a/test/staging/sm/argumentsLengthOpt.js b/test/staging/sm/argumentsLengthOpt.js index 6a94731b13..739ec84564 100644 --- a/test/staging/sm/argumentsLengthOpt.js +++ b/test/staging/sm/argumentsLengthOpt.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 6a2f0808e0..6ad9bbbb59 100644 --- a/test/staging/sm/async-functions/async-contains-unicode-escape.js +++ b/test/staging/sm/async-functions/async-contains-unicode-escape.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 91f9c3c9fd..1215364386 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 @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- module + - module description: | pending esid: pending 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 99cfdc41c1..2a2125e6a8 100644 --- a/test/staging/sm/async-functions/async-property-name-error.js +++ b/test/staging/sm/async-functions/async-property-name-error.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/async-functions/await-error.js b/test/staging/sm/async-functions/await-error.js index 4c63ea7849..e7ce9f1767 100644 --- a/test/staging/sm/async-functions/await-error.js +++ b/test/staging/sm/async-functions/await-error.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 5e89f6349a..54b7228499 100644 --- a/test/staging/sm/async-functions/await-in-arrow-parameters.js +++ b/test/staging/sm/async-functions/await-in-arrow-parameters.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 b14b2a0fcf..77aecc9ac6 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 @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/async-functions/constructor.js b/test/staging/sm/async-functions/constructor.js index 54e2e0cf2a..edd2928f58 100644 --- a/test/staging/sm/async-functions/constructor.js +++ b/test/staging/sm/async-functions/constructor.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 8e8030e45a..81b4bf9add 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 @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/async-functions/inner-caller.js b/test/staging/sm/async-functions/inner-caller.js index 9e514d5366..f698ee3b54 100644 --- a/test/staging/sm/async-functions/inner-caller.js +++ b/test/staging/sm/async-functions/inner-caller.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/async-functions/length.js b/test/staging/sm/async-functions/length.js index 915512b89a..fe53f4a45e 100644 --- a/test/staging/sm/async-functions/length.js +++ b/test/staging/sm/async-functions/length.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/async-functions/no-expression-closure.js b/test/staging/sm/async-functions/no-expression-closure.js index 4404671ee2..ce3624d66a 100644 --- a/test/staging/sm/async-functions/no-expression-closure.js +++ b/test/staging/sm/async-functions/no-expression-closure.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/async-functions/property.js b/test/staging/sm/async-functions/property.js index 807ba3ded4..c1281495db 100644 --- a/test/staging/sm/async-functions/property.js +++ b/test/staging/sm/async-functions/property.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/async-functions/toString.js b/test/staging/sm/async-functions/toString.js index 95a39454b5..26ca3d4cc3 100644 --- a/test/staging/sm/async-functions/toString.js +++ b/test/staging/sm/async-functions/toString.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/boundFunctionSubclassing.js b/test/staging/sm/class/boundFunctionSubclassing.js index 31d089311c..102e85bcad 100644 --- a/test/staging/sm/class/boundFunctionSubclassing.js +++ b/test/staging/sm/class/boundFunctionSubclassing.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/bytecodePatternMatching.js b/test/staging/sm/class/bytecodePatternMatching.js index 3b2d9564b7..81d8459dd4 100644 --- a/test/staging/sm/class/bytecodePatternMatching.js +++ b/test/staging/sm/class/bytecodePatternMatching.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/classConstructorNoCall.js b/test/staging/sm/class/classConstructorNoCall.js index 16b8c23a41..0e2746f1b5 100644 --- a/test/staging/sm/class/classConstructorNoCall.js +++ b/test/staging/sm/class/classConstructorNoCall.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/classHeritage.js b/test/staging/sm/class/classHeritage.js index 1b48be8155..43b76403a8 100644 --- a/test/staging/sm/class/classHeritage.js +++ b/test/staging/sm/class/classHeritage.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/className.js b/test/staging/sm/class/className.js index f066f650dd..1708c77456 100644 --- a/test/staging/sm/class/className.js +++ b/test/staging/sm/class/className.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/classPrototype.js b/test/staging/sm/class/classPrototype.js index beef460a22..0e48e690b4 100644 --- a/test/staging/sm/class/classPrototype.js +++ b/test/staging/sm/class/classPrototype.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/compPropDestr.js b/test/staging/sm/class/compPropDestr.js index d38a9042f7..0b678255d4 100644 --- a/test/staging/sm/class/compPropDestr.js +++ b/test/staging/sm/class/compPropDestr.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/compPropNames.js b/test/staging/sm/class/compPropNames.js index 8b5d345c2c..4a06372e9a 100644 --- a/test/staging/sm/class/compPropNames.js +++ b/test/staging/sm/class/compPropNames.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/constructorCalled.js b/test/staging/sm/class/constructorCalled.js index ad06efbec0..8aa27e1d3b 100644 --- a/test/staging/sm/class/constructorCalled.js +++ b/test/staging/sm/class/constructorCalled.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/defaultConstructorBase.js b/test/staging/sm/class/defaultConstructorBase.js index d9be05bb6a..53155c851c 100644 --- a/test/staging/sm/class/defaultConstructorBase.js +++ b/test/staging/sm/class/defaultConstructorBase.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/defaultConstructorDerivedSpread.js b/test/staging/sm/class/defaultConstructorDerivedSpread.js index c084a8afa5..a141e8b2ae 100644 --- a/test/staging/sm/class/defaultConstructorDerivedSpread.js +++ b/test/staging/sm/class/defaultConstructorDerivedSpread.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/defaultConstructorNotCallable.js b/test/staging/sm/class/defaultConstructorNotCallable.js index 42e313713d..cbdffb623b 100644 --- a/test/staging/sm/class/defaultConstructorNotCallable.js +++ b/test/staging/sm/class/defaultConstructorNotCallable.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/derivedConstructorArrowEvalBinding.js b/test/staging/sm/class/derivedConstructorArrowEvalBinding.js index 8f31166bf4..f79f3affe3 100644 --- a/test/staging/sm/class/derivedConstructorArrowEvalBinding.js +++ b/test/staging/sm/class/derivedConstructorArrowEvalBinding.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/derivedConstructorArrowEvalClosed.js b/test/staging/sm/class/derivedConstructorArrowEvalClosed.js index 1114870414..7d17aff324 100644 --- a/test/staging/sm/class/derivedConstructorArrowEvalClosed.js +++ b/test/staging/sm/class/derivedConstructorArrowEvalClosed.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/derivedConstructorArrowEvalEscape.js b/test/staging/sm/class/derivedConstructorArrowEvalEscape.js index e66cc8d448..b013df0148 100644 --- a/test/staging/sm/class/derivedConstructorArrowEvalEscape.js +++ b/test/staging/sm/class/derivedConstructorArrowEvalEscape.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/derivedConstructorArrowEvalEscapeUninitialized.js b/test/staging/sm/class/derivedConstructorArrowEvalEscapeUninitialized.js index 82d1e71965..f9b107c7c1 100644 --- a/test/staging/sm/class/derivedConstructorArrowEvalEscapeUninitialized.js +++ b/test/staging/sm/class/derivedConstructorArrowEvalEscapeUninitialized.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/derivedConstructorArrowEvalGetThis.js b/test/staging/sm/class/derivedConstructorArrowEvalGetThis.js index 34fcb18baf..3b803cb30d 100644 --- a/test/staging/sm/class/derivedConstructorArrowEvalGetThis.js +++ b/test/staging/sm/class/derivedConstructorArrowEvalGetThis.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/derivedConstructorArrowEvalNestedSuperCall.js b/test/staging/sm/class/derivedConstructorArrowEvalNestedSuperCall.js index a90fa33f12..a945472094 100644 --- a/test/staging/sm/class/derivedConstructorArrowEvalNestedSuperCall.js +++ b/test/staging/sm/class/derivedConstructorArrowEvalNestedSuperCall.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/derivedConstructorArrowEvalSuperCall.js b/test/staging/sm/class/derivedConstructorArrowEvalSuperCall.js index 10fb021c48..96d3c42fa9 100644 --- a/test/staging/sm/class/derivedConstructorArrowEvalSuperCall.js +++ b/test/staging/sm/class/derivedConstructorArrowEvalSuperCall.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/derivedConstructorInlining.js b/test/staging/sm/class/derivedConstructorInlining.js index 90cd15703d..1247f101d1 100644 --- a/test/staging/sm/class/derivedConstructorInlining.js +++ b/test/staging/sm/class/derivedConstructorInlining.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/derivedConstructorName.js b/test/staging/sm/class/derivedConstructorName.js index 2c8cc237c9..fb8514f681 100644 --- a/test/staging/sm/class/derivedConstructorName.js +++ b/test/staging/sm/class/derivedConstructorName.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/derivedConstructorReturnPrimitive.js b/test/staging/sm/class/derivedConstructorReturnPrimitive.js index 4919b4840b..4ebab83342 100644 --- a/test/staging/sm/class/derivedConstructorReturnPrimitive.js +++ b/test/staging/sm/class/derivedConstructorReturnPrimitive.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/derivedConstructorTDZExplicitThis.js b/test/staging/sm/class/derivedConstructorTDZExplicitThis.js index 6dbe71bc03..b28bad5de7 100644 --- a/test/staging/sm/class/derivedConstructorTDZExplicitThis.js +++ b/test/staging/sm/class/derivedConstructorTDZExplicitThis.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/derivedConstructorTDZOffEdge.js b/test/staging/sm/class/derivedConstructorTDZOffEdge.js index ebf1b7a921..01ffbad4c6 100644 --- a/test/staging/sm/class/derivedConstructorTDZOffEdge.js +++ b/test/staging/sm/class/derivedConstructorTDZOffEdge.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/derivedConstructorTDZReturnAliasedTry.js b/test/staging/sm/class/derivedConstructorTDZReturnAliasedTry.js index 8e277e4bbd..ddca7358ed 100644 --- a/test/staging/sm/class/derivedConstructorTDZReturnAliasedTry.js +++ b/test/staging/sm/class/derivedConstructorTDZReturnAliasedTry.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/derivedConstructorTDZReturnObject.js b/test/staging/sm/class/derivedConstructorTDZReturnObject.js index 278d76bf86..272024837f 100644 --- a/test/staging/sm/class/derivedConstructorTDZReturnObject.js +++ b/test/staging/sm/class/derivedConstructorTDZReturnObject.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/derivedConstructorTDZReturnTry.js b/test/staging/sm/class/derivedConstructorTDZReturnTry.js index 6360337100..c5536ccbb4 100644 --- a/test/staging/sm/class/derivedConstructorTDZReturnTry.js +++ b/test/staging/sm/class/derivedConstructorTDZReturnTry.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/derivedConstructorTDZReturnUndefined.js b/test/staging/sm/class/derivedConstructorTDZReturnUndefined.js index a4779000c5..f6a6ec221e 100644 --- a/test/staging/sm/class/derivedConstructorTDZReturnUndefined.js +++ b/test/staging/sm/class/derivedConstructorTDZReturnUndefined.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/extendBuiltinConstructors.js b/test/staging/sm/class/extendBuiltinConstructors.js index e88da67203..893019e629 100644 --- a/test/staging/sm/class/extendBuiltinConstructors.js +++ b/test/staging/sm/class/extendBuiltinConstructors.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 ee760a653f..c86fb6bdf9 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 @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 8d92b66868..9f732fa7a7 100644 --- a/test/staging/sm/class/fields-instance-class-name-binding.js +++ b/test/staging/sm/class/fields-instance-class-name-binding.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 68c85f0575..a296826962 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 @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 a2d202e126..dad07d65a8 100644 --- a/test/staging/sm/class/fields-static-class-name-binding.js +++ b/test/staging/sm/class/fields-static-class-name-binding.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/geterNoExprClosure.js b/test/staging/sm/class/geterNoExprClosure.js index 60e00e16cb..6cba22c384 100644 --- a/test/staging/sm/class/geterNoExprClosure.js +++ b/test/staging/sm/class/geterNoExprClosure.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/innerBinding.js b/test/staging/sm/class/innerBinding.js index fc93bb0a94..7d1cd3e7be 100644 --- a/test/staging/sm/class/innerBinding.js +++ b/test/staging/sm/class/innerBinding.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/methDefn.js b/test/staging/sm/class/methDefn.js index fbb15380a2..474382bf59 100644 --- a/test/staging/sm/class/methDefn.js +++ b/test/staging/sm/class/methDefn.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/methDefnGen.js b/test/staging/sm/class/methDefnGen.js index d7625b8929..e9da2aa34e 100644 --- a/test/staging/sm/class/methDefnGen.js +++ b/test/staging/sm/class/methDefnGen.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/methodInstallation.js b/test/staging/sm/class/methodInstallation.js index ffb23b27d2..699a6ddf24 100644 --- a/test/staging/sm/class/methodInstallation.js +++ b/test/staging/sm/class/methodInstallation.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/methodName.js b/test/staging/sm/class/methodName.js index a84d037517..5dc7a4215e 100644 --- a/test/staging/sm/class/methodName.js +++ b/test/staging/sm/class/methodName.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/methodOverwrites.js b/test/staging/sm/class/methodOverwrites.js index d2192b84cd..de0f089118 100644 --- a/test/staging/sm/class/methodOverwrites.js +++ b/test/staging/sm/class/methodOverwrites.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/methodsPrototype.js b/test/staging/sm/class/methodsPrototype.js index bc091da462..aa6580559e 100644 --- a/test/staging/sm/class/methodsPrototype.js +++ b/test/staging/sm/class/methodsPrototype.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/newTargetArgumentsIntact.js b/test/staging/sm/class/newTargetArgumentsIntact.js index 17ebc85223..2205543894 100644 --- a/test/staging/sm/class/newTargetArgumentsIntact.js +++ b/test/staging/sm/class/newTargetArgumentsIntact.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/newTargetArrow.js b/test/staging/sm/class/newTargetArrow.js index 6071cb6ae3..0a9e0c8b6d 100644 --- a/test/staging/sm/class/newTargetArrow.js +++ b/test/staging/sm/class/newTargetArrow.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/newTargetBound.js b/test/staging/sm/class/newTargetBound.js index 46f40c9941..e291b6534e 100644 --- a/test/staging/sm/class/newTargetBound.js +++ b/test/staging/sm/class/newTargetBound.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/newTargetCCW.js b/test/staging/sm/class/newTargetCCW.js index ac6bde6dbb..41d6679d34 100644 --- a/test/staging/sm/class/newTargetCCW.js +++ b/test/staging/sm/class/newTargetCCW.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/newTargetDVG.js b/test/staging/sm/class/newTargetDVG.js index 9bd508a67e..8fe35b88a6 100644 --- a/test/staging/sm/class/newTargetDVG.js +++ b/test/staging/sm/class/newTargetDVG.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/newTargetDefaults.js b/test/staging/sm/class/newTargetDefaults.js index 0aa93936a9..f336a82b87 100644 --- a/test/staging/sm/class/newTargetDefaults.js +++ b/test/staging/sm/class/newTargetDefaults.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/newTargetDirectInvoke.js b/test/staging/sm/class/newTargetDirectInvoke.js index 8e642e1452..939319b804 100644 --- a/test/staging/sm/class/newTargetDirectInvoke.js +++ b/test/staging/sm/class/newTargetDirectInvoke.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/newTargetEval.js b/test/staging/sm/class/newTargetEval.js index 2cbc4c5f0a..05f508e42c 100644 --- a/test/staging/sm/class/newTargetEval.js +++ b/test/staging/sm/class/newTargetEval.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/newTargetGenerators.js b/test/staging/sm/class/newTargetGenerators.js index 42173e636a..443a24ab56 100644 --- a/test/staging/sm/class/newTargetGenerators.js +++ b/test/staging/sm/class/newTargetGenerators.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/newTargetMethods.js b/test/staging/sm/class/newTargetMethods.js index aecefa9c80..aebd695215 100644 --- a/test/staging/sm/class/newTargetMethods.js +++ b/test/staging/sm/class/newTargetMethods.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/newTargetNonFunction.js b/test/staging/sm/class/newTargetNonFunction.js index 0705f5da4d..2a19af0a33 100644 --- a/test/staging/sm/class/newTargetNonFunction.js +++ b/test/staging/sm/class/newTargetNonFunction.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/newTargetProxyNative.js b/test/staging/sm/class/newTargetProxyNative.js index a6e89470f6..8fe35cbeb6 100644 --- a/test/staging/sm/class/newTargetProxyNative.js +++ b/test/staging/sm/class/newTargetProxyNative.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/parenExprToString.js b/test/staging/sm/class/parenExprToString.js index c5a602ed23..a0a7d1fb72 100644 --- a/test/staging/sm/class/parenExprToString.js +++ b/test/staging/sm/class/parenExprToString.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/staticConstructor.js b/test/staging/sm/class/staticConstructor.js index 501ecaacb3..c59a9a3511 100644 --- a/test/staging/sm/class/staticConstructor.js +++ b/test/staging/sm/class/staticConstructor.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/staticMethods.js b/test/staging/sm/class/staticMethods.js index 8601416794..e7e990126b 100644 --- a/test/staging/sm/class/staticMethods.js +++ b/test/staging/sm/class/staticMethods.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/strictExecution.js b/test/staging/sm/class/strictExecution.js index ff3991f0e3..e09b0082c1 100644 --- a/test/staging/sm/class/strictExecution.js +++ b/test/staging/sm/class/strictExecution.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/stringConstructor.js b/test/staging/sm/class/stringConstructor.js index a82cf01ed8..135ea3a97a 100644 --- a/test/staging/sm/class/stringConstructor.js +++ b/test/staging/sm/class/stringConstructor.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/subclassedArrayUnboxed.js b/test/staging/sm/class/subclassedArrayUnboxed.js index bd23acaeb1..e9e3aad564 100644 --- a/test/staging/sm/class/subclassedArrayUnboxed.js +++ b/test/staging/sm/class/subclassedArrayUnboxed.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/superCallBadDynamicSuperClass.js b/test/staging/sm/class/superCallBadDynamicSuperClass.js index f223c9ae31..31c7630309 100644 --- a/test/staging/sm/class/superCallBadDynamicSuperClass.js +++ b/test/staging/sm/class/superCallBadDynamicSuperClass.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/superCallBadNewTargetPrototype.js b/test/staging/sm/class/superCallBadNewTargetPrototype.js index 2ad830e0d3..523944d45e 100644 --- a/test/staging/sm/class/superCallBadNewTargetPrototype.js +++ b/test/staging/sm/class/superCallBadNewTargetPrototype.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/superCallBaseInvoked.js b/test/staging/sm/class/superCallBaseInvoked.js index a3729959ee..bc7fe32e36 100644 --- a/test/staging/sm/class/superCallBaseInvoked.js +++ b/test/staging/sm/class/superCallBaseInvoked.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/superCallIllegal.js b/test/staging/sm/class/superCallIllegal.js index 6e2aacef2e..2745b46d6d 100644 --- a/test/staging/sm/class/superCallIllegal.js +++ b/test/staging/sm/class/superCallIllegal.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/superCallInvalidBase.js b/test/staging/sm/class/superCallInvalidBase.js index b0a92c8d22..720dc1fb38 100644 --- a/test/staging/sm/class/superCallInvalidBase.js +++ b/test/staging/sm/class/superCallInvalidBase.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/superCallOrder.js b/test/staging/sm/class/superCallOrder.js index 9731200869..4042dfd8fe 100644 --- a/test/staging/sm/class/superCallOrder.js +++ b/test/staging/sm/class/superCallOrder.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/superCallProperBase.js b/test/staging/sm/class/superCallProperBase.js index 4c531b77b2..45c59bcdd5 100644 --- a/test/staging/sm/class/superCallProperBase.js +++ b/test/staging/sm/class/superCallProperBase.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/superCallSpreadCall.js b/test/staging/sm/class/superCallSpreadCall.js index c83d8ec7ce..44ca11d9ca 100644 --- a/test/staging/sm/class/superCallSpreadCall.js +++ b/test/staging/sm/class/superCallSpreadCall.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/superCallThisInit.js b/test/staging/sm/class/superCallThisInit.js index cf20c22ae0..1638b84976 100644 --- a/test/staging/sm/class/superCallThisInit.js +++ b/test/staging/sm/class/superCallThisInit.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/superElemDelete.js b/test/staging/sm/class/superElemDelete.js index 1972915488..210602f732 100644 --- a/test/staging/sm/class/superElemDelete.js +++ b/test/staging/sm/class/superElemDelete.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/superPropBasicCalls.js b/test/staging/sm/class/superPropBasicCalls.js index 62da5bbadb..8f43569079 100644 --- a/test/staging/sm/class/superPropBasicCalls.js +++ b/test/staging/sm/class/superPropBasicCalls.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/superPropBasicChain.js b/test/staging/sm/class/superPropBasicChain.js index d40aee417e..7e677a492c 100644 --- a/test/staging/sm/class/superPropBasicChain.js +++ b/test/staging/sm/class/superPropBasicChain.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/superPropBasicGetter.js b/test/staging/sm/class/superPropBasicGetter.js index 817ca11e4c..677da45c81 100644 --- a/test/staging/sm/class/superPropBasicGetter.js +++ b/test/staging/sm/class/superPropBasicGetter.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/superPropBasicNew.js b/test/staging/sm/class/superPropBasicNew.js index ae8660bc29..ed64919954 100644 --- a/test/staging/sm/class/superPropBasicNew.js +++ b/test/staging/sm/class/superPropBasicNew.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/superPropChains.js b/test/staging/sm/class/superPropChains.js index 85558fd3e6..4030b1fadd 100644 --- a/test/staging/sm/class/superPropChains.js +++ b/test/staging/sm/class/superPropChains.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/superPropDVG.js b/test/staging/sm/class/superPropDVG.js index 98b8f5313a..6a3ba3238b 100644 --- a/test/staging/sm/class/superPropDVG.js +++ b/test/staging/sm/class/superPropDVG.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/superPropDelete.js b/test/staging/sm/class/superPropDelete.js index 920d14811c..edfc211bf3 100644 --- a/test/staging/sm/class/superPropDelete.js +++ b/test/staging/sm/class/superPropDelete.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/superPropDerivedCalls.js b/test/staging/sm/class/superPropDerivedCalls.js index aa37281c87..1a1a1092aa 100644 --- a/test/staging/sm/class/superPropDerivedCalls.js +++ b/test/staging/sm/class/superPropDerivedCalls.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/superPropDestructuring.js b/test/staging/sm/class/superPropDestructuring.js index 372aaee405..47c2bf58d2 100644 --- a/test/staging/sm/class/superPropDestructuring.js +++ b/test/staging/sm/class/superPropDestructuring.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/superPropEvalInsideArrow.js b/test/staging/sm/class/superPropEvalInsideArrow.js index 6954f19945..181c6e8894 100644 --- a/test/staging/sm/class/superPropEvalInsideArrow.js +++ b/test/staging/sm/class/superPropEvalInsideArrow.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/superPropEvalInsideNested.js b/test/staging/sm/class/superPropEvalInsideNested.js index 70a17fa2fa..3939fb3c37 100644 --- a/test/staging/sm/class/superPropEvalInsideNested.js +++ b/test/staging/sm/class/superPropEvalInsideNested.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/superPropFor.js b/test/staging/sm/class/superPropFor.js index 4764629f01..8094af13e7 100644 --- a/test/staging/sm/class/superPropFor.js +++ b/test/staging/sm/class/superPropFor.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/superPropHeavyweightArrow.js b/test/staging/sm/class/superPropHeavyweightArrow.js index 4b05d8be21..e29d07bf93 100644 --- a/test/staging/sm/class/superPropHeavyweightArrow.js +++ b/test/staging/sm/class/superPropHeavyweightArrow.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/superPropHomeObject.js b/test/staging/sm/class/superPropHomeObject.js index fd5ca1c1cb..1b99c974ec 100644 --- a/test/staging/sm/class/superPropHomeObject.js +++ b/test/staging/sm/class/superPropHomeObject.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/superPropIncDecElem.js b/test/staging/sm/class/superPropIncDecElem.js index 9a92760a30..4417f324bb 100644 --- a/test/staging/sm/class/superPropIncDecElem.js +++ b/test/staging/sm/class/superPropIncDecElem.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/superPropLazyInnerFunction.js b/test/staging/sm/class/superPropLazyInnerFunction.js index 292ccba3f3..d0fc532d6a 100644 --- a/test/staging/sm/class/superPropLazyInnerFunction.js +++ b/test/staging/sm/class/superPropLazyInnerFunction.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/superPropNoOverwriting.js b/test/staging/sm/class/superPropNoOverwriting.js index 4d802fe719..0bc0e39ba6 100644 --- a/test/staging/sm/class/superPropNoOverwriting.js +++ b/test/staging/sm/class/superPropNoOverwriting.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/superPropOrdering.js b/test/staging/sm/class/superPropOrdering.js index 04ac798e8c..829f035c96 100644 --- a/test/staging/sm/class/superPropOrdering.js +++ b/test/staging/sm/class/superPropOrdering.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/superPropProtoChanges.js b/test/staging/sm/class/superPropProtoChanges.js index 64310a20e5..81b39a8a54 100644 --- a/test/staging/sm/class/superPropProtoChanges.js +++ b/test/staging/sm/class/superPropProtoChanges.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/superPropProxies.js b/test/staging/sm/class/superPropProxies.js index c089351cb2..dba771559b 100644 --- a/test/staging/sm/class/superPropProxies.js +++ b/test/staging/sm/class/superPropProxies.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/superPropSkips.js b/test/staging/sm/class/superPropSkips.js index 7f90fb9cf3..d203bdf8c1 100644 --- a/test/staging/sm/class/superPropSkips.js +++ b/test/staging/sm/class/superPropSkips.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/superPropStatics.js b/test/staging/sm/class/superPropStatics.js index 0d0935482d..0924e1d49a 100644 --- a/test/staging/sm/class/superPropStatics.js +++ b/test/staging/sm/class/superPropStatics.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/superPropStrictAssign.js b/test/staging/sm/class/superPropStrictAssign.js index cfd0279480..6ade9398d1 100644 --- a/test/staging/sm/class/superPropStrictAssign.js +++ b/test/staging/sm/class/superPropStrictAssign.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/superThisStrictNoBoxing.js b/test/staging/sm/class/superThisStrictNoBoxing.js index 2198f7c5fc..a6fd18c9a1 100644 --- a/test/staging/sm/class/superThisStrictNoBoxing.js +++ b/test/staging/sm/class/superThisStrictNoBoxing.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/class/uninitializedThisError.js b/test/staging/sm/class/uninitializedThisError.js index 4d75c3f461..4c81909ac1 100644 --- a/test/staging/sm/class/uninitializedThisError.js +++ b/test/staging/sm/class/uninitializedThisError.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/destructuring/array-default-class.js b/test/staging/sm/destructuring/array-default-class.js index 154deff1f8..a15c27bc0e 100644 --- a/test/staging/sm/destructuring/array-default-class.js +++ b/test/staging/sm/destructuring/array-default-class.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/destructuring/array-iterator-close.js b/test/staging/sm/destructuring/array-iterator-close.js index ff98cc7f07..b2747e9b1f 100644 --- a/test/staging/sm/destructuring/array-iterator-close.js +++ b/test/staging/sm/destructuring/array-iterator-close.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/destructuring/bug1396261.js b/test/staging/sm/destructuring/bug1396261.js index 0d20ab7a28..12fdfa9056 100644 --- a/test/staging/sm/destructuring/bug1396261.js +++ b/test/staging/sm/destructuring/bug1396261.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/destructuring/constant-folding.js b/test/staging/sm/destructuring/constant-folding.js index baa11aa20c..7ae9a2cc61 100644 --- a/test/staging/sm/destructuring/constant-folding.js +++ b/test/staging/sm/destructuring/constant-folding.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/destructuring/iterator-primitive.js b/test/staging/sm/destructuring/iterator-primitive.js index 861c7b0c47..4e874cb02a 100644 --- a/test/staging/sm/destructuring/iterator-primitive.js +++ b/test/staging/sm/destructuring/iterator-primitive.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/destructuring/order-super.js b/test/staging/sm/destructuring/order-super.js index 766482c7f3..fd958343ef 100644 --- a/test/staging/sm/destructuring/order-super.js +++ b/test/staging/sm/destructuring/order-super.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/destructuring/order.js b/test/staging/sm/destructuring/order.js index 6ef50e5b3b..bd932625bc 100644 --- a/test/staging/sm/destructuring/order.js +++ b/test/staging/sm/destructuring/order.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 eac82ff791..a2790399da 100644 --- a/test/staging/sm/eval/exhaustive-fun-normalcaller-direct-normalcode.js +++ b/test/staging/sm/eval/exhaustive-fun-normalcaller-direct-normalcode.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 23f50ad1be..25af842903 100644 --- a/test/staging/sm/eval/exhaustive-fun-normalcaller-direct-strictcode.js +++ b/test/staging/sm/eval/exhaustive-fun-normalcaller-direct-strictcode.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 97d8c947bc..0e156a4010 100644 --- a/test/staging/sm/eval/exhaustive-fun-normalcaller-indirect-normalcode.js +++ b/test/staging/sm/eval/exhaustive-fun-normalcaller-indirect-normalcode.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 a5ab6d7186..43872a994b 100644 --- a/test/staging/sm/eval/exhaustive-fun-normalcaller-indirect-strictcode.js +++ b/test/staging/sm/eval/exhaustive-fun-normalcaller-indirect-strictcode.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 7429834f5c..7940b6445b 100644 --- a/test/staging/sm/eval/exhaustive-fun-strictcaller-direct-normalcode.js +++ b/test/staging/sm/eval/exhaustive-fun-strictcaller-direct-normalcode.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 88bc193bb9..9f830b6c31 100644 --- a/test/staging/sm/eval/exhaustive-fun-strictcaller-direct-strictcode.js +++ b/test/staging/sm/eval/exhaustive-fun-strictcaller-direct-strictcode.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 879abc55a9..03919d6c76 100644 --- a/test/staging/sm/eval/exhaustive-fun-strictcaller-indirect-normalcode.js +++ b/test/staging/sm/eval/exhaustive-fun-strictcaller-indirect-normalcode.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 a8c227dccd..19b3195d5d 100644 --- a/test/staging/sm/eval/exhaustive-fun-strictcaller-indirect-strictcode.js +++ b/test/staging/sm/eval/exhaustive-fun-strictcaller-indirect-strictcode.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 63b49f3110..0dd64696fd 100644 --- a/test/staging/sm/eval/exhaustive-global-normalcaller-direct-normalcode.js +++ b/test/staging/sm/eval/exhaustive-global-normalcaller-direct-normalcode.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 eeeac99caa..0e10a93154 100644 --- a/test/staging/sm/eval/exhaustive-global-normalcaller-direct-strictcode.js +++ b/test/staging/sm/eval/exhaustive-global-normalcaller-direct-strictcode.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 99569bb02a..9e716200dc 100644 --- a/test/staging/sm/eval/exhaustive-global-normalcaller-indirect-normalcode.js +++ b/test/staging/sm/eval/exhaustive-global-normalcaller-indirect-normalcode.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 02ea3cf3be..1ba121c699 100644 --- a/test/staging/sm/eval/exhaustive-global-normalcaller-indirect-strictcode.js +++ b/test/staging/sm/eval/exhaustive-global-normalcaller-indirect-strictcode.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 40613a0383..b24a9e8ac3 100644 --- a/test/staging/sm/eval/exhaustive-global-strictcaller-direct-normalcode.js +++ b/test/staging/sm/eval/exhaustive-global-strictcaller-direct-normalcode.js @@ -5,7 +5,7 @@ /*--- flags: -- onlyStrict + - onlyStrict includes: [sm/non262.js, sm/non262-shell.js] description: | 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 1aa6d7969d..cf3f879171 100644 --- a/test/staging/sm/eval/exhaustive-global-strictcaller-direct-strictcode.js +++ b/test/staging/sm/eval/exhaustive-global-strictcaller-direct-strictcode.js @@ -5,7 +5,7 @@ /*--- flags: -- onlyStrict + - onlyStrict includes: [sm/non262.js, sm/non262-shell.js] description: | 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 35ef0e88f2..7f52cb2428 100644 --- a/test/staging/sm/eval/exhaustive-global-strictcaller-indirect-normalcode.js +++ b/test/staging/sm/eval/exhaustive-global-strictcaller-indirect-normalcode.js @@ -5,7 +5,7 @@ /*--- flags: -- onlyStrict + - onlyStrict includes: [sm/non262.js, sm/non262-shell.js] description: | 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 afeea04b12..af1f47d0a2 100644 --- a/test/staging/sm/eval/exhaustive-global-strictcaller-indirect-strictcode.js +++ b/test/staging/sm/eval/exhaustive-global-strictcaller-indirect-strictcode.js @@ -5,7 +5,7 @@ /*--- flags: -- onlyStrict + - onlyStrict includes: [sm/non262.js, sm/non262-shell.js] description: | pending diff --git a/test/staging/sm/eval/line-terminator-paragraph-terminator.js b/test/staging/sm/eval/line-terminator-paragraph-terminator.js index a06ddf21a9..10c2c13302 100644 --- a/test/staging/sm/eval/line-terminator-paragraph-terminator.js +++ b/test/staging/sm/eval/line-terminator-paragraph-terminator.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 1e059099f7..c376c5b63c 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 @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/eval/regress-531682.js b/test/staging/sm/eval/regress-531682.js index a4cd37fa95..a8acebd983 100644 --- a/test/staging/sm/eval/regress-531682.js +++ b/test/staging/sm/eval/regress-531682.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 262eb01f06..679f0fdf25 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 @@ -5,7 +5,7 @@ /*--- flags: -- onlyStrict + - onlyStrict includes: [sm/non262.js, sm/non262-shell.js] description: | pending diff --git a/test/staging/sm/expressions/11.1.5-01.js b/test/staging/sm/expressions/11.1.5-01.js index 509245671d..85e1f196d9 100644 --- a/test/staging/sm/expressions/11.1.5-01.js +++ b/test/staging/sm/expressions/11.1.5-01.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/expressions/ToPropertyKey-symbols.js b/test/staging/sm/expressions/ToPropertyKey-symbols.js index 3be1762d22..ef5be22c58 100644 --- a/test/staging/sm/expressions/ToPropertyKey-symbols.js +++ b/test/staging/sm/expressions/ToPropertyKey-symbols.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/expressions/binary-literals.js b/test/staging/sm/expressions/binary-literals.js index 7de70530b0..1eb301794d 100644 --- a/test/staging/sm/expressions/binary-literals.js +++ b/test/staging/sm/expressions/binary-literals.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/expressions/computed-property-side-effects.js b/test/staging/sm/expressions/computed-property-side-effects.js index 9abdf5413c..c78767c4fe 100644 --- a/test/staging/sm/expressions/computed-property-side-effects.js +++ b/test/staging/sm/expressions/computed-property-side-effects.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/expressions/constant-folded-labeled-statement.js b/test/staging/sm/expressions/constant-folded-labeled-statement.js index 9a8be9f24e..0893c91f47 100644 --- a/test/staging/sm/expressions/constant-folded-labeled-statement.js +++ b/test/staging/sm/expressions/constant-folded-labeled-statement.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 d6aed66f4b..4ddd8947b6 100644 --- a/test/staging/sm/expressions/delete-constant-folded-and-or.js +++ b/test/staging/sm/expressions/delete-constant-folded-and-or.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 a24260297f..fe736df329 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 @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/expressions/destructuring-array-default-call.js b/test/staging/sm/expressions/destructuring-array-default-call.js index 44b32fc953..2c4207d886 100644 --- a/test/staging/sm/expressions/destructuring-array-default-call.js +++ b/test/staging/sm/expressions/destructuring-array-default-call.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/expressions/destructuring-array-default-class.js b/test/staging/sm/expressions/destructuring-array-default-class.js index 59d7f60e19..dfe145dbb9 100644 --- a/test/staging/sm/expressions/destructuring-array-default-class.js +++ b/test/staging/sm/expressions/destructuring-array-default-class.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 02817788e7..93b2f0c720 100644 --- a/test/staging/sm/expressions/destructuring-array-default-function-nested.js +++ b/test/staging/sm/expressions/destructuring-array-default-function-nested.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/expressions/destructuring-array-default-function.js b/test/staging/sm/expressions/destructuring-array-default-function.js index 80f346d280..3954c63e7b 100644 --- a/test/staging/sm/expressions/destructuring-array-default-function.js +++ b/test/staging/sm/expressions/destructuring-array-default-function.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/expressions/destructuring-array-default-simple.js b/test/staging/sm/expressions/destructuring-array-default-simple.js index 3ad918fb3c..99e9dd8997 100644 --- a/test/staging/sm/expressions/destructuring-array-default-simple.js +++ b/test/staging/sm/expressions/destructuring-array-default-simple.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/expressions/destructuring-array-default-yield.js b/test/staging/sm/expressions/destructuring-array-default-yield.js index 5a50150389..5f7e11c179 100644 --- a/test/staging/sm/expressions/destructuring-array-default-yield.js +++ b/test/staging/sm/expressions/destructuring-array-default-yield.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/expressions/destructuring-array-done.js b/test/staging/sm/expressions/destructuring-array-done.js index c92262d6b9..4adcf809af 100644 --- a/test/staging/sm/expressions/destructuring-array-done.js +++ b/test/staging/sm/expressions/destructuring-array-done.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/expressions/destructuring-array-lexical.js b/test/staging/sm/expressions/destructuring-array-lexical.js index d06d45a04c..1e93e23996 100644 --- a/test/staging/sm/expressions/destructuring-array-lexical.js +++ b/test/staging/sm/expressions/destructuring-array-lexical.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/expressions/destructuring-object-__proto__-1.js b/test/staging/sm/expressions/destructuring-object-__proto__-1.js index f8b2d300f5..51bd5251b6 100644 --- a/test/staging/sm/expressions/destructuring-object-__proto__-1.js +++ b/test/staging/sm/expressions/destructuring-object-__proto__-1.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/expressions/destructuring-object-__proto__-2.js b/test/staging/sm/expressions/destructuring-object-__proto__-2.js index 0d427b9cb5..9bf4ffa158 100644 --- a/test/staging/sm/expressions/destructuring-object-__proto__-2.js +++ b/test/staging/sm/expressions/destructuring-object-__proto__-2.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/expressions/destructuring-pattern-parenthesized.js b/test/staging/sm/expressions/destructuring-pattern-parenthesized.js index ebf4110ed1..85d9e4d54a 100644 --- a/test/staging/sm/expressions/destructuring-pattern-parenthesized.js +++ b/test/staging/sm/expressions/destructuring-pattern-parenthesized.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/expressions/exponentiation-unparenthesised-unary.js b/test/staging/sm/expressions/exponentiation-unparenthesised-unary.js index 3e22c4bf13..7bddd77933 100644 --- a/test/staging/sm/expressions/exponentiation-unparenthesised-unary.js +++ b/test/staging/sm/expressions/exponentiation-unparenthesised-unary.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/expressions/inNotObjectError.js b/test/staging/sm/expressions/inNotObjectError.js index 83f15910b0..6c1d62f669 100644 --- a/test/staging/sm/expressions/inNotObjectError.js +++ b/test/staging/sm/expressions/inNotObjectError.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/expressions/named-accessor-function.js b/test/staging/sm/expressions/named-accessor-function.js index dd0fc8fe36..2c03ae2f48 100644 --- a/test/staging/sm/expressions/named-accessor-function.js +++ b/test/staging/sm/expressions/named-accessor-function.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 aa923a3a8b..7404ab91ba 100644 --- a/test/staging/sm/expressions/nested-delete-name-in-evalcode.js +++ b/test/staging/sm/expressions/nested-delete-name-in-evalcode.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/expressions/nullish-coalescing.js b/test/staging/sm/expressions/nullish-coalescing.js index 214d09fe41..bc1ed4d542 100644 --- a/test/staging/sm/expressions/nullish-coalescing.js +++ b/test/staging/sm/expressions/nullish-coalescing.js @@ -3,10 +3,10 @@ /*--- features: -- IsHTMLDDA + - IsHTMLDDA includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/expressions/object-literal-__proto__.js b/test/staging/sm/expressions/object-literal-__proto__.js index 51e20b01c1..2f0d498312 100644 --- a/test/staging/sm/expressions/object-literal-__proto__.js +++ b/test/staging/sm/expressions/object-literal-__proto__.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/expressions/object-literal-accessor-arguments.js b/test/staging/sm/expressions/object-literal-accessor-arguments.js index 0c947d3634..8548ed237b 100644 --- a/test/staging/sm/expressions/object-literal-accessor-arguments.js +++ b/test/staging/sm/expressions/object-literal-accessor-arguments.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 da97b217d4..5cffe9170f 100644 --- a/test/staging/sm/expressions/object-literal-accessor-property-name.js +++ b/test/staging/sm/expressions/object-literal-accessor-property-name.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 c65f491c6b..2157713e32 100644 --- a/test/staging/sm/expressions/object-literal-computed-property-evaluation.js +++ b/test/staging/sm/expressions/object-literal-computed-property-evaluation.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/expressions/octal-literals.js b/test/staging/sm/expressions/octal-literals.js index e90e871acf..18ac1fa82c 100644 --- a/test/staging/sm/expressions/octal-literals.js +++ b/test/staging/sm/expressions/octal-literals.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/expressions/optional-chain-class-heritage.js b/test/staging/sm/expressions/optional-chain-class-heritage.js index 6e7f4e4317..a59afff7d3 100644 --- a/test/staging/sm/expressions/optional-chain-class-heritage.js +++ b/test/staging/sm/expressions/optional-chain-class-heritage.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/expressions/optional-chain-first-expression.js b/test/staging/sm/expressions/optional-chain-first-expression.js index 268102d990..3014385863 100644 --- a/test/staging/sm/expressions/optional-chain-first-expression.js +++ b/test/staging/sm/expressions/optional-chain-first-expression.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/expressions/optional-chain-super-elem.js b/test/staging/sm/expressions/optional-chain-super-elem.js index 15732278ee..5a6681079e 100644 --- a/test/staging/sm/expressions/optional-chain-super-elem.js +++ b/test/staging/sm/expressions/optional-chain-super-elem.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/expressions/optional-chain-tdz.js b/test/staging/sm/expressions/optional-chain-tdz.js index 8c04cfed49..2f40d768a3 100644 --- a/test/staging/sm/expressions/optional-chain-tdz.js +++ b/test/staging/sm/expressions/optional-chain-tdz.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/expressions/optional-chain.js b/test/staging/sm/expressions/optional-chain.js index 307e6bea52..ef09dcd8cc 100644 --- a/test/staging/sm/expressions/optional-chain.js +++ b/test/staging/sm/expressions/optional-chain.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/expressions/primitive-this-boxing-behavior.js b/test/staging/sm/expressions/primitive-this-boxing-behavior.js index b5e6471808..40c021488c 100644 --- a/test/staging/sm/expressions/primitive-this-boxing-behavior.js +++ b/test/staging/sm/expressions/primitive-this-boxing-behavior.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 0225c5e85f..62c7919f9a 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 @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 cdbf57d26d..2c2bde289a 100644 --- a/test/staging/sm/expressions/short-circuit-compound-assignment-const.js +++ b/test/staging/sm/expressions/short-circuit-compound-assignment-const.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 3271f772ce..f813d9ba7f 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 @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 3859e9b080..b7a449a0eb 100644 --- a/test/staging/sm/expressions/short-circuit-compound-assignment-tdz.js +++ b/test/staging/sm/expressions/short-circuit-compound-assignment-tdz.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/expressions/short-circuit-compound-assignment.js b/test/staging/sm/expressions/short-circuit-compound-assignment.js index 4423a85b81..702e9ba0b5 100644 --- a/test/staging/sm/expressions/short-circuit-compound-assignment.js +++ b/test/staging/sm/expressions/short-circuit-compound-assignment.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/expressions/string-literal-escape-sequences.js b/test/staging/sm/expressions/string-literal-escape-sequences.js index 89c4eeb9ec..c7038cd793 100644 --- a/test/staging/sm/expressions/string-literal-escape-sequences.js +++ b/test/staging/sm/expressions/string-literal-escape-sequences.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/expressions/tagged-template-constant-folding.js b/test/staging/sm/expressions/tagged-template-constant-folding.js index 1d35f0afdb..ceae40cff8 100644 --- a/test/staging/sm/expressions/tagged-template-constant-folding.js +++ b/test/staging/sm/expressions/tagged-template-constant-folding.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/extensions/8.12.5-01.js b/test/staging/sm/extensions/8.12.5-01.js index c98b821788..57b678aa8f 100644 --- a/test/staging/sm/extensions/8.12.5-01.js +++ b/test/staging/sm/extensions/8.12.5-01.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/extensions/ArrayBuffer-slice-arguments-detaching.js b/test/staging/sm/extensions/ArrayBuffer-slice-arguments-detaching.js index da203d271f..1b0655820e 100644 --- a/test/staging/sm/extensions/ArrayBuffer-slice-arguments-detaching.js +++ b/test/staging/sm/extensions/ArrayBuffer-slice-arguments-detaching.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/extensions/DataView-construct-arguments-detaching.js b/test/staging/sm/extensions/DataView-construct-arguments-detaching.js index 8ba1bfb42a..b923dab1e8 100644 --- a/test/staging/sm/extensions/DataView-construct-arguments-detaching.js +++ b/test/staging/sm/extensions/DataView-construct-arguments-detaching.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/extensions/DataView-set-arguments-detaching.js b/test/staging/sm/extensions/DataView-set-arguments-detaching.js index 7c72e312e9..762a7a3767 100644 --- a/test/staging/sm/extensions/DataView-set-arguments-detaching.js +++ b/test/staging/sm/extensions/DataView-set-arguments-detaching.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/extensions/RegExp-error-message-skip-selfhosted-frames.js b/test/staging/sm/extensions/RegExp-error-message-skip-selfhosted-frames.js index 8083895b64..b06a2f84f3 100644 --- a/test/staging/sm/extensions/RegExp-error-message-skip-selfhosted-frames.js +++ b/test/staging/sm/extensions/RegExp-error-message-skip-selfhosted-frames.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/extensions/String-match-flags.js b/test/staging/sm/extensions/String-match-flags.js index 8df4fc9002..64ee195c5f 100644 --- a/test/staging/sm/extensions/String-match-flags.js +++ b/test/staging/sm/extensions/String-match-flags.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 2376e516e3..d4a3a75b03 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 @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/extensions/TypedArray-subarray-arguments-detaching.js b/test/staging/sm/extensions/TypedArray-subarray-arguments-detaching.js index 317a5161e9..8dcc881c91 100644 --- a/test/staging/sm/extensions/TypedArray-subarray-arguments-detaching.js +++ b/test/staging/sm/extensions/TypedArray-subarray-arguments-detaching.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/extensions/__proto__.js b/test/staging/sm/extensions/__proto__.js index 8fccd2df8f..913c4083f6 100644 --- a/test/staging/sm/extensions/__proto__.js +++ b/test/staging/sm/extensions/__proto__.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 090ef4ec77..137ca264cf 100644 --- a/test/staging/sm/extensions/arguments-property-access-in-function.js +++ b/test/staging/sm/extensions/arguments-property-access-in-function.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/extensions/array-inherited-__proto__.js b/test/staging/sm/extensions/array-inherited-__proto__.js index 82df3f7e2d..88bc653310 100644 --- a/test/staging/sm/extensions/array-inherited-__proto__.js +++ b/test/staging/sm/extensions/array-inherited-__proto__.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/extensions/array-length-protochange.js b/test/staging/sm/extensions/array-length-protochange.js index 3639667e41..8545945d92 100644 --- a/test/staging/sm/extensions/array-length-protochange.js +++ b/test/staging/sm/extensions/array-length-protochange.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/extensions/array-pop-proxy.js b/test/staging/sm/extensions/array-pop-proxy.js index f19432c93a..c60b7ed6d7 100644 --- a/test/staging/sm/extensions/array-pop-proxy.js +++ b/test/staging/sm/extensions/array-pop-proxy.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/extensions/arraybuffer-prototype.js b/test/staging/sm/extensions/arraybuffer-prototype.js index 2bd554233f..0097a4056a 100644 --- a/test/staging/sm/extensions/arraybuffer-prototype.js +++ b/test/staging/sm/extensions/arraybuffer-prototype.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/extensions/bug472534.js b/test/staging/sm/extensions/bug472534.js index 3a70488417..0e25820a9d 100644 --- a/test/staging/sm/extensions/bug472534.js +++ b/test/staging/sm/extensions/bug472534.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/extensions/builtin-function-arguments-caller.js b/test/staging/sm/extensions/builtin-function-arguments-caller.js index ec5ad85276..9c7b4099dd 100644 --- a/test/staging/sm/extensions/builtin-function-arguments-caller.js +++ b/test/staging/sm/extensions/builtin-function-arguments-caller.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/extensions/censor-strict-caller.js b/test/staging/sm/extensions/censor-strict-caller.js index fbd402f56d..8c1261d7b7 100644 --- a/test/staging/sm/extensions/censor-strict-caller.js +++ b/test/staging/sm/extensions/censor-strict-caller.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 c1bbfcff84..2c34468bbb 100644 --- a/test/staging/sm/extensions/cross-global-eval-is-indirect.js +++ b/test/staging/sm/extensions/cross-global-eval-is-indirect.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: -- noStrict + - noStrict info: | needs newGlobal() description: | diff --git a/test/staging/sm/extensions/dataview.js b/test/staging/sm/extensions/dataview.js index 5f6f9bbae9..8e979554b2 100644 --- a/test/staging/sm/extensions/dataview.js +++ b/test/staging/sm/extensions/dataview.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/extensions/decompile-for-of.js b/test/staging/sm/extensions/decompile-for-of.js index c597ce136d..5fa5f22590 100644 --- a/test/staging/sm/extensions/decompile-for-of.js +++ b/test/staging/sm/extensions/decompile-for-of.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/extensions/destructure-accessor.js b/test/staging/sm/extensions/destructure-accessor.js index be5e366b0f..d82456e867 100644 --- a/test/staging/sm/extensions/destructure-accessor.js +++ b/test/staging/sm/extensions/destructure-accessor.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 86bf6b87fe..3d6a7d11fc 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 @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/extensions/destructuring-__proto__-shorthand-assignment.js b/test/staging/sm/extensions/destructuring-__proto__-shorthand-assignment.js index da9f660315..7f36632bac 100644 --- a/test/staging/sm/extensions/destructuring-__proto__-shorthand-assignment.js +++ b/test/staging/sm/extensions/destructuring-__proto__-shorthand-assignment.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/extensions/destructuring-__proto__-target-assignment.js b/test/staging/sm/extensions/destructuring-__proto__-target-assignment.js index d0ccc911c5..bd79a5dee8 100644 --- a/test/staging/sm/extensions/destructuring-__proto__-target-assignment.js +++ b/test/staging/sm/extensions/destructuring-__proto__-target-assignment.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/extensions/destructuring-for-inof-__proto__.js b/test/staging/sm/extensions/destructuring-for-inof-__proto__.js index 18d6c0aae0..d76f641441 100644 --- a/test/staging/sm/extensions/destructuring-for-inof-__proto__.js +++ b/test/staging/sm/extensions/destructuring-for-inof-__proto__.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/extensions/element-setting-ToNumber-detaches.js b/test/staging/sm/extensions/element-setting-ToNumber-detaches.js index 78bae6a18e..63d64ea2fa 100644 --- a/test/staging/sm/extensions/element-setting-ToNumber-detaches.js +++ b/test/staging/sm/extensions/element-setting-ToNumber-detaches.js @@ -5,7 +5,7 @@ /*--- flags: -- onlyStrict + - onlyStrict includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] description: | pending diff --git a/test/staging/sm/extensions/error-tostring-function.js b/test/staging/sm/extensions/error-tostring-function.js index 58b84a20fb..8448d07d62 100644 --- a/test/staging/sm/extensions/error-tostring-function.js +++ b/test/staging/sm/extensions/error-tostring-function.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/extensions/es5ish-defineGetter-defineSetter.js b/test/staging/sm/extensions/es5ish-defineGetter-defineSetter.js index c38f26eeeb..0d8fd1bf5b 100644 --- a/test/staging/sm/extensions/es5ish-defineGetter-defineSetter.js +++ b/test/staging/sm/extensions/es5ish-defineGetter-defineSetter.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 634b36c424..dde00baf89 100644 --- a/test/staging/sm/extensions/eval-native-callback-is-indirect.js +++ b/test/staging/sm/extensions/eval-native-callback-is-indirect.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/extensions/expression-closure-syntax.js b/test/staging/sm/extensions/expression-closure-syntax.js index fdc9bd019d..249c38954a 100644 --- a/test/staging/sm/extensions/expression-closure-syntax.js +++ b/test/staging/sm/extensions/expression-closure-syntax.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 3bfce35d99..c82db30440 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 @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 6e7423819b..f4f3a121f2 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 @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 d1d94c78b0..b90af431ea 100644 --- a/test/staging/sm/extensions/function-caller-skips-eval-frames.js +++ b/test/staging/sm/extensions/function-caller-skips-eval-frames.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/extensions/function-properties.js b/test/staging/sm/extensions/function-properties.js index 0ddbbf202f..34cba51dbd 100644 --- a/test/staging/sm/extensions/function-properties.js +++ b/test/staging/sm/extensions/function-properties.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/extensions/getOwnPropertyNames-__proto__.js b/test/staging/sm/extensions/getOwnPropertyNames-__proto__.js index bbd20460b4..c870b3680f 100644 --- a/test/staging/sm/extensions/getOwnPropertyNames-__proto__.js +++ b/test/staging/sm/extensions/getOwnPropertyNames-__proto__.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/extensions/inc-dec-functioncall.js b/test/staging/sm/extensions/inc-dec-functioncall.js index 2e9ea69529..def07a54a0 100644 --- a/test/staging/sm/extensions/inc-dec-functioncall.js +++ b/test/staging/sm/extensions/inc-dec-functioncall.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/extensions/keyword-unescaped-requirement.js b/test/staging/sm/extensions/keyword-unescaped-requirement.js index 49a5bf8a5a..f670cf6153 100644 --- a/test/staging/sm/extensions/keyword-unescaped-requirement.js +++ b/test/staging/sm/extensions/keyword-unescaped-requirement.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/extensions/mutable-proto-special-form.js b/test/staging/sm/extensions/mutable-proto-special-form.js index 9321e569a9..3f72d14502 100644 --- a/test/staging/sm/extensions/mutable-proto-special-form.js +++ b/test/staging/sm/extensions/mutable-proto-special-form.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 fe41704c35..7348496413 100644 --- a/test/staging/sm/extensions/nested-delete-name-in-evalcode.js +++ b/test/staging/sm/extensions/nested-delete-name-in-evalcode.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/extensions/new-cross-compartment.js b/test/staging/sm/extensions/new-cross-compartment.js index 21b24de9bd..4a66d92d4c 100644 --- a/test/staging/sm/extensions/new-cross-compartment.js +++ b/test/staging/sm/extensions/new-cross-compartment.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/extensions/new-parenthesization.js b/test/staging/sm/extensions/new-parenthesization.js index 9629736a56..329f0a2382 100644 --- a/test/staging/sm/extensions/new-parenthesization.js +++ b/test/staging/sm/extensions/new-parenthesization.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 45628ef34b..d2beb50317 100644 --- a/test/staging/sm/extensions/newer-type-functions-caller-arguments.js +++ b/test/staging/sm/extensions/newer-type-functions-caller-arguments.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 ce51276e2e..aa99fe0f25 100644 --- a/test/staging/sm/extensions/proxy-array-target-length-definition.js +++ b/test/staging/sm/extensions/proxy-array-target-length-definition.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/extensions/proxy-enumeration.js b/test/staging/sm/extensions/proxy-enumeration.js index a3989a5fc4..b0a9449757 100644 --- a/test/staging/sm/extensions/proxy-enumeration.js +++ b/test/staging/sm/extensions/proxy-enumeration.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/extensions/proxy-strict.js b/test/staging/sm/extensions/proxy-strict.js index bd231e4f14..67b5249a79 100644 --- a/test/staging/sm/extensions/proxy-strict.js +++ b/test/staging/sm/extensions/proxy-strict.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/extensions/quote-string-for-nul-character.js b/test/staging/sm/extensions/quote-string-for-nul-character.js index c7cf6fa1cc..6adb2b6409 100644 --- a/test/staging/sm/extensions/quote-string-for-nul-character.js +++ b/test/staging/sm/extensions/quote-string-for-nul-character.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/extensions/recursion.js b/test/staging/sm/extensions/recursion.js index 7301f81265..cdd712695d 100644 --- a/test/staging/sm/extensions/recursion.js +++ b/test/staging/sm/extensions/recursion.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/extensions/regress-455380.js b/test/staging/sm/extensions/regress-455380.js index b193edb287..2d13e96f3c 100644 --- a/test/staging/sm/extensions/regress-455380.js +++ b/test/staging/sm/extensions/regress-455380.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/extensions/regress-469625-01.js b/test/staging/sm/extensions/regress-469625-01.js index 9a1f454133..5b62aeb654 100644 --- a/test/staging/sm/extensions/regress-469625-01.js +++ b/test/staging/sm/extensions/regress-469625-01.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/extensions/regress-480579.js b/test/staging/sm/extensions/regress-480579.js index ccfbd29a10..3154653882 100644 --- a/test/staging/sm/extensions/regress-480579.js +++ b/test/staging/sm/extensions/regress-480579.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/extensions/regress-481516.js b/test/staging/sm/extensions/regress-481516.js index 44c73a7910..e9775c284c 100644 --- a/test/staging/sm/extensions/regress-481516.js +++ b/test/staging/sm/extensions/regress-481516.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/extensions/regress-591450.js b/test/staging/sm/extensions/regress-591450.js index b0db373c5f..6108b3b671 100644 --- a/test/staging/sm/extensions/regress-591450.js +++ b/test/staging/sm/extensions/regress-591450.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/extensions/regress-645160.js b/test/staging/sm/extensions/regress-645160.js index 4bbb1cac76..dccf9e11bf 100644 --- a/test/staging/sm/extensions/regress-645160.js +++ b/test/staging/sm/extensions/regress-645160.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/extensions/regress-650753.js b/test/staging/sm/extensions/regress-650753.js index be6aa30837..6fa86f6cfd 100644 --- a/test/staging/sm/extensions/regress-650753.js +++ b/test/staging/sm/extensions/regress-650753.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/extensions/regress-bug629723.js b/test/staging/sm/extensions/regress-bug629723.js index ea56358bea..005b0a8c0c 100644 --- a/test/staging/sm/extensions/regress-bug629723.js +++ b/test/staging/sm/extensions/regress-bug629723.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 4ad7789f5e..3b979c0259 100644 --- a/test/staging/sm/extensions/reviver-mutates-holder-array-nonnative.js +++ b/test/staging/sm/extensions/reviver-mutates-holder-array-nonnative.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/extensions/reviver-mutates-holder-array.js b/test/staging/sm/extensions/reviver-mutates-holder-array.js index c66ac1cc03..c5318a5b50 100644 --- a/test/staging/sm/extensions/reviver-mutates-holder-array.js +++ b/test/staging/sm/extensions/reviver-mutates-holder-array.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 ca06b37073..572bc5374b 100644 --- a/test/staging/sm/extensions/reviver-mutates-holder-object-nonnative.js +++ b/test/staging/sm/extensions/reviver-mutates-holder-object-nonnative.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/extensions/reviver-mutates-holder-object.js b/test/staging/sm/extensions/reviver-mutates-holder-object.js index a8b83904b9..f33f8e2940 100644 --- a/test/staging/sm/extensions/reviver-mutates-holder-object.js +++ b/test/staging/sm/extensions/reviver-mutates-holder-object.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/extensions/set-property-non-extensible.js b/test/staging/sm/extensions/set-property-non-extensible.js index 07e50f840a..8dcc427aa8 100644 --- a/test/staging/sm/extensions/set-property-non-extensible.js +++ b/test/staging/sm/extensions/set-property-non-extensible.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: -- noStrict + - noStrict info: | preventExtensions on global description: | diff --git a/test/staging/sm/extensions/shareddataview.js b/test/staging/sm/extensions/shareddataview.js index d489737321..9d1ccb997c 100644 --- a/test/staging/sm/extensions/shareddataview.js +++ b/test/staging/sm/extensions/shareddataview.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/extensions/sps-generators.js b/test/staging/sm/extensions/sps-generators.js index 96fb5ffb53..b6bab02f10 100644 --- a/test/staging/sm/extensions/sps-generators.js +++ b/test/staging/sm/extensions/sps-generators.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 9cc9cc10f6..e7678c5082 100644 --- a/test/staging/sm/extensions/string-literal-getter-setter-decompilation.js +++ b/test/staging/sm/extensions/string-literal-getter-setter-decompilation.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/extensions/typedarray-copyWithin-arguments-detaching.js b/test/staging/sm/extensions/typedarray-copyWithin-arguments-detaching.js index 3692a01354..714535e60c 100644 --- a/test/staging/sm/extensions/typedarray-copyWithin-arguments-detaching.js +++ b/test/staging/sm/extensions/typedarray-copyWithin-arguments-detaching.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/extensions/typedarray-set-detach.js b/test/staging/sm/extensions/typedarray-set-detach.js index c999021c9a..4498554bd5 100644 --- a/test/staging/sm/extensions/typedarray-set-detach.js +++ b/test/staging/sm/extensions/typedarray-set-detach.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/extensions/typedarray-subarray-of-subarray.js b/test/staging/sm/extensions/typedarray-subarray-of-subarray.js index 10f6ec91ba..091f76481c 100644 --- a/test/staging/sm/extensions/typedarray-subarray-of-subarray.js +++ b/test/staging/sm/extensions/typedarray-subarray-of-subarray.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/extensions/weakmap.js b/test/staging/sm/extensions/weakmap.js index 2f33adcccd..9fd3f91139 100644 --- a/test/staging/sm/extensions/weakmap.js +++ b/test/staging/sm/extensions/weakmap.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/fields/await-identifier-module-1.js b/test/staging/sm/fields/await-identifier-module-1.js index a7fedc0fcb..03e92d8352 100644 --- a/test/staging/sm/fields/await-identifier-module-1.js +++ b/test/staging/sm/fields/await-identifier-module-1.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- module + - module negative: phase: parse type: SyntaxError diff --git a/test/staging/sm/fields/await-identifier-module-2.js b/test/staging/sm/fields/await-identifier-module-2.js index 8f2293adbd..6dbd264ce1 100644 --- a/test/staging/sm/fields/await-identifier-module-2.js +++ b/test/staging/sm/fields/await-identifier-module-2.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- module + - module negative: phase: parse type: SyntaxError diff --git a/test/staging/sm/fields/await-identifier-module-3.js b/test/staging/sm/fields/await-identifier-module-3.js index 0dc1b232ff..c122ed82e4 100644 --- a/test/staging/sm/fields/await-identifier-module-3.js +++ b/test/staging/sm/fields/await-identifier-module-3.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- module + - module negative: phase: parse type: SyntaxError diff --git a/test/staging/sm/fields/await-identifier-script.js b/test/staging/sm/fields/await-identifier-script.js index 4075ff7d37..2431216ad2 100644 --- a/test/staging/sm/fields/await-identifier-script.js +++ b/test/staging/sm/fields/await-identifier-script.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/fields/bug1587574.js b/test/staging/sm/fields/bug1587574.js index 8727143442..8c5a7dd431 100644 --- a/test/staging/sm/fields/bug1587574.js +++ b/test/staging/sm/fields/bug1587574.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/fields/init-order.js b/test/staging/sm/fields/init-order.js index 5f02e31272..7cf65c462f 100644 --- a/test/staging/sm/fields/init-order.js +++ b/test/staging/sm/fields/init-order.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/fields/numeric-fields.js b/test/staging/sm/fields/numeric-fields.js index 0bb23ed11e..7ab7995261 100644 --- a/test/staging/sm/fields/numeric-fields.js +++ b/test/staging/sm/fields/numeric-fields.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/fields/scopes.js b/test/staging/sm/fields/scopes.js index 6b198848e7..69e2ad6353 100644 --- a/test/staging/sm/fields/scopes.js +++ b/test/staging/sm/fields/scopes.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/fields/unimplemented.js b/test/staging/sm/fields/unimplemented.js index ba21a2c6ea..7d31241b91 100644 --- a/test/staging/sm/fields/unimplemented.js +++ b/test/staging/sm/fields/unimplemented.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 44fca96497..540ab7424c 100644 --- a/test/staging/sm/generators/create-function-parse-before-getprototype.js +++ b/test/staging/sm/generators/create-function-parse-before-getprototype.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-generators-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/generators/delegating-yield-1.js b/test/staging/sm/generators/delegating-yield-1.js index b846990b14..fc5b21981a 100644 --- a/test/staging/sm/generators/delegating-yield-1.js +++ b/test/staging/sm/generators/delegating-yield-1.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-generators-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/generators/delegating-yield-10.js b/test/staging/sm/generators/delegating-yield-10.js index aba94b2971..64dba45af2 100644 --- a/test/staging/sm/generators/delegating-yield-10.js +++ b/test/staging/sm/generators/delegating-yield-10.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-generators-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/generators/delegating-yield-11.js b/test/staging/sm/generators/delegating-yield-11.js index 748c533079..627547f70a 100644 --- a/test/staging/sm/generators/delegating-yield-11.js +++ b/test/staging/sm/generators/delegating-yield-11.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-generators-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/generators/delegating-yield-12.js b/test/staging/sm/generators/delegating-yield-12.js index b10817238b..d7d17e8375 100644 --- a/test/staging/sm/generators/delegating-yield-12.js +++ b/test/staging/sm/generators/delegating-yield-12.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-generators-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/generators/delegating-yield-2.js b/test/staging/sm/generators/delegating-yield-2.js index b234924c6b..5b68adceae 100644 --- a/test/staging/sm/generators/delegating-yield-2.js +++ b/test/staging/sm/generators/delegating-yield-2.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-generators-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/generators/delegating-yield-3.js b/test/staging/sm/generators/delegating-yield-3.js index a1026136f0..3d709df845 100644 --- a/test/staging/sm/generators/delegating-yield-3.js +++ b/test/staging/sm/generators/delegating-yield-3.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-generators-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/generators/delegating-yield-4.js b/test/staging/sm/generators/delegating-yield-4.js index fd08879e3a..44b8aba333 100644 --- a/test/staging/sm/generators/delegating-yield-4.js +++ b/test/staging/sm/generators/delegating-yield-4.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-generators-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/generators/delegating-yield-5.js b/test/staging/sm/generators/delegating-yield-5.js index 4ab719abbb..a2a982fa10 100644 --- a/test/staging/sm/generators/delegating-yield-5.js +++ b/test/staging/sm/generators/delegating-yield-5.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-generators-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/generators/delegating-yield-6.js b/test/staging/sm/generators/delegating-yield-6.js index d5ecd7e2d3..aaee233297 100644 --- a/test/staging/sm/generators/delegating-yield-6.js +++ b/test/staging/sm/generators/delegating-yield-6.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-generators-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/generators/delegating-yield-7.js b/test/staging/sm/generators/delegating-yield-7.js index da44cbc935..f06859dba7 100644 --- a/test/staging/sm/generators/delegating-yield-7.js +++ b/test/staging/sm/generators/delegating-yield-7.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-generators-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/generators/delegating-yield-8.js b/test/staging/sm/generators/delegating-yield-8.js index 076fbaa5a1..58597f8915 100644 --- a/test/staging/sm/generators/delegating-yield-8.js +++ b/test/staging/sm/generators/delegating-yield-8.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-generators-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/generators/delegating-yield-9.js b/test/staging/sm/generators/delegating-yield-9.js index f051c9eaa3..cdfa943fcb 100644 --- a/test/staging/sm/generators/delegating-yield-9.js +++ b/test/staging/sm/generators/delegating-yield-9.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-generators-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/generators/gen-with-call-obj.js b/test/staging/sm/generators/gen-with-call-obj.js index c4562def4a..6d4559720e 100644 --- a/test/staging/sm/generators/gen-with-call-obj.js +++ b/test/staging/sm/generators/gen-with-call-obj.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-generators-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/generators/iteration.js b/test/staging/sm/generators/iteration.js index ce8ce2cca3..f209db59f9 100644 --- a/test/staging/sm/generators/iteration.js +++ b/test/staging/sm/generators/iteration.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-generators-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/generators/iterator-next-non-object.js b/test/staging/sm/generators/iterator-next-non-object.js index be9db20053..4cf686d320 100644 --- a/test/staging/sm/generators/iterator-next-non-object.js +++ b/test/staging/sm/generators/iterator-next-non-object.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-generators-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/generators/objects.js b/test/staging/sm/generators/objects.js index d723bd7c86..1eefad43a1 100644 --- a/test/staging/sm/generators/objects.js +++ b/test/staging/sm/generators/objects.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-generators-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/generators/regress-366941.js b/test/staging/sm/generators/regress-366941.js index e7fa7b9443..885c1725ca 100644 --- a/test/staging/sm/generators/regress-366941.js +++ b/test/staging/sm/generators/regress-366941.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-generators-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/generators/return-finally.js b/test/staging/sm/generators/return-finally.js index 4303ec6c04..4136f58efc 100644 --- a/test/staging/sm/generators/return-finally.js +++ b/test/staging/sm/generators/return-finally.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-generators-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/generators/runtime.js b/test/staging/sm/generators/runtime.js index 20b552dc67..ee76b4cf89 100644 --- a/test/staging/sm/generators/runtime.js +++ b/test/staging/sm/generators/runtime.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-generators-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/generators/syntax.js b/test/staging/sm/generators/syntax.js index 5c9197f342..043367de37 100644 --- a/test/staging/sm/generators/syntax.js +++ b/test/staging/sm/generators/syntax.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-generators-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/generators/yield-error.js b/test/staging/sm/generators/yield-error.js index 85d8bda267..d0fbde1a9f 100644 --- a/test/staging/sm/generators/yield-error.js +++ b/test/staging/sm/generators/yield-error.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-generators-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/generators/yield-iterator-close.js b/test/staging/sm/generators/yield-iterator-close.js index 9bbbbbbbaf..836b30bde8 100644 --- a/test/staging/sm/generators/yield-iterator-close.js +++ b/test/staging/sm/generators/yield-iterator-close.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-generators-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/generators/yield-non-regexp.js b/test/staging/sm/generators/yield-non-regexp.js index f8f1318c01..2d6eaee881 100644 --- a/test/staging/sm/generators/yield-non-regexp.js +++ b/test/staging/sm/generators/yield-non-regexp.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-generators-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/generators/yield-star-iterator-close.js b/test/staging/sm/generators/yield-star-iterator-close.js index df8ae9d79e..78e55aa406 100644 --- a/test/staging/sm/generators/yield-star-iterator-close.js +++ b/test/staging/sm/generators/yield-star-iterator-close.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-generators-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/generators/yield-star-iterator-primitive.js b/test/staging/sm/generators/yield-star-iterator-primitive.js index 66ea88c2ad..9a91fe745f 100644 --- a/test/staging/sm/generators/yield-star-iterator-primitive.js +++ b/test/staging/sm/generators/yield-star-iterator-primitive.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-generators-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/generators/yield-star-throw-htmldda.js b/test/staging/sm/generators/yield-star-throw-htmldda.js index 7d69c9a06a..9aa165c20d 100644 --- a/test/staging/sm/generators/yield-star-throw-htmldda.js +++ b/test/staging/sm/generators/yield-star-throw-htmldda.js @@ -3,10 +3,10 @@ /*--- features: -- IsHTMLDDA + - IsHTMLDDA includes: [sm/non262.js, sm/non262-shell.js, sm/non262-generators-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 0867cafae9..d2bbe30a8d 100644 --- a/test/staging/sm/global/adding-global-var-nonextensible-error.js +++ b/test/staging/sm/global/adding-global-var-nonextensible-error.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict info: | preventExtensions on global description: | diff --git a/test/staging/sm/global/bug-320887.js b/test/staging/sm/global/bug-320887.js index ae91437ae6..423ec95e67 100644 --- a/test/staging/sm/global/bug-320887.js +++ b/test/staging/sm/global/bug-320887.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/global/bug660612.js b/test/staging/sm/global/bug660612.js index c776909cf5..b92dbc3334 100644 --- a/test/staging/sm/global/bug660612.js +++ b/test/staging/sm/global/bug660612.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/global/decodeURI-decodes-FFFE-FFFF.js b/test/staging/sm/global/decodeURI-decodes-FFFE-FFFF.js index 9b887e39a0..73fdd203f1 100644 --- a/test/staging/sm/global/decodeURI-decodes-FFFE-FFFF.js +++ b/test/staging/sm/global/decodeURI-decodes-FFFE-FFFF.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/global/delete-global-NaN-property.js b/test/staging/sm/global/delete-global-NaN-property.js index 5973a877ed..2023cb7899 100644 --- a/test/staging/sm/global/delete-global-NaN-property.js +++ b/test/staging/sm/global/delete-global-NaN-property.js @@ -5,7 +5,7 @@ /*--- flags: -- onlyStrict + - onlyStrict includes: [sm/non262.js, sm/non262-shell.js] description: | pending diff --git a/test/staging/sm/global/direct-eval-but-not.js b/test/staging/sm/global/direct-eval-but-not.js index 87461817ed..0e9901fc67 100644 --- a/test/staging/sm/global/direct-eval-but-not.js +++ b/test/staging/sm/global/direct-eval-but-not.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/global/eval-01.js b/test/staging/sm/global/eval-01.js index 09e305fabb..a95dc0c362 100644 --- a/test/staging/sm/global/eval-01.js +++ b/test/staging/sm/global/eval-01.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/global/eval-02.js b/test/staging/sm/global/eval-02.js index 094ba72903..26db78db23 100644 --- a/test/staging/sm/global/eval-02.js +++ b/test/staging/sm/global/eval-02.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 3b8281f2ac..95288347cf 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 @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 eab1c5c466..0a2726e033 100644 --- a/test/staging/sm/global/eval-inside-with-is-direct.js +++ b/test/staging/sm/global/eval-inside-with-is-direct.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 35879f5f65..146842d4ce 100644 --- a/test/staging/sm/global/eval-native-callback-is-indirect.js +++ b/test/staging/sm/global/eval-native-callback-is-indirect.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/global/globalThis-enumeration.js b/test/staging/sm/global/globalThis-enumeration.js index 3c2b543ecc..90e5b2b78d 100644 --- a/test/staging/sm/global/globalThis-enumeration.js +++ b/test/staging/sm/global/globalThis-enumeration.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/global/parenthesized-eval-is-direct.js b/test/staging/sm/global/parenthesized-eval-is-direct.js index b9625e1f80..72e01b4aff 100644 --- a/test/staging/sm/global/parenthesized-eval-is-direct.js +++ b/test/staging/sm/global/parenthesized-eval-is-direct.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/global/parseFloat-01.js b/test/staging/sm/global/parseFloat-01.js index 50295df605..f617803ebc 100644 --- a/test/staging/sm/global/parseFloat-01.js +++ b/test/staging/sm/global/parseFloat-01.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/global/parseInt-01.js b/test/staging/sm/global/parseInt-01.js index 57ac390e81..f09ca4a858 100644 --- a/test/staging/sm/global/parseInt-01.js +++ b/test/staging/sm/global/parseInt-01.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/global/parseInt-default-to-decimal.js b/test/staging/sm/global/parseInt-default-to-decimal.js index 93ad4c208b..b4fb2576c0 100644 --- a/test/staging/sm/global/parseInt-default-to-decimal.js +++ b/test/staging/sm/global/parseInt-default-to-decimal.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 a8a21d4d70..6e99fa586f 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 @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 dac51b0409..fbcf369c57 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 @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 1657110a31..03d82a8b71 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 @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 69432269ae..2fe1db4ff1 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 @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 76a4205cca..10211be259 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 @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 a99ec5ed63..b8dcfaa7d0 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 @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 be9fbb2421..de7745a0a3 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 @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 86e8d800bf..80063dcc7f 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 @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 e7d8b974bb..08c66eea2c 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 @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 98230d749e..a5fca629f0 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 @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 e1972bd825..0ea586744c 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 @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 09b3b9327e..7390ad397b 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 @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 eec916ebed..6d87432e7e 100644 --- a/test/staging/sm/lexical-environment/block-scoped-functions-strict.js +++ b/test/staging/sm/lexical-environment/block-scoped-functions-strict.js @@ -3,7 +3,7 @@ /*--- flags: -- onlyStrict + - onlyStrict includes: [sm/non262.js, sm/non262-shell.js] description: | pending diff --git a/test/staging/sm/lexical-environment/bug-1216623.js b/test/staging/sm/lexical-environment/bug-1216623.js index d719e6ec0e..38f9960c5e 100644 --- a/test/staging/sm/lexical-environment/bug-1216623.js +++ b/test/staging/sm/lexical-environment/bug-1216623.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/lexical-environment/catch-body.js b/test/staging/sm/lexical-environment/catch-body.js index c830cff688..b859dafa07 100644 --- a/test/staging/sm/lexical-environment/catch-body.js +++ b/test/staging/sm/lexical-environment/catch-body.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 ee22307530..74530b1dc0 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 @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 0d3d490100..c8265df6b2 100644 --- a/test/staging/sm/lexical-environment/eval-has-lexical-environment.js +++ b/test/staging/sm/lexical-environment/eval-has-lexical-environment.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 8641f48831..5395f1ac84 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 @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/lexical-environment/for-loop.js b/test/staging/sm/lexical-environment/for-loop.js index 3b47598ba0..862b52240b 100644 --- a/test/staging/sm/lexical-environment/for-loop.js +++ b/test/staging/sm/lexical-environment/for-loop.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 cc15767c29..0ce750708a 100644 --- a/test/staging/sm/lexical-environment/implicit-this-in-with.js +++ b/test/staging/sm/lexical-environment/implicit-this-in-with.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/lexical-environment/unscopables-basics.js b/test/staging/sm/lexical-environment/unscopables-basics.js index 0cea35d822..c8be4f836e 100644 --- a/test/staging/sm/lexical-environment/unscopables-basics.js +++ b/test/staging/sm/lexical-environment/unscopables-basics.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/lexical-environment/unscopables-closures.js b/test/staging/sm/lexical-environment/unscopables-closures.js index c142e13bbc..95d08171a8 100644 --- a/test/staging/sm/lexical-environment/unscopables-closures.js +++ b/test/staging/sm/lexical-environment/unscopables-closures.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/lexical-environment/unscopables-const.js b/test/staging/sm/lexical-environment/unscopables-const.js index 3c781a1310..51059d9102 100644 --- a/test/staging/sm/lexical-environment/unscopables-const.js +++ b/test/staging/sm/lexical-environment/unscopables-const.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/lexical-environment/unscopables-delete.js b/test/staging/sm/lexical-environment/unscopables-delete.js index 0b58dbf05c..a6fd378eec 100644 --- a/test/staging/sm/lexical-environment/unscopables-delete.js +++ b/test/staging/sm/lexical-environment/unscopables-delete.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/lexical-environment/unscopables-getters.js b/test/staging/sm/lexical-environment/unscopables-getters.js index 4edb9769e3..e2d081ca45 100644 --- a/test/staging/sm/lexical-environment/unscopables-getters.js +++ b/test/staging/sm/lexical-environment/unscopables-getters.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/lexical-environment/unscopables-global.js b/test/staging/sm/lexical-environment/unscopables-global.js index a8bb515af3..3a9707a95a 100644 --- a/test/staging/sm/lexical-environment/unscopables-global.js +++ b/test/staging/sm/lexical-environment/unscopables-global.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/lexical-environment/unscopables-ignored.js b/test/staging/sm/lexical-environment/unscopables-ignored.js index 5d7cadb72e..b7a39b7b2d 100644 --- a/test/staging/sm/lexical-environment/unscopables-ignored.js +++ b/test/staging/sm/lexical-environment/unscopables-ignored.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/lexical-environment/unscopables-miss.js b/test/staging/sm/lexical-environment/unscopables-miss.js index 0f9e0d9f80..b02baf9bb3 100644 --- a/test/staging/sm/lexical-environment/unscopables-miss.js +++ b/test/staging/sm/lexical-environment/unscopables-miss.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/lexical-environment/unscopables-mutation-frozen.js b/test/staging/sm/lexical-environment/unscopables-mutation-frozen.js index 23be96f924..fe8dd25c23 100644 --- a/test/staging/sm/lexical-environment/unscopables-mutation-frozen.js +++ b/test/staging/sm/lexical-environment/unscopables-mutation-frozen.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/lexical-environment/unscopables-proto.js b/test/staging/sm/lexical-environment/unscopables-proto.js index dfa63d04ff..5daba7ec09 100644 --- a/test/staging/sm/lexical-environment/unscopables-proto.js +++ b/test/staging/sm/lexical-environment/unscopables-proto.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/lexical-environment/unscopables-proxy.js b/test/staging/sm/lexical-environment/unscopables-proxy.js index 13eb9c2e57..491a684b32 100644 --- a/test/staging/sm/lexical-environment/unscopables-proxy.js +++ b/test/staging/sm/lexical-environment/unscopables-proxy.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/lexical-environment/unscopables-tdz.js b/test/staging/sm/lexical-environment/unscopables-tdz.js index 4ff233e8db..bc11500af4 100644 --- a/test/staging/sm/lexical-environment/unscopables-tdz.js +++ b/test/staging/sm/lexical-environment/unscopables-tdz.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 37f5002e59..4d33f13be3 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 @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 acdd9543bc..e56e4e2c64 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 @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/literals/numeric/idstart-after-numeric.js b/test/staging/sm/literals/numeric/idstart-after-numeric.js index 0a1cbd7607..d18952d0f0 100644 --- a/test/staging/sm/literals/numeric/idstart-after-numeric.js +++ b/test/staging/sm/literals/numeric/idstart-after-numeric.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/misc/bug1126318.js b/test/staging/sm/misc/bug1126318.js index 9f153c72ac..f5fa9b597c 100644 --- a/test/staging/sm/misc/bug1126318.js +++ b/test/staging/sm/misc/bug1126318.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 1a63a2ab35..4fa0ca347e 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 @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/misc/enumerate-undefined.js b/test/staging/sm/misc/enumerate-undefined.js index 086e844083..1a25f78cc3 100644 --- a/test/staging/sm/misc/enumerate-undefined.js +++ b/test/staging/sm/misc/enumerate-undefined.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/misc/error-undefined-message.js b/test/staging/sm/misc/error-undefined-message.js index 55b82dd477..d4fcfca3bf 100644 --- a/test/staging/sm/misc/error-undefined-message.js +++ b/test/staging/sm/misc/error-undefined-message.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/misc/explicit-undefined-optional-argument.js b/test/staging/sm/misc/explicit-undefined-optional-argument.js index 5cb2e207ff..f2f445eb52 100644 --- a/test/staging/sm/misc/explicit-undefined-optional-argument.js +++ b/test/staging/sm/misc/explicit-undefined-optional-argument.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/misc/function-definition-eval.js b/test/staging/sm/misc/function-definition-eval.js index d909ce96d1..7f0cbb8d22 100644 --- a/test/staging/sm/misc/function-definition-eval.js +++ b/test/staging/sm/misc/function-definition-eval.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/misc/future-reserved-words.js b/test/staging/sm/misc/future-reserved-words.js index d920a3ff12..d85208a95c 100644 --- a/test/staging/sm/misc/future-reserved-words.js +++ b/test/staging/sm/misc/future-reserved-words.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/misc/getter-setter-outerize-this.js b/test/staging/sm/misc/getter-setter-outerize-this.js index 0e5e7f35ae..a8374d99e9 100644 --- a/test/staging/sm/misc/getter-setter-outerize-this.js +++ b/test/staging/sm/misc/getter-setter-outerize-this.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/misc/global-numeric-properties.js b/test/staging/sm/misc/global-numeric-properties.js index 7a3f8608d4..2989611a5d 100644 --- a/test/staging/sm/misc/global-numeric-properties.js +++ b/test/staging/sm/misc/global-numeric-properties.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 28c4707575..a01a7bfd37 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 @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/misc/new-with-non-constructor.js b/test/staging/sm/misc/new-with-non-constructor.js index 0457db7d58..18c2f0cc13 100644 --- a/test/staging/sm/misc/new-with-non-constructor.js +++ b/test/staging/sm/misc/new-with-non-constructor.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 b6a7bb11f0..c96e9946fc 100644 --- a/test/staging/sm/misc/redeclare-var-non-writable-property.js +++ b/test/staging/sm/misc/redeclare-var-non-writable-property.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/misc/regexp-functions-with-undefined.js b/test/staging/sm/misc/regexp-functions-with-undefined.js index 6dd826fb03..0942077e3c 100644 --- a/test/staging/sm/misc/regexp-functions-with-undefined.js +++ b/test/staging/sm/misc/regexp-functions-with-undefined.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 7d9f6ebf5e..fbddb20352 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 @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/misc/unicode-escaped-keyword.js b/test/staging/sm/misc/unicode-escaped-keyword.js index 8b55fc1497..1de36d9159 100644 --- a/test/staging/sm/misc/unicode-escaped-keyword.js +++ b/test/staging/sm/misc/unicode-escaped-keyword.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/misc/unicode-identifier-1d17.js b/test/staging/sm/misc/unicode-identifier-1d17.js index f81affe1fe..4dffee9df8 100644 --- a/test/staging/sm/misc/unicode-identifier-1d17.js +++ b/test/staging/sm/misc/unicode-identifier-1d17.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/misc/unicode-identifier-82f1.js b/test/staging/sm/misc/unicode-identifier-82f1.js index 86fd3f5fb3..33af8a6888 100644 --- a/test/staging/sm/misc/unicode-identifier-82f1.js +++ b/test/staging/sm/misc/unicode-identifier-82f1.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/misc/unwrapped-no-such-method.js b/test/staging/sm/misc/unwrapped-no-such-method.js index 3a800d0629..afb59cf527 100644 --- a/test/staging/sm/misc/unwrapped-no-such-method.js +++ b/test/staging/sm/misc/unwrapped-no-such-method.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/module/await-restricted-nested.js b/test/staging/sm/module/await-restricted-nested.js index 9a988d6025..5734693c2d 100644 --- a/test/staging/sm/module/await-restricted-nested.js +++ b/test/staging/sm/module/await-restricted-nested.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- module + - module negative: phase: parse type: SyntaxError diff --git a/test/staging/sm/module/bug1488117.js b/test/staging/sm/module/bug1488117.js index d02c596fb1..5110cddf63 100644 --- a/test/staging/sm/module/bug1488117.js +++ b/test/staging/sm/module/bug1488117.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- module + - module description: | pending esid: pending 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 639f73ee73..82437f682e 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 @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- module + - module negative: phase: parse type: SyntaxError 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 9b688fdb67..6a4e1719df 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 @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- module + - module negative: phase: parse type: SyntaxError diff --git a/test/staging/sm/module/module-export-name-star.js b/test/staging/sm/module/module-export-name-star.js index 8a3e6041a8..af71de6783 100644 --- a/test/staging/sm/module/module-export-name-star.js +++ b/test/staging/sm/module/module-export-name-star.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- module + - module description: | pending esid: pending diff --git a/test/staging/sm/object/15.2.3.12.js b/test/staging/sm/object/15.2.3.12.js index 572958f94c..2262d15a61 100644 --- a/test/staging/sm/object/15.2.3.12.js +++ b/test/staging/sm/object/15.2.3.12.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 3aa9a5850f..6fb0e2d909 100644 --- a/test/staging/sm/object/15.2.3.14-01.js +++ b/test/staging/sm/object/15.2.3.14-01.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 e5c05f6fe7..52caf44d5f 100644 --- a/test/staging/sm/object/15.2.3.4-01.js +++ b/test/staging/sm/object/15.2.3.4-01.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 306c78e3bb..d3ee183ace 100644 --- a/test/staging/sm/object/15.2.3.4-02.js +++ b/test/staging/sm/object/15.2.3.4-02.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 79be332374..c102ae4515 100644 --- a/test/staging/sm/object/15.2.3.4-03.js +++ b/test/staging/sm/object/15.2.3.4-03.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 93ea7e2ad6..425fa53a2a 100644 --- a/test/staging/sm/object/15.2.3.4-04.js +++ b/test/staging/sm/object/15.2.3.4-04.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 154a77bb54..bf02f33b80 100644 --- a/test/staging/sm/object/15.2.3.5-01.js +++ b/test/staging/sm/object/15.2.3.5-01.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 f06540b9fd..21aab43fe2 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 @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 e4582852aa..96a6f58cd5 100644 --- a/test/staging/sm/object/15.2.3.7-01.js +++ b/test/staging/sm/object/15.2.3.7-01.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/object/15.2.3.9.js b/test/staging/sm/object/15.2.3.9.js index bb4acb6f4d..53247c0285 100644 --- a/test/staging/sm/object/15.2.3.9.js +++ b/test/staging/sm/object/15.2.3.9.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/object/accessor-arguments-rest.js b/test/staging/sm/object/accessor-arguments-rest.js index 6e6d8fb10b..64ebd13f93 100644 --- a/test/staging/sm/object/accessor-arguments-rest.js +++ b/test/staging/sm/object/accessor-arguments-rest.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/object/accessor-name.js b/test/staging/sm/object/accessor-name.js index a6e0c2488b..6496dc6a6e 100644 --- a/test/staging/sm/object/accessor-name.js +++ b/test/staging/sm/object/accessor-name.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/object/accessor-non-constructor.js b/test/staging/sm/object/accessor-non-constructor.js index 09fce52514..ea742b02f9 100644 --- a/test/staging/sm/object/accessor-non-constructor.js +++ b/test/staging/sm/object/accessor-non-constructor.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/object/add-property-non-extensible.js b/test/staging/sm/object/add-property-non-extensible.js index a814168f06..fa4ca15ef7 100644 --- a/test/staging/sm/object/add-property-non-extensible.js +++ b/test/staging/sm/object/add-property-non-extensible.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/object/bug-1150906.js b/test/staging/sm/object/bug-1150906.js index 626a248b90..3486c36a4f 100644 --- a/test/staging/sm/object/bug-1150906.js +++ b/test/staging/sm/object/bug-1150906.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/object/bug-1206700.js b/test/staging/sm/object/bug-1206700.js index bc19b926f9..54a72c89ea 100644 --- a/test/staging/sm/object/bug-1206700.js +++ b/test/staging/sm/object/bug-1206700.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/object/clear-dictionary-accessor-getset.js b/test/staging/sm/object/clear-dictionary-accessor-getset.js index ccf09a40e6..bcf8487440 100644 --- a/test/staging/sm/object/clear-dictionary-accessor-getset.js +++ b/test/staging/sm/object/clear-dictionary-accessor-getset.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/object/defineGetter-defineSetter.js b/test/staging/sm/object/defineGetter-defineSetter.js index 57be6dc300..bb837a8bbb 100644 --- a/test/staging/sm/object/defineGetter-defineSetter.js +++ b/test/staging/sm/object/defineGetter-defineSetter.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/object/defineProperties-callable-accessor.js b/test/staging/sm/object/defineProperties-callable-accessor.js index 6503d47761..801d17412f 100644 --- a/test/staging/sm/object/defineProperties-callable-accessor.js +++ b/test/staging/sm/object/defineProperties-callable-accessor.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/object/defineProperties-order.js b/test/staging/sm/object/defineProperties-order.js index f00e46db0c..d32f6bede4 100644 --- a/test/staging/sm/object/defineProperties-order.js +++ b/test/staging/sm/object/defineProperties-order.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/object/defineProperty-proxy.js b/test/staging/sm/object/defineProperty-proxy.js index c5c54b4571..e8ba22b554 100644 --- a/test/staging/sm/object/defineProperty-proxy.js +++ b/test/staging/sm/object/defineProperty-proxy.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/object/duplProps.js b/test/staging/sm/object/duplProps.js index c00309e3a9..c0c391ff90 100644 --- a/test/staging/sm/object/duplProps.js +++ b/test/staging/sm/object/duplProps.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/object/entries.js b/test/staging/sm/object/entries.js index bfaa0e11a0..cb354968fb 100644 --- a/test/staging/sm/object/entries.js +++ b/test/staging/sm/object/entries.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/object/extensibility-01.js b/test/staging/sm/object/extensibility-01.js index f5447dec3d..883870cb76 100644 --- a/test/staging/sm/object/extensibility-01.js +++ b/test/staging/sm/object/extensibility-01.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/object/extensibility-02.js b/test/staging/sm/object/extensibility-02.js index ff293d9a80..748aada9dc 100644 --- a/test/staging/sm/object/extensibility-02.js +++ b/test/staging/sm/object/extensibility-02.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/object/freeze-proxy.js b/test/staging/sm/object/freeze-proxy.js index 2018a0641f..a991e46915 100644 --- a/test/staging/sm/object/freeze-proxy.js +++ b/test/staging/sm/object/freeze-proxy.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/object/freeze.js b/test/staging/sm/object/freeze.js index 483ba4358c..0d7c1ff74e 100644 --- a/test/staging/sm/object/freeze.js +++ b/test/staging/sm/object/freeze.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/object/gOPD-vs-prototype-accessor.js b/test/staging/sm/object/gOPD-vs-prototype-accessor.js index 74e5af28ef..dac51f96a2 100644 --- a/test/staging/sm/object/gOPD-vs-prototype-accessor.js +++ b/test/staging/sm/object/gOPD-vs-prototype-accessor.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/object/getOwnPropertyDescriptor.js b/test/staging/sm/object/getOwnPropertyDescriptor.js index 7717ba8dee..c1bba817b9 100644 --- a/test/staging/sm/object/getOwnPropertyDescriptor.js +++ b/test/staging/sm/object/getOwnPropertyDescriptor.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/object/getOwnPropertySymbols-proxy.js b/test/staging/sm/object/getOwnPropertySymbols-proxy.js index daf69a97d7..13f39d449e 100644 --- a/test/staging/sm/object/getOwnPropertySymbols-proxy.js +++ b/test/staging/sm/object/getOwnPropertySymbols-proxy.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/object/getOwnPropertySymbols.js b/test/staging/sm/object/getOwnPropertySymbols.js index fdbd68c10b..9cee8dd38c 100644 --- a/test/staging/sm/object/getOwnPropertySymbols.js +++ b/test/staging/sm/object/getOwnPropertySymbols.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/object/getPrototypeOf-array.js b/test/staging/sm/object/getPrototypeOf-array.js index 3d7ab683a2..871aa058cb 100644 --- a/test/staging/sm/object/getPrototypeOf-array.js +++ b/test/staging/sm/object/getPrototypeOf-array.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/object/getPrototypeOf.js b/test/staging/sm/object/getPrototypeOf.js index 14382eece1..b2eb328736 100644 --- a/test/staging/sm/object/getPrototypeOf.js +++ b/test/staging/sm/object/getPrototypeOf.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/object/getter-name.js b/test/staging/sm/object/getter-name.js index 96ebb72361..f5e6323008 100644 --- a/test/staging/sm/object/getter-name.js +++ b/test/staging/sm/object/getter-name.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/object/hasOwn.js b/test/staging/sm/object/hasOwn.js index c13c62977d..ca5cc77eab 100644 --- a/test/staging/sm/object/hasOwn.js +++ b/test/staging/sm/object/hasOwn.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/object/isExtensible.js b/test/staging/sm/object/isExtensible.js index 9643bcc09d..da09096cd7 100644 --- a/test/staging/sm/object/isExtensible.js +++ b/test/staging/sm/object/isExtensible.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/object/isFrozen.js b/test/staging/sm/object/isFrozen.js index 8584325bb0..6271e75dec 100644 --- a/test/staging/sm/object/isFrozen.js +++ b/test/staging/sm/object/isFrozen.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/object/isPrototypeOf.js b/test/staging/sm/object/isPrototypeOf.js index 0c8aa54d91..b6ab6587f8 100644 --- a/test/staging/sm/object/isPrototypeOf.js +++ b/test/staging/sm/object/isPrototypeOf.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/object/isSealed.js b/test/staging/sm/object/isSealed.js index 04dd070520..226c9b1d0f 100644 --- a/test/staging/sm/object/isSealed.js +++ b/test/staging/sm/object/isSealed.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/object/keys.js b/test/staging/sm/object/keys.js index 3b8b611ea6..40a2260959 100644 --- a/test/staging/sm/object/keys.js +++ b/test/staging/sm/object/keys.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/object/method-non-constructor.js b/test/staging/sm/object/method-non-constructor.js index 6f12c65399..eb1a160e0f 100644 --- a/test/staging/sm/object/method-non-constructor.js +++ b/test/staging/sm/object/method-non-constructor.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/object/mutation-prevention-methods.js b/test/staging/sm/object/mutation-prevention-methods.js index 2b433a3cd0..71f1cb6ce8 100644 --- a/test/staging/sm/object/mutation-prevention-methods.js +++ b/test/staging/sm/object/mutation-prevention-methods.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 65b1c64246..2f13568338 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 @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/object/object-toString-01.js b/test/staging/sm/object/object-toString-01.js index 1a3e5d2364..0ef8553f26 100644 --- a/test/staging/sm/object/object-toString-01.js +++ b/test/staging/sm/object/object-toString-01.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/object/preventExtensions-idempotent.js b/test/staging/sm/object/preventExtensions-idempotent.js index 9d12e71abf..bf16e52776 100644 --- a/test/staging/sm/object/preventExtensions-idempotent.js +++ b/test/staging/sm/object/preventExtensions-idempotent.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/object/preventExtensions-proxy.js b/test/staging/sm/object/preventExtensions-proxy.js index dc3328cab8..ee2bed810d 100644 --- a/test/staging/sm/object/preventExtensions-proxy.js +++ b/test/staging/sm/object/preventExtensions-proxy.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/object/preventExtensions.js b/test/staging/sm/object/preventExtensions.js index 098d26e988..c0165f2281 100644 --- a/test/staging/sm/object/preventExtensions.js +++ b/test/staging/sm/object/preventExtensions.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/object/property-descriptor-order.js b/test/staging/sm/object/property-descriptor-order.js index 89b17f948f..5a071b69f9 100644 --- a/test/staging/sm/object/property-descriptor-order.js +++ b/test/staging/sm/object/property-descriptor-order.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/object/propertyIsEnumerable-proxy.js b/test/staging/sm/object/propertyIsEnumerable-proxy.js index 5fe6777425..5c31d30c37 100644 --- a/test/staging/sm/object/propertyIsEnumerable-proxy.js +++ b/test/staging/sm/object/propertyIsEnumerable-proxy.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/object/propertyIsEnumerable.js b/test/staging/sm/object/propertyIsEnumerable.js index dededf8a8a..13a4b05a78 100644 --- a/test/staging/sm/object/propertyIsEnumerable.js +++ b/test/staging/sm/object/propertyIsEnumerable.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 1b9b1aae02..24e1bacde7 100644 --- a/test/staging/sm/object/proto-property-change-writability-set.js +++ b/test/staging/sm/object/proto-property-change-writability-set.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/object/regress-459405.js b/test/staging/sm/object/regress-459405.js index c909ba26f0..802e3e78f3 100644 --- a/test/staging/sm/object/regress-459405.js +++ b/test/staging/sm/object/regress-459405.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/object/seal-proxy.js b/test/staging/sm/object/seal-proxy.js index 519be09225..1335fdd14e 100644 --- a/test/staging/sm/object/seal-proxy.js +++ b/test/staging/sm/object/seal-proxy.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/object/seal.js b/test/staging/sm/object/seal.js index 17ceaa41a5..b3953f215b 100644 --- a/test/staging/sm/object/seal.js +++ b/test/staging/sm/object/seal.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/object/setPrototypeOf-cross-realm-cycle.js b/test/staging/sm/object/setPrototypeOf-cross-realm-cycle.js index 1e951e922d..42e60877bc 100644 --- a/test/staging/sm/object/setPrototypeOf-cross-realm-cycle.js +++ b/test/staging/sm/object/setPrototypeOf-cross-realm-cycle.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/object/setPrototypeOf-same-value.js b/test/staging/sm/object/setPrototypeOf-same-value.js index 35f73556dd..050395ddaa 100644 --- a/test/staging/sm/object/setPrototypeOf-same-value.js +++ b/test/staging/sm/object/setPrototypeOf-same-value.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/object/toLocaleString-01.js b/test/staging/sm/object/toLocaleString-01.js index 44ffbf2111..cf02f6e355 100644 --- a/test/staging/sm/object/toLocaleString-01.js +++ b/test/staging/sm/object/toLocaleString-01.js @@ -3,7 +3,7 @@ /*--- flags: -- onlyStrict + - onlyStrict includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] description: | pending diff --git a/test/staging/sm/object/toLocaleString.js b/test/staging/sm/object/toLocaleString.js index 3872efae70..edb3f549fd 100644 --- a/test/staging/sm/object/toLocaleString.js +++ b/test/staging/sm/object/toLocaleString.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/object/toPrimitive-callers.js b/test/staging/sm/object/toPrimitive-callers.js index 0c612c9d5b..4c9e1de32f 100644 --- a/test/staging/sm/object/toPrimitive-callers.js +++ b/test/staging/sm/object/toPrimitive-callers.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/object/toPrimitive.js b/test/staging/sm/object/toPrimitive.js index b7dbefddc8..1abadb00ab 100644 --- a/test/staging/sm/object/toPrimitive.js +++ b/test/staging/sm/object/toPrimitive.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js, deepEqual.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/object/vacuous-accessor-unqualified-name.js b/test/staging/sm/object/vacuous-accessor-unqualified-name.js index a5abe5c0ff..f32dcf9e83 100644 --- a/test/staging/sm/object/vacuous-accessor-unqualified-name.js +++ b/test/staging/sm/object/vacuous-accessor-unqualified-name.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/object/values-entries-indexed.js b/test/staging/sm/object/values-entries-indexed.js index a4effecadd..171b33cfbc 100644 --- a/test/staging/sm/object/values-entries-indexed.js +++ b/test/staging/sm/object/values-entries-indexed.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js, compareArray.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/object/values-entries-lazy-props.js b/test/staging/sm/object/values-entries-lazy-props.js index 1c1e8defe6..9266d52395 100644 --- a/test/staging/sm/object/values-entries-lazy-props.js +++ b/test/staging/sm/object/values-entries-lazy-props.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js, compareArray.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/object/values-entries-typedarray.js b/test/staging/sm/object/values-entries-typedarray.js index fa36350f22..071abd5f03 100644 --- a/test/staging/sm/object/values-entries-typedarray.js +++ b/test/staging/sm/object/values-entries-typedarray.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js, compareArray.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/object/values.js b/test/staging/sm/object/values.js index 9c00fe4869..c15c3aeb87 100644 --- a/test/staging/sm/object/values.js +++ b/test/staging/sm/object/values.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js, compareArray.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-10278.js b/test/staging/sm/regress/regress-10278.js index cee2a80f9a..428be09f12 100644 --- a/test/staging/sm/regress/regress-10278.js +++ b/test/staging/sm/regress/regress-10278.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-1383630.js b/test/staging/sm/regress/regress-1383630.js index b05b680439..32be42c845 100644 --- a/test/staging/sm/regress/regress-1383630.js +++ b/test/staging/sm/regress/regress-1383630.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict 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 35bcaa8345..487a986ca0 100644 --- a/test/staging/sm/regress/regress-1507322-deep-weakmap.js +++ b/test/staging/sm/regress/regress-1507322-deep-weakmap.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-162392.js b/test/staging/sm/regress/regress-162392.js index eb8a32b536..0de5673926 100644 --- a/test/staging/sm/regress/regress-162392.js +++ b/test/staging/sm/regress/regress-162392.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-306794.js b/test/staging/sm/regress/regress-306794.js index 16a84a297e..e15defc1b7 100644 --- a/test/staging/sm/regress/regress-306794.js +++ b/test/staging/sm/regress/regress-306794.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-325925.js b/test/staging/sm/regress/regress-325925.js index 348b484e3f..0f4860e2a0 100644 --- a/test/staging/sm/regress/regress-325925.js +++ b/test/staging/sm/regress/regress-325925.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-373843.js b/test/staging/sm/regress/regress-373843.js index 1ad0508138..10f4994882 100644 --- a/test/staging/sm/regress/regress-373843.js +++ b/test/staging/sm/regress/regress-373843.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-383682.js b/test/staging/sm/regress/regress-383682.js index da1032c7fb..86ffefa435 100644 --- a/test/staging/sm/regress/regress-383682.js +++ b/test/staging/sm/regress/regress-383682.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-383902.js b/test/staging/sm/regress/regress-383902.js index 55122fc370..1d47aa9536 100644 --- a/test/staging/sm/regress/regress-383902.js +++ b/test/staging/sm/regress/regress-383902.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-410852.js b/test/staging/sm/regress/regress-410852.js index 8e23e4f523..f141e423e4 100644 --- a/test/staging/sm/regress/regress-410852.js +++ b/test/staging/sm/regress/regress-410852.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-428366.js b/test/staging/sm/regress/regress-428366.js index ef52e98103..936d91291a 100644 --- a/test/staging/sm/regress/regress-428366.js +++ b/test/staging/sm/regress/regress-428366.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-441477-01.js b/test/staging/sm/regress/regress-441477-01.js index b868c20fde..1a9dfa8b89 100644 --- a/test/staging/sm/regress/regress-441477-01.js +++ b/test/staging/sm/regress/regress-441477-01.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-449627.js b/test/staging/sm/regress/regress-449627.js index 26e8fb3e83..bdada54449 100644 --- a/test/staging/sm/regress/regress-449627.js +++ b/test/staging/sm/regress/regress-449627.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-449666.js b/test/staging/sm/regress/regress-449666.js index 40b59fe04e..23da2e2cf4 100644 --- a/test/staging/sm/regress/regress-449666.js +++ b/test/staging/sm/regress/regress-449666.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-452189.js b/test/staging/sm/regress/regress-452189.js index c53f48423f..b102fc66df 100644 --- a/test/staging/sm/regress/regress-452189.js +++ b/test/staging/sm/regress/regress-452189.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-452498-051.js b/test/staging/sm/regress/regress-452498-051.js index 790b589092..cd20664f18 100644 --- a/test/staging/sm/regress/regress-452498-051.js +++ b/test/staging/sm/regress/regress-452498-051.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-452498-053.js b/test/staging/sm/regress/regress-452498-053.js index a227bfe96e..af372f28d7 100644 --- a/test/staging/sm/regress/regress-452498-053.js +++ b/test/staging/sm/regress/regress-452498-053.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-452498-079.js b/test/staging/sm/regress/regress-452498-079.js index 0f3d61c945..eef0a5fe6d 100644 --- a/test/staging/sm/regress/regress-452498-079.js +++ b/test/staging/sm/regress/regress-452498-079.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-459085.js b/test/staging/sm/regress/regress-459085.js index 513c583759..d4511ea149 100644 --- a/test/staging/sm/regress/regress-459085.js +++ b/test/staging/sm/regress/regress-459085.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-469625-02.js b/test/staging/sm/regress/regress-469625-02.js index de087c5eb2..032f77c1d2 100644 --- a/test/staging/sm/regress/regress-469625-02.js +++ b/test/staging/sm/regress/regress-469625-02.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-469625-03.js b/test/staging/sm/regress/regress-469625-03.js index 4ee3697372..6642a67c26 100644 --- a/test/staging/sm/regress/regress-469625-03.js +++ b/test/staging/sm/regress/regress-469625-03.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-469758.js b/test/staging/sm/regress/regress-469758.js index fb7a99cf93..f0c16224f0 100644 --- a/test/staging/sm/regress/regress-469758.js +++ b/test/staging/sm/regress/regress-469758.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-470758-01.js b/test/staging/sm/regress/regress-470758-01.js index f726418143..e9b1dac112 100644 --- a/test/staging/sm/regress/regress-470758-01.js +++ b/test/staging/sm/regress/regress-470758-01.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-470758-02.js b/test/staging/sm/regress/regress-470758-02.js index fb2dcaa5b4..492e71386c 100644 --- a/test/staging/sm/regress/regress-470758-02.js +++ b/test/staging/sm/regress/regress-470758-02.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-499524.js b/test/staging/sm/regress/regress-499524.js index c72a472380..289996ab69 100644 --- a/test/staging/sm/regress/regress-499524.js +++ b/test/staging/sm/regress/regress-499524.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-500528.js b/test/staging/sm/regress/regress-500528.js index 739d8bd2bb..ce8f8b9a26 100644 --- a/test/staging/sm/regress/regress-500528.js +++ b/test/staging/sm/regress/regress-500528.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-503860.js b/test/staging/sm/regress/regress-503860.js index 9bf8046b6c..d91d9bb524 100644 --- a/test/staging/sm/regress/regress-503860.js +++ b/test/staging/sm/regress/regress-503860.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-530879.js b/test/staging/sm/regress/regress-530879.js index 82f73f349e..0a8d73288e 100644 --- a/test/staging/sm/regress/regress-530879.js +++ b/test/staging/sm/regress/regress-530879.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-541255-3.js b/test/staging/sm/regress/regress-541255-3.js index 564354744a..26ae3d85a5 100644 --- a/test/staging/sm/regress/regress-541255-3.js +++ b/test/staging/sm/regress/regress-541255-3.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-541455.js b/test/staging/sm/regress/regress-541455.js index 70bc13c888..58deef0a44 100644 --- a/test/staging/sm/regress/regress-541455.js +++ b/test/staging/sm/regress/regress-541455.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-551763-0.js b/test/staging/sm/regress/regress-551763-0.js index 0d0d549f5e..b502941b36 100644 --- a/test/staging/sm/regress/regress-551763-0.js +++ b/test/staging/sm/regress/regress-551763-0.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-551763-1.js b/test/staging/sm/regress/regress-551763-1.js index 653cd3f5c6..8887b26631 100644 --- a/test/staging/sm/regress/regress-551763-1.js +++ b/test/staging/sm/regress/regress-551763-1.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-551763-2.js b/test/staging/sm/regress/regress-551763-2.js index 57a1821909..66c5d070aa 100644 --- a/test/staging/sm/regress/regress-551763-2.js +++ b/test/staging/sm/regress/regress-551763-2.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-552432.js b/test/staging/sm/regress/regress-552432.js index 485d9fffd4..0ca613c7f5 100644 --- a/test/staging/sm/regress/regress-552432.js +++ b/test/staging/sm/regress/regress-552432.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-553778.js b/test/staging/sm/regress/regress-553778.js index bb75d89b95..cdd943b8cc 100644 --- a/test/staging/sm/regress/regress-553778.js +++ b/test/staging/sm/regress/regress-553778.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-554955-1.js b/test/staging/sm/regress/regress-554955-1.js index 64c5cd592a..6c57421c20 100644 --- a/test/staging/sm/regress/regress-554955-1.js +++ b/test/staging/sm/regress/regress-554955-1.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-554955-2.js b/test/staging/sm/regress/regress-554955-2.js index d77feaaaa1..f968e2fd83 100644 --- a/test/staging/sm/regress/regress-554955-2.js +++ b/test/staging/sm/regress/regress-554955-2.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-554955-3.js b/test/staging/sm/regress/regress-554955-3.js index 9782293368..91b04392ae 100644 --- a/test/staging/sm/regress/regress-554955-3.js +++ b/test/staging/sm/regress/regress-554955-3.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-554955-4.js b/test/staging/sm/regress/regress-554955-4.js index 6cd6efcf2f..be67b09c21 100644 --- a/test/staging/sm/regress/regress-554955-4.js +++ b/test/staging/sm/regress/regress-554955-4.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-554955-5.js b/test/staging/sm/regress/regress-554955-5.js index d4efd352eb..dde178ea85 100644 --- a/test/staging/sm/regress/regress-554955-5.js +++ b/test/staging/sm/regress/regress-554955-5.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-554955-6.js b/test/staging/sm/regress/regress-554955-6.js index 215746478e..3924ef990f 100644 --- a/test/staging/sm/regress/regress-554955-6.js +++ b/test/staging/sm/regress/regress-554955-6.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-559402-1.js b/test/staging/sm/regress/regress-559402-1.js index 63b866384c..252f0fd474 100644 --- a/test/staging/sm/regress/regress-559402-1.js +++ b/test/staging/sm/regress/regress-559402-1.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-559402-2.js b/test/staging/sm/regress/regress-559402-2.js index 6f3d2daf5f..9cfe6289e9 100644 --- a/test/staging/sm/regress/regress-559402-2.js +++ b/test/staging/sm/regress/regress-559402-2.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-559438.js b/test/staging/sm/regress/regress-559438.js index 58068a8f12..5abe41cb09 100644 --- a/test/staging/sm/regress/regress-559438.js +++ b/test/staging/sm/regress/regress-559438.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-560998-1.js b/test/staging/sm/regress/regress-560998-1.js index 37b3cb7202..adbeebf596 100644 --- a/test/staging/sm/regress/regress-560998-1.js +++ b/test/staging/sm/regress/regress-560998-1.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-560998-2.js b/test/staging/sm/regress/regress-560998-2.js index 11c359123b..02a512bba2 100644 --- a/test/staging/sm/regress/regress-560998-2.js +++ b/test/staging/sm/regress/regress-560998-2.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-561031.js b/test/staging/sm/regress/regress-561031.js index d895e9cab7..a5b7dd9584 100644 --- a/test/staging/sm/regress/regress-561031.js +++ b/test/staging/sm/regress/regress-561031.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-563221.js b/test/staging/sm/regress/regress-563221.js index 70d81eccae..f863e4d468 100644 --- a/test/staging/sm/regress/regress-563221.js +++ b/test/staging/sm/regress/regress-563221.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-567152.js b/test/staging/sm/regress/regress-567152.js index c76024d0a9..ad0afd3775 100644 --- a/test/staging/sm/regress/regress-567152.js +++ b/test/staging/sm/regress/regress-567152.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-569306.js b/test/staging/sm/regress/regress-569306.js index f937c885c6..5d8ba88564 100644 --- a/test/staging/sm/regress/regress-569306.js +++ b/test/staging/sm/regress/regress-569306.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-571014.js b/test/staging/sm/regress/regress-571014.js index ed14f4b50a..284bb27e31 100644 --- a/test/staging/sm/regress/regress-571014.js +++ b/test/staging/sm/regress/regress-571014.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-573875.js b/test/staging/sm/regress/regress-573875.js index d9ac7d36f6..9284558b2f 100644 --- a/test/staging/sm/regress/regress-573875.js +++ b/test/staging/sm/regress/regress-573875.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-577648-1.js b/test/staging/sm/regress/regress-577648-1.js index 2a06de61d2..bc072a6ecf 100644 --- a/test/staging/sm/regress/regress-577648-1.js +++ b/test/staging/sm/regress/regress-577648-1.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-577648-2.js b/test/staging/sm/regress/regress-577648-2.js index 6a20ad5ab4..1f703c29d7 100644 --- a/test/staging/sm/regress/regress-577648-2.js +++ b/test/staging/sm/regress/regress-577648-2.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-580544.js b/test/staging/sm/regress/regress-580544.js index ba5914bc59..5623d3392c 100644 --- a/test/staging/sm/regress/regress-580544.js +++ b/test/staging/sm/regress/regress-580544.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-583429.js b/test/staging/sm/regress/regress-583429.js index e3a2725e7f..3e79627219 100644 --- a/test/staging/sm/regress/regress-583429.js +++ b/test/staging/sm/regress/regress-583429.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-584355.js b/test/staging/sm/regress/regress-584355.js index 58d9533354..52ffd77bbb 100644 --- a/test/staging/sm/regress/regress-584355.js +++ b/test/staging/sm/regress/regress-584355.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-586482-1.js b/test/staging/sm/regress/regress-586482-1.js index 4ef7c86b3e..a6d59b0d31 100644 --- a/test/staging/sm/regress/regress-586482-1.js +++ b/test/staging/sm/regress/regress-586482-1.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-586482-2.js b/test/staging/sm/regress/regress-586482-2.js index 747c4f6733..b69c725afe 100644 --- a/test/staging/sm/regress/regress-586482-2.js +++ b/test/staging/sm/regress/regress-586482-2.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-586482-3.js b/test/staging/sm/regress/regress-586482-3.js index 23770bc2fb..1fab33856b 100644 --- a/test/staging/sm/regress/regress-586482-3.js +++ b/test/staging/sm/regress/regress-586482-3.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-586482-4.js b/test/staging/sm/regress/regress-586482-4.js index e51612c2e8..234fb3f003 100644 --- a/test/staging/sm/regress/regress-586482-4.js +++ b/test/staging/sm/regress/regress-586482-4.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-586482-5.js b/test/staging/sm/regress/regress-586482-5.js index 73662a345f..195f232b95 100644 --- a/test/staging/sm/regress/regress-586482-5.js +++ b/test/staging/sm/regress/regress-586482-5.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-588339.js b/test/staging/sm/regress/regress-588339.js index ac90795f77..cc53475b94 100644 --- a/test/staging/sm/regress/regress-588339.js +++ b/test/staging/sm/regress/regress-588339.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-591897.js b/test/staging/sm/regress/regress-591897.js index c37057d23a..29423792db 100644 --- a/test/staging/sm/regress/regress-591897.js +++ b/test/staging/sm/regress/regress-591897.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-592202-3.js b/test/staging/sm/regress/regress-592202-3.js index 6502164941..dbefb916a5 100644 --- a/test/staging/sm/regress/regress-592202-3.js +++ b/test/staging/sm/regress/regress-592202-3.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-592202-4.js b/test/staging/sm/regress/regress-592202-4.js index 707ebbc00d..bc1d4a1581 100644 --- a/test/staging/sm/regress/regress-592202-4.js +++ b/test/staging/sm/regress/regress-592202-4.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-592556-c35.js b/test/staging/sm/regress/regress-592556-c35.js index 226d98e6b4..153ae2425a 100644 --- a/test/staging/sm/regress/regress-592556-c35.js +++ b/test/staging/sm/regress/regress-592556-c35.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-593256.js b/test/staging/sm/regress/regress-593256.js index 7a63e3be36..ef95906497 100644 --- a/test/staging/sm/regress/regress-593256.js +++ b/test/staging/sm/regress/regress-593256.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-595365-1.js b/test/staging/sm/regress/regress-595365-1.js index c9c6e32464..12d41f3c5b 100644 --- a/test/staging/sm/regress/regress-595365-1.js +++ b/test/staging/sm/regress/regress-595365-1.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-596103.js b/test/staging/sm/regress/regress-596103.js index f8586da104..539089207a 100644 --- a/test/staging/sm/regress/regress-596103.js +++ b/test/staging/sm/regress/regress-596103.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-596805-1.js b/test/staging/sm/regress/regress-596805-1.js index 6d448184d9..313d37638f 100644 --- a/test/staging/sm/regress/regress-596805-1.js +++ b/test/staging/sm/regress/regress-596805-1.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-596805-2.js b/test/staging/sm/regress/regress-596805-2.js index 9d29c6c704..b8118c1e1e 100644 --- a/test/staging/sm/regress/regress-596805-2.js +++ b/test/staging/sm/regress/regress-596805-2.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-597945-1.js b/test/staging/sm/regress/regress-597945-1.js index edfd55ed64..773bb5411d 100644 --- a/test/staging/sm/regress/regress-597945-1.js +++ b/test/staging/sm/regress/regress-597945-1.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-597945-2.js b/test/staging/sm/regress/regress-597945-2.js index cc9b1b9be6..947e69d986 100644 --- a/test/staging/sm/regress/regress-597945-2.js +++ b/test/staging/sm/regress/regress-597945-2.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-598176.js b/test/staging/sm/regress/regress-598176.js index ad59c19076..60d5efd6d5 100644 --- a/test/staging/sm/regress/regress-598176.js +++ b/test/staging/sm/regress/regress-598176.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-600067.js b/test/staging/sm/regress/regress-600067.js index b81b12e60d..aaa9df46fe 100644 --- a/test/staging/sm/regress/regress-600067.js +++ b/test/staging/sm/regress/regress-600067.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-601399.js b/test/staging/sm/regress/regress-601399.js index 00df2b0306..e1f8dd1624 100644 --- a/test/staging/sm/regress/regress-601399.js +++ b/test/staging/sm/regress/regress-601399.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-602621.js b/test/staging/sm/regress/regress-602621.js index 88062105c8..14be71b162 100644 --- a/test/staging/sm/regress/regress-602621.js +++ b/test/staging/sm/regress/regress-602621.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-609617.js b/test/staging/sm/regress/regress-609617.js index 53abc06b19..ab9269882e 100644 --- a/test/staging/sm/regress/regress-609617.js +++ b/test/staging/sm/regress/regress-609617.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-610026.js b/test/staging/sm/regress/regress-610026.js index eea2c95b82..3e2fdf6fe2 100644 --- a/test/staging/sm/regress/regress-610026.js +++ b/test/staging/sm/regress/regress-610026.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-617405-1.js b/test/staging/sm/regress/regress-617405-1.js index cc7847848c..241caec6da 100644 --- a/test/staging/sm/regress/regress-617405-1.js +++ b/test/staging/sm/regress/regress-617405-1.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-617405-2.js b/test/staging/sm/regress/regress-617405-2.js index 959c7281a8..39c4bbe97e 100644 --- a/test/staging/sm/regress/regress-617405-2.js +++ b/test/staging/sm/regress/regress-617405-2.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-618572.js b/test/staging/sm/regress/regress-618572.js index 3f519a778a..5b972845b6 100644 --- a/test/staging/sm/regress/regress-618572.js +++ b/test/staging/sm/regress/regress-618572.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-619003-1.js b/test/staging/sm/regress/regress-619003-1.js index 7f1eb8e461..8f53b3eb12 100644 --- a/test/staging/sm/regress/regress-619003-1.js +++ b/test/staging/sm/regress/regress-619003-1.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-619003-2.js b/test/staging/sm/regress/regress-619003-2.js index 8b138b11c4..326bb0b424 100644 --- a/test/staging/sm/regress/regress-619003-2.js +++ b/test/staging/sm/regress/regress-619003-2.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-624547.js b/test/staging/sm/regress/regress-624547.js index c2294d276c..5de39b38dc 100644 --- a/test/staging/sm/regress/regress-624547.js +++ b/test/staging/sm/regress/regress-624547.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-624968.js b/test/staging/sm/regress/regress-624968.js index 71e3581cff..82c5dfe207 100644 --- a/test/staging/sm/regress/regress-624968.js +++ b/test/staging/sm/regress/regress-624968.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-626436.js b/test/staging/sm/regress/regress-626436.js index 8d6625f5f3..6652a8b811 100644 --- a/test/staging/sm/regress/regress-626436.js +++ b/test/staging/sm/regress/regress-626436.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-633741.js b/test/staging/sm/regress/regress-633741.js index 2b32a3fd66..d54bc46990 100644 --- a/test/staging/sm/regress/regress-633741.js +++ b/test/staging/sm/regress/regress-633741.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict info: | preventExtensions on global description: | diff --git a/test/staging/sm/regress/regress-634210-1.js b/test/staging/sm/regress/regress-634210-1.js index 57d028e3c7..5eac8019a2 100644 --- a/test/staging/sm/regress/regress-634210-1.js +++ b/test/staging/sm/regress/regress-634210-1.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-634210-2.js b/test/staging/sm/regress/regress-634210-2.js index c6d48620cf..9aa4f5c604 100644 --- a/test/staging/sm/regress/regress-634210-2.js +++ b/test/staging/sm/regress/regress-634210-2.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-634210-3.js b/test/staging/sm/regress/regress-634210-3.js index 790f84fe7b..2ad1fd703d 100644 --- a/test/staging/sm/regress/regress-634210-3.js +++ b/test/staging/sm/regress/regress-634210-3.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-634210-4.js b/test/staging/sm/regress/regress-634210-4.js index a4fb44ade0..ae5738b41d 100644 --- a/test/staging/sm/regress/regress-634210-4.js +++ b/test/staging/sm/regress/regress-634210-4.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-636364.js b/test/staging/sm/regress/regress-636364.js index ea71a478f2..2dd7e59a53 100644 --- a/test/staging/sm/regress/regress-636364.js +++ b/test/staging/sm/regress/regress-636364.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-640075.js b/test/staging/sm/regress/regress-640075.js index 411b2df13f..129f119abd 100644 --- a/test/staging/sm/regress/regress-640075.js +++ b/test/staging/sm/regress/regress-640075.js @@ -5,7 +5,7 @@ /*--- flags: -- onlyStrict + - onlyStrict includes: [sm/non262.js, sm/non262-shell.js] description: | pending diff --git a/test/staging/sm/regress/regress-642247.js b/test/staging/sm/regress/regress-642247.js index 4c4bcda633..aac65f9565 100644 --- a/test/staging/sm/regress/regress-642247.js +++ b/test/staging/sm/regress/regress-642247.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-643222.js b/test/staging/sm/regress/regress-643222.js index db7e297e01..c9061e120a 100644 --- a/test/staging/sm/regress/regress-643222.js +++ b/test/staging/sm/regress/regress-643222.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-646820-1.js b/test/staging/sm/regress/regress-646820-1.js index 418df49a91..c509d7bcf6 100644 --- a/test/staging/sm/regress/regress-646820-1.js +++ b/test/staging/sm/regress/regress-646820-1.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-646820-2.js b/test/staging/sm/regress/regress-646820-2.js index 22aa079c7e..7018269d52 100644 --- a/test/staging/sm/regress/regress-646820-2.js +++ b/test/staging/sm/regress/regress-646820-2.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-646820-3.js b/test/staging/sm/regress/regress-646820-3.js index 2f89b624bc..a403a7fecb 100644 --- a/test/staging/sm/regress/regress-646820-3.js +++ b/test/staging/sm/regress/regress-646820-3.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-665355.js b/test/staging/sm/regress/regress-665355.js index 29e567311b..95897b61ea 100644 --- a/test/staging/sm/regress/regress-665355.js +++ b/test/staging/sm/regress/regress-665355.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-672892.js b/test/staging/sm/regress/regress-672892.js index 288fc39cb3..95ed422675 100644 --- a/test/staging/sm/regress/regress-672892.js +++ b/test/staging/sm/regress/regress-672892.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-672893.js b/test/staging/sm/regress/regress-672893.js index c17364a997..43709a1956 100644 --- a/test/staging/sm/regress/regress-672893.js +++ b/test/staging/sm/regress/regress-672893.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-694306.js b/test/staging/sm/regress/regress-694306.js index ee8a8d5d81..7a8dc4682c 100644 --- a/test/staging/sm/regress/regress-694306.js +++ b/test/staging/sm/regress/regress-694306.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-698028-1.js b/test/staging/sm/regress/regress-698028-1.js index 91930398a6..e239dd85a3 100644 --- a/test/staging/sm/regress/regress-698028-1.js +++ b/test/staging/sm/regress/regress-698028-1.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-699682.js b/test/staging/sm/regress/regress-699682.js index 75d3879b43..6f9f6388e7 100644 --- a/test/staging/sm/regress/regress-699682.js +++ b/test/staging/sm/regress/regress-699682.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-810525.js b/test/staging/sm/regress/regress-810525.js index 7a8b5bf0df..eee7348daf 100644 --- a/test/staging/sm/regress/regress-810525.js +++ b/test/staging/sm/regress/regress-810525.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 4a748ac5b7..4c435e64a3 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 @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 de46a7f381..bae879918f 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 @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/statements/for-in-with-declaration.js b/test/staging/sm/statements/for-in-with-declaration.js index 6bec93934f..9d005af95d 100644 --- a/test/staging/sm/statements/for-in-with-declaration.js +++ b/test/staging/sm/statements/for-in-with-declaration.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 bdc031e03b..36275c8bfb 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 @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/statements/for-inof-finally.js b/test/staging/sm/statements/for-inof-finally.js index 280058861d..6e81074ceb 100644 --- a/test/staging/sm/statements/for-inof-finally.js +++ b/test/staging/sm/statements/for-inof-finally.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 7ceb545fab..e811964537 100644 --- a/test/staging/sm/statements/for-inof-loop-const-declaration.js +++ b/test/staging/sm/statements/for-inof-loop-const-declaration.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 7c2b3e983d..0923540e05 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 @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 909a483375..7987a8142f 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 @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 a9c14bd146..ba166189e7 100644 --- a/test/staging/sm/statements/for-loop-declaration-contains-initializer.js +++ b/test/staging/sm/statements/for-loop-declaration-contains-initializer.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 a2fd628e0b..adbc87e729 100644 --- a/test/staging/sm/statements/for-of-iterator-close-throw.js +++ b/test/staging/sm/statements/for-of-iterator-close-throw.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/statements/for-of-iterator-close.js b/test/staging/sm/statements/for-of-iterator-close.js index c25857016e..ab6ade2a34 100644 --- a/test/staging/sm/statements/for-of-iterator-close.js +++ b/test/staging/sm/statements/for-of-iterator-close.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/statements/for-of-iterator-primitive.js b/test/staging/sm/statements/for-of-iterator-primitive.js index d273fd1442..1261e8eb97 100644 --- a/test/staging/sm/statements/for-of-iterator-primitive.js +++ b/test/staging/sm/statements/for-of-iterator-primitive.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 951e57d1a7..c53b07cbd9 100644 --- a/test/staging/sm/statements/for-of-var-with-initializer.js +++ b/test/staging/sm/statements/for-of-var-with-initializer.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/statements/if-constant-folding.js b/test/staging/sm/statements/if-constant-folding.js index f3872f8e1b..142a61f7f3 100644 --- a/test/staging/sm/statements/if-constant-folding.js +++ b/test/staging/sm/statements/if-constant-folding.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/statements/property-reference-self-assignment.js b/test/staging/sm/statements/property-reference-self-assignment.js index 9248db4578..1eff1da061 100644 --- a/test/staging/sm/statements/property-reference-self-assignment.js +++ b/test/staging/sm/statements/property-reference-self-assignment.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/statements/regress-642975.js b/test/staging/sm/statements/regress-642975.js index 46d8bfb40e..f961f60467 100644 --- a/test/staging/sm/statements/regress-642975.js +++ b/test/staging/sm/statements/regress-642975.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/statements/try-completion.js b/test/staging/sm/statements/try-completion.js index 01b2037151..4c03cda207 100644 --- a/test/staging/sm/statements/try-completion.js +++ b/test/staging/sm/statements/try-completion.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/strict/10.4.2.js b/test/staging/sm/strict/10.4.2.js index bfaa6edc59..952b7315b8 100644 --- a/test/staging/sm/strict/10.4.2.js +++ b/test/staging/sm/strict/10.4.2.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/strict/10.4.3.js b/test/staging/sm/strict/10.4.3.js index 7ac10456fe..935d1384dd 100644 --- a/test/staging/sm/strict/10.4.3.js +++ b/test/staging/sm/strict/10.4.3.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/strict/10.6.js b/test/staging/sm/strict/10.6.js index 4ef54af576..53f03b819b 100644 --- a/test/staging/sm/strict/10.6.js +++ b/test/staging/sm/strict/10.6.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/strict/11.1.5.js b/test/staging/sm/strict/11.1.5.js index 5ab6dd22f8..e49f828ede 100644 --- a/test/staging/sm/strict/11.1.5.js +++ b/test/staging/sm/strict/11.1.5.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/strict/11.13.1.js b/test/staging/sm/strict/11.13.1.js index c6e710d126..b124b69426 100644 --- a/test/staging/sm/strict/11.13.1.js +++ b/test/staging/sm/strict/11.13.1.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/strict/11.13.2.js b/test/staging/sm/strict/11.13.2.js index 4d6f43b383..83c1d22099 100644 --- a/test/staging/sm/strict/11.13.2.js +++ b/test/staging/sm/strict/11.13.2.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/strict/11.3.1.js b/test/staging/sm/strict/11.3.1.js index 47304a8df7..6c8b36273e 100644 --- a/test/staging/sm/strict/11.3.1.js +++ b/test/staging/sm/strict/11.3.1.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/strict/11.3.2.js b/test/staging/sm/strict/11.3.2.js index 03ed84664f..9d727d212e 100644 --- a/test/staging/sm/strict/11.3.2.js +++ b/test/staging/sm/strict/11.3.2.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/strict/11.4.1.js b/test/staging/sm/strict/11.4.1.js index deba864e61..409ce024e4 100644 --- a/test/staging/sm/strict/11.4.1.js +++ b/test/staging/sm/strict/11.4.1.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/strict/11.4.4.js b/test/staging/sm/strict/11.4.4.js index 1fba6a1647..252c3e06d0 100644 --- a/test/staging/sm/strict/11.4.4.js +++ b/test/staging/sm/strict/11.4.4.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/strict/11.4.5.js b/test/staging/sm/strict/11.4.5.js index d7261939d4..938f8e9a04 100644 --- a/test/staging/sm/strict/11.4.5.js +++ b/test/staging/sm/strict/11.4.5.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/strict/12.10.1.js b/test/staging/sm/strict/12.10.1.js index 98faa620d2..522b96cbe5 100644 --- a/test/staging/sm/strict/12.10.1.js +++ b/test/staging/sm/strict/12.10.1.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/strict/12.14.1.js b/test/staging/sm/strict/12.14.1.js index 3ca1d30724..635485dd58 100644 --- a/test/staging/sm/strict/12.14.1.js +++ b/test/staging/sm/strict/12.14.1.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/strict/12.2.1-01.js b/test/staging/sm/strict/12.2.1-01.js index 1a3881a301..92719c2e66 100644 --- a/test/staging/sm/strict/12.2.1-01.js +++ b/test/staging/sm/strict/12.2.1-01.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/strict/12.2.1.js b/test/staging/sm/strict/12.2.1.js index 1b1547d7dc..99234dc6a0 100644 --- a/test/staging/sm/strict/12.2.1.js +++ b/test/staging/sm/strict/12.2.1.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/strict/13.1.js b/test/staging/sm/strict/13.1.js index 8e812d1240..76f61c572d 100644 --- a/test/staging/sm/strict/13.1.js +++ b/test/staging/sm/strict/13.1.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/strict/15.10.7.js b/test/staging/sm/strict/15.10.7.js index e99d8d5d57..b7799cedf2 100644 --- a/test/staging/sm/strict/15.10.7.js +++ b/test/staging/sm/strict/15.10.7.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/strict/15.3.4.5.js b/test/staging/sm/strict/15.3.4.5.js index 692deecb82..c19b6a6414 100644 --- a/test/staging/sm/strict/15.3.4.5.js +++ b/test/staging/sm/strict/15.3.4.5.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/strict/15.3.5.1.js b/test/staging/sm/strict/15.3.5.1.js index 85d6dd0b85..ae90637f01 100644 --- a/test/staging/sm/strict/15.3.5.1.js +++ b/test/staging/sm/strict/15.3.5.1.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/strict/15.3.5.2.js b/test/staging/sm/strict/15.3.5.2.js index b6eb0e442c..ce7e168f99 100644 --- a/test/staging/sm/strict/15.3.5.2.js +++ b/test/staging/sm/strict/15.3.5.2.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/strict/15.4.4.11.js b/test/staging/sm/strict/15.4.4.11.js index af83e116eb..94d6924678 100644 --- a/test/staging/sm/strict/15.4.4.11.js +++ b/test/staging/sm/strict/15.4.4.11.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/strict/15.4.4.12.js b/test/staging/sm/strict/15.4.4.12.js index d394cd8b6a..1819919e75 100644 --- a/test/staging/sm/strict/15.4.4.12.js +++ b/test/staging/sm/strict/15.4.4.12.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/strict/15.4.4.13.js b/test/staging/sm/strict/15.4.4.13.js index 6a871ff7c8..7d1958a878 100644 --- a/test/staging/sm/strict/15.4.4.13.js +++ b/test/staging/sm/strict/15.4.4.13.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/strict/15.4.4.6.js b/test/staging/sm/strict/15.4.4.6.js index 636e92fcdd..63e05a31c9 100644 --- a/test/staging/sm/strict/15.4.4.6.js +++ b/test/staging/sm/strict/15.4.4.6.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/strict/15.4.4.8.js b/test/staging/sm/strict/15.4.4.8.js index 2d14f69ac2..6b96ad73bf 100644 --- a/test/staging/sm/strict/15.4.4.8.js +++ b/test/staging/sm/strict/15.4.4.8.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/strict/15.4.4.9.js b/test/staging/sm/strict/15.4.4.9.js index a1c1f2a8a2..c057d36f18 100644 --- a/test/staging/sm/strict/15.4.4.9.js +++ b/test/staging/sm/strict/15.4.4.9.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/strict/15.4.5.1.js b/test/staging/sm/strict/15.4.5.1.js index 7a6234131c..2fed2eae7b 100644 --- a/test/staging/sm/strict/15.4.5.1.js +++ b/test/staging/sm/strict/15.4.5.1.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/strict/15.5.5.1.js b/test/staging/sm/strict/15.5.5.1.js index 98e30dfcba..8d9b99195b 100644 --- a/test/staging/sm/strict/15.5.5.1.js +++ b/test/staging/sm/strict/15.5.5.1.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/strict/15.5.5.2.js b/test/staging/sm/strict/15.5.5.2.js index ccfc4167e4..5b19d8b183 100644 --- a/test/staging/sm/strict/15.5.5.2.js +++ b/test/staging/sm/strict/15.5.5.2.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/strict/8.12.5.js b/test/staging/sm/strict/8.12.5.js index 9c7940e68e..4ad8d7a13d 100644 --- a/test/staging/sm/strict/8.12.5.js +++ b/test/staging/sm/strict/8.12.5.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/strict/8.12.7-2.js b/test/staging/sm/strict/8.12.7-2.js index 485a8780c5..7507e265b5 100644 --- a/test/staging/sm/strict/8.12.7-2.js +++ b/test/staging/sm/strict/8.12.7-2.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/strict/8.12.7.js b/test/staging/sm/strict/8.12.7.js index c30d8ce6c1..b6c45d9c64 100644 --- a/test/staging/sm/strict/8.12.7.js +++ b/test/staging/sm/strict/8.12.7.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/strict/8.7.2-01.js b/test/staging/sm/strict/8.7.2-01.js index 65b35c7518..d165e3a0aa 100644 --- a/test/staging/sm/strict/8.7.2-01.js +++ b/test/staging/sm/strict/8.7.2-01.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/strict/8.7.2.js b/test/staging/sm/strict/8.7.2.js index 1a33e9598e..c2b5126a4f 100644 --- a/test/staging/sm/strict/8.7.2.js +++ b/test/staging/sm/strict/8.7.2.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/strict/B.1.1.js b/test/staging/sm/strict/B.1.1.js index a894193af8..68bbd2d73f 100644 --- a/test/staging/sm/strict/B.1.1.js +++ b/test/staging/sm/strict/B.1.1.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/strict/B.1.2.js b/test/staging/sm/strict/B.1.2.js index 359e0256d8..1cbdb0feac 100644 --- a/test/staging/sm/strict/B.1.2.js +++ b/test/staging/sm/strict/B.1.2.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/strict/assign-to-callee-name.js b/test/staging/sm/strict/assign-to-callee-name.js index b84a6b729d..f3e85bc014 100644 --- a/test/staging/sm/strict/assign-to-callee-name.js +++ b/test/staging/sm/strict/assign-to-callee-name.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/strict/deprecated-octal-noctal-tokens.js b/test/staging/sm/strict/deprecated-octal-noctal-tokens.js index 80920becbc..7b19dc75d9 100644 --- a/test/staging/sm/strict/deprecated-octal-noctal-tokens.js +++ b/test/staging/sm/strict/deprecated-octal-noctal-tokens.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/strict/directive-prologue-01.js b/test/staging/sm/strict/directive-prologue-01.js index 616988649e..949bbac2da 100644 --- a/test/staging/sm/strict/directive-prologue-01.js +++ b/test/staging/sm/strict/directive-prologue-01.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/strict/eval-variable-environment.js b/test/staging/sm/strict/eval-variable-environment.js index ec8b50a537..f211017371 100644 --- a/test/staging/sm/strict/eval-variable-environment.js +++ b/test/staging/sm/strict/eval-variable-environment.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/strict/primitive-assignment.js b/test/staging/sm/strict/primitive-assignment.js index d23ef6a675..941c9016fc 100644 --- a/test/staging/sm/strict/primitive-assignment.js +++ b/test/staging/sm/strict/primitive-assignment.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/strict/primitive-this-getter.js b/test/staging/sm/strict/primitive-this-getter.js index 3cb9f47d46..610c1d6cfe 100644 --- a/test/staging/sm/strict/primitive-this-getter.js +++ b/test/staging/sm/strict/primitive-this-getter.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/strict/primitive-this-no-writeback.js b/test/staging/sm/strict/primitive-this-no-writeback.js index 05c6cfb6c2..14e54bed03 100644 --- a/test/staging/sm/strict/primitive-this-no-writeback.js +++ b/test/staging/sm/strict/primitive-this-no-writeback.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 7c5b72df77..a0fce81449 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 @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/strict/regress-532041.js b/test/staging/sm/strict/regress-532041.js index a22085fa3a..8adb5497e1 100644 --- a/test/staging/sm/strict/regress-532041.js +++ b/test/staging/sm/strict/regress-532041.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/strict/regress-532254.js b/test/staging/sm/strict/regress-532254.js index aec8223c19..367620226e 100644 --- a/test/staging/sm/strict/regress-532254.js +++ b/test/staging/sm/strict/regress-532254.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/strict/regress-599159.js b/test/staging/sm/strict/regress-599159.js index 7983d7680d..2227f38efc 100644 --- a/test/staging/sm/strict/regress-599159.js +++ b/test/staging/sm/strict/regress-599159.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/strict/strict-function-statements.js b/test/staging/sm/strict/strict-function-statements.js index 39a233d3fd..6a0ed1fa45 100644 --- a/test/staging/sm/strict/strict-function-statements.js +++ b/test/staging/sm/strict/strict-function-statements.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 78c949d964..02a23adc91 100644 --- a/test/staging/sm/strict/strict-this-is-not-truthy.js +++ b/test/staging/sm/strict/strict-this-is-not-truthy.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 65477ba5a5..196025eec2 100644 --- a/test/staging/sm/strict/this-for-function-expression-recursion.js +++ b/test/staging/sm/strict/this-for-function-expression-recursion.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/strict/unbrand-this.js b/test/staging/sm/strict/unbrand-this.js index 9ca8023953..943893626a 100644 --- a/test/staging/sm/strict/unbrand-this.js +++ b/test/staging/sm/strict/unbrand-this.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/syntax/bug1863308.js b/test/staging/sm/syntax/bug1863308.js index fa2f737852..d3b65b8aaa 100644 --- a/test/staging/sm/syntax/bug1863308.js +++ b/test/staging/sm/syntax/bug1863308.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/syntax/class-error.js b/test/staging/sm/syntax/class-error.js index cd294e2511..0711e04673 100644 --- a/test/staging/sm/syntax/class-error.js +++ b/test/staging/sm/syntax/class-error.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/syntax/declaration-forbidden-in-label.js b/test/staging/sm/syntax/declaration-forbidden-in-label.js index 5ec2ef85bf..e3643bb726 100644 --- a/test/staging/sm/syntax/declaration-forbidden-in-label.js +++ b/test/staging/sm/syntax/declaration-forbidden-in-label.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/syntax/escaped-let-static-identifier.js b/test/staging/sm/syntax/escaped-let-static-identifier.js index 7969515f19..38c8bd6183 100644 --- a/test/staging/sm/syntax/escaped-let-static-identifier.js +++ b/test/staging/sm/syntax/escaped-let-static-identifier.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/syntax/keyword-unescaped-requirement.js b/test/staging/sm/syntax/keyword-unescaped-requirement.js index 20935204ff..21c11f8740 100644 --- a/test/staging/sm/syntax/keyword-unescaped-requirement.js +++ b/test/staging/sm/syntax/keyword-unescaped-requirement.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/syntax/let-as-label.js b/test/staging/sm/syntax/let-as-label.js index b6598f5d87..9a6f973fea 100644 --- a/test/staging/sm/syntax/let-as-label.js +++ b/test/staging/sm/syntax/let-as-label.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 7ef87a5ad1..4a988f03c6 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 @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/syntax/omitted-catch-binding.js b/test/staging/sm/syntax/omitted-catch-binding.js index 02a2df1d23..984e9a4d88 100644 --- a/test/staging/sm/syntax/omitted-catch-binding.js +++ b/test/staging/sm/syntax/omitted-catch-binding.js @@ -4,7 +4,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 978f2e8860..ee381e73f0 100644 --- a/test/staging/sm/syntax/syntax-parsed-arrow-then-bigint.js +++ b/test/staging/sm/syntax/syntax-parsed-arrow-then-bigint.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending 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 9a3adf25ee..d30b6373fe 100644 --- a/test/staging/sm/syntax/syntax-parsed-arrow-then-directive.js +++ b/test/staging/sm/syntax/syntax-parsed-arrow-then-directive.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/syntax/yield-as-identifier.js b/test/staging/sm/syntax/yield-as-identifier.js index 80b4acc8f7..c089ca0aee 100644 --- a/test/staging/sm/syntax/yield-as-identifier.js +++ b/test/staging/sm/syntax/yield-as-identifier.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/template.js b/test/staging/sm/template.js index 57385fa5ff..2a4d0b26a9 100644 --- a/test/staging/sm/template.js +++ b/test/staging/sm/template.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending diff --git a/test/staging/sm/types/8.12.5-01.js b/test/staging/sm/types/8.12.5-01.js index f8c6b4b685..8554ed4e39 100644 --- a/test/staging/sm/types/8.12.5-01.js +++ b/test/staging/sm/types/8.12.5-01.js @@ -6,7 +6,7 @@ /*--- includes: [sm/non262.js, sm/non262-shell.js] flags: -- noStrict + - noStrict description: | pending esid: pending