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

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: Enable recursion and reduce the number of entries in test case CSV file. 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
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
scherkus (not reviewing) 2012/05/02 00:50:55 didn't you mention there were performance issues?
imasaki1 2012/05/03 23:31:14 There is performance issue (the execution becomes
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/testname/media.csv » ('j') | media/tools/layout_tests/testname/media.csv » ('J')

Powered by Google App Engine
This is Rietveld 408576698