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

Unified Diff: dart/tests/standalone/test_config.dart

Issue 9663052: Run standalone tests on Leg. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 9 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 | « dart/tests/standalone/standalone-leg.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/standalone/test_config.dart
diff --git a/dart/tests/standalone/test_config.dart b/dart/tests/standalone/test_config.dart
index fc42032189839195e94a827714e853408b33cc4e..27249d9e5e1464bf268b967b3fd041b26f92b60c 100644
--- a/dart/tests/standalone/test_config.dart
+++ b/dart/tests/standalone/test_config.dart
@@ -11,7 +11,8 @@ class StandaloneTestSuite extends StandardTestSuite {
: super(configuration,
"standalone",
"tests/standalone/src",
- ["tests/standalone/standalone.status"]);
+ ["tests/standalone/standalone.status",
+ "tests/standalone/standalone-leg.status"]);
bool listRecursively() => true;
}
« no previous file with comments | « dart/tests/standalone/standalone-leg.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698