Skip to content

Commit

Permalink
chore: Update parser test262 tests (#15190)
Browse files Browse the repository at this point in the history
update
  • Loading branch information
liuxingbaoyu committed Nov 13, 2022
1 parent 5f19f62 commit 088b28a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,5 +1,5 @@
FLOW_COMMIT = 92bbb5e9dacb8185aa73ea343954d0434b42c40b
TEST262_COMMIT = eb67a7689f422cf14776f78191650d0d78c2d2e4
TEST262_COMMIT = 1d5dc6b577ae6728c087f7d6143c3a5ccf88bcff
TYPESCRIPT_COMMIT = ce85d647ef88183c019588bcf398320ce29b625a

# Fix color output until TravisCI fixes https://github.com/travis-ci/travis-ci/issues/7967
Expand Down
4 changes: 4 additions & 0 deletions scripts/parser-tests/test262/index.js
Expand Up @@ -127,6 +127,10 @@ const ignoredFeatures = new Set([
"WeakSet",
"WeakRef",
"well-formed-json-stringify",
"symbols-as-weakmap-keys",
"change-array-by-copy",
"regexp-duplicate-named-groups",
"regexp-match-indices",
]);

function featureShouldIgnore(feature) {
Expand Down

0 comments on commit 088b28a

Please sign in to comment.