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

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

Issue 2156033002: Split out long-running serialization test and add timings to output (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: 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/model0_test.dart
diff --git a/tests/compiler/dart2js/serialization/model2_test.dart b/tests/compiler/dart2js/serialization/model0_test.dart
similarity index 78%
copy from tests/compiler/dart2js/serialization/model2_test.dart
copy to tests/compiler/dart2js/serialization/model0_test.dart
index 369e4a13f1e39693e8029b9e4b6ffa74840bcbcc..39245e5cdfbe17a65ded0f4635d1f39353a86794 100644
--- a/tests/compiler/dart2js/serialization/model2_test.dart
+++ b/tests/compiler/dart2js/serialization/model0_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.model2_test;
+library dart2js.serialization.model0_test;
import 'model_test_helper.dart' as test;
import 'test_data.dart';
main() {
- test.main(['${TESTS.length ~/ 2}']);
+ test.main(['0', '0']);
}
« no previous file with comments | « tests/compiler/dart2js/serialization/helper.dart ('k') | tests/compiler/dart2js/serialization/model1_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698