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 <fishythefish@google.com>
Commit-Queue: Sigmund Cherem <sigmund@google.com>
This commit is contained in:
Sigmund Cherem 2020-03-05 01:41:33 +00:00 committed by commit-bot@chromium.org
parent 1fcce005b1
commit 800f4b10d4

View file

@ -582,7 +582,7 @@
"host-checked": true
}
},
"dart2js-hostasserts-weak-(linux|mac|win)-x64-d8": {
"dart2js-hostasserts-weak-(linux|mac|win)-x64-(d8|chrome)": {
"options": {
"builder-tag": "dart2js-weak",
"enable-experiment": [
@ -2553,6 +2553,26 @@
],
"shards": 6,
"fileset": "dart2js_hostasserts_nnbd"
},
{
"name": "dart2js legacy weak lib tests",
"arguments": [
"-ndart2js-hostasserts-weak-linux-x64-chrome",
"--dart2js-batch",
"lib_2"
],
"shards": 3,
"fileset": "dart2js_hostasserts_nnbd"
},
{
"name": "dart2js legacy weak co19 tests",
"arguments": [
"-ndart2js-hostasserts-weak-linux-x64-chrome",
"--dart2js-batch",
"co19_2"
],
"shards": 6,
"fileset": "dart2js_hostasserts_nnbd"
}
]
},