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

Unified Diff: tools/telemetry/telemetry/internal/backends/mandoline/desktop_mandoline_backend.py

Issue 1252253003: Support Telemetry tests on Android Mandoline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@7_android_tele
Patch Set: Created 5 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
Index: tools/telemetry/telemetry/internal/backends/mandoline/desktop_mandoline_backend.py
diff --git a/tools/telemetry/telemetry/internal/backends/mandoline/desktop_mandoline_backend.py b/tools/telemetry/telemetry/internal/backends/mandoline/desktop_mandoline_backend.py
index 5cafe1923020a466b8f7cf73d8e958f0f2dda8c8..216b4d73bcb9436ba55a463126eebb45edcc0733 100644
--- a/tools/telemetry/telemetry/internal/backends/mandoline/desktop_mandoline_backend.py
+++ b/tools/telemetry/telemetry/internal/backends/mandoline/desktop_mandoline_backend.py
@@ -63,6 +63,8 @@ class DesktopMandolineBackend(
# TODO(yzshen): For now "about:blank" is not supported yet.
if self.browser_options.startup_url != "about:blank":
args.append(self.browser_options.startup_url)
+ else:
+ logging.warning('Ignoring startup URL about:blank.')
env = os.environ.copy()
logging.debug('Starting Mandoline %s', args)

Powered by Google App Engine
This is Rietveld 408576698