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

Unified Diff: tools/perf/measurements/v8_detached_context_age_in_gc_unittest.py

Issue 1381003004: Better distinguish didFinishLoad and didStopLoading (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 | « third_party/WebKit/public/web/WebFrame.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/measurements/v8_detached_context_age_in_gc_unittest.py
diff --git a/tools/perf/measurements/v8_detached_context_age_in_gc_unittest.py b/tools/perf/measurements/v8_detached_context_age_in_gc_unittest.py
index 1d9151acb43c07cee57f374f2276f3f0302ad2b9..eded79a9da44a3382d4ab869e45ece89fa234174 100644
--- a/tools/perf/measurements/v8_detached_context_age_in_gc_unittest.py
+++ b/tools/perf/measurements/v8_detached_context_age_in_gc_unittest.py
@@ -91,7 +91,7 @@ class V8DetachedContextAgeInGCTests(page_test_test_case.PageTestTestCase):
page_set.AddStory(page)
metric = v8_detached_context_age_in_gc.V8DetachedContextAgeInGC()
results = self.RunMeasurement(metric, page_set, options=self._options)
- self.assertEquals(0, len(results.failures))
+ self.assertEquals(0, len(results.failures), msg=str(results.failures))
actual = _ActualValues(results)['V8_DetachedContextAgeInGC']
self.assertLessEqual(0, actual.value)
self.assertEqual('garbage_collections', actual.units)
« no previous file with comments | « third_party/WebKit/public/web/WebFrame.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698