| 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 f424a25e333ad9fae9e55b3875fdb35f07d4857b..0b39dea6db86f96427494329c7d2750a15d05d7c 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
|
| @@ -280,7 +280,7 @@ class TestExpectationLine(object):
|
| _configuration_tokens_list = [
|
| 'Mac', 'Mac10.9', 'Mac10.10', 'Mac10.11', 'Retina',
|
| 'Win', 'Win7', 'Win10',
|
| - 'Linux', 'Precise', 'Trusty',
|
| + 'Linux', 'Trusty',
|
| 'Android',
|
| 'Release',
|
| 'Debug',
|
|
|