Skip to content

Commit

Permalink
Version 3.4.0-85.0.dev
Browse files Browse the repository at this point in the history
Merge 148d5ac into dev
  • Loading branch information
Dart CI committed Jan 28, 2024
2 parents 639cf51 + 148d5ac commit 1d0b890
Showing 2 changed files with 36 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tools/VERSION
Original file line number Diff line number Diff line change
@@ -27,5 +27,5 @@ CHANNEL dev
MAJOR 3
MINOR 4
PATCH 0
PRERELEASE 84
PRERELEASE 85
PRERELEASE_PATCH 0
35 changes: 35 additions & 0 deletions tools/bots/test_matrix.json
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 1d0b890

Please sign in to comment.