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

Unified Diff: utils_py/generate_test_report.py

Issue 6834033: Remove chromeos-wm and add console-kit-daemon to crash whitelist. (Closed) Base URL: ssh://gitrw.chromium.org:9222/crostestutils.git@master
Patch Set: Update issue #. 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 29029792fe6be8646c1f32070959c7d6d42e970a..400b989068fbcb52f4a8481935e042b7acfcb0c9 100755
--- a/utils_py/generate_test_report.py
+++ b/utils_py/generate_test_report.py
@@ -27,9 +27,12 @@ _STDOUT_IS_TTY = hasattr(sys.stdout, 'isatty') and sys.stdout.isatty()
# empty. If you add an entry, mark it with a TODO(<your name>) and the issue
# filed for the crash.
_CRASH_WHITELIST = {
- # TODO(dalecurtis): Remove once http://crosbug.com/13678 is fixed.
+ # TODO(dalecurtis): Remove once http://crosbug.com/13733 is fixed.
'chromeos-wm': ['sig 6'],
+ # TODO(dalecurtis): Remove once http://crosbug.com/13763 is fixed.
+ 'console-kit-daemon': ['sig 11'],
+
# 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