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

Unified Diff: dart/tools/test.py

Issue 8386003: Fix broken test.py expression. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: changes Created 9 years, 2 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/co19-runtime.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tools/test.py
diff --git a/dart/tools/test.py b/dart/tools/test.py
index 0914cd44e8a13e54ee407c9aead9a98af70080fc..2dc1d06b6f59cb49f8db33f346547c8defb4ce02 100755
--- a/dart/tools/test.py
+++ b/dart/tools/test.py
@@ -1471,7 +1471,8 @@ def Main():
'system': utils.GuessOS(),
'arch': arch,
'component': component,
- 'checked': options.checked
+ 'checked': options.checked,
+ 'unchecked': not options.checked,
}
test_list = root.ListTests([], path, context, mode, arch, component)
(cases, unused_rules, unused_outcomes) = config.ClassifyTests(
« no previous file with comments | « dart/tests/co19/co19-runtime.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698