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 <whesse@google.com>
This commit is contained in:
William Hesse 2018-08-01 16:50:41 +00:00
parent 32851e157f
commit 2a23bc2e0b
2 changed files with 2 additions and 1 deletions

View file

@ -149,6 +149,7 @@
"runtime": "vm",
"mode": "release",
"preview-dart-2": false,
"use-sdk": true,
"checked": true,
"timeout": 240
}},
@ -157,6 +158,7 @@
"compiler": "none",
"runtime": "vm",
"mode": "release",
"use-sdk": true,
"enable-asserts": true
}},
"unittest-analyzer_use_fasta-linux": {

View file

@ -422,7 +422,6 @@ class TestConfiguration {
"Configuration and namedConfiguration differ: ${toSummaryMap()} $namedConfiguration"
"$builderTag ${namedConfiguration.builderTag}");
isValid = false;
exit(1);
}
}