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

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

Issue 10108024: Fix the bug in test analyzer when there is no result in result directory at the beginning. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | no next file » | no next file with comments »
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 8b5f3715f014da53e3dd03b1cc34404bbdbcec44..5f93b2d86a35002352eaf7ec56bb5c5f84775708 100644
--- a/media/tools/layout_tests/layouttest_analyzer.py
+++ b/media/tools/layout_tests/layouttest_analyzer.py
@@ -299,7 +299,8 @@ def SendEmail(prev_time, prev_analyzer_result_map, analyzer_result_map,
diff_map = None
simple_rev_str = 'undefined'
email_content = analyzer_result_map.ConvertToString(None, diff_map,
- anno_map)
+ anno_map,
+ issue_detail_mode)
return (result_change, diff_map, simple_rev_str, rev, rev_date,
email_content)
« 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