Skip to content

Commit bb01843

Browse files
osa1Commit Queue
authored andcommitted
[dart2wasm, infra] Add dart2wasm minify test configuration
Change-Id: I4639bcad207b7832c6eb2f77a1751ebb03a84bbf Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/415583 Reviewed-by: Martin Kustermann <[email protected]> Commit-Queue: Ömer Ağacan <[email protected]>
1 parent 4daa40b commit bb01843

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

tools/bots/test_matrix.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,17 @@
476476
"timeout": 120
477477
}
478478
},
479+
"dart2wasm-asserts-(linux|mac|win)-minify-(d8|jsshell|jsc|chrome|firefox)": {
480+
"options": {
481+
"dart2wasm-options": [
482+
"--minify"
483+
],
484+
"host-asserts": true,
485+
"enable-asserts": true,
486+
"use-sdk": false,
487+
"timeout": 120
488+
}
489+
},
479490
"dart2wasm-(linux|mac|win)-jscm-(d8|jsshell|jsc|chrome|firefox)": {
480491
"options": {
481492
"dart2wasm-options": [

0 commit comments

Comments
 (0)