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

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

Issue 9620001: Triage client failures on legium, and add the client tests to our presubmit script. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
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
Index: client/tests/client/test_config.dart
===================================================================
--- client/tests/client/test_config.dart (revision 5078)
+++ client/tests/client/test_config.dart (working copy)
@@ -11,7 +11,8 @@
: super(configuration,
"client",
"client/tests/client",
- ["client/tests/client/client.status"]);
+ ["client/tests/client/client.status",
+ "client/tests/client/client-leg.status"]);
bool isTestFile(String filename) => filename.endsWith("_tests.dart") ||
filename.endsWith("Test.dart");
« no previous file with comments | « client/tests/client/client-leg.status ('k') | frog/presubmit.py » ('j') | frog/presubmit.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698