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

Unified Diff: tools/run-tests.py

Issue 11189136: Fix tools/run-tests.py --report when tests are specified on the command line (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/run-tests.py
diff --git a/tools/run-tests.py b/tools/run-tests.py
index b51b4a8957ef05b8f772d477fcb03b49808b9d31..c09ea064d9f083df79d3eeb31eb0be74203168d6 100755
--- a/tools/run-tests.py
+++ b/tools/run-tests.py
@@ -298,9 +298,9 @@ def Execute(arch, mode, args, options, suites, workspace):
for s in suites:
s.ReadStatusFile(variables)
s.ReadTestCases(ctx)
- all_tests += s.tests
if len(args) > 0:
s.FilterTestCasesByArgs(args)
+ all_tests += s.tests
s.FilterTestCasesByStatus(options.warn_unused)
if options.cat:
verbose.PrintTestSource(s.tests)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698