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

Unified Diff: tests/compiler/dart2js/serialization/compilation0_test.dart

Issue 2162053005: Split serialization tests further (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Update to use open-ended intervals and separate method for skipped tests. Created 4 years, 5 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: tests/compiler/dart2js/serialization/compilation0_test.dart
diff --git a/tests/compiler/dart2js/serialization/compilation0_test.dart b/tests/compiler/dart2js/serialization/compilation0_test.dart
index 9df7f531de6efb810a78b06553ba87cf0a189d8c..3e68dd2bdbd88b0261903bfbb31e97323a5e899c 100644
--- a/tests/compiler/dart2js/serialization/compilation0_test.dart
+++ b/tests/compiler/dart2js/serialization/compilation0_test.dart
@@ -5,8 +5,8 @@
library dart2js.serialization.compilation0_test;
import 'compilation_test_helper.dart' as test;
-import 'test_data.dart';
+import 'test_helper.dart';
main() {
- test.main(['0', '0']);
+ test.main(testSkipped(0, test.SKIP_COUNT));
}

Powered by Google App Engine
This is Rietveld 408576698