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

Unified Diff: telemetry/telemetry/core/tracing_controller_unittest.py

Issue 2223963003: Add trace config file for Chrome on CrOS (Closed) Base URL: https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git@master
Patch Set: Added trace config file for Chrome on CrOS Created 4 years, 4 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 | telemetry/telemetry/internal/backends/chrome/cros_browser_backend.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: telemetry/telemetry/core/tracing_controller_unittest.py
diff --git a/telemetry/telemetry/core/tracing_controller_unittest.py b/telemetry/telemetry/core/tracing_controller_unittest.py
index 7a2cde2baf21aa4e86cca762af10f1c51720ce8b..8b649a8c1915bb972ee4ef1ef9cdae42f5e9d929 100644
--- a/telemetry/telemetry/core/tracing_controller_unittest.py
+++ b/telemetry/telemetry/core/tracing_controller_unittest.py
@@ -155,6 +155,11 @@ class TracingControllerTest(tab_test_case.TabTestCase):
def testStartupTracingOnAndroid(self):
self._StartupTracing(self._browser.platform)
+ @decorators.Enabled('chromeos')
+ @decorators.Isolated
+ def testStartupTracingOnCrOS(self):
+ self._StartupTracing(self._browser.platform)
+
@decorators.Enabled('linux', 'mac', 'win')
@decorators.Isolated
def testStartupTracingOnDesktop(self):
« no previous file with comments | « no previous file | telemetry/telemetry/internal/backends/chrome/cros_browser_backend.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698