Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(80)

Unified Diff: tools/perf/core/stacktrace_unittest.py

Issue 1615173003: Reland mac symbol test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert desktop_browser_backend.py Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698