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

Unified Diff: utils_py/generate_test_report.py

Issue 6799019: Whitelist SynTPEnh sig 11 crashes. (Closed) Base URL: ssh://gitrw.chromium.org:9222/crostestutils.git@master
Patch Set: Created 9 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: utils_py/generate_test_report.py
diff --git a/utils_py/generate_test_report.py b/utils_py/generate_test_report.py
index 02e3df7b228b7df3fb27f64e4fc17cb1f440d9e0..29029792fe6be8646c1f32070959c7d6d42e970a 100755
--- a/utils_py/generate_test_report.py
+++ b/utils_py/generate_test_report.py
@@ -30,8 +30,8 @@ _CRASH_WHITELIST = {
# TODO(dalecurtis): Remove once http://crosbug.com/13678 is fixed.
'chromeos-wm': ['sig 6'],
- # TODO(dalecurtis): Remove once http://crosbug.com/13753 is fixed.
- 'SynTPEnh': ['sig 6']
+ # TODO(dalecurtis): Remove once http://crosbug.com/13377 is fixed.
+ 'SynTPEnh': ['sig 6', 'sig 11']
}
« 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