diff --git a/tools/VERSION b/tools/VERSION index b1594cd52fa4..a212465c7f15 100644 --- a/tools/VERSION +++ b/tools/VERSION @@ -27,5 +27,5 @@ CHANNEL dev MAJOR 3 MINOR 4 PATCH 0 -PRERELEASE 84 +PRERELEASE 85 PRERELEASE_PATCH 0 diff --git a/tools/bots/test_matrix.json b/tools/bots/test_matrix.json index 3f08e6ef61e9..530deec32202 100644 --- a/tools/bots/test_matrix.json +++ b/tools/bots/test_matrix.json @@ -75,6 +75,7 @@ "out/ReleaseX64/dart2wasm_js_compatibility_outline.dill", "out/ReleaseX64/dart2wasm_js_compatibility_platform.dill", "out/ReleaseX64/wasm/", + "out/ReleaseX64/wasm-opt", "pkg/", "runtime/tests/", "samples/", @@ -95,6 +96,8 @@ "tests/light_unittest.dart", "tests/search/", "tests/ffi/", + "third_party/jsc/", + "third_party/firefox_jsshell/", "third_party/d8/", "third_party/pkg/", "third_party/requirejs/", @@ -2655,6 +2658,38 @@ } ] }, + { + "builders": [ + "dart2wasm-linux-optimized-jsc" + ], + "meta": { + "description": "dart2wasm tests" + }, + "steps": [ + { + "name": "build dart", + "script": "tools/build.py", + "arguments": [ + "runtime", + "dart2wasm", + "create_sdk" + ] + }, + { + "name": "dart2wasm tests", + "arguments": [ + "-ndart2wasm-linux-optimized-${runtime}", + "co19", + "corelib", + "language", + "lib", + "web" + ], + "shards": 8, + "fileset": "dart2wasm_hostasserts" + } + ] + }, { "builders": [ "dart2wasm-linux-jscm-chrome"