Skip to content

Commit

Permalink
Update test262 (#16611)
Browse files Browse the repository at this point in the history
chore: update test262 to 673856839c8dcd4b4c63e09f636f2544e19a9ac9
  • Loading branch information
babel-bot authored Jul 5, 2024
1 parent c5d6b6f commit 252d34c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 = 27b2551c00291875f43fd9d9e59b4bffe9adb64b
TEST262_COMMIT = 673856839c8dcd4b4c63e09f636f2544e19a9ac9
TYPESCRIPT_COMMIT = d87d0adcd30ac285393bf3bfbbb4d94d50c4f3c9

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


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


language/module-code/source-phase-import/import-source-binding-name.js(default)
language/module-code/source-phase-import/import-source-binding-name.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 @@ -18,6 +18,7 @@
"Intl-enumeration",
"IsHTMLDDA",
"Map",
"Math.sumPrecise",
"Object.fromEntries",
"Object.hasOwn",
"Object.is",
Expand Down

0 comments on commit 252d34c

Please sign in to comment.