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

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

Issue 8496014: Add co19 status file for frog/frogs/leg. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 9 years, 1 month 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/co19-frog.status ('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
===================================================================
--- dart/tests/co19/testcfg.py (revision 1304)
+++ dart/tests/co19/testcfg.py (working copy)
@@ -130,6 +130,9 @@
status = join(self.root, "co19-compiler.status")
if exists(status):
test.ReadConfigurationInto(status, sections, defs)
+ status = join(self.root, "co19-frog.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/co19-frog.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698