Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 2a23bc2

Browse files
committed
Update named configurations on builders, turn off checking temporarily.
The named configurations aren't used yet, and checking that they agree with the existing flags will now just print error messages, not make the builder fail. Change-Id: Ia0778855d3c45da8e3314f9cff0967ec1fc7893b Reviewed-on: https://dart-review.googlesource.com/67807 Reviewed-by: William Hesse <[email protected]>
1 parent 32851e1 commit 2a23bc2

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

tools/bots/test_matrix.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@
149149
"runtime": "vm",
150150
"mode": "release",
151151
"preview-dart-2": false,
152+
"use-sdk": true,
152153
"checked": true,
153154
"timeout": 240
154155
}},
@@ -157,6 +158,7 @@
157158
"compiler": "none",
158159
"runtime": "vm",
159160
"mode": "release",
161+
"use-sdk": true,
160162
"enable-asserts": true
161163
}},
162164
"unittest-analyzer_use_fasta-linux": {

tools/testing/dart/configuration.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,6 @@ class TestConfiguration {
422422
"Configuration and namedConfiguration differ: ${toSummaryMap()} $namedConfiguration"
423423
"$builderTag ${namedConfiguration.builderTag}");
424424
isValid = false;
425-
exit(1);
426425
}
427426
}
428427

0 commit comments

Comments
 (0)