Skip to content
Snippets Groups Projects
Commit c813ecf0 authored by victorw@chromium.org's avatar victorw@chromium.org
Browse files

Change rebaselining tool to pull win baselines from xp bot

instead of vista bot which is not stable now.

TBR=dpranke
TEST=none
BUG=none

Review URL: http://codereview.chromium.org/224013

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27132 0039d316-1c4b-4281-b951-d872f2087c98
parent 0ce24e7b
No related merge requests found
......@@ -37,12 +37,12 @@ from test_types import text_diff
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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment