| 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']
|
| }
|
|
|