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

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

Issue 2193323002: Tracing: fix error checking from deflate() when compressing trace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: disabled AboutTracingIntegrationTest on Win Created 4 years, 5 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
Index: tools/perf/core/about_tracing_integration_test.py
diff --git a/tools/perf/core/about_tracing_integration_test.py b/tools/perf/core/about_tracing_integration_test.py
index a39993ee1a545aaea4f07afc3cb4a7d4e48760ce..a60ca2c85b5b486198ae2424006ef66e5b3a43a1 100644
--- a/tools/perf/core/about_tracing_integration_test.py
+++ b/tools/perf/core/about_tracing_integration_test.py
@@ -8,8 +8,7 @@ from telemetry.testing import tab_test_case
class AboutTracingIntegrationTest(tab_test_case.TabTestCase):
@decorators.Disabled('android',
- 'mac', # Flaky, see crbug.com/632238.
- 'win') # crbug.com/630030
+ 'win') # https://crbug.com/632871
def testBasicTraceRecording(self):
action_runner = self._tab.action_runner
action_runner.Navigate('chrome://tracing')

Powered by Google App Engine
This is Rietveld 408576698