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

Unified Diff: tests/co19/test_config.dart

Issue 10947034: Store status for dart2dart tests in a separate file. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 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 | « tests/co19/co19-dart2js.status ('k') | tools/testing/dart/scrub_status_file.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/co19/test_config.dart
diff --git a/tests/co19/test_config.dart b/tests/co19/test_config.dart
index 4dbcc303c6bb7f6962376bfb5b41b1f6a4c0e924..95039ed8e16ac19b65c10682862fea6c4193120a 100644
--- a/tests/co19/test_config.dart
+++ b/tests/co19/test_config.dart
@@ -16,6 +16,7 @@ class Co19TestSuite extends StandardTestSuite {
new Path("tests/co19/src"),
["tests/co19/co19-compiler.status",
"tests/co19/co19-runtime.status",
+ "tests/co19/co19-dart2dart.status",
"tests/co19/co19-dart2js.status"]);
bool isTestFile(String filename) => _testRegExp.hasMatch(filename);
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | tools/testing/dart/scrub_status_file.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698