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

Unified Diff: media/tools/layout_tests/layouttest_analyzer.py

Issue 10261034: Per issue 125757, added more test cases to be monitored in the layout test (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Modified based on CR comments and removed svg files from monitoring. Created 8 years, 8 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 | media/tools/layout_tests/layouttests.py » ('j') | media/tools/layout_tests/testname/media.csv » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/tools/layout_tests/layouttest_analyzer.py
diff --git a/media/tools/layout_tests/layouttest_analyzer.py b/media/tools/layout_tests/layouttest_analyzer.py
index 5f93b2d86a35002352eaf7ec56bb5c5f84775708..412092a2d3ff95d86177e8586c81d48e3548529d 100755
--- a/media/tools/layout_tests/layouttest_analyzer.py
+++ b/media/tools/layout_tests/layouttest_analyzer.py
@@ -143,7 +143,7 @@ def GetCurrentAndPreviousResults(debug, test_group_file_location,
test_group_file_location)
parent_location_list = (
layouttests.LayoutTests.GetParentDirectoryList(filter_names))
- recursion = False
+ recursion = True
else:
# When test group CSV file is not specified, test group name
# (e.g., 'media') is used for getting layout tests.
« no previous file with comments | « no previous file | media/tools/layout_tests/layouttests.py » ('j') | media/tools/layout_tests/testname/media.csv » ('J')

Powered by Google App Engine
This is Rietveld 408576698