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

Unified Diff: trunk/src/tools/telemetry/telemetry/page/profile_generator.py

Issue 393713005: Revert 284459 "Add FailureValue and wire it through PageTestResu..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 5 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: trunk/src/tools/telemetry/telemetry/page/profile_generator.py
===================================================================
--- trunk/src/tools/telemetry/telemetry/page/profile_generator.py (revision 284496)
+++ trunk/src/tools/telemetry/telemetry/page/profile_generator.py (working copy)
@@ -49,7 +49,7 @@
if results.failures:
logging.warning('Some pages failed.')
logging.warning('Failed pages:\n%s',
- '\n'.join(results.pages_that_had_failures))
+ '\n'.join(zip(*results.failures)[0]))
return 1
# Everything is a-ok, move results to final destination.
« no previous file with comments | « trunk/src/tools/telemetry/telemetry/page/page_runner.py ('k') | trunk/src/tools/telemetry/telemetry/page/record_wpr.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698