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

Unified Diff: tools/rebaseline.py

Issue 14544003: Fix builder name references (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 8 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
« bench/gen_skp_ranges.py ('K') | « bench/gen_skp_ranges.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/rebaseline.py
===================================================================
--- tools/rebaseline.py (revision 8905)
+++ tools/rebaseline.py (working copy)
@@ -17,25 +17,25 @@
pairs = [
['base-shuttle-win7-intel-float',
- 'Skia_Shuttle_Win7_Intel_Float_Release_32'],
+ 'Test-Win7-ShuttleA-HD2000-x86-Release'],
['base-shuttle-win7-intel-angle',
- 'Skia_Shuttle_Win7_Intel_Float_ANGLE_Release_32'],
+ 'Test-Win7-ShuttleA-HD2000-x86-Release-ANGLE'],
['base-shuttle-win7-intel-directwrite',
- 'Skia_Shuttle_Win7_Intel_Float_DirectWrite_Release_32'],
+ 'Test-Win7-ShuttleA-HD2000-x86-Release-DirectWrite'],
['base-shuttle_ubuntu12_ati5770',
- 'Skia_Shuttle_Ubuntu12_ATI5770_Float_Release_64'],
+ 'Test-Ubuntu12-ShuttleA-ATI5770-x86_64-Release'],
['base-macmini',
- 'Skia_Mac_Float_Release_32'],
+ 'Test-Mac10.6-MacMini4.1-GeForce320M-x86-Release'],
['base-macmini-lion-float',
- 'Skia_MacMiniLion_Float_Release_32'],
+ 'Test-Mac10.7-MacMini4.1-GeForce320M-x86-Release'],
['base-android-galaxy-nexus',
- 'Skia_GalaxyNexus_4-1_Float_Release_32'],
+ 'Test-Android-GalaxyNexus-SGX540-Arm7-Release'],
['base-android-nexus-7',
- 'Skia_Nexus7_4-1_Float_Release_32'],
+ 'Test-Android-Nexus7-Tegra3-Arm7-Release'],
['base-android-nexus-s',
- 'Skia_NexusS_4-1_Float_Release_32'],
+ 'Test-Android-NexusS-SGX540-Arm7-Release'],
['base-android-xoom',
- 'Skia_Xoom_4-1_Float_Release_32'],
+ 'Test-Android-Xoom-Tegra2-Arm7-Release'],
]
if len(sys.argv) < 2:
« bench/gen_skp_ranges.py ('K') | « bench/gen_skp_ranges.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698