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

Unified Diff: tools/telemetry/telemetry/unittest/system_stub.py

Issue 499363003: Add blink support to --browser=trybot (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Stubbed out os.chdir Created 6 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 | « tools/telemetry/telemetry/core/backends/remote/trybot_browser_finder_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/unittest/system_stub.py
diff --git a/tools/telemetry/telemetry/unittest/system_stub.py b/tools/telemetry/telemetry/unittest/system_stub.py
index 74e8c691d1f1abc61ae6c17321b019d17b493460..b7f1a4d07bc039e5d774cee1f08246e300d91134 100644
--- a/tools/telemetry/telemetry/unittest/system_stub.py
+++ b/tools/telemetry/telemetry/unittest/system_stub.py
@@ -233,6 +233,9 @@ class OsModuleStub(object):
raise NotImplementedError('Unsupported getenv')
return env if env else value
+ def chdir(self, path):
+ pass
+
class PerfControlModuleStub(object):
class PerfControlStub(object):
« no previous file with comments | « tools/telemetry/telemetry/core/backends/remote/trybot_browser_finder_unittest.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698