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

Unified Diff: generate_test_report.py

Issue 6598010: Remove crash whitelist for chromeos-wm sig 6. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/crosutils.git@master
Patch Set: Created 9 years, 10 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: generate_test_report.py
diff --git a/generate_test_report.py b/generate_test_report.py
index d21ea5286d28b3072ca96c6a35aaaa3f23409356..ed64fc1974ecb129c0818e34e4a399bfce97ddab 100755
--- a/generate_test_report.py
+++ b/generate_test_report.py
@@ -25,10 +25,7 @@ _STDOUT_IS_TTY = hasattr(sys.stdout, 'isatty') and sys.stdout.isatty()
# List of crashes which are okay to ignore. This list should almost always be
# empty. If you add an entry, mark it with a TODO(<your name>) and the issue
# filed for the crash.
-_CRASH_WHITELIST = {
- # TODO(dalecurtis): chromium-os:12212. Remove when resolved.
- 'chromeos-wm': ['sig 6']
-}
+_CRASH_WHITELIST = {}
class ReportGenerator(object):
"""Collects and displays data from autoserv results directories.
« 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