Skip to content

Commit c3673bd

Browse files
a-sivacommit-bot@chromium.org
authored andcommitted
[VM/Testing] - Turn on testing in strong NNBD mode.
Change-Id: I272de0ca65afb4327d9ec6457c7e514fb1c73449 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/139030 Reviewed-by: Ben Konyi <[email protected]> Commit-Queue: Siva Annamalai <[email protected]>
1 parent bff2098 commit c3673bd

File tree

1 file changed

+26
-6
lines changed

1 file changed

+26
-6
lines changed

tools/bots/test_matrix.json

Lines changed: 26 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1303,15 +1303,15 @@
13031303
]
13041304
},
13051305
{
1306-
"name": "vm weak legacy tests with asserts",
1306+
"name": "vm legacy tests in weak mode with asserts",
13071307
"arguments": [
13081308
"-ndartkp-weak-asserts-${system}-${mode}-${arch}"
13091309
],
13101310
"fileset": "vm-kernel-nnbd",
13111311
"shards": 6
13121312
},
13131313
{
1314-
"name": "vm co19_2 tests",
1314+
"name": "vm legacy tests(co19_2) in weak mode with asserts",
13151315
"arguments": [
13161316
"-ndartkp-weak-asserts-${system}-${mode}-${arch}",
13171317
"co19_2"
@@ -1320,14 +1320,24 @@
13201320
"shards": 10
13211321
},
13221322
{
1323-
"name": "vm weak tests with asserts",
1323+
"name": "vm nnbd tests in weak mode with asserts",
13241324
"arguments": [
13251325
"-ndartkp-weak-asserts-${system}-${mode}-${arch}",
13261326
"ffi",
13271327
"language",
13281328
"lib/mirrors",
13291329
"standalone/io"
13301330
]
1331+
},
1332+
{
1333+
"name": "vm nnbd tests in strong mode",
1334+
"arguments": [
1335+
"-ndartkp-strong-${system}-${mode}-${arch}",
1336+
"ffi",
1337+
"language",
1338+
"lib/mirrors",
1339+
"standalone/io"
1340+
]
13311341
}
13321342
]
13331343
},
@@ -1696,15 +1706,15 @@
16961706
]
16971707
},
16981708
{
1699-
"name": "vm weak legacy tests with asserts",
1709+
"name": "vm legacy tests in weak mode with asserts",
17001710
"arguments": [
17011711
"-ndartk-weak-asserts-${system}-${mode}-${arch}"
17021712
],
17031713
"fileset": "vm-kernel-nnbd",
17041714
"shards": 6
17051715
},
17061716
{
1707-
"name": "vm weak legacy tests(co19_2) with asserts",
1717+
"name": "vm legacy tests(co19_2) in weak mode with asserts",
17081718
"arguments": [
17091719
"-ndartk-weak-asserts-${system}-${mode}-${arch}",
17101720
"co19_2"
@@ -1713,14 +1723,24 @@
17131723
"shards": 6
17141724
},
17151725
{
1716-
"name": "vm weak tests with asserts",
1726+
"name": "vm nnbd test in weak mode with asserts",
17171727
"arguments": [
17181728
"-ndartk-weak-asserts-${system}-${mode}-${arch}",
17191729
"ffi",
17201730
"language",
17211731
"lib/mirrors",
17221732
"standalone/io"
17231733
]
1734+
},
1735+
{
1736+
"name": "vm nnbd tests in strong mode",
1737+
"arguments": [
1738+
"-ndartk-strong-${system}-${mode}-${arch}",
1739+
"ffi",
1740+
"language",
1741+
"lib/mirrors",
1742+
"standalone/io"
1743+
]
17241744
}
17251745
]
17261746
},

0 commit comments

Comments
 (0)