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

Unified Diff: buildbot/slave/skia_slave_scripts/run_decoding_tests.py

Issue 23001003: Remove base-* directories from gm expected/actual paths; just use platform names (Closed) Base URL: http://skia.googlecode.com/svn/
Patch Set: buildbot_slave Created 7 years, 4 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 | « buildbot/slave/skia_slave_scripts/prerender.py ('k') | buildbot/slave/skia_slave_scripts/run_gm.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: buildbot/slave/skia_slave_scripts/run_decoding_tests.py
===================================================================
--- buildbot/slave/skia_slave_scripts/run_decoding_tests.py (revision 10693)
+++ buildbot/slave/skia_slave_scripts/run_decoding_tests.py (working copy)
@@ -12,10 +12,8 @@
def _Run(self):
cmd = ['-r', self._device_dirs.SKImageInDir(), '--noreencode']
- # TODO(scroggo): Once we have expectations files with the new name,
- # the expectations_name will use self._builder_name
- if self._gm_image_subdir is not None:
- expectations_name = self._gm_image_subdir + '.json'
+ if self._builder_name is not None:
+ expectations_name = self._builder_name + '.json'
# Read expectations, which were downloaded/copied to the device.
expectations_file = self._flavor_utils.DevicePathJoin(
« no previous file with comments | « buildbot/slave/skia_slave_scripts/prerender.py ('k') | buildbot/slave/skia_slave_scripts/run_gm.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698