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

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

Issue 2941763004: Explicitly setting names for stories in unittests (Closed)
Patch Set: Created 3 years, 6 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 | « tools/perf/measurements/v8_detached_context_age_in_gc_unittest.py ('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_gc_times_unittest.py
diff --git a/tools/perf/measurements/v8_gc_times_unittest.py b/tools/perf/measurements/v8_gc_times_unittest.py
index 5610fb4d4595f4c7da335debdf5f52030de494c2..b08226dfc7cfa60bd4d9e1f3667540710875c26d 100644
--- a/tools/perf/measurements/v8_gc_times_unittest.py
+++ b/tools/perf/measurements/v8_gc_times_unittest.py
@@ -35,7 +35,7 @@ class V8GCTimesTestPageHelper(object):
def __init__(self, page_set):
super(V8GCTimesTestPageHelper.MockV8GCTimesPage, self).__init__(
- 'file://blank.html', page_set, page_set.base_dir)
+ 'file://blank.html', page_set, page_set.base_dir, name='blank.html')
def MeasureFakePage(self):
# Create a fake page and add it to the page set.
« no previous file with comments | « tools/perf/measurements/v8_detached_context_age_in_gc_unittest.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698