Chromium Code Reviews| 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 7a0ab9dc876b79fff234c694d662c9868474b45b..ec2ac57c97e3cc9fe12c31d0c5fdb6237f3adcb9 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', |
| + 'Mac', 'SnowLeopard', 'Lion', 'Retina', 'MountainLion', 'Mavericks', 'Yosemite', |
|
Dirk Pranke
2015/06/18 17:23:03
nit: it might be a bit more accurate to move 'Reti
|
| 'Win', 'XP', 'Win7', |
| 'Linux', |
| 'Android', |