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

Unified Diff: tools/telemetry/telemetry/core/tab_unittest.py

Issue 1029323002: re-enable unittest related to TracingControllerBackend on CrOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 | « tools/telemetry/telemetry/core/browser_unittest.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/core/tab_unittest.py
diff --git a/tools/telemetry/telemetry/core/tab_unittest.py b/tools/telemetry/telemetry/core/tab_unittest.py
index c7d50c6fb3cb378bd94944cbf5a3dc4215a63125..ffbcb2881f4cd10b28bf1dee9df25e2049389fcf 100644
--- a/tools/telemetry/telemetry/core/tab_unittest.py
+++ b/tools/telemetry/telemetry/core/tab_unittest.py
@@ -97,7 +97,6 @@ class TabTest(tab_test_case.TabTestCase):
self._tab.browser._platform_backend = original_platform_backend
# Test failing on android: http://crbug.com/437057
- # Also for chromeos: http://crbug.com/412713
# and mac: http://crbug.com/468675
@decorators.Disabled('android', 'chromeos', 'mac')
def testHighlight(self):
@@ -120,7 +119,6 @@ class TabTest(tab_test_case.TabTestCase):
self.assertTrue(found_video_start_event)
@decorators.Enabled('has tabs')
- @decorators.Disabled('chromeos') # crbug.com/412713.
def testGetRendererThreadFromTabId(self):
self.assertEquals(self._tab.url, 'about:blank')
# Create 3 tabs. The third tab is closed before we call
« no previous file with comments | « tools/telemetry/telemetry/core/browser_unittest.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698