Skip to content

Commit 843bd00

Browse files
sstricklcommit-bot@chromium.org
authored andcommitted
[bots] Run vm unit tests using qemu as well as FFI tests.
Cq-Include-Trybots: luci.dart.try:vm-precomp-ffi-qemu-linux-release-arm-try Change-Id: I3c104ce5594d8f427fdf247364e6952a45132820 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/204786 Reviewed-by: Martin Kustermann <[email protected]> Commit-Queue: Tess Strickland <[email protected]>
1 parent 2f8cc22 commit 843bd00

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

tools/bots/test_matrix.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1266,7 +1266,7 @@
12661266
"vm-precomp-ffi-qemu-linux-release-arm"
12671267
],
12681268
"meta": {
1269-
"description": "This configuration is used for running FFI tests on qemu and FFI unit tests."
1269+
"description": "This configuration is used for running vm unit tests and FFI tests on qemu and FFI unit tests."
12701270
},
12711271
"steps": [
12721272
{
@@ -1302,6 +1302,13 @@
13021302
"gen_snapshot"
13031303
]
13041304
},
1305+
{
1306+
"name": "vm unit tests",
1307+
"arguments": [
1308+
"-ndartk-linux-${mode}-arm-qemu",
1309+
"vm/cc"
1310+
]
1311+
},
13051312
{
13061313
"name": "ffi tests",
13071314
"arguments": [

0 commit comments

Comments
 (0)