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

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

Issue 2109593003: Update status for failing and flaky tests. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 6 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/compilation2_test.dart
diff --git a/tests/compiler/dart2js/serialization/compilation2_test.dart b/tests/compiler/dart2js/serialization/compilation2_test.dart
index 65dc96d5c740c172094a1fbec614d3160def5629..6141cbb5c0bd571b090c07dea6b9238e861d2a53 100644
--- a/tests/compiler/dart2js/serialization/compilation2_test.dart
+++ b/tests/compiler/dart2js/serialization/compilation2_test.dart
@@ -8,5 +8,5 @@ import 'compilation_test_helper.dart' as test;
import 'test_data.dart';
main() {
- test.main(['${TESTS.length ~/ 2}']);
+ test.main(['${TESTS.length ~/ 4}', '${2 * TESTS.length ~/ 4}']);
}

Powered by Google App Engine
This is Rietveld 408576698