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

Unified Diff: build/android/pylib/local/device/local_device_instrumentation_test_run.py

Issue 2875263002: 📷 Add toggling zoom and test title to RenderTest results. (Closed)
Patch Set: Fixed stupid error. 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 | « build/android/pylib/instrumentation/render_test.html.jinja ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/pylib/local/device/local_device_instrumentation_test_run.py
diff --git a/build/android/pylib/local/device/local_device_instrumentation_test_run.py b/build/android/pylib/local/device/local_device_instrumentation_test_run.py
index d25f242b385619e6c1bc63ec4d06649c4ab03e03..05e900a10d324c73560b294260ac8a1db9c7bc9c 100644
--- a/build/android/pylib/local/device/local_device_instrumentation_test_run.py
+++ b/build/android/pylib/local/device/local_device_instrumentation_test_run.py
@@ -588,6 +588,7 @@ class LocalDeviceInstrumentationTestRun(
template = jinja2_env.get_template(_JINJA_TEMPLATE_FILENAME)
# pylint: disable=no-member
processed_template_output = template.render(
+ test_name=failure_filename,
failure_link=failure_link,
golden_link=golden_link,
diff_link=diff_link)
« no previous file with comments | « build/android/pylib/instrumentation/render_test.html.jinja ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698