Skip to content

Commit 148d5ac

Browse files
mkustermannCommit Queue
authored and
Commit Queue
committed
[dart2wasm] Add dart2wasm-linux-optimized-jsc builder (to existing configuration with same name)
Change-Id: I9b70605e52a06c3d7d3ce2d64b6dcad0e61f3074 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/348601 Reviewed-by: Martin Kustermann <[email protected]> Commit-Queue: William Hesse <[email protected]> Reviewed-by: Alexander Thomas <[email protected]>
1 parent 2404a0c commit 148d5ac

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

tools/bots/test_matrix.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
"out/ReleaseX64/dart2wasm_js_compatibility_outline.dill",
7676
"out/ReleaseX64/dart2wasm_js_compatibility_platform.dill",
7777
"out/ReleaseX64/wasm/",
78+
"out/ReleaseX64/wasm-opt",
7879
"pkg/",
7980
"runtime/tests/",
8081
"samples/",
@@ -95,6 +96,8 @@
9596
"tests/light_unittest.dart",
9697
"tests/search/",
9798
"tests/ffi/",
99+
"third_party/jsc/",
100+
"third_party/firefox_jsshell/",
98101
"third_party/d8/",
99102
"third_party/pkg/",
100103
"third_party/requirejs/",
@@ -2655,6 +2658,38 @@
26552658
}
26562659
]
26572660
},
2661+
{
2662+
"builders": [
2663+
"dart2wasm-linux-optimized-jsc"
2664+
],
2665+
"meta": {
2666+
"description": "dart2wasm tests"
2667+
},
2668+
"steps": [
2669+
{
2670+
"name": "build dart",
2671+
"script": "tools/build.py",
2672+
"arguments": [
2673+
"runtime",
2674+
"dart2wasm",
2675+
"create_sdk"
2676+
]
2677+
},
2678+
{
2679+
"name": "dart2wasm tests",
2680+
"arguments": [
2681+
"-ndart2wasm-linux-optimized-${runtime}",
2682+
"co19",
2683+
"corelib",
2684+
"language",
2685+
"lib",
2686+
"web"
2687+
],
2688+
"shards": 8,
2689+
"fileset": "dart2wasm_hostasserts"
2690+
}
2691+
]
2692+
},
26582693
{
26592694
"builders": [
26602695
"dart2wasm-linux-jscm-chrome"

0 commit comments

Comments
 (0)