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

Unified Diff: utils_py/generate_test_report.py

Issue 6771063: Whitelist SynTPEnh sig 6 crash. (Closed) Base URL: ssh://gitrw.chromium.org:9222/crostestutils.git@master
Patch Set: Created 9 years, 9 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 f581277374023f6eaac1e3cdb870dd59cd8c6c00..02e3df7b228b7df3fb27f64e4fc17cb1f440d9e0 100755
--- a/utils_py/generate_test_report.py
+++ b/utils_py/generate_test_report.py
@@ -28,7 +28,10 @@ _STDOUT_IS_TTY = hasattr(sys.stdout, 'isatty') and sys.stdout.isatty()
# filed for the crash.
_CRASH_WHITELIST = {
# TODO(dalecurtis): Remove once http://crosbug.com/13678 is fixed.
- 'chromeos-wm': ['sig 6']
+ 'chromeos-wm': ['sig 6'],
+
+ # TODO(dalecurtis): Remove once http://crosbug.com/13753 is fixed.
+ 'SynTPEnh': ['sig 6']
}
« 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