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

Unified Diff: tests/compiler/dart2js/serialization/compilation_1_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/compilation_1_test.dart
diff --git a/tests/compiler/dart2js/serialization/compilation4_test.dart b/tests/compiler/dart2js/serialization/compilation_1_test.dart
similarity index 69%
copy from tests/compiler/dart2js/serialization/compilation4_test.dart
copy to tests/compiler/dart2js/serialization/compilation_1_test.dart
index 7e2dc7cba91f780140e12f126e6acc4fcca01d65..355cddc45a5aa7bd9d5ee5b535de7670b3f74cc1 100644
--- a/tests/compiler/dart2js/serialization/compilation4_test.dart
+++ b/tests/compiler/dart2js/serialization/compilation_1_test.dart
@@ -2,11 +2,11 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-library dart2js.serialization.compilation4_test;
+library dart2js.serialization.compilation_1_test;
import 'compilation_test_helper.dart' as test;
-import 'test_data.dart';
+import 'test_helper.dart';
main() {
- test.main(['${3 * TESTS.length ~/ 4}']);
+ test.main(testSkipped(1, test.SKIP_COUNT));
}

Powered by Google App Engine
This is Rietveld 408576698