| Index: tools/rebaseline.py
|
| diff --git a/tools/rebaseline.py b/tools/rebaseline.py
|
| index 187712d1857e27faeb752e543e0f0b9a0af3bd31..9ef441f448cc64f6d8390742dccd004c39878bf8 100755
|
| --- a/tools/rebaseline.py
|
| +++ b/tools/rebaseline.py
|
| @@ -89,6 +89,15 @@ TEST_BUILDERS = [
|
| 'Test-Win7-ShuttleA-HD2000-x86-Release-DirectWrite',
|
| 'Test-Win7-ShuttleA-HD2000-x86_64-Debug',
|
| 'Test-Win7-ShuttleA-HD2000-x86_64-Release',
|
| + 'Test-Win8-ShuttleA-GTX660-x86-Debug',
|
| + 'Test-Win8-ShuttleA-GTX660-x86-Release',
|
| + 'Test-Win8-ShuttleA-GTX660-x86-Release-NVPR',
|
| + 'Test-Win8-ShuttleA-GTX660-x86_64-Debug',
|
| + 'Test-Win8-ShuttleA-GTX660-x86_64-Release',
|
| + 'Test-Win8-ShuttleA-HD7770-x86-Debug',
|
| + 'Test-Win8-ShuttleA-HD7770-x86-Release',
|
| + 'Test-Win8-ShuttleA-HD7770-x86_64-Debug',
|
| + 'Test-Win8-ShuttleA-HD7770-x86_64-Release',
|
| ]
|
|
|
| # TODO: Get this from builder_name_schema in buildbot.
|
|
|