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

Unified Diff: tests/compiler/dart2js/analyze_test_test.dart

Issue 1934883002: Refactor unittests (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 4 years, 8 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
« no previous file with comments | « no previous file | tests/compiler/dart2js/dart2js.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js/analyze_test_test.dart
diff --git a/tests/compiler/dart2js/analyze_test_test.dart b/tests/compiler/dart2js/analyze_test_test.dart
index 93cf7b9e45ba78c2ec03640de78231533c23026a..a38c814c37d47ba5a7bc9c3d1eb77443ddae13fd 100644
--- a/tests/compiler/dart2js/analyze_test_test.dart
+++ b/tests/compiler/dart2js/analyze_test_test.dart
@@ -38,17 +38,15 @@ const Map<String, List/*<String|MessageKind>*/> WHITE_LIST = const {
const List<String> SKIP_LIST = const <String>[
// Helper files:
- "dart2js_batch2_run.dart",
+ "/data/",
"http_launch_data/",
"mirrors_helper.dart",
"path%20with%20spaces/",
- "one_line_dart_program.dart",
- "sourcemaps/invokes_test_file.dart",
"cps_ir/input/",
// No longer maintained:
"backend_dart/",
// Broken tests:
- "http_test.dart",
+ "quarantined/http_test.dart",
// Package directory
"packages/",
];
« no previous file with comments | « no previous file | tests/compiler/dart2js/dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698