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

Ignore array grouping in test262 tests #14370

Merged
merged 2 commits into from
Mar 18, 2022
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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FLOW_COMMIT = 92bbb5e9dacb8185aa73ea343954d0434b42c40b
TEST262_COMMIT = f7fb969cc4934bbc5aa29a378d59325eaa84f475
TEST262_COMMIT = f71d5e29cb1b55b9b2c90e438dbbcc31b13026c5
TYPESCRIPT_COMMIT = b53073bf66571b4c99f0a93b8f76fb06b36d8991

# Fix color output until TravisCI fixes https://github.com/travis-ci/travis-ci/issues/7967
Expand Down
1 change: 1 addition & 0 deletions scripts/parser-tests/test262/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const ignoredFeatures = new Set([
"align-detached-buffer-semantics-with-web-reality",
"arbitrary-module-namespace-names",
"array-find-from-last",
"array-grouping",
"async-functions",
"async-iteration",
"arrow-function",
Expand Down