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

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

Issue 2796293002: Disable flaky TabStackTraceTest.testCrashMinimalSymbols. (Closed)
Patch Set: Created 3 years, 8 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 a9d2744c8d3dc88d5452d0cf62b108dd3b525d24..7c2df429e017ec01fd1be05709f477d8139714cd 100644
--- a/tools/perf/core/stacktrace_unittest.py
+++ b/tools/perf/core/stacktrace_unittest.py
@@ -31,8 +31,9 @@ class TabStackTraceTest(tab_test_case.TabTestCase):
# Some platforms do not support full stack traces, this test requires only
# minimal symbols to be available.
- @decorators.Enabled('mac', 'linux', 'win')
- @decorators.Disabled('snowleopard')
+ # Disabled on win due to crbug.com/706328.
+ @decorators.Enabled('mac', 'linux')
+ @decorators.Disabled('snowleopard', 'win')
def testCrashMinimalSymbols(self):
with self.assertRaises(exceptions.DevtoolsTargetCrashException) as c:
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