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

Unified Diff: media/tools/layout_tests/layouttests.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
Index: media/tools/layout_tests/layouttests.py
diff --git a/media/tools/layout_tests/layouttests.py b/media/tools/layout_tests/layouttests.py
index c1181946e3884d2ea846ac2bf0544440ce457983..9811c22f80dafb0c4938591ef43c1403e2997016 100644
--- a/media/tools/layout_tests/layouttests.py
+++ b/media/tools/layout_tests/layouttests.py
@@ -172,7 +172,7 @@ class LayoutTests(object):
file_name = file_name[0].repos_path.encode(default_encoding)
# Remove the word '/truck/LayoutTests'.
file_name = file_name.replace('/trunk/LayoutTests/', '')
- if file_name.endswith('.html') or file_name.endswith('.svg'):
+ if file_name.endswith('.html'):
name_map[file_name] = True
return name_map

Powered by Google App Engine
This is Rietveld 408576698