| Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/test_expectations.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/test_expectations.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/test_expectations.py
|
| index 3ba4cfde121c4ff3297c9af5e453638663d26ea8..f679d17c8f4a1c7fbffbb7740b4d43ad5328dc7b 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/test_expectations.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/test_expectations.py
|
| @@ -279,7 +279,7 @@ class TestExpectationLine(object):
|
|
|
| # FIXME: Update the original specifiers and remove this once the old syntax is gone.
|
| _configuration_tokens_list = [
|
| - 'Mac', 'Mac10.9', 'Mac10.10', 'Mac10.11', 'Retina',
|
| + 'Mac', 'Mac10.9', 'Mac10.10', 'Mac10.11', 'Retina', 'Mac10.12',
|
| 'Win', 'Win7', 'Win10',
|
| 'Linux', 'Trusty',
|
| 'Android',
|
|
|