Update test262 [skip ci]

This commit is contained in:
Nicolò Ribaudo 2019-10-08 20:39:07 +02:00
parent 563874c06c
commit 25b35261ca
No known key found for this signature in database
GPG Key ID: 6F2E38DF3E4A6D0C
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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)