Skip to content

Commit

Permalink
Ignore array grouping in test262 tests (#14370)
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Mar 18, 2022
1 parent 4392e4f commit 338d7f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
@@ -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
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

0 comments on commit 338d7f1

Please sign in to comment.