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

Unified Diff: pkg/analysis_server/test/integration/analysis/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/integration/analysis/test_all.dart
diff --git a/pkg/analysis_server/test/integration/analysis/test_all.dart b/pkg/analysis_server/test/integration/analysis/test_all.dart
index 8b820e00860eba2432691296c173dd4183f53e30..54fdd0a8d82c9d17ab719abcad8b2fee413e3a3a 100644
--- a/pkg/analysis_server/test/integration/analysis/test_all.dart
+++ b/pkg/analysis_server/test/integration/analysis/test_all.dart
@@ -6,6 +6,7 @@ library test.integration.analysis.all;
import 'package:unittest/unittest.dart';
+import '../../utils.dart';
import 'error_test.dart' as error_test;
import 'get_errors_after_analysis_test.dart' as get_errors_after_analysis_test;
import 'get_errors_before_analysis_test.dart'
@@ -27,7 +28,7 @@ import 'update_content_test.dart' as update_content_test;
* Utility for manually running all integration tests.
*/
main() {
- groupSep = ' | ';
+ initializeTestEnvironment();
group('analysis', () {
error_test.main();
get_errors_after_analysis_test.main();

Powered by Google App Engine
This is Rietveld 408576698