Remove the crash whitelist for chromeos-wm sig 6 now that a fix has been pushed and cycled through the builders.

Change-Id: I91ebdcd62630011bb55c7d65d947bcab51533633

BUG=chromium-os:12212
TEST=Ran against a result set with crashes.

Review URL: http://codereview.chromium.org/6598010
This commit is contained in:
Dale Curtis 2011-02-25 14:15:58 -08:00
parent 9e1084c7b8
commit 2e671be911

View File

@ -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 # 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 # empty. If you add an entry, mark it with a TODO(<your name>) and the issue
# filed for the crash. # filed for the crash.
_CRASH_WHITELIST = { _CRASH_WHITELIST = {}
# TODO(dalecurtis): chromium-os:12212. Remove when resolved.
'chromeos-wm': ['sig 6']
}
class ReportGenerator(object): class ReportGenerator(object):
"""Collects and displays data from autoserv results directories. """Collects and displays data from autoserv results directories.