Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update test262 #15533

Merged
merged 1 commit into from Mar 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
@@ -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
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
Expand Up @@ -100,6 +100,7 @@
"import.meta",
"intl-normative-optional",
"json-modules",
"json-parse-with-source",
"json-superset",
"legacy-regexp",
"let",
Expand Down