| Index: Tools/Scripts/webkitpy/layout_tests/port/base.py
|
| diff --git a/Tools/Scripts/webkitpy/layout_tests/port/base.py b/Tools/Scripts/webkitpy/layout_tests/port/base.py
|
| index 5251cf9e21e1533bf16890946f0b58ae85af2f5a..198725089a999733dcc76da098e613a7da1f08a6 100644
|
| --- a/Tools/Scripts/webkitpy/layout_tests/port/base.py
|
| +++ b/Tools/Scripts/webkitpy/layout_tests/port/base.py
|
| @@ -112,13 +112,13 @@ class Port(object):
|
| )
|
|
|
| ALL_BASELINE_VARIANTS = [
|
| - 'mac-yosemite', 'mac-mavericks', 'mac-mountainlion', 'mac-retina', 'mac-lion', 'mac-snowleopard',
|
| + 'mac-yosemite', 'mac-mavericks', 'mac-retina', 'mac-mountainlion', 'mac-lion', 'mac-snowleopard',
|
| 'win-win7', 'win-xp',
|
| 'linux-x86_64', 'linux-x86',
|
| ]
|
|
|
| CONFIGURATION_SPECIFIER_MACROS = {
|
| - 'mac': ['snowleopard', 'lion', 'retina', 'mountainlion', 'mavericks', 'yosemite'],
|
| + 'mac': ['snowleopard', 'lion', 'mountainlion', 'retina', 'mavericks', 'yosemite'],
|
| 'win': ['xp', 'win7'],
|
| 'linux': ['lucid'],
|
| 'android': ['icecreamsandwich'],
|
|
|