From 0ef49722959bd65c0e845e9f0b33a46a214c1056 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Ribaudo?= Date: Wed, 18 Sep 2019 00:14:27 +0200 Subject: [PATCH] Ignore regexp tests from test262 (#10458) --- .../test262/run_babel_parser_test262_utils.js | 4 + scripts/tests/test262/test262_whitelist.txt | 454 ------------------ 2 files changed, 4 insertions(+), 454 deletions(-) diff --git a/scripts/tests/test262/run_babel_parser_test262_utils.js b/scripts/tests/test262/run_babel_parser_test262_utils.js index 6e29062e7639..1434eedfd629 100644 --- a/scripts/tests/test262/run_babel_parser_test262_utils.js +++ b/scripts/tests/test262/run_babel_parser_test262_utils.js @@ -108,6 +108,8 @@ const ignoredFeatures = [ "well-formed-json-stringify", ]; +const ignoredTests = ["built-ins/RegExp/", "language/literals/regexp/"]; + const featuresToPlugins = { BigInt: "bigInt", "class-fields-private": "classPrivateProperties", @@ -153,6 +155,8 @@ exports.getTests = function(testDir) { // strip test/ const fileName = test.file.substr(5); + if (ignoredTests.some(start => fileName.startsWith(start))) return; + tests.push({ contents: test.contents, fileName, diff --git a/scripts/tests/test262/test262_whitelist.txt b/scripts/tests/test262/test262_whitelist.txt index 3bfb295e2aec..d3579a6eccef 100644 --- a/scripts/tests/test262/test262_whitelist.txt +++ b/scripts/tests/test262/test262_whitelist.txt @@ -1,287 +1,3 @@ -built-ins/RegExp/property-escapes/binary-property-with-value-ASCII_-_F-negated.js(default) -built-ins/RegExp/property-escapes/binary-property-with-value-ASCII_-_F-negated.js(strict mode) -built-ins/RegExp/property-escapes/binary-property-with-value-ASCII_-_F.js(default) -built-ins/RegExp/property-escapes/binary-property-with-value-ASCII_-_F.js(strict mode) -built-ins/RegExp/property-escapes/binary-property-with-value-ASCII_-_Invalid-negated.js(default) -built-ins/RegExp/property-escapes/binary-property-with-value-ASCII_-_Invalid-negated.js(strict mode) -built-ins/RegExp/property-escapes/binary-property-with-value-ASCII_-_Invalid.js(default) -built-ins/RegExp/property-escapes/binary-property-with-value-ASCII_-_Invalid.js(strict mode) -built-ins/RegExp/property-escapes/binary-property-with-value-ASCII_-_N-negated.js(default) -built-ins/RegExp/property-escapes/binary-property-with-value-ASCII_-_N-negated.js(strict mode) -built-ins/RegExp/property-escapes/binary-property-with-value-ASCII_-_N.js(default) -built-ins/RegExp/property-escapes/binary-property-with-value-ASCII_-_N.js(strict mode) -built-ins/RegExp/property-escapes/binary-property-with-value-ASCII_-_No-negated.js(default) -built-ins/RegExp/property-escapes/binary-property-with-value-ASCII_-_No-negated.js(strict mode) -built-ins/RegExp/property-escapes/binary-property-with-value-ASCII_-_No.js(default) -built-ins/RegExp/property-escapes/binary-property-with-value-ASCII_-_No.js(strict mode) -built-ins/RegExp/property-escapes/binary-property-with-value-ASCII_-_T-negated.js(default) -built-ins/RegExp/property-escapes/binary-property-with-value-ASCII_-_T-negated.js(strict mode) -built-ins/RegExp/property-escapes/binary-property-with-value-ASCII_-_T.js(default) -built-ins/RegExp/property-escapes/binary-property-with-value-ASCII_-_T.js(strict mode) -built-ins/RegExp/property-escapes/binary-property-with-value-ASCII_-_Y-negated.js(default) -built-ins/RegExp/property-escapes/binary-property-with-value-ASCII_-_Y-negated.js(strict mode) -built-ins/RegExp/property-escapes/binary-property-with-value-ASCII_-_Y.js(default) -built-ins/RegExp/property-escapes/binary-property-with-value-ASCII_-_Y.js(strict mode) -built-ins/RegExp/property-escapes/binary-property-with-value-ASCII_-_Yes-negated.js(default) -built-ins/RegExp/property-escapes/binary-property-with-value-ASCII_-_Yes-negated.js(strict mode) -built-ins/RegExp/property-escapes/binary-property-with-value-ASCII_-_Yes.js(default) -built-ins/RegExp/property-escapes/binary-property-with-value-ASCII_-_Yes.js(strict mode) -built-ins/RegExp/property-escapes/character-class-range-end.js(default) -built-ins/RegExp/property-escapes/character-class-range-end.js(strict mode) -built-ins/RegExp/property-escapes/character-class-range-no-dash-end.js(default) -built-ins/RegExp/property-escapes/character-class-range-no-dash-end.js(strict mode) -built-ins/RegExp/property-escapes/character-class-range-no-dash-start.js(default) -built-ins/RegExp/property-escapes/character-class-range-no-dash-start.js(strict mode) -built-ins/RegExp/property-escapes/character-class-range-start.js(default) -built-ins/RegExp/property-escapes/character-class-range-start.js(strict mode) -built-ins/RegExp/property-escapes/grammar-extension-In-prefix-Block-implicit-negated.js(default) -built-ins/RegExp/property-escapes/grammar-extension-In-prefix-Block-implicit-negated.js(strict mode) -built-ins/RegExp/property-escapes/grammar-extension-In-prefix-Block-implicit.js(default) -built-ins/RegExp/property-escapes/grammar-extension-In-prefix-Block-implicit.js(strict mode) -built-ins/RegExp/property-escapes/grammar-extension-In-prefix-Script-implicit-negated.js(default) -built-ins/RegExp/property-escapes/grammar-extension-In-prefix-Script-implicit-negated.js(strict mode) -built-ins/RegExp/property-escapes/grammar-extension-In-prefix-Script-implicit.js(default) -built-ins/RegExp/property-escapes/grammar-extension-In-prefix-Script-implicit.js(strict mode) -built-ins/RegExp/property-escapes/grammar-extension-In-prefix-Script-negated.js(default) -built-ins/RegExp/property-escapes/grammar-extension-In-prefix-Script-negated.js(strict mode) -built-ins/RegExp/property-escapes/grammar-extension-In-prefix-Script.js(default) -built-ins/RegExp/property-escapes/grammar-extension-In-prefix-Script.js(strict mode) -built-ins/RegExp/property-escapes/grammar-extension-Is-prefix-Script-negated.js(default) -built-ins/RegExp/property-escapes/grammar-extension-Is-prefix-Script-negated.js(strict mode) -built-ins/RegExp/property-escapes/grammar-extension-Is-prefix-Script.js(default) -built-ins/RegExp/property-escapes/grammar-extension-Is-prefix-Script.js(strict mode) -built-ins/RegExp/property-escapes/grammar-extension-circumflex-negation-negated.js(default) -built-ins/RegExp/property-escapes/grammar-extension-circumflex-negation-negated.js(strict mode) -built-ins/RegExp/property-escapes/grammar-extension-circumflex-negation.js(default) -built-ins/RegExp/property-escapes/grammar-extension-circumflex-negation.js(strict mode) -built-ins/RegExp/property-escapes/grammar-extension-empty-negated.js(default) -built-ins/RegExp/property-escapes/grammar-extension-empty-negated.js(strict mode) -built-ins/RegExp/property-escapes/grammar-extension-empty.js(default) -built-ins/RegExp/property-escapes/grammar-extension-empty.js(strict mode) -built-ins/RegExp/property-escapes/grammar-extension-invalid-negated.js(default) -built-ins/RegExp/property-escapes/grammar-extension-invalid-negated.js(strict mode) -built-ins/RegExp/property-escapes/grammar-extension-invalid.js(default) -built-ins/RegExp/property-escapes/grammar-extension-invalid.js(strict mode) -built-ins/RegExp/property-escapes/grammar-extension-no-braces-negated.js(default) -built-ins/RegExp/property-escapes/grammar-extension-no-braces-negated.js(strict mode) -built-ins/RegExp/property-escapes/grammar-extension-no-braces-value-negated.js(default) -built-ins/RegExp/property-escapes/grammar-extension-no-braces-value-negated.js(strict mode) -built-ins/RegExp/property-escapes/grammar-extension-no-braces-value.js(default) -built-ins/RegExp/property-escapes/grammar-extension-no-braces-value.js(strict mode) -built-ins/RegExp/property-escapes/grammar-extension-no-braces.js(default) -built-ins/RegExp/property-escapes/grammar-extension-no-braces.js(strict mode) -built-ins/RegExp/property-escapes/grammar-extension-separator-and-value-only-negated.js(default) -built-ins/RegExp/property-escapes/grammar-extension-separator-and-value-only-negated.js(strict mode) -built-ins/RegExp/property-escapes/grammar-extension-separator-and-value-only.js(default) -built-ins/RegExp/property-escapes/grammar-extension-separator-and-value-only.js(strict mode) -built-ins/RegExp/property-escapes/grammar-extension-separator-negated.js(default) -built-ins/RegExp/property-escapes/grammar-extension-separator-negated.js(strict mode) -built-ins/RegExp/property-escapes/grammar-extension-separator-only-negated.js(default) -built-ins/RegExp/property-escapes/grammar-extension-separator-only-negated.js(strict mode) -built-ins/RegExp/property-escapes/grammar-extension-separator-only.js(default) -built-ins/RegExp/property-escapes/grammar-extension-separator-only.js(strict mode) -built-ins/RegExp/property-escapes/grammar-extension-separator.js(default) -built-ins/RegExp/property-escapes/grammar-extension-separator.js(strict mode) -built-ins/RegExp/property-escapes/grammar-extension-unclosed-negated.js(default) -built-ins/RegExp/property-escapes/grammar-extension-unclosed-negated.js(strict mode) -built-ins/RegExp/property-escapes/grammar-extension-unclosed.js(default) -built-ins/RegExp/property-escapes/grammar-extension-unclosed.js(strict mode) -built-ins/RegExp/property-escapes/grammar-extension-unopened-negated.js(default) -built-ins/RegExp/property-escapes/grammar-extension-unopened-negated.js(strict mode) -built-ins/RegExp/property-escapes/grammar-extension-unopened.js(default) -built-ins/RegExp/property-escapes/grammar-extension-unopened.js(strict mode) -built-ins/RegExp/property-escapes/loose-matching-01-negated.js(default) -built-ins/RegExp/property-escapes/loose-matching-01-negated.js(strict mode) -built-ins/RegExp/property-escapes/loose-matching-01.js(default) -built-ins/RegExp/property-escapes/loose-matching-01.js(strict mode) -built-ins/RegExp/property-escapes/loose-matching-02-negated.js(default) -built-ins/RegExp/property-escapes/loose-matching-02-negated.js(strict mode) -built-ins/RegExp/property-escapes/loose-matching-02.js(default) -built-ins/RegExp/property-escapes/loose-matching-02.js(strict mode) -built-ins/RegExp/property-escapes/loose-matching-03-negated.js(default) -built-ins/RegExp/property-escapes/loose-matching-03-negated.js(strict mode) -built-ins/RegExp/property-escapes/loose-matching-03.js(default) -built-ins/RegExp/property-escapes/loose-matching-03.js(strict mode) -built-ins/RegExp/property-escapes/loose-matching-04-negated.js(default) -built-ins/RegExp/property-escapes/loose-matching-04-negated.js(strict mode) -built-ins/RegExp/property-escapes/loose-matching-04.js(default) -built-ins/RegExp/property-escapes/loose-matching-04.js(strict mode) -built-ins/RegExp/property-escapes/loose-matching-05-negated.js(default) -built-ins/RegExp/property-escapes/loose-matching-05-negated.js(strict mode) -built-ins/RegExp/property-escapes/loose-matching-05.js(default) -built-ins/RegExp/property-escapes/loose-matching-05.js(strict mode) -built-ins/RegExp/property-escapes/loose-matching-06-negated.js(default) -built-ins/RegExp/property-escapes/loose-matching-06-negated.js(strict mode) -built-ins/RegExp/property-escapes/loose-matching-06.js(default) -built-ins/RegExp/property-escapes/loose-matching-06.js(strict mode) -built-ins/RegExp/property-escapes/loose-matching-07-negated.js(default) -built-ins/RegExp/property-escapes/loose-matching-07-negated.js(strict mode) -built-ins/RegExp/property-escapes/loose-matching-07.js(default) -built-ins/RegExp/property-escapes/loose-matching-07.js(strict mode) -built-ins/RegExp/property-escapes/loose-matching-08-negated.js(default) -built-ins/RegExp/property-escapes/loose-matching-08-negated.js(strict mode) -built-ins/RegExp/property-escapes/loose-matching-08.js(default) -built-ins/RegExp/property-escapes/loose-matching-08.js(strict mode) -built-ins/RegExp/property-escapes/loose-matching-09-negated.js(default) -built-ins/RegExp/property-escapes/loose-matching-09-negated.js(strict mode) -built-ins/RegExp/property-escapes/loose-matching-09.js(default) -built-ins/RegExp/property-escapes/loose-matching-09.js(strict mode) -built-ins/RegExp/property-escapes/loose-matching-10-negated.js(default) -built-ins/RegExp/property-escapes/loose-matching-10-negated.js(strict mode) -built-ins/RegExp/property-escapes/loose-matching-10.js(default) -built-ins/RegExp/property-escapes/loose-matching-10.js(strict mode) -built-ins/RegExp/property-escapes/loose-matching-11-negated.js(default) -built-ins/RegExp/property-escapes/loose-matching-11-negated.js(strict mode) -built-ins/RegExp/property-escapes/loose-matching-11.js(default) -built-ins/RegExp/property-escapes/loose-matching-11.js(strict mode) -built-ins/RegExp/property-escapes/loose-matching-12-negated.js(default) -built-ins/RegExp/property-escapes/loose-matching-12-negated.js(strict mode) -built-ins/RegExp/property-escapes/loose-matching-12.js(default) -built-ins/RegExp/property-escapes/loose-matching-12.js(strict mode) -built-ins/RegExp/property-escapes/loose-matching-13-negated.js(default) -built-ins/RegExp/property-escapes/loose-matching-13-negated.js(strict mode) -built-ins/RegExp/property-escapes/loose-matching-13.js(default) -built-ins/RegExp/property-escapes/loose-matching-13.js(strict mode) -built-ins/RegExp/property-escapes/loose-matching-14-negated.js(default) -built-ins/RegExp/property-escapes/loose-matching-14-negated.js(strict mode) -built-ins/RegExp/property-escapes/loose-matching-14.js(default) -built-ins/RegExp/property-escapes/loose-matching-14.js(strict mode) -built-ins/RegExp/property-escapes/non-binary-property-without-value-General_Category-equals-negated.js(default) -built-ins/RegExp/property-escapes/non-binary-property-without-value-General_Category-equals-negated.js(strict mode) -built-ins/RegExp/property-escapes/non-binary-property-without-value-General_Category-equals.js(default) -built-ins/RegExp/property-escapes/non-binary-property-without-value-General_Category-equals.js(strict mode) -built-ins/RegExp/property-escapes/non-binary-property-without-value-General_Category-negated.js(default) -built-ins/RegExp/property-escapes/non-binary-property-without-value-General_Category-negated.js(strict mode) -built-ins/RegExp/property-escapes/non-binary-property-without-value-General_Category.js(default) -built-ins/RegExp/property-escapes/non-binary-property-without-value-General_Category.js(strict mode) -built-ins/RegExp/property-escapes/non-binary-property-without-value-Script-equals-negated.js(default) -built-ins/RegExp/property-escapes/non-binary-property-without-value-Script-equals-negated.js(strict mode) -built-ins/RegExp/property-escapes/non-binary-property-without-value-Script-equals.js(default) -built-ins/RegExp/property-escapes/non-binary-property-without-value-Script-equals.js(strict mode) -built-ins/RegExp/property-escapes/non-binary-property-without-value-Script-negated.js(default) -built-ins/RegExp/property-escapes/non-binary-property-without-value-Script-negated.js(strict mode) -built-ins/RegExp/property-escapes/non-binary-property-without-value-Script.js(default) -built-ins/RegExp/property-escapes/non-binary-property-without-value-Script.js(strict mode) -built-ins/RegExp/property-escapes/non-binary-property-without-value-Script_Extensions-equals-negated.js(default) -built-ins/RegExp/property-escapes/non-binary-property-without-value-Script_Extensions-equals-negated.js(strict mode) -built-ins/RegExp/property-escapes/non-binary-property-without-value-Script_Extensions-equals.js(default) -built-ins/RegExp/property-escapes/non-binary-property-without-value-Script_Extensions-equals.js(strict mode) -built-ins/RegExp/property-escapes/non-binary-property-without-value-Script_Extensions-negated.js(default) -built-ins/RegExp/property-escapes/non-binary-property-without-value-Script_Extensions-negated.js(strict mode) -built-ins/RegExp/property-escapes/non-binary-property-without-value-Script_Extensions.js(default) -built-ins/RegExp/property-escapes/non-binary-property-without-value-Script_Extensions.js(strict mode) -built-ins/RegExp/property-escapes/non-existent-binary-property-negated.js(default) -built-ins/RegExp/property-escapes/non-existent-binary-property-negated.js(strict mode) -built-ins/RegExp/property-escapes/non-existent-binary-property.js(default) -built-ins/RegExp/property-escapes/non-existent-binary-property.js(strict mode) -built-ins/RegExp/property-escapes/non-existent-property-and-value-negated.js(default) -built-ins/RegExp/property-escapes/non-existent-property-and-value-negated.js(strict mode) -built-ins/RegExp/property-escapes/non-existent-property-and-value.js(default) -built-ins/RegExp/property-escapes/non-existent-property-and-value.js(strict mode) -built-ins/RegExp/property-escapes/non-existent-property-existing-value-negated.js(default) -built-ins/RegExp/property-escapes/non-existent-property-existing-value-negated.js(strict mode) -built-ins/RegExp/property-escapes/non-existent-property-existing-value.js(default) -built-ins/RegExp/property-escapes/non-existent-property-existing-value.js(strict mode) -built-ins/RegExp/property-escapes/non-existent-property-value-General_Category-negated.js(default) -built-ins/RegExp/property-escapes/non-existent-property-value-General_Category-negated.js(strict mode) -built-ins/RegExp/property-escapes/non-existent-property-value-Script-negated.js(default) -built-ins/RegExp/property-escapes/non-existent-property-value-Script-negated.js(strict mode) -built-ins/RegExp/property-escapes/non-existent-property-value-Script.js(default) -built-ins/RegExp/property-escapes/non-existent-property-value-Script.js(strict mode) -built-ins/RegExp/property-escapes/non-existent-property-value-Script_Extensions-negated.js(default) -built-ins/RegExp/property-escapes/non-existent-property-value-Script_Extensions-negated.js(strict mode) -built-ins/RegExp/property-escapes/non-existent-property-value-Script_Extensions.js(default) -built-ins/RegExp/property-escapes/non-existent-property-value-Script_Extensions.js(strict mode) -built-ins/RegExp/property-escapes/non-existent-property-value-general-category.js(default) -built-ins/RegExp/property-escapes/non-existent-property-value-general-category.js(strict mode) -built-ins/RegExp/property-escapes/unsupported-binary-property-Composition_Exclusion-negated.js(default) -built-ins/RegExp/property-escapes/unsupported-binary-property-Composition_Exclusion-negated.js(strict mode) -built-ins/RegExp/property-escapes/unsupported-binary-property-Composition_Exclusion.js(default) -built-ins/RegExp/property-escapes/unsupported-binary-property-Composition_Exclusion.js(strict mode) -built-ins/RegExp/property-escapes/unsupported-binary-property-Expands_On_NFC-negated.js(default) -built-ins/RegExp/property-escapes/unsupported-binary-property-Expands_On_NFC-negated.js(strict mode) -built-ins/RegExp/property-escapes/unsupported-binary-property-Expands_On_NFC.js(default) -built-ins/RegExp/property-escapes/unsupported-binary-property-Expands_On_NFC.js(strict mode) -built-ins/RegExp/property-escapes/unsupported-binary-property-Expands_On_NFD-negated.js(default) -built-ins/RegExp/property-escapes/unsupported-binary-property-Expands_On_NFD-negated.js(strict mode) -built-ins/RegExp/property-escapes/unsupported-binary-property-Expands_On_NFD.js(default) -built-ins/RegExp/property-escapes/unsupported-binary-property-Expands_On_NFD.js(strict mode) -built-ins/RegExp/property-escapes/unsupported-binary-property-Expands_On_NFKC-negated.js(default) -built-ins/RegExp/property-escapes/unsupported-binary-property-Expands_On_NFKC-negated.js(strict mode) -built-ins/RegExp/property-escapes/unsupported-binary-property-Expands_On_NFKC.js(default) -built-ins/RegExp/property-escapes/unsupported-binary-property-Expands_On_NFKC.js(strict mode) -built-ins/RegExp/property-escapes/unsupported-binary-property-Expands_On_NFKD-negated.js(default) -built-ins/RegExp/property-escapes/unsupported-binary-property-Expands_On_NFKD-negated.js(strict mode) -built-ins/RegExp/property-escapes/unsupported-binary-property-Expands_On_NFKD.js(default) -built-ins/RegExp/property-escapes/unsupported-binary-property-Expands_On_NFKD.js(strict mode) -built-ins/RegExp/property-escapes/unsupported-binary-property-FC_NFKC_Closure-negated.js(default) -built-ins/RegExp/property-escapes/unsupported-binary-property-FC_NFKC_Closure-negated.js(strict mode) -built-ins/RegExp/property-escapes/unsupported-binary-property-FC_NFKC_Closure.js(default) -built-ins/RegExp/property-escapes/unsupported-binary-property-FC_NFKC_Closure.js(strict mode) -built-ins/RegExp/property-escapes/unsupported-binary-property-Full_Composition_Exclusion-negated.js(default) -built-ins/RegExp/property-escapes/unsupported-binary-property-Full_Composition_Exclusion-negated.js(strict mode) -built-ins/RegExp/property-escapes/unsupported-binary-property-Full_Composition_Exclusion.js(default) -built-ins/RegExp/property-escapes/unsupported-binary-property-Full_Composition_Exclusion.js(strict mode) -built-ins/RegExp/property-escapes/unsupported-binary-property-Grapheme_Link-negated.js(default) -built-ins/RegExp/property-escapes/unsupported-binary-property-Grapheme_Link-negated.js(strict mode) -built-ins/RegExp/property-escapes/unsupported-binary-property-Grapheme_Link.js(default) -built-ins/RegExp/property-escapes/unsupported-binary-property-Grapheme_Link.js(strict mode) -built-ins/RegExp/property-escapes/unsupported-binary-property-Hyphen-negated.js(default) -built-ins/RegExp/property-escapes/unsupported-binary-property-Hyphen-negated.js(strict mode) -built-ins/RegExp/property-escapes/unsupported-binary-property-Hyphen.js(default) -built-ins/RegExp/property-escapes/unsupported-binary-property-Hyphen.js(strict mode) -built-ins/RegExp/property-escapes/unsupported-binary-property-Other_Alphabetic-negated.js(default) -built-ins/RegExp/property-escapes/unsupported-binary-property-Other_Alphabetic-negated.js(strict mode) -built-ins/RegExp/property-escapes/unsupported-binary-property-Other_Alphabetic.js(default) -built-ins/RegExp/property-escapes/unsupported-binary-property-Other_Alphabetic.js(strict mode) -built-ins/RegExp/property-escapes/unsupported-binary-property-Other_Default_Ignorable_Code_Point-negated.js(default) -built-ins/RegExp/property-escapes/unsupported-binary-property-Other_Default_Ignorable_Code_Point-negated.js(strict mode) -built-ins/RegExp/property-escapes/unsupported-binary-property-Other_Default_Ignorable_Code_Point.js(default) -built-ins/RegExp/property-escapes/unsupported-binary-property-Other_Default_Ignorable_Code_Point.js(strict mode) -built-ins/RegExp/property-escapes/unsupported-binary-property-Other_Grapheme_Extend-negated.js(default) -built-ins/RegExp/property-escapes/unsupported-binary-property-Other_Grapheme_Extend-negated.js(strict mode) -built-ins/RegExp/property-escapes/unsupported-binary-property-Other_Grapheme_Extend.js(default) -built-ins/RegExp/property-escapes/unsupported-binary-property-Other_Grapheme_Extend.js(strict mode) -built-ins/RegExp/property-escapes/unsupported-binary-property-Other_ID_Continue-negated.js(default) -built-ins/RegExp/property-escapes/unsupported-binary-property-Other_ID_Continue-negated.js(strict mode) -built-ins/RegExp/property-escapes/unsupported-binary-property-Other_ID_Continue.js(default) -built-ins/RegExp/property-escapes/unsupported-binary-property-Other_ID_Continue.js(strict mode) -built-ins/RegExp/property-escapes/unsupported-binary-property-Other_ID_Start-negated.js(default) -built-ins/RegExp/property-escapes/unsupported-binary-property-Other_ID_Start-negated.js(strict mode) -built-ins/RegExp/property-escapes/unsupported-binary-property-Other_ID_Start.js(default) -built-ins/RegExp/property-escapes/unsupported-binary-property-Other_ID_Start.js(strict mode) -built-ins/RegExp/property-escapes/unsupported-binary-property-Other_Lowercase-negated.js(default) -built-ins/RegExp/property-escapes/unsupported-binary-property-Other_Lowercase-negated.js(strict mode) -built-ins/RegExp/property-escapes/unsupported-binary-property-Other_Lowercase.js(default) -built-ins/RegExp/property-escapes/unsupported-binary-property-Other_Lowercase.js(strict mode) -built-ins/RegExp/property-escapes/unsupported-binary-property-Other_Math-negated.js(default) -built-ins/RegExp/property-escapes/unsupported-binary-property-Other_Math-negated.js(strict mode) -built-ins/RegExp/property-escapes/unsupported-binary-property-Other_Math.js(default) -built-ins/RegExp/property-escapes/unsupported-binary-property-Other_Math.js(strict mode) -built-ins/RegExp/property-escapes/unsupported-binary-property-Other_Uppercase-negated.js(default) -built-ins/RegExp/property-escapes/unsupported-binary-property-Other_Uppercase-negated.js(strict mode) -built-ins/RegExp/property-escapes/unsupported-binary-property-Other_Uppercase.js(default) -built-ins/RegExp/property-escapes/unsupported-binary-property-Other_Uppercase.js(strict mode) -built-ins/RegExp/property-escapes/unsupported-binary-property-Prepended_Concatenation_Mark-negated.js(default) -built-ins/RegExp/property-escapes/unsupported-binary-property-Prepended_Concatenation_Mark-negated.js(strict mode) -built-ins/RegExp/property-escapes/unsupported-binary-property-Prepended_Concatenation_Mark.js(default) -built-ins/RegExp/property-escapes/unsupported-binary-property-Prepended_Concatenation_Mark.js(strict mode) -built-ins/RegExp/property-escapes/unsupported-property-Block-with-value-negated.js(default) -built-ins/RegExp/property-escapes/unsupported-property-Block-with-value-negated.js(strict mode) -built-ins/RegExp/property-escapes/unsupported-property-Block-with-value.js(default) -built-ins/RegExp/property-escapes/unsupported-property-Block-with-value.js(strict mode) -built-ins/RegExp/property-escapes/unsupported-property-FC_NFKC_Closure-negated.js(default) -built-ins/RegExp/property-escapes/unsupported-property-FC_NFKC_Closure-negated.js(strict mode) -built-ins/RegExp/property-escapes/unsupported-property-FC_NFKC_Closure.js(default) -built-ins/RegExp/property-escapes/unsupported-property-FC_NFKC_Closure.js(strict mode) -built-ins/RegExp/property-escapes/unsupported-property-Line_Break-negated.js(default) -built-ins/RegExp/property-escapes/unsupported-property-Line_Break-negated.js(strict mode) -built-ins/RegExp/property-escapes/unsupported-property-Line_Break-with-value-negated.js(default) -built-ins/RegExp/property-escapes/unsupported-property-Line_Break-with-value-negated.js(strict mode) -built-ins/RegExp/property-escapes/unsupported-property-Line_Break-with-value.js(default) -built-ins/RegExp/property-escapes/unsupported-property-Line_Break-with-value.js(strict mode) -built-ins/RegExp/property-escapes/unsupported-property-Line_Break.js(default) -built-ins/RegExp/property-escapes/unsupported-property-Line_Break.js(strict mode) language/expressions/assignment/destructuring/obj-prop-__proto__dup.js(default) language/expressions/assignment/destructuring/obj-prop-__proto__dup.js(strict mode) language/expressions/async-arrow-function/await-as-param-ident-nested-arrow-parameter-position.js(default) @@ -418,176 +134,6 @@ language/literals/numeric/numeric-separators/numeric-separator-literal-nonoctal- language/literals/numeric/numeric-separators/numeric-separator-literal-nonoctal-0_8-err.js(default) language/literals/numeric/numeric-separators/numeric-separator-literal-nonoctal-0_9-err.js(default) language/literals/numeric/numeric-separators/numeric-separator-literal-nzd-nsl-dds-leading-zero-err.js(default) -language/literals/regexp/early-err-pattern.js(default) -language/literals/regexp/early-err-pattern.js(strict mode) -language/literals/regexp/invalid-braced-quantifier-exact.js(default) -language/literals/regexp/invalid-braced-quantifier-exact.js(strict mode) -language/literals/regexp/invalid-braced-quantifier-lower.js(default) -language/literals/regexp/invalid-braced-quantifier-lower.js(strict mode) -language/literals/regexp/invalid-braced-quantifier-range.js(default) -language/literals/regexp/invalid-braced-quantifier-range.js(strict mode) -language/literals/regexp/invalid-optional-lookbehind.js(default) -language/literals/regexp/invalid-optional-lookbehind.js(strict mode) -language/literals/regexp/invalid-optional-negative-lookbehind.js(default) -language/literals/regexp/invalid-optional-negative-lookbehind.js(strict mode) -language/literals/regexp/invalid-range-lookbehind.js(default) -language/literals/regexp/invalid-range-lookbehind.js(strict mode) -language/literals/regexp/invalid-range-negative-lookbehind.js(default) -language/literals/regexp/invalid-range-negative-lookbehind.js(strict mode) -language/literals/regexp/named-groups/invalid-dangling-groupname-2-u.js(default) -language/literals/regexp/named-groups/invalid-dangling-groupname-2-u.js(strict mode) -language/literals/regexp/named-groups/invalid-dangling-groupname-2.js(default) -language/literals/regexp/named-groups/invalid-dangling-groupname-2.js(strict mode) -language/literals/regexp/named-groups/invalid-dangling-groupname-3-u.js(default) -language/literals/regexp/named-groups/invalid-dangling-groupname-3-u.js(strict mode) -language/literals/regexp/named-groups/invalid-dangling-groupname-3.js(default) -language/literals/regexp/named-groups/invalid-dangling-groupname-3.js(strict mode) -language/literals/regexp/named-groups/invalid-dangling-groupname-4-u.js(default) -language/literals/regexp/named-groups/invalid-dangling-groupname-4-u.js(strict mode) -language/literals/regexp/named-groups/invalid-dangling-groupname-4.js(default) -language/literals/regexp/named-groups/invalid-dangling-groupname-4.js(strict mode) -language/literals/regexp/named-groups/invalid-dangling-groupname-5.js(default) -language/literals/regexp/named-groups/invalid-dangling-groupname-5.js(strict mode) -language/literals/regexp/named-groups/invalid-dangling-groupname-u.js(default) -language/literals/regexp/named-groups/invalid-dangling-groupname-u.js(strict mode) -language/literals/regexp/named-groups/invalid-dangling-groupname-without-group-u.js(default) -language/literals/regexp/named-groups/invalid-dangling-groupname-without-group-u.js(strict mode) -language/literals/regexp/named-groups/invalid-dangling-groupname.js(default) -language/literals/regexp/named-groups/invalid-dangling-groupname.js(strict mode) -language/literals/regexp/named-groups/invalid-duplicate-groupspecifier-2-u.js(default) -language/literals/regexp/named-groups/invalid-duplicate-groupspecifier-2-u.js(strict mode) -language/literals/regexp/named-groups/invalid-duplicate-groupspecifier-2.js(default) -language/literals/regexp/named-groups/invalid-duplicate-groupspecifier-2.js(strict mode) -language/literals/regexp/named-groups/invalid-duplicate-groupspecifier-u.js(default) -language/literals/regexp/named-groups/invalid-duplicate-groupspecifier-u.js(strict mode) -language/literals/regexp/named-groups/invalid-duplicate-groupspecifier.js(default) -language/literals/regexp/named-groups/invalid-duplicate-groupspecifier.js(strict mode) -language/literals/regexp/named-groups/invalid-empty-groupspecifier-u.js(default) -language/literals/regexp/named-groups/invalid-empty-groupspecifier-u.js(strict mode) -language/literals/regexp/named-groups/invalid-empty-groupspecifier.js(default) -language/literals/regexp/named-groups/invalid-empty-groupspecifier.js(strict mode) -language/literals/regexp/named-groups/invalid-identity-escape-in-capture-u.js(default) -language/literals/regexp/named-groups/invalid-identity-escape-in-capture-u.js(strict mode) -language/literals/regexp/named-groups/invalid-incomplete-groupname-2-u.js(default) -language/literals/regexp/named-groups/invalid-incomplete-groupname-2-u.js(strict mode) -language/literals/regexp/named-groups/invalid-incomplete-groupname-2.js(default) -language/literals/regexp/named-groups/invalid-incomplete-groupname-2.js(strict mode) -language/literals/regexp/named-groups/invalid-incomplete-groupname-3-u.js(default) -language/literals/regexp/named-groups/invalid-incomplete-groupname-3-u.js(strict mode) -language/literals/regexp/named-groups/invalid-incomplete-groupname-3.js(default) -language/literals/regexp/named-groups/invalid-incomplete-groupname-3.js(strict mode) -language/literals/regexp/named-groups/invalid-incomplete-groupname-4.js(default) -language/literals/regexp/named-groups/invalid-incomplete-groupname-4.js(strict mode) -language/literals/regexp/named-groups/invalid-incomplete-groupname-5.js(default) -language/literals/regexp/named-groups/invalid-incomplete-groupname-5.js(strict mode) -language/literals/regexp/named-groups/invalid-incomplete-groupname-6.js(default) -language/literals/regexp/named-groups/invalid-incomplete-groupname-6.js(strict mode) -language/literals/regexp/named-groups/invalid-incomplete-groupname-u.js(default) -language/literals/regexp/named-groups/invalid-incomplete-groupname-u.js(strict mode) -language/literals/regexp/named-groups/invalid-incomplete-groupname-without-group-2-u.js(default) -language/literals/regexp/named-groups/invalid-incomplete-groupname-without-group-2-u.js(strict mode) -language/literals/regexp/named-groups/invalid-incomplete-groupname-without-group-3-u.js(default) -language/literals/regexp/named-groups/invalid-incomplete-groupname-without-group-3-u.js(strict mode) -language/literals/regexp/named-groups/invalid-incomplete-groupname-without-group-u.js(default) -language/literals/regexp/named-groups/invalid-incomplete-groupname-without-group-u.js(strict mode) -language/literals/regexp/named-groups/invalid-incomplete-groupname.js(default) -language/literals/regexp/named-groups/invalid-incomplete-groupname.js(strict mode) -language/literals/regexp/named-groups/invalid-non-id-continue-groupspecifier-4-u.js(default) -language/literals/regexp/named-groups/invalid-non-id-continue-groupspecifier-4-u.js(strict mode) -language/literals/regexp/named-groups/invalid-non-id-continue-groupspecifier-4.js(default) -language/literals/regexp/named-groups/invalid-non-id-continue-groupspecifier-4.js(strict mode) -language/literals/regexp/named-groups/invalid-non-id-continue-groupspecifier.js(default) -language/literals/regexp/named-groups/invalid-non-id-continue-groupspecifier.js(strict mode) -language/literals/regexp/named-groups/invalid-non-id-start-groupspecifier-2-u.js(default) -language/literals/regexp/named-groups/invalid-non-id-start-groupspecifier-2-u.js(strict mode) -language/literals/regexp/named-groups/invalid-non-id-start-groupspecifier-2.js(default) -language/literals/regexp/named-groups/invalid-non-id-start-groupspecifier-2.js(strict mode) -language/literals/regexp/named-groups/invalid-non-id-start-groupspecifier-3.js(default) -language/literals/regexp/named-groups/invalid-non-id-start-groupspecifier-3.js(strict mode) -language/literals/regexp/named-groups/invalid-non-id-start-groupspecifier-4-u.js(default) -language/literals/regexp/named-groups/invalid-non-id-start-groupspecifier-4-u.js(strict mode) -language/literals/regexp/named-groups/invalid-non-id-start-groupspecifier-4.js(default) -language/literals/regexp/named-groups/invalid-non-id-start-groupspecifier-4.js(strict mode) -language/literals/regexp/named-groups/invalid-non-id-start-groupspecifier-5-u.js(default) -language/literals/regexp/named-groups/invalid-non-id-start-groupspecifier-5-u.js(strict mode) -language/literals/regexp/named-groups/invalid-non-id-start-groupspecifier-5.js(default) -language/literals/regexp/named-groups/invalid-non-id-start-groupspecifier-5.js(strict mode) -language/literals/regexp/named-groups/invalid-non-id-start-groupspecifier-6.js(default) -language/literals/regexp/named-groups/invalid-non-id-start-groupspecifier-6.js(strict mode) -language/literals/regexp/named-groups/invalid-non-id-start-groupspecifier-7.js(default) -language/literals/regexp/named-groups/invalid-non-id-start-groupspecifier-7.js(strict mode) -language/literals/regexp/named-groups/invalid-non-id-start-groupspecifier-8-u.js(default) -language/literals/regexp/named-groups/invalid-non-id-start-groupspecifier-8-u.js(strict mode) -language/literals/regexp/named-groups/invalid-non-id-start-groupspecifier-8.js(default) -language/literals/regexp/named-groups/invalid-non-id-start-groupspecifier-8.js(strict mode) -language/literals/regexp/named-groups/invalid-non-id-start-groupspecifier-9-u.js(default) -language/literals/regexp/named-groups/invalid-non-id-start-groupspecifier-9-u.js(strict mode) -language/literals/regexp/named-groups/invalid-non-id-start-groupspecifier-u.js(default) -language/literals/regexp/named-groups/invalid-non-id-start-groupspecifier-u.js(strict mode) -language/literals/regexp/named-groups/invalid-non-id-start-groupspecifier.js(default) -language/literals/regexp/named-groups/invalid-non-id-start-groupspecifier.js(strict mode) -language/literals/regexp/named-groups/invalid-numeric-groupspecifier-u.js(default) -language/literals/regexp/named-groups/invalid-numeric-groupspecifier-u.js(strict mode) -language/literals/regexp/named-groups/invalid-numeric-groupspecifier.js(default) -language/literals/regexp/named-groups/invalid-numeric-groupspecifier.js(strict mode) -language/literals/regexp/named-groups/invalid-punctuator-starting-groupspecifier-u.js(default) -language/literals/regexp/named-groups/invalid-punctuator-starting-groupspecifier-u.js(strict mode) -language/literals/regexp/named-groups/invalid-punctuator-starting-groupspecifier.js(default) -language/literals/regexp/named-groups/invalid-punctuator-starting-groupspecifier.js(strict mode) -language/literals/regexp/named-groups/invalid-punctuator-within-groupspecifier-u.js(default) -language/literals/regexp/named-groups/invalid-punctuator-within-groupspecifier-u.js(strict mode) -language/literals/regexp/named-groups/invalid-punctuator-within-groupspecifier.js(default) -language/literals/regexp/named-groups/invalid-punctuator-within-groupspecifier.js(strict mode) -language/literals/regexp/named-groups/invalid-u-escape-in-groupspecifier-2.js(default) -language/literals/regexp/named-groups/invalid-u-escape-in-groupspecifier-2.js(strict mode) -language/literals/regexp/named-groups/invalid-u-escape-in-groupspecifier.js(default) -language/literals/regexp/named-groups/invalid-u-escape-in-groupspecifier.js(strict mode) -language/literals/regexp/named-groups/invalid-unterminated-groupspecifier-u.js(default) -language/literals/regexp/named-groups/invalid-unterminated-groupspecifier-u.js(strict mode) -language/literals/regexp/named-groups/invalid-unterminated-groupspecifier.js(default) -language/literals/regexp/named-groups/invalid-unterminated-groupspecifier.js(strict mode) -language/literals/regexp/u-dec-esc.js(default) -language/literals/regexp/u-dec-esc.js(strict mode) -language/literals/regexp/u-invalid-class-escape.js(default) -language/literals/regexp/u-invalid-class-escape.js(strict mode) -language/literals/regexp/u-invalid-extended-pattern-char.js(default) -language/literals/regexp/u-invalid-extended-pattern-char.js(strict mode) -language/literals/regexp/u-invalid-identity-escape.js(default) -language/literals/regexp/u-invalid-identity-escape.js(strict mode) -language/literals/regexp/u-invalid-legacy-octal-escape.js(default) -language/literals/regexp/u-invalid-legacy-octal-escape.js(strict mode) -language/literals/regexp/u-invalid-non-empty-class-ranges-no-dash-a.js(default) -language/literals/regexp/u-invalid-non-empty-class-ranges-no-dash-a.js(strict mode) -language/literals/regexp/u-invalid-non-empty-class-ranges-no-dash-ab.js(default) -language/literals/regexp/u-invalid-non-empty-class-ranges-no-dash-ab.js(strict mode) -language/literals/regexp/u-invalid-non-empty-class-ranges-no-dash-b.js(default) -language/literals/regexp/u-invalid-non-empty-class-ranges-no-dash-b.js(strict mode) -language/literals/regexp/u-invalid-non-empty-class-ranges.js(default) -language/literals/regexp/u-invalid-non-empty-class-ranges.js(strict mode) -language/literals/regexp/u-invalid-oob-decimal-escape.js(default) -language/literals/regexp/u-invalid-oob-decimal-escape.js(strict mode) -language/literals/regexp/u-invalid-optional-lookahead.js(default) -language/literals/regexp/u-invalid-optional-lookahead.js(strict mode) -language/literals/regexp/u-invalid-optional-lookbehind.js(default) -language/literals/regexp/u-invalid-optional-lookbehind.js(strict mode) -language/literals/regexp/u-invalid-optional-negative-lookahead.js(default) -language/literals/regexp/u-invalid-optional-negative-lookahead.js(strict mode) -language/literals/regexp/u-invalid-optional-negative-lookbehind.js(default) -language/literals/regexp/u-invalid-optional-negative-lookbehind.js(strict mode) -language/literals/regexp/u-invalid-range-lookahead.js(default) -language/literals/regexp/u-invalid-range-lookahead.js(strict mode) -language/literals/regexp/u-invalid-range-lookbehind.js(default) -language/literals/regexp/u-invalid-range-lookbehind.js(strict mode) -language/literals/regexp/u-invalid-range-negative-lookahead.js(default) -language/literals/regexp/u-invalid-range-negative-lookahead.js(strict mode) -language/literals/regexp/u-invalid-range-negative-lookbehind.js(default) -language/literals/regexp/u-invalid-range-negative-lookbehind.js(strict mode) -language/literals/regexp/u-unicode-esc-bounds.js(default) -language/literals/regexp/u-unicode-esc-bounds.js(strict mode) -language/literals/regexp/u-unicode-esc-non-hex.js(default) -language/literals/regexp/u-unicode-esc-non-hex.js(strict mode) -language/literals/regexp/unicode-escape-nls-err.js(default) -language/literals/regexp/unicode-escape-nls-err.js(strict mode) language/literals/string/unicode-escape-nls-err-double.js(default) language/literals/string/unicode-escape-nls-err-double.js(strict mode) language/literals/string/unicode-escape-nls-err-single.js(default)