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

Unified Diff: tools/perf/contrib/oilpan/oilpan_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
Index: tools/perf/contrib/oilpan/oilpan_gc_times_unittest.py
diff --git a/tools/perf/contrib/oilpan/oilpan_gc_times_unittest.py b/tools/perf/contrib/oilpan/oilpan_gc_times_unittest.py
index 5d02e645764331e6bdfaeedcfeef82c3f447d762..0fe12c8e1343903f3bd1269440f6a53b20c64e39 100644
--- a/tools/perf/contrib/oilpan/oilpan_gc_times_unittest.py
+++ b/tools/perf/contrib/oilpan/oilpan_gc_times_unittest.py
@@ -18,7 +18,7 @@ class TestOilpanGCTimesPage(page_module.Page):
def __init__(self, page_set):
super(TestOilpanGCTimesPage, self).__init__(
- 'file://blank.html', page_set, page_set.base_dir)
+ 'file://blank.html', page_set, page_set.base_dir, name='blank.html')
def RunPageInteractions(self, action_runner):
with action_runner.CreateGestureInteraction('ScrollAction'):
« no previous file with comments | « tools/perf/contrib/cluster_telemetry/page_set.py ('k') | tools/perf/measurements/task_execution_time_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698