Index: tools/perf/core/stacktrace_unittest.py |
diff --git a/tools/perf/core/stacktrace_unittest.py b/tools/perf/core/stacktrace_unittest.py |
index ae4e55b9d4f628f663bf607939700ddc1c211554..bc70dee02b51135da77323224b638dc75e05c20f 100644 |
--- a/tools/perf/core/stacktrace_unittest.py |
+++ b/tools/perf/core/stacktrace_unittest.py |
@@ -20,9 +20,9 @@ class TabStackTraceTest(tab_test_case.TabTestCase): |
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.Disabled('all') |
+ @decorators.Enabled('mac') |
+ @decorators.Disabled('snowleopard') |
def testCrashSymbols(self): |
try: |
self._tab.Navigate('chrome://crash', timeout=5) |