diff --git a/Makefile b/Makefile index b2868f2bae35..c47fd82dedfc 100644 --- a/Makefile +++ b/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 diff --git a/scripts/parser-tests/test262/index.js b/scripts/parser-tests/test262/index.js index 2dbf09614183..9b56e6d64e8c 100644 --- a/scripts/parser-tests/test262/index.js +++ b/scripts/parser-tests/test262/index.js @@ -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",