[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 <kustermann@google.com>
Commit-Queue: William Hesse <whesse@google.com>
Reviewed-by: Alexander Thomas <athom@google.com>
This commit is contained in:
Martin Kustermann 2024-01-28 18:15:40 +00:00 committed by Commit Queue
parent 2404a0cb4c
commit 148d5ac76d

View file

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