Skip to content

Commit c9e3c33

Browse files
mkustermannCommit Queue
authored andcommitted
[dart2wasm] Allow running dart2wasm tests on safari on Mac
This doesn't add a builder yet, but allows running tests locally on a Mac. Change-Id: I1e1d1158d7d443df5896a759a669db47b1eb420f Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/426461 Reviewed-by: Slava Egorov <[email protected]> Commit-Queue: Martin Kustermann <[email protected]>
1 parent ec831cf commit c9e3c33

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

pkg/smith/lib/configuration.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -876,6 +876,7 @@ class Compiler extends NamedEnum {
876876
Runtime.d8,
877877
Runtime.chrome,
878878
Runtime.firefox,
879+
Runtime.safari,
879880
];
880881
case Compiler.dart2analyzer:
881882
return const [Runtime.none];

tools/bots/test_matrix.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@
414414
"timeout": 240
415415
}
416416
},
417-
"dart2wasm-asserts-(linux|mac|win)-(d8|jsshell|jsc|chrome|firefox)": {
417+
"dart2wasm-asserts-(linux|mac|win)-(d8|jsshell|jsc|chrome|firefox|safari)": {
418418
"options": {
419419
"host-asserts": true,
420420
"enable-asserts": true,
@@ -424,7 +424,7 @@
424424
"timeout": 60
425425
}
426426
},
427-
"dart2wasm-(linux|mac|win)-(d8|jsshell|jsc|chrome|firefox)": {
427+
"dart2wasm-(linux|mac|win)-(d8|jsshell|jsc|chrome|firefox|safari)": {
428428
"options": {
429429
"host-asserts": true,
430430
"dart2wasm-options": [
@@ -434,7 +434,7 @@
434434
"timeout": 60
435435
}
436436
},
437-
"dart2wasm-(linux|mac|win)-optimized-(d8|jsshell|jsc|chrome|firefox)": {
437+
"dart2wasm-(linux|mac|win)-optimized-(d8|jsshell|jsc|chrome|firefox|safari)": {
438438
"options": {
439439
"dart2wasm-options": [
440440
"-O1",
@@ -445,7 +445,7 @@
445445
"timeout": 120
446446
}
447447
},
448-
"dart2wasm-asserts-minified-(linux|mac|win)-(d8|jsshell|jsc|chrome|firefox)": {
448+
"dart2wasm-asserts-minified-(linux|mac|win)-(d8|jsshell|jsc|chrome|firefox|safari)": {
449449
"options": {
450450
"dart2wasm-options": [
451451
"--minify"
@@ -456,7 +456,7 @@
456456
"timeout": 120
457457
}
458458
},
459-
"dart2wasm-(linux|mac|win)-jscm-(d8|jsshell|jsc|chrome|firefox)": {
459+
"dart2wasm-(linux|mac|win)-jscm-(d8|jsshell|jsc|chrome|firefox|safari)": {
460460
"options": {
461461
"dart2wasm-options": [
462462
"-O0",

0 commit comments

Comments
 (0)