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

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

Issue 2869483003: Implement GetSystemLog on Linux platform
Patch Set: Created 3 years, 7 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/platform/linux_platform_backend.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: telemetry/telemetry/core/platform_unittest.py
diff --git a/telemetry/telemetry/core/platform_unittest.py b/telemetry/telemetry/core/platform_unittest.py
index 5a838d2f9b171b178bb22ee1266fe334108ba7c5..08d6271cbd8f97b0c0dc30b1ae1ab0a211e413b4 100644
--- a/telemetry/telemetry/core/platform_unittest.py
+++ b/telemetry/telemetry/core/platform_unittest.py
@@ -43,3 +43,8 @@ class PlatformScreenshotTest(tab_test_case.TabTestCase):
self.assertTrue(special_colored_pixel in screenshot_pixels)
finally:
os.remove(tf.name)
+
+ # GetSystemLog still need to be implemented on Android & Win platform.
+ @decorators.Disabled('android', 'win')
Ken Russell (switch to Gerrit) 2017/05/07 18:56:49 Is this Disabled attribute sufficient? It looks li
+ def testSmokeSystemLog(self):
+ self.assertIsNotNone(self._platform.GetSystemLog())
« no previous file with comments | « no previous file | telemetry/telemetry/internal/platform/linux_platform_backend.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698