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

Unified Diff: pkg/analysis_server/test/services/test_all.dart

Issue 1266923004: More fixes for failures on the Windows bot (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 4 months 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
Index: pkg/analysis_server/test/services/test_all.dart
diff --git a/pkg/analysis_server/test/services/test_all.dart b/pkg/analysis_server/test/services/test_all.dart
index 8ccc39748fbad1a5fed7f1857d7b16d37bc8beea..baef17c7ae81a2676b3b6f9ac0383c327bb6c09a 100644
--- a/pkg/analysis_server/test/services/test_all.dart
+++ b/pkg/analysis_server/test/services/test_all.dart
@@ -4,8 +4,7 @@
library test.services;
-import 'package:unittest/unittest.dart';
-
+import '../utils.dart';
import 'completion/test_all.dart' as completion_all;
import 'correction/test_all.dart' as correction_all;
import 'dependencies/test_all.dart' as dependencies_all;
@@ -15,7 +14,7 @@ import 'search/test_all.dart' as search_all;
/// Utility for manually running all tests.
main() {
- groupSep = ' | ';
+ initializeTestEnvironment();
completion_all.main();
correction_all.main();
dependencies_all.main();
« no previous file with comments | « pkg/analysis_server/test/services/search/test_all.dart ('k') | pkg/analysis_server/test/socket_server_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698