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

Unified Diff: content/test/gpu/generate_buildbot_json.py

Issue 2832383002: Add --passthrough command line arg for Telemetry-based GPU tests. (Closed)
Patch Set: Preemptive rebase. Created 3 years, 8 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 | testing/buildbot/chromium.gpu.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/gpu/generate_buildbot_json.py
diff --git a/content/test/gpu/generate_buildbot_json.py b/content/test/gpu/generate_buildbot_json.py
index f32b73f791a257f6a0fcf0524b102af533afaab5..57fde945f83ef0d203bb86f33b9ac76587640a69 100755
--- a/content/test/gpu/generate_buildbot_json.py
+++ b/content/test/gpu/generate_buildbot_json.py
@@ -2305,7 +2305,11 @@ def generate_telemetry_test(tester_name, tester_config,
prefix_args = [
benchmark_name,
'--show-stdout',
- '--browser=%s' % tester_config['build_config'].lower()
+ '--browser=%s' % tester_config['build_config'].lower(),
+ # --passthrough displays more of the logging in Telemetry when run
+ # --via typ, in particular some of the warnings about tests being
+ # --expected to fail, but passing.
+ '--passthrough',
]
return generate_isolated_test(tester_name, tester_config, test,
test_config, extra_browser_args,
« no previous file with comments | « no previous file | testing/buildbot/chromium.gpu.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698