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 0087ac43304b2d3bb858490020154f082eabcfd1..56c670e09307738190d43ad66155feafcde0c89f 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', |
+ 'Win', 'XP', 'Win7', 'Win8', 'Win10', |
'Linux', 'Linux32', 'Precise', 'Trusty', |
'Android', |
'Release', |