Bump test262-stream and update test262 tests (#8139)

This commit is contained in:
Brian Ng 2018-06-10 03:55:40 -05:00 committed by Nicolò Ribaudo
parent 3de053cc6c
commit ab928713af
5 changed files with 5 additions and 12 deletions

View File

@ -1,6 +1,6 @@
MAKEFLAGS = -j1
FLOW_COMMIT = 395e045c18d537fcbbc552a96ef2cdcd70b4ab52
TEST262_COMMIT = 40883f4c6ae17e073dfd03e34f73a6bf8c855595
TEST262_COMMIT = f90a52b39609a620c0854e0bd0b3a906c930fd17
# Fix color output until TravisCI fixes https://github.com/travis-ci/travis-ci/issues/7967
export FORCE_COLOR = true

View File

@ -57,7 +57,7 @@
"rollup-plugin-babel": "^4.0.0-beta.0",
"rollup-plugin-node-resolve": "^3.0.2",
"rollup-stream": "^1.24.1",
"test262-stream": "^1.1.0",
"test262-stream": "^1.2.0",
"through2": "^2.0.0",
"uglify-js": "^2.4.16",
"vinyl-buffer": "^1.0.1",

View File

@ -30,7 +30,6 @@ function getPlugins(features) {
exports.getTests = function(testDir) {
const stream = new TestStream(testDir, {
omitRuntime: true,
acceptVersion: "3.0.0",
});
const tests = [];

View File

@ -731,12 +731,6 @@ language/statements/class/privatename-not-valid-earlyerr-script-3.js(default)
language/statements/class/privatename-not-valid-earlyerr-script-3.js(strict mode)
language/statements/class/privatename-not-valid-earlyerr-script-4.js(default)
language/statements/class/privatename-not-valid-earlyerr-script-4.js(strict mode)
built-ins/AsyncGeneratorPrototype/next/name.js(default)
built-ins/AsyncGeneratorPrototype/next/name.js(strict mode)
built-ins/AsyncGeneratorPrototype/return/name.js(default)
built-ins/AsyncGeneratorPrototype/return/name.js(strict mode)
built-ins/AsyncGeneratorPrototype/throw/name.js(default)
built-ins/AsyncGeneratorPrototype/throw/name.js(strict mode)
language/expressions/async-arrow-function/await-as-param-ident-nested-arrow-parameter-position.js(default)
language/expressions/async-arrow-function/await-as-param-ident-nested-arrow-parameter-position.js(strict mode)
language/expressions/async-arrow-function/await-as-param-nested-arrow-parameter-position.js(default)

View File

@ -7769,9 +7769,9 @@ test262-parser@^2.0.7:
js-yaml "^3.2.1"
through "^2.3.4"
test262-stream@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/test262-stream/-/test262-stream-1.1.0.tgz#18265217b8ca800d9ec432e37e6b8d192e12c6fd"
test262-stream@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/test262-stream/-/test262-stream-1.2.0.tgz#37f03bf56672ec0f0120596372ea98313309d32e"
dependencies:
klaw "^2.1.0"
test262-parser "^2.0.7"