| Index: Tools/Scripts/webkitpy/layout_tests/models/test_expectations.py
|
| diff --git a/Tools/Scripts/webkitpy/layout_tests/models/test_expectations.py b/Tools/Scripts/webkitpy/layout_tests/models/test_expectations.py
|
| index ec2ac57c97e3cc9fe12c31d0c5fdb6237f3adcb9..b6ca9dcb3afd311ccc4c0957e132312ca191b008 100644
|
| --- a/Tools/Scripts/webkitpy/layout_tests/models/test_expectations.py
|
| +++ b/Tools/Scripts/webkitpy/layout_tests/models/test_expectations.py
|
| @@ -213,7 +213,7 @@ class TestExpectationParser(object):
|
|
|
| # FIXME: Update the original specifiers and remove this once the old syntax is gone.
|
| _configuration_tokens_list = [
|
| - 'Mac', 'SnowLeopard', 'Lion', 'Retina', 'MountainLion', 'Mavericks', 'Yosemite',
|
| + 'Mac', 'SnowLeopard', 'Lion', 'MountainLion', 'Retina', 'Mavericks', 'Yosemite',
|
| 'Win', 'XP', 'Win7',
|
| 'Linux',
|
| 'Android',
|
|
|