Skip to content

Commit

Permalink
Update test262 (#15533)
Browse files Browse the repository at this point in the history
chore: update test262 to ff405fd0df81ff52c3bcb5b2be3e872983fb0402
  • Loading branch information
babel-bot committed Mar 31, 2023
1 parent 004dd01 commit 81a8b69
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FLOW_COMMIT = 105ad30f566f401db9cafcb49cd2831fb29e87c5
TEST262_COMMIT = 4a6439e4a7aba77e305afc30977b02a34ad11b33
TEST262_COMMIT = ff405fd0df81ff52c3bcb5b2be3e872983fb0402
TYPESCRIPT_COMMIT = d87d0adcd30ac285393bf3bfbbb4d94d50c4f3c9

SOURCES = packages codemods eslint
Expand Down
7 changes: 2 additions & 5 deletions scripts/parser-tests/test262/allowlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ language/import/json-invalid.js(default)
language/import/json-invalid.js(strict mode)


# 4 valid programs produced a parsing error
# 0 valid programs produced a parsing error


language/expressions/class/decorator/syntax/class-valid/decorator-member-expr-private-identifier.js(default)
language/expressions/class/decorator/syntax/class-valid/decorator-member-expr-private-identifier.js(strict mode)
language/statements/class/decorator/syntax/class-valid/decorator-member-expr-private-identifier.js(default)
language/statements/class/decorator/syntax/class-valid/decorator-member-expr-private-identifier.js(strict mode)
1 change: 1 addition & 0 deletions scripts/parser-tests/test262/ignored-features.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
"import.meta",
"intl-normative-optional",
"json-modules",
"json-parse-with-source",
"json-superset",
"legacy-regexp",
"let",
Expand Down

0 comments on commit 81a8b69

Please sign in to comment.