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

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

Issue 23622023: Revert 222204 "Revert 222150 "Telemetry: smoothness measurement ..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 3 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 | « trunk/src/tools/perf/measurements/smoothness.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/tools/telemetry/telemetry/page/page_runner.py
===================================================================
--- trunk/src/tools/telemetry/telemetry/page/page_runner.py (revision 222217)
+++ trunk/src/tools/telemetry/telemetry/page/page_runner.py (working copy)
@@ -394,7 +394,7 @@
page_state.ImplicitPageNavigation(page, tab, test)
test.Run(finder_options, page, tab, results)
util.CloseConnections(tab)
- except (page_test.Failure, LookupError):
+ except page_test.Failure:
logging.warning('%s:\n%s', page.url, traceback.format_exc())
if expectation == 'fail':
logging.info('Failure was expected\n')
« no previous file with comments | « trunk/src/tools/perf/measurements/smoothness.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698