[dart2js] add unit tests to nnbd bot.

Change-Id: I5ba15f4a43ede211608f6789edaf5c42247f8ea0
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/144200
Reviewed-by: Sigmund Cherem <sigmund@google.com>
Commit-Queue: Joshua Litt <joshualitt@google.com>
This commit is contained in:
Joshua Litt 2020-04-21 20:38:25 +00:00 committed by commit-bot@chromium.org
parent 6f97affca2
commit 430b11670a

View file

@ -452,6 +452,18 @@
"use-sdk": true
}
},
"unittest-weak-asserts-no-sdk-(linux|mac|win)": {
"options": {
"compiler": "dartk",
"enable-asserts": true,
"mode": "release",
"runtime": "vm",
"timeout": 240,
"enable-experiment": [
"non-nullable"
]
}
},
"analyzer-unittest-asserts-(debug|product|release)-(linux|mac|win)": {
"options": {
"compiler": "dartk",
@ -2700,6 +2712,14 @@
],
"shards": 6,
"fileset": "dart2js_hostasserts_nnbd"
},
{
"name": "dart2js nnbd unit tests",
"arguments": [
"-nunittest-weak-asserts-no-sdk-linux",
"dart2js",
"pkg//compiler/"
]
}
]
},