| 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 56c670e09307738190d43ad66155feafcde0c89f..562a4a755ed24653c36104e1afb0685204b20079 100644
|
| --- a/Tools/Scripts/webkitpy/layout_tests/models/test_expectations.py
|
| +++ b/Tools/Scripts/webkitpy/layout_tests/models/test_expectations.py
|
| @@ -214,7 +214,7 @@ class TestExpectationParser(object):
|
| # FIXME: Update the original specifiers and remove this once the old syntax is gone.
|
| _configuration_tokens_list = [
|
| 'Mac', 'SnowLeopard', 'Lion', 'MountainLion', 'Retina', 'Mavericks', 'Yosemite',
|
| - 'Win', 'XP', 'Win7', 'Win8', 'Win10',
|
| + 'Win', 'XP', 'Win7', 'Win10',
|
| 'Linux', 'Linux32', 'Precise', 'Trusty',
|
| 'Android',
|
| 'Release',
|
|
|