Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(93)

Unified Diff: pkg/analyzer_cli/test/strong_mode_test.dart

Issue 1463133002: More bot-unfriendly test fixing [TBR]. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/analyzer_cli/test/sdk_ext_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer_cli/test/strong_mode_test.dart
diff --git a/pkg/analyzer_cli/test/strong_mode_test.dart b/pkg/analyzer_cli/test/strong_mode_test.dart
index 926452c620297ee847ee648be4fc40771867afc6..15428ded7c0e4bbfab11f75d9ecab1aac62bab0c 100644
--- a/pkg/analyzer_cli/test/strong_mode_test.dart
+++ b/pkg/analyzer_cli/test/strong_mode_test.dart
@@ -21,7 +21,11 @@ import 'utils.dart';
///
/// Generally we don't want a lot of cases here as it requires spinning up a
/// full analysis context.
-void main() {
+///
+// TODO(pq): fix tests to run safely on the bots
+// https://github.com/dart-lang/sdk/issues/25001
+main () {}
+_main() {
group('--strong', () {
StringSink savedOutSink, savedErrorSink;
int savedExitCode;
« no previous file with comments | « pkg/analyzer_cli/test/sdk_ext_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698