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

Unified Diff: webkit/tools/layout_tests/rebaseline.py

Issue 224013: Change rebaselining tool to pull win baselines from xp bot... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/tools/layout_tests/rebaseline.py
===================================================================
--- webkit/tools/layout_tests/rebaseline.py (revision 26978)
+++ webkit/tools/layout_tests/rebaseline.py (working copy)
@@ -37,12 +37,12 @@
BASELINE_SUFFIXES = ['.txt', '.png', '.checksum']
REBASELINE_PLATFORM_ORDER = ['mac', 'win', 'win-xp', 'linux']
-ARCHIVE_DIR_NAME_DICT = {'win': 'webkit-dbg-vista',
+ARCHIVE_DIR_NAME_DICT = {'win': 'webkit-rel',
'win-vista': 'webkit-dbg-vista',
'win-xp': 'webkit-rel',
'mac': 'webkit-rel-mac5',
'linux': 'webkit-rel-linux',
- 'win-canary': 'webkit-dbg-vista',
+ 'win-canary': 'webkit-rel-webkit-org',
'win-vista-canary': 'webkit-dbg-vista',
'win-xp-canary': 'webkit-rel-webkit-org',
'mac-canary': 'webkit-rel-mac-webkit-org',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698