[infra] Update test matrix with dart2wasm --minify tests
Change-Id: I1911eb2bedbff2c6b2b075b8f0ccd6947f08c561 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/416980 Reviewed-by: Ivan Inozemtsev <iinozemtsev@google.com> Reviewed-by: Alexander Thomas <athom@google.com> Commit-Queue: Ömer Ağacan <omersa@google.com>
This commit is contained in:
committed by
Commit Queue
parent
2cbdfaa239
commit
ce2a048f30
@@ -476,7 +476,7 @@
|
||||
"timeout": 120
|
||||
}
|
||||
},
|
||||
"dart2wasm-asserts-(linux|mac|win)-minify-(d8|jsshell|jsc|chrome|firefox)": {
|
||||
"dart2wasm-asserts-minified-(linux|mac|win)-(d8|jsshell|jsc|chrome|firefox)": {
|
||||
"options": {
|
||||
"dart2wasm-options": [
|
||||
"--minify"
|
||||
@@ -2728,7 +2728,7 @@
|
||||
{
|
||||
"name": "dart2wasm tests",
|
||||
"arguments": [
|
||||
"-ndart2wasm-asserts-linux-${runtime}",
|
||||
"-ndart2wasm-asserts-${system}-${runtime}",
|
||||
"co19",
|
||||
"corelib",
|
||||
"language",
|
||||
@@ -2766,7 +2766,7 @@
|
||||
"testRunner": true,
|
||||
"arguments": [
|
||||
"pkg/dynamic_modules/test/runner/main.dart",
|
||||
"-ndart2wasm-linux-${runtime}",
|
||||
"-ndart2wasm-${system}-${runtime}",
|
||||
"-rdart2wasm",
|
||||
"--verbose"
|
||||
]
|
||||
@@ -2774,7 +2774,51 @@
|
||||
{
|
||||
"name": "dart2wasm tests",
|
||||
"arguments": [
|
||||
"-ndart2wasm-linux-${runtime}",
|
||||
"-ndart2wasm-${system}-${runtime}",
|
||||
"co19",
|
||||
"corelib",
|
||||
"language",
|
||||
"lib",
|
||||
"web"
|
||||
],
|
||||
"shards": 8,
|
||||
"fileset": "dart2wasm_hostasserts"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"builders": [
|
||||
"dart2wasm-asserts-minified-linux-d8"
|
||||
],
|
||||
"meta": {
|
||||
"description": "dart2wasm minified tests"
|
||||
},
|
||||
"steps": [
|
||||
{
|
||||
"name": "build dart",
|
||||
"script": "tools/build.py",
|
||||
"arguments": [
|
||||
"runtime",
|
||||
"dart2wasm",
|
||||
"create_sdk",
|
||||
"dartaotruntime"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dart2wasm dynamic modules",
|
||||
"script": "out/ReleaseX64/dart",
|
||||
"testRunner": true,
|
||||
"arguments": [
|
||||
"pkg/dynamic_modules/test/runner/main.dart",
|
||||
"-ndart2wasm-asserts-minified-${system}-${runtime}",
|
||||
"-rdart2wasm",
|
||||
"--verbose"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dart2wasm tests",
|
||||
"arguments": [
|
||||
"-ndart2wasm-asserts-minified-${system}-${runtime}",
|
||||
"co19",
|
||||
"corelib",
|
||||
"language",
|
||||
@@ -2807,7 +2851,7 @@
|
||||
{
|
||||
"name": "dart2wasm tests",
|
||||
"arguments": [
|
||||
"-ndart2wasm-linux-optimized-${runtime}",
|
||||
"-ndart2wasm-${system}-optimized-${runtime}",
|
||||
"co19",
|
||||
"corelib",
|
||||
"language",
|
||||
@@ -2840,7 +2884,7 @@
|
||||
{
|
||||
"name": "dart2wasm tests",
|
||||
"arguments": [
|
||||
"-ndart2wasm-linux-jscm-${runtime}",
|
||||
"-ndart2wasm-${system}-jscm-${runtime}",
|
||||
"co19",
|
||||
"corelib",
|
||||
"language",
|
||||
|
||||
Reference in New Issue
Block a user