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

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

Issue 1459083005: Remove bot-unfriendly tests (#25001) [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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer_cli/test/all.dart
diff --git a/pkg/analyzer_cli/test/all.dart b/pkg/analyzer_cli/test/all.dart
index d2824ab1ce5bde1852c9781635b7531290145fad..5b08f589657b9c0774f3e43ce3fa43e4ea6a442a 100644
--- a/pkg/analyzer_cli/test/all.dart
+++ b/pkg/analyzer_cli/test/all.dart
@@ -12,12 +12,14 @@ import 'strong_mode_test.dart' as strong_mode;
import 'super_mixin_test.dart' as super_mixin;
main() {
- driver.main();
+ // TODO(pq): fix tests to run safely on the bots
+ // https://github.com/dart-lang/sdk/issues/25001
+ //driver.main();
+ //sdk_ext.main();
+ //strong_mode.main();
error.main();
options.main();
plugin_manager.main();
reporter.main();
- sdk_ext.main();
- strong_mode.main();
super_mixin.main();
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698