| Index: tools/perf/core/stacktrace_unittest.py
|
| diff --git a/tools/perf/core/stacktrace_unittest.py b/tools/perf/core/stacktrace_unittest.py
|
| index bc70dee02b51135da77323224b638dc75e05c20f..ae4e55b9d4f628f663bf607939700ddc1c211554 100644
|
| --- a/tools/perf/core/stacktrace_unittest.py
|
| +++ b/tools/perf/core/stacktrace_unittest.py
|
| @@ -20,9 +20,9 @@
|
| self.assertIn('Thread 0 (crashed)', '\n'.join(e.stack_trace))
|
|
|
| # Currently stack traces do not work on windows: http://crbug.com/476110
|
| + # Currently symbols do not work on swarming: http://crbug.com/563716
|
| # Linux stack traces depends on fission support: http://crbug.com/405623
|
| - @decorators.Enabled('mac')
|
| - @decorators.Disabled('snowleopard')
|
| + @decorators.Disabled('all')
|
| def testCrashSymbols(self):
|
| try:
|
| self._tab.Navigate('chrome://crash', timeout=5)
|
|
|