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

Unified Diff: tools/test.py

Issue 8234029: Cleans up style problems in architecture.py and test_runner.py (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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 | « no previous file | tools/testing/architecture.py » ('j') | tools/testing/test_runner.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/test.py
diff --git a/tools/test.py b/tools/test.py
index 7b444b188a65198eddb8591f6ef6886fea0f74c4..3d8a44408c1483b5a0e41a2b3584ccced16ac164 100755
--- a/tools/test.py
+++ b/tools/test.py
@@ -1271,7 +1271,7 @@ def PrintReport(cases):
def IsFailOk(o):
return (len(o) == 2) and (testing.FAIL in o) and (testing.OKAY in o)
-
+
unskipped = [c for c in cases if not testing.SKIP in c.outcomes]
print REPORT_TEMPLATE % {
'total': len(cases),
« no previous file with comments | « no previous file | tools/testing/architecture.py » ('j') | tools/testing/test_runner.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698