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

Unified Diff: tools/skp/page_sets/skia_ynevsvg_desktop.py

Issue 1534483004: Add 2 new SKPS to the buildbot repository (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Initial upload Created 5 years 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/skp/page_sets/skia_tiger8svg_desktop.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/skp/page_sets/skia_ynevsvg_desktop.py
diff --git a/tools/skp/page_sets/skia_mozilla_nexus10.py b/tools/skp/page_sets/skia_ynevsvg_desktop.py
similarity index 69%
copy from tools/skp/page_sets/skia_mozilla_nexus10.py
copy to tools/skp/page_sets/skia_ynevsvg_desktop.py
index be56b4c0bfe539709a07971e85453df735f1d91c..04acd10ff30ee89c4877bb6e4bf94ef762a27257 100644
--- a/tools/skp/page_sets/skia_mozilla_nexus10.py
+++ b/tools/skp/page_sets/skia_ynevsvg_desktop.py
@@ -1,4 +1,4 @@
-# Copyright 2014 The Chromium Authors. All rights reserved.
+# Copyright 2015 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# pylint: disable=W0401,W0614
@@ -17,24 +17,24 @@ class SkiaBuildbotDesktopPage(page_module.Page):
page_set=page_set,
credentials_path='data/credentials.json',
shared_page_state_class=shared_page_state.SharedDesktopPageState)
- self.archive_data_file = 'data/skia_mozilla_nexus10.json'
+ self.archive_data_file = 'data/skia_ynevsvg_desktop.json'
def RunNavigateSteps(self, action_runner):
action_runner.Navigate(self.url)
action_runner.Wait(5)
-class SkiaMozillaNexus10PageSet(story.StorySet):
+class SkiaYnevsvgDesktopPageSet(story.StorySet):
""" Pages designed to represent the median, not highly optimized web """
def __init__(self):
- super(SkiaMozillaNexus10PageSet, self).__init__(
- archive_data_file='data/skia_mozilla_nexus10.json')
+ super(SkiaYnevsvgDesktopPageSet, self).__init__(
+ archive_data_file='data/skia_ynevsvg_desktop.json')
urls_list = [
- # Why:
- 'http://planet.mozilla.org/',
+ # Why: from skbug.com/4713
+ 'http://www.googledrive.com/host/0B5nDjttF0gt9QjRKdEZ5MEVYc2c',
]
for url in urls_list:
« no previous file with comments | « tools/skp/page_sets/skia_tiger8svg_desktop.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698