diff --git a/Makefile b/Makefile index 962936d1a6..1b675f78db 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ FLOW_COMMIT = 09669846b7a7ca5a6c23c12d56bb3bebdafd67e9 -TEST262_COMMIT = a1acc23cd85c552cde9c06cfed300c58d4b5b04c +TEST262_COMMIT = 8688c4ab79059c3097098605e69f1ee5eda6c409 # Fix color output until TravisCI fixes https://github.com/travis-ci/travis-ci/issues/7967 export FORCE_COLOR = true diff --git a/scripts/tests/test262/test262_whitelist.txt b/scripts/tests/test262/test262_whitelist.txt index 9c76b5ca07..6ad39b56b6 100644 --- a/scripts/tests/test262/test262_whitelist.txt +++ b/scripts/tests/test262/test262_whitelist.txt @@ -324,6 +324,8 @@ language/module-code/top-level-await/syntax/for-await-expr-obj-literal.js(defaul language/module-code/top-level-await/syntax/for-await-expr-obj-literal.js(strict mode) language/module-code/top-level-await/syntax/for-await-expr-regexp.js(default) language/module-code/top-level-await/syntax/for-await-expr-regexp.js(strict mode) +language/module-code/top-level-await/syntax/for-await-expr-template-literal.js(default) +language/module-code/top-level-await/syntax/for-await-expr-template-literal.js(strict mode) language/module-code/top-level-await/syntax/for-await-expr-this.js(default) language/module-code/top-level-await/syntax/for-await-expr-this.js(strict mode) language/module-code/top-level-await/syntax/for-in-await-expr-array-literal.js(default) @@ -346,6 +348,8 @@ language/module-code/top-level-await/syntax/for-in-await-expr-obj-literal.js(def language/module-code/top-level-await/syntax/for-in-await-expr-obj-literal.js(strict mode) language/module-code/top-level-await/syntax/for-in-await-expr-regexp.js(default) language/module-code/top-level-await/syntax/for-in-await-expr-regexp.js(strict mode) +language/module-code/top-level-await/syntax/for-in-await-expr-template-literal.js(default) +language/module-code/top-level-await/syntax/for-in-await-expr-template-literal.js(strict mode) language/module-code/top-level-await/syntax/for-in-await-expr-this.js(default) language/module-code/top-level-await/syntax/for-in-await-expr-this.js(strict mode) language/module-code/top-level-await/syntax/for-of-await-expr-array-literal.js(default) @@ -368,6 +372,8 @@ language/module-code/top-level-await/syntax/for-of-await-expr-obj-literal.js(def language/module-code/top-level-await/syntax/for-of-await-expr-obj-literal.js(strict mode) language/module-code/top-level-await/syntax/for-of-await-expr-regexp.js(default) language/module-code/top-level-await/syntax/for-of-await-expr-regexp.js(strict mode) +language/module-code/top-level-await/syntax/for-of-await-expr-template-literal.js(default) +language/module-code/top-level-await/syntax/for-of-await-expr-template-literal.js(strict mode) language/module-code/top-level-await/syntax/for-of-await-expr-this.js(default) language/module-code/top-level-await/syntax/for-of-await-expr-this.js(strict mode) language/module-code/top-level-await/syntax/if-block-await-expr-array-literal.js(default)