mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-10 14:36:58 +02:00
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:
parent
9e1084c7b8
commit
2e671be911
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user