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

Unified Diff: dart/tests/co19/testcfg.py

Issue 9317118: Add co19-leg.status (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 10 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/co19/test_config.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/co19/testcfg.py
diff --git a/dart/tests/co19/testcfg.py b/dart/tests/co19/testcfg.py
index cacafe06236ba8bffdf93fbf7ae19c578df1861c..e0651d2a347f8bca34a64ecd8ef4efef1a9356ec 100644
--- a/dart/tests/co19/testcfg.py
+++ b/dart/tests/co19/testcfg.py
@@ -118,6 +118,9 @@ class Co19TestConfiguration(test.TestConfiguration):
status = join(self.root, "co19-frog.status")
if exists(status):
test.ReadConfigurationInto(status, sections, defs)
+ status = join(self.root, "co19-leg.status")
+ if exists(status):
+ test.ReadConfigurationInto(status, sections, defs)
def Contains(self, path, file):
""" reimplemented for support '**' glob pattern """
« no previous file with comments | « dart/tests/co19/test_config.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698