From 88ad6082380926098c5a6bec7f0c146fff1fa276 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bargull?= Date: Wed, 30 Apr 2025 14:15:32 +0200 Subject: [PATCH] Remove unused includes to non262-RegExp-shell.js --- test/staging/sm/RegExp/15.10.5-01.js | 2 +- test/staging/sm/RegExp/15.10.7.5-01.js | 2 +- test/staging/sm/RegExp/7.8.5-01.js | 2 +- test/staging/sm/RegExp/RegExpExec-exec-type-check.js | 2 +- test/staging/sm/RegExp/RegExpExec-exec.js | 2 +- test/staging/sm/RegExp/RegExpExec-return.js | 2 +- test/staging/sm/RegExp/character-class-escape-s.js | 2 +- test/staging/sm/RegExp/class-null.js | 2 +- test/staging/sm/RegExp/compile-lastIndex.js | 2 +- test/staging/sm/RegExp/constructor-IsRegExp.js | 2 +- test/staging/sm/RegExp/constructor-constructor.js | 2 +- test/staging/sm/RegExp/constructor-ordering-2.js | 2 +- test/staging/sm/RegExp/constructor-ordering.js | 2 +- test/staging/sm/RegExp/constructor-regexp-unicode.js | 2 +- test/staging/sm/RegExp/constructor-regexp.js | 2 +- test/staging/sm/RegExp/cross-compartment-getter.js | 2 +- test/staging/sm/RegExp/descriptor.js | 2 +- test/staging/sm/RegExp/empty-lookahead.js | 2 +- test/staging/sm/RegExp/escape.js | 2 +- test/staging/sm/RegExp/exec-lastIndex-ToInteger.js | 2 +- test/staging/sm/RegExp/exec-lastIndex-negative.js | 2 +- test/staging/sm/RegExp/exec.js | 2 +- test/staging/sm/RegExp/flag-accessors.js | 2 +- test/staging/sm/RegExp/flags-param-handling.js | 2 +- test/staging/sm/RegExp/flags.js | 2 +- test/staging/sm/RegExp/getter-name.js | 2 +- test/staging/sm/RegExp/ignoreCase-multiple.js | 2 +- test/staging/sm/RegExp/ignoreCase-non-latin1-to-latin1.js | 2 +- .../sm/RegExp/instance-property-storage-introspection.js | 2 +- test/staging/sm/RegExp/lastIndex-exec.js | 2 +- test/staging/sm/RegExp/lastIndex-match-or-replace.js | 2 +- test/staging/sm/RegExp/lastIndex-nonwritable.js | 2 +- test/staging/sm/RegExp/lastIndex-search.js | 2 +- test/staging/sm/RegExp/match-local-tolength-recompilation.js | 2 +- test/staging/sm/RegExp/match-this.js | 2 +- test/staging/sm/RegExp/match-trace.js | 2 +- test/staging/sm/RegExp/match.js | 2 +- test/staging/sm/RegExp/prototype-different-global.js | 2 +- test/staging/sm/RegExp/prototype.js | 2 +- test/staging/sm/RegExp/regress-yarr-regexp.js | 2 +- test/staging/sm/RegExp/replace-compile-elembase.js | 2 +- test/staging/sm/RegExp/replace-compile.js | 2 +- test/staging/sm/RegExp/replace-global-unicode.js | 2 +- test/staging/sm/RegExp/replace-local-tolength-lastindex.js | 2 +- test/staging/sm/RegExp/replace-local-tolength-recompilation.js | 2 +- test/staging/sm/RegExp/replace-sticky-lastIndex.js | 2 +- test/staging/sm/RegExp/replace-sticky.js | 2 +- test/staging/sm/RegExp/replace-this.js | 2 +- test/staging/sm/RegExp/replace-trace.js | 2 +- test/staging/sm/RegExp/replace-twoBytes.js | 2 +- test/staging/sm/RegExp/replace.js | 2 +- test/staging/sm/RegExp/search-this.js | 2 +- test/staging/sm/RegExp/search-trace.js | 2 +- test/staging/sm/RegExp/search.js | 2 +- test/staging/sm/RegExp/source.js | 2 +- test/staging/sm/RegExp/split-deleted-flags.js | 2 +- test/staging/sm/RegExp/split-flags-on-obj.js | 2 +- test/staging/sm/RegExp/split-invalid-lastIndex.js | 2 +- test/staging/sm/RegExp/split-limit.js | 2 +- test/staging/sm/RegExp/split-obj.js | 2 +- test/staging/sm/RegExp/split-prop-access.js | 2 +- test/staging/sm/RegExp/split-this.js | 2 +- test/staging/sm/RegExp/split-trace.js | 2 +- test/staging/sm/RegExp/split.js | 2 +- test/staging/sm/RegExp/sticky.js | 2 +- test/staging/sm/RegExp/test-emptyMatch.js | 2 +- test/staging/sm/RegExp/test-trailing.js | 2 +- test/staging/sm/RegExp/toString.js | 2 +- test/staging/sm/RegExp/unicode-back-reference.js | 2 +- test/staging/sm/RegExp/unicode-braced.js | 2 +- test/staging/sm/RegExp/unicode-character-class-escape.js | 2 +- test/staging/sm/RegExp/unicode-class-braced.js | 2 +- test/staging/sm/RegExp/unicode-class-empty.js | 2 +- test/staging/sm/RegExp/unicode-class-ignoreCase.js | 2 +- test/staging/sm/RegExp/unicode-class-lead-trail.js | 2 +- test/staging/sm/RegExp/unicode-class-negated.js | 2 +- test/staging/sm/RegExp/unicode-class-range.js | 2 +- test/staging/sm/RegExp/unicode-class-raw.js | 2 +- test/staging/sm/RegExp/unicode-disallow-extended.js | 2 +- test/staging/sm/RegExp/unicode-everything.js | 2 +- test/staging/sm/RegExp/unicode-ignoreCase-ascii.js | 2 +- test/staging/sm/RegExp/unicode-ignoreCase-escape.js | 2 +- test/staging/sm/RegExp/unicode-ignoreCase-negated.js | 2 +- test/staging/sm/RegExp/unicode-ignoreCase-word-boundary.js | 2 +- test/staging/sm/RegExp/unicode-ignoreCase.js | 2 +- test/staging/sm/RegExp/unicode-lead-trail.js | 2 +- test/staging/sm/RegExp/unicode-raw.js | 2 +- 87 files changed, 87 insertions(+), 87 deletions(-) diff --git a/test/staging/sm/RegExp/15.10.5-01.js b/test/staging/sm/RegExp/15.10.5-01.js index 98ad2bc1a0..4a3f989ac8 100644 --- a/test/staging/sm/RegExp/15.10.5-01.js +++ b/test/staging/sm/RegExp/15.10.5-01.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/15.10.7.5-01.js b/test/staging/sm/RegExp/15.10.7.5-01.js index 164427c9ee..dd0f28c25c 100644 --- a/test/staging/sm/RegExp/15.10.7.5-01.js +++ b/test/staging/sm/RegExp/15.10.7.5-01.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/7.8.5-01.js b/test/staging/sm/RegExp/7.8.5-01.js index 554988e50d..9d217fe505 100644 --- a/test/staging/sm/RegExp/7.8.5-01.js +++ b/test/staging/sm/RegExp/7.8.5-01.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/RegExpExec-exec-type-check.js b/test/staging/sm/RegExp/RegExpExec-exec-type-check.js index 8b71c01818..f7ad8de213 100644 --- a/test/staging/sm/RegExp/RegExpExec-exec-type-check.js +++ b/test/staging/sm/RegExp/RegExpExec-exec-type-check.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/RegExpExec-exec.js b/test/staging/sm/RegExp/RegExpExec-exec.js index 0eb7f96eb3..1d7d4cdde8 100644 --- a/test/staging/sm/RegExp/RegExpExec-exec.js +++ b/test/staging/sm/RegExp/RegExpExec-exec.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/RegExpExec-return.js b/test/staging/sm/RegExp/RegExpExec-return.js index bae2057fed..8d083f8c45 100644 --- a/test/staging/sm/RegExp/RegExpExec-return.js +++ b/test/staging/sm/RegExp/RegExpExec-return.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/character-class-escape-s.js b/test/staging/sm/RegExp/character-class-escape-s.js index bc5fd02abb..9d8ec3f215 100644 --- a/test/staging/sm/RegExp/character-class-escape-s.js +++ b/test/staging/sm/RegExp/character-class-escape-s.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/class-null.js b/test/staging/sm/RegExp/class-null.js index 297dc07464..a22c167fa9 100644 --- a/test/staging/sm/RegExp/class-null.js +++ b/test/staging/sm/RegExp/class-null.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/compile-lastIndex.js b/test/staging/sm/RegExp/compile-lastIndex.js index ced2f1a897..1e555adba4 100644 --- a/test/staging/sm/RegExp/compile-lastIndex.js +++ b/test/staging/sm/RegExp/compile-lastIndex.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/constructor-IsRegExp.js b/test/staging/sm/RegExp/constructor-IsRegExp.js index d0c8a68897..68e6a41eba 100644 --- a/test/staging/sm/RegExp/constructor-IsRegExp.js +++ b/test/staging/sm/RegExp/constructor-IsRegExp.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/constructor-constructor.js b/test/staging/sm/RegExp/constructor-constructor.js index 90db937f5b..461b554b5c 100644 --- a/test/staging/sm/RegExp/constructor-constructor.js +++ b/test/staging/sm/RegExp/constructor-constructor.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/constructor-ordering-2.js b/test/staging/sm/RegExp/constructor-ordering-2.js index 9ab54174a1..0d7cd4156f 100644 --- a/test/staging/sm/RegExp/constructor-ordering-2.js +++ b/test/staging/sm/RegExp/constructor-ordering-2.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/constructor-ordering.js b/test/staging/sm/RegExp/constructor-ordering.js index 94aae361f8..f0216919b9 100644 --- a/test/staging/sm/RegExp/constructor-ordering.js +++ b/test/staging/sm/RegExp/constructor-ordering.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/constructor-regexp-unicode.js b/test/staging/sm/RegExp/constructor-regexp-unicode.js index ed5229e53b..0db6f740db 100644 --- a/test/staging/sm/RegExp/constructor-regexp-unicode.js +++ b/test/staging/sm/RegExp/constructor-regexp-unicode.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/constructor-regexp.js b/test/staging/sm/RegExp/constructor-regexp.js index f1fef60713..c4a740e948 100644 --- a/test/staging/sm/RegExp/constructor-regexp.js +++ b/test/staging/sm/RegExp/constructor-regexp.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/cross-compartment-getter.js b/test/staging/sm/RegExp/cross-compartment-getter.js index 86f90bc157..0bd2176aa4 100644 --- a/test/staging/sm/RegExp/cross-compartment-getter.js +++ b/test/staging/sm/RegExp/cross-compartment-getter.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/descriptor.js b/test/staging/sm/RegExp/descriptor.js index d828778908..11fd678d04 100644 --- a/test/staging/sm/RegExp/descriptor.js +++ b/test/staging/sm/RegExp/descriptor.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/empty-lookahead.js b/test/staging/sm/RegExp/empty-lookahead.js index e288c4cbe0..06e64afdaa 100644 --- a/test/staging/sm/RegExp/empty-lookahead.js +++ b/test/staging/sm/RegExp/empty-lookahead.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/escape.js b/test/staging/sm/RegExp/escape.js index 1ab2e65c4f..6be54d46e5 100644 --- a/test/staging/sm/RegExp/escape.js +++ b/test/staging/sm/RegExp/escape.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/exec-lastIndex-ToInteger.js b/test/staging/sm/RegExp/exec-lastIndex-ToInteger.js index 2ebc9f5a9e..67dfabfaef 100644 --- a/test/staging/sm/RegExp/exec-lastIndex-ToInteger.js +++ b/test/staging/sm/RegExp/exec-lastIndex-ToInteger.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/exec-lastIndex-negative.js b/test/staging/sm/RegExp/exec-lastIndex-negative.js index 3c23213c13..e7dcccee66 100644 --- a/test/staging/sm/RegExp/exec-lastIndex-negative.js +++ b/test/staging/sm/RegExp/exec-lastIndex-negative.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/exec.js b/test/staging/sm/RegExp/exec.js index be886b4c5c..292af41b40 100644 --- a/test/staging/sm/RegExp/exec.js +++ b/test/staging/sm/RegExp/exec.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/flag-accessors.js b/test/staging/sm/RegExp/flag-accessors.js index 666970a948..31be505ba8 100644 --- a/test/staging/sm/RegExp/flag-accessors.js +++ b/test/staging/sm/RegExp/flag-accessors.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/flags-param-handling.js b/test/staging/sm/RegExp/flags-param-handling.js index c453cd43f9..aed54e05dd 100644 --- a/test/staging/sm/RegExp/flags-param-handling.js +++ b/test/staging/sm/RegExp/flags-param-handling.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/flags.js b/test/staging/sm/RegExp/flags.js index 300ae384e5..7d9e4e6f20 100644 --- a/test/staging/sm/RegExp/flags.js +++ b/test/staging/sm/RegExp/flags.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/getter-name.js b/test/staging/sm/RegExp/getter-name.js index 6e8ddeda80..92f2b74d21 100644 --- a/test/staging/sm/RegExp/getter-name.js +++ b/test/staging/sm/RegExp/getter-name.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/ignoreCase-multiple.js b/test/staging/sm/RegExp/ignoreCase-multiple.js index 876824b9bd..315c626e2b 100644 --- a/test/staging/sm/RegExp/ignoreCase-multiple.js +++ b/test/staging/sm/RegExp/ignoreCase-multiple.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/ignoreCase-non-latin1-to-latin1.js b/test/staging/sm/RegExp/ignoreCase-non-latin1-to-latin1.js index 9326731b34..40a2e000b0 100644 --- a/test/staging/sm/RegExp/ignoreCase-non-latin1-to-latin1.js +++ b/test/staging/sm/RegExp/ignoreCase-non-latin1-to-latin1.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/instance-property-storage-introspection.js b/test/staging/sm/RegExp/instance-property-storage-introspection.js index e7e4f73e5c..6d68733e62 100644 --- a/test/staging/sm/RegExp/instance-property-storage-introspection.js +++ b/test/staging/sm/RegExp/instance-property-storage-introspection.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/lastIndex-exec.js b/test/staging/sm/RegExp/lastIndex-exec.js index 26757a8c7c..85b9245bc3 100644 --- a/test/staging/sm/RegExp/lastIndex-exec.js +++ b/test/staging/sm/RegExp/lastIndex-exec.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/lastIndex-match-or-replace.js b/test/staging/sm/RegExp/lastIndex-match-or-replace.js index f39f392948..c98e4f98bd 100644 --- a/test/staging/sm/RegExp/lastIndex-match-or-replace.js +++ b/test/staging/sm/RegExp/lastIndex-match-or-replace.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/lastIndex-nonwritable.js b/test/staging/sm/RegExp/lastIndex-nonwritable.js index 47b0ddd771..cf88effe26 100644 --- a/test/staging/sm/RegExp/lastIndex-nonwritable.js +++ b/test/staging/sm/RegExp/lastIndex-nonwritable.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/lastIndex-search.js b/test/staging/sm/RegExp/lastIndex-search.js index dedee1cd8a..39189d9873 100644 --- a/test/staging/sm/RegExp/lastIndex-search.js +++ b/test/staging/sm/RegExp/lastIndex-search.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/match-local-tolength-recompilation.js b/test/staging/sm/RegExp/match-local-tolength-recompilation.js index 79e85e1058..aa6f812407 100644 --- a/test/staging/sm/RegExp/match-local-tolength-recompilation.js +++ b/test/staging/sm/RegExp/match-local-tolength-recompilation.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/match-this.js b/test/staging/sm/RegExp/match-this.js index 24309bb02d..3746b81097 100644 --- a/test/staging/sm/RegExp/match-this.js +++ b/test/staging/sm/RegExp/match-this.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/match-trace.js b/test/staging/sm/RegExp/match-trace.js index 0e6080fce2..3c97cf3932 100644 --- a/test/staging/sm/RegExp/match-trace.js +++ b/test/staging/sm/RegExp/match-trace.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/match.js b/test/staging/sm/RegExp/match.js index c8936ae86d..f668ba0d45 100644 --- a/test/staging/sm/RegExp/match.js +++ b/test/staging/sm/RegExp/match.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/prototype-different-global.js b/test/staging/sm/RegExp/prototype-different-global.js index e4196e2057..e597e51d35 100644 --- a/test/staging/sm/RegExp/prototype-different-global.js +++ b/test/staging/sm/RegExp/prototype-different-global.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/prototype.js b/test/staging/sm/RegExp/prototype.js index d77836c528..d701865283 100644 --- a/test/staging/sm/RegExp/prototype.js +++ b/test/staging/sm/RegExp/prototype.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js, compareArray.js] +includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/regress-yarr-regexp.js b/test/staging/sm/RegExp/regress-yarr-regexp.js index 18d64b2ff4..e3d63426ab 100644 --- a/test/staging/sm/RegExp/regress-yarr-regexp.js +++ b/test/staging/sm/RegExp/regress-yarr-regexp.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js, compareArray.js] +includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/replace-compile-elembase.js b/test/staging/sm/RegExp/replace-compile-elembase.js index 48c6a7ca46..bdc3577003 100644 --- a/test/staging/sm/RegExp/replace-compile-elembase.js +++ b/test/staging/sm/RegExp/replace-compile-elembase.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/replace-compile.js b/test/staging/sm/RegExp/replace-compile.js index 67406b4d06..f77377d57a 100644 --- a/test/staging/sm/RegExp/replace-compile.js +++ b/test/staging/sm/RegExp/replace-compile.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/replace-global-unicode.js b/test/staging/sm/RegExp/replace-global-unicode.js index 5564b2c449..24846477c6 100644 --- a/test/staging/sm/RegExp/replace-global-unicode.js +++ b/test/staging/sm/RegExp/replace-global-unicode.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/replace-local-tolength-lastindex.js b/test/staging/sm/RegExp/replace-local-tolength-lastindex.js index 93fe7db1e5..e94da2ebe3 100644 --- a/test/staging/sm/RegExp/replace-local-tolength-lastindex.js +++ b/test/staging/sm/RegExp/replace-local-tolength-lastindex.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/replace-local-tolength-recompilation.js b/test/staging/sm/RegExp/replace-local-tolength-recompilation.js index 6a45abe361..b280e2146a 100644 --- a/test/staging/sm/RegExp/replace-local-tolength-recompilation.js +++ b/test/staging/sm/RegExp/replace-local-tolength-recompilation.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/replace-sticky-lastIndex.js b/test/staging/sm/RegExp/replace-sticky-lastIndex.js index b17cbafdc9..4d4099fe72 100644 --- a/test/staging/sm/RegExp/replace-sticky-lastIndex.js +++ b/test/staging/sm/RegExp/replace-sticky-lastIndex.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/replace-sticky.js b/test/staging/sm/RegExp/replace-sticky.js index 161f94d90a..7a952e264b 100644 --- a/test/staging/sm/RegExp/replace-sticky.js +++ b/test/staging/sm/RegExp/replace-sticky.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/replace-this.js b/test/staging/sm/RegExp/replace-this.js index 23e0c75283..303817e808 100644 --- a/test/staging/sm/RegExp/replace-this.js +++ b/test/staging/sm/RegExp/replace-this.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/replace-trace.js b/test/staging/sm/RegExp/replace-trace.js index e894f4dd94..edd6741281 100644 --- a/test/staging/sm/RegExp/replace-trace.js +++ b/test/staging/sm/RegExp/replace-trace.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/replace-twoBytes.js b/test/staging/sm/RegExp/replace-twoBytes.js index 7cfff6d507..3e4301cca2 100644 --- a/test/staging/sm/RegExp/replace-twoBytes.js +++ b/test/staging/sm/RegExp/replace-twoBytes.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/replace.js b/test/staging/sm/RegExp/replace.js index ae555d0055..bf6c3123db 100644 --- a/test/staging/sm/RegExp/replace.js +++ b/test/staging/sm/RegExp/replace.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/search-this.js b/test/staging/sm/RegExp/search-this.js index b59a245b51..183ef78c12 100644 --- a/test/staging/sm/RegExp/search-this.js +++ b/test/staging/sm/RegExp/search-this.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/search-trace.js b/test/staging/sm/RegExp/search-trace.js index f75948ad1a..2061ae9987 100644 --- a/test/staging/sm/RegExp/search-trace.js +++ b/test/staging/sm/RegExp/search-trace.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/search.js b/test/staging/sm/RegExp/search.js index 8725e2157a..269d4d1c63 100644 --- a/test/staging/sm/RegExp/search.js +++ b/test/staging/sm/RegExp/search.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/source.js b/test/staging/sm/RegExp/source.js index c530c6dab7..b2d4099b8a 100644 --- a/test/staging/sm/RegExp/source.js +++ b/test/staging/sm/RegExp/source.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/split-deleted-flags.js b/test/staging/sm/RegExp/split-deleted-flags.js index 8dc857731e..4d309effba 100644 --- a/test/staging/sm/RegExp/split-deleted-flags.js +++ b/test/staging/sm/RegExp/split-deleted-flags.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/split-flags-on-obj.js b/test/staging/sm/RegExp/split-flags-on-obj.js index e1f5d448da..5d72363b3e 100644 --- a/test/staging/sm/RegExp/split-flags-on-obj.js +++ b/test/staging/sm/RegExp/split-flags-on-obj.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js, deepEqual.js] +includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/split-invalid-lastIndex.js b/test/staging/sm/RegExp/split-invalid-lastIndex.js index f6e757692c..f4a5bcbfed 100644 --- a/test/staging/sm/RegExp/split-invalid-lastIndex.js +++ b/test/staging/sm/RegExp/split-invalid-lastIndex.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/split-limit.js b/test/staging/sm/RegExp/split-limit.js index 466b16879d..d7a06b23d2 100644 --- a/test/staging/sm/RegExp/split-limit.js +++ b/test/staging/sm/RegExp/split-limit.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/split-obj.js b/test/staging/sm/RegExp/split-obj.js index 0095c35b6a..4d5388955a 100644 --- a/test/staging/sm/RegExp/split-obj.js +++ b/test/staging/sm/RegExp/split-obj.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js, deepEqual.js] +includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/split-prop-access.js b/test/staging/sm/RegExp/split-prop-access.js index ed3b84187b..5461563633 100644 --- a/test/staging/sm/RegExp/split-prop-access.js +++ b/test/staging/sm/RegExp/split-prop-access.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/split-this.js b/test/staging/sm/RegExp/split-this.js index 1430c81707..9641e38c7a 100644 --- a/test/staging/sm/RegExp/split-this.js +++ b/test/staging/sm/RegExp/split-this.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/split-trace.js b/test/staging/sm/RegExp/split-trace.js index 4ed1f0faae..640590346d 100644 --- a/test/staging/sm/RegExp/split-trace.js +++ b/test/staging/sm/RegExp/split-trace.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/split.js b/test/staging/sm/RegExp/split.js index d14c2a4730..1388e6716d 100644 --- a/test/staging/sm/RegExp/split.js +++ b/test/staging/sm/RegExp/split.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/sticky.js b/test/staging/sm/RegExp/sticky.js index ae5c864368..2e34165103 100644 --- a/test/staging/sm/RegExp/sticky.js +++ b/test/staging/sm/RegExp/sticky.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/test-emptyMatch.js b/test/staging/sm/RegExp/test-emptyMatch.js index 6a42d1e5c3..c79677451a 100644 --- a/test/staging/sm/RegExp/test-emptyMatch.js +++ b/test/staging/sm/RegExp/test-emptyMatch.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/test-trailing.js b/test/staging/sm/RegExp/test-trailing.js index efa7581baa..a19b7acd81 100644 --- a/test/staging/sm/RegExp/test-trailing.js +++ b/test/staging/sm/RegExp/test-trailing.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/toString.js b/test/staging/sm/RegExp/toString.js index 7dd0f1ecdd..fb37968ed0 100644 --- a/test/staging/sm/RegExp/toString.js +++ b/test/staging/sm/RegExp/toString.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/unicode-back-reference.js b/test/staging/sm/RegExp/unicode-back-reference.js index e801e712e8..b0423707eb 100644 --- a/test/staging/sm/RegExp/unicode-back-reference.js +++ b/test/staging/sm/RegExp/unicode-back-reference.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js, compareArray.js] +includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/unicode-braced.js b/test/staging/sm/RegExp/unicode-braced.js index 4a0c416ba0..f3492dcc19 100644 --- a/test/staging/sm/RegExp/unicode-braced.js +++ b/test/staging/sm/RegExp/unicode-braced.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js, compareArray.js] +includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/unicode-character-class-escape.js b/test/staging/sm/RegExp/unicode-character-class-escape.js index a422ddb852..f3f2def9be 100644 --- a/test/staging/sm/RegExp/unicode-character-class-escape.js +++ b/test/staging/sm/RegExp/unicode-character-class-escape.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js, compareArray.js] +includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/unicode-class-braced.js b/test/staging/sm/RegExp/unicode-class-braced.js index 8f0c6b46c1..3ace4b777b 100644 --- a/test/staging/sm/RegExp/unicode-class-braced.js +++ b/test/staging/sm/RegExp/unicode-class-braced.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js, compareArray.js] +includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/unicode-class-empty.js b/test/staging/sm/RegExp/unicode-class-empty.js index da3da25dcf..b3d44d5017 100644 --- a/test/staging/sm/RegExp/unicode-class-empty.js +++ b/test/staging/sm/RegExp/unicode-class-empty.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js, compareArray.js] +includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/unicode-class-ignoreCase.js b/test/staging/sm/RegExp/unicode-class-ignoreCase.js index e6034d4f53..a54874fcdf 100644 --- a/test/staging/sm/RegExp/unicode-class-ignoreCase.js +++ b/test/staging/sm/RegExp/unicode-class-ignoreCase.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js, compareArray.js] +includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/unicode-class-lead-trail.js b/test/staging/sm/RegExp/unicode-class-lead-trail.js index 3661a37d75..127e96e412 100644 --- a/test/staging/sm/RegExp/unicode-class-lead-trail.js +++ b/test/staging/sm/RegExp/unicode-class-lead-trail.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js, compareArray.js] +includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/unicode-class-negated.js b/test/staging/sm/RegExp/unicode-class-negated.js index 1eac65b12f..e2aa33e28f 100644 --- a/test/staging/sm/RegExp/unicode-class-negated.js +++ b/test/staging/sm/RegExp/unicode-class-negated.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js, compareArray.js] +includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/unicode-class-range.js b/test/staging/sm/RegExp/unicode-class-range.js index 57f4822b59..c20fed1b89 100644 --- a/test/staging/sm/RegExp/unicode-class-range.js +++ b/test/staging/sm/RegExp/unicode-class-range.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/unicode-class-raw.js b/test/staging/sm/RegExp/unicode-class-raw.js index 458bb82745..a9b6df2c18 100644 --- a/test/staging/sm/RegExp/unicode-class-raw.js +++ b/test/staging/sm/RegExp/unicode-class-raw.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js, compareArray.js] +includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/unicode-disallow-extended.js b/test/staging/sm/RegExp/unicode-disallow-extended.js index d8984a531a..85039205e4 100644 --- a/test/staging/sm/RegExp/unicode-disallow-extended.js +++ b/test/staging/sm/RegExp/unicode-disallow-extended.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js, compareArray.js] +includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/unicode-everything.js b/test/staging/sm/RegExp/unicode-everything.js index 94a987119b..cf53122a5d 100644 --- a/test/staging/sm/RegExp/unicode-everything.js +++ b/test/staging/sm/RegExp/unicode-everything.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js, compareArray.js] +includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/unicode-ignoreCase-ascii.js b/test/staging/sm/RegExp/unicode-ignoreCase-ascii.js index 3b319f2bef..f1721c090f 100644 --- a/test/staging/sm/RegExp/unicode-ignoreCase-ascii.js +++ b/test/staging/sm/RegExp/unicode-ignoreCase-ascii.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js, compareArray.js] +includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/unicode-ignoreCase-escape.js b/test/staging/sm/RegExp/unicode-ignoreCase-escape.js index cbec0a6bcf..e584be15e9 100644 --- a/test/staging/sm/RegExp/unicode-ignoreCase-escape.js +++ b/test/staging/sm/RegExp/unicode-ignoreCase-escape.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js, compareArray.js] +includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/unicode-ignoreCase-negated.js b/test/staging/sm/RegExp/unicode-ignoreCase-negated.js index 162675bce9..b230269234 100644 --- a/test/staging/sm/RegExp/unicode-ignoreCase-negated.js +++ b/test/staging/sm/RegExp/unicode-ignoreCase-negated.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js, compareArray.js] +includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/unicode-ignoreCase-word-boundary.js b/test/staging/sm/RegExp/unicode-ignoreCase-word-boundary.js index a82c66c729..67c570bbdf 100644 --- a/test/staging/sm/RegExp/unicode-ignoreCase-word-boundary.js +++ b/test/staging/sm/RegExp/unicode-ignoreCase-word-boundary.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/unicode-ignoreCase.js b/test/staging/sm/RegExp/unicode-ignoreCase.js index 4e0bb121a1..56075acb97 100644 --- a/test/staging/sm/RegExp/unicode-ignoreCase.js +++ b/test/staging/sm/RegExp/unicode-ignoreCase.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js, compareArray.js] +includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/unicode-lead-trail.js b/test/staging/sm/RegExp/unicode-lead-trail.js index 55ed4b2b11..3e9b7afc56 100644 --- a/test/staging/sm/RegExp/unicode-lead-trail.js +++ b/test/staging/sm/RegExp/unicode-lead-trail.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js, compareArray.js] +includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/unicode-raw.js b/test/staging/sm/RegExp/unicode-raw.js index 6034b525d4..ee89a7f4bb 100644 --- a/test/staging/sm/RegExp/unicode-raw.js +++ b/test/staging/sm/RegExp/unicode-raw.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js, compareArray.js] +includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] flags: - noStrict description: |