Skip to content

Commit 800f4b1

Browse files
sigmundchcommit-bot@chromium.org
authored andcommitted
run co19 and lib2 on dart2js nnbd bots
Change-Id: I7e458f0d2351a31a4c5cb1afc2fcb4d7ffce0378 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/138420 Reviewed-by: Mayank Patke <[email protected]> Commit-Queue: Sigmund Cherem <[email protected]>
1 parent 1fcce00 commit 800f4b1

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

tools/bots/test_matrix.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@
582582
"host-checked": true
583583
}
584584
},
585-
"dart2js-hostasserts-weak-(linux|mac|win)-x64-d8": {
585+
"dart2js-hostasserts-weak-(linux|mac|win)-x64-(d8|chrome)": {
586586
"options": {
587587
"builder-tag": "dart2js-weak",
588588
"enable-experiment": [
@@ -2553,6 +2553,26 @@
25532553
],
25542554
"shards": 6,
25552555
"fileset": "dart2js_hostasserts_nnbd"
2556+
},
2557+
{
2558+
"name": "dart2js legacy weak lib tests",
2559+
"arguments": [
2560+
"-ndart2js-hostasserts-weak-linux-x64-chrome",
2561+
"--dart2js-batch",
2562+
"lib_2"
2563+
],
2564+
"shards": 3,
2565+
"fileset": "dart2js_hostasserts_nnbd"
2566+
},
2567+
{
2568+
"name": "dart2js legacy weak co19 tests",
2569+
"arguments": [
2570+
"-ndart2js-hostasserts-weak-linux-x64-chrome",
2571+
"--dart2js-batch",
2572+
"co19_2"
2573+
],
2574+
"shards": 6,
2575+
"fileset": "dart2js_hostasserts_nnbd"
25562576
}
25572577
]
25582578
},

0 commit comments

Comments
 (0)