| Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/base.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/base.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/base.py
|
| index 02fe3e63a2964cd75743acc622a5a822eb3fe58a..6593c9706088948073a0611d995a70684576b6c3 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/base.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/base.py
|
| @@ -87,6 +87,7 @@ class Port(object):
|
| ('mac10.9', 'x86'),
|
| ('mac10.10', 'x86'),
|
| ('mac10.11', 'x86'),
|
| + ('mac10.12', 'x86'),
|
| ('win7', 'x86'),
|
| ('win10', 'x86'),
|
| ('trusty', 'x86_64'),
|
| @@ -99,7 +100,7 @@ class Port(object):
|
| )
|
|
|
| CONFIGURATION_SPECIFIER_MACROS = {
|
| - 'mac': ['retina', 'mac10.9', 'mac10.10', 'mac10.11'],
|
| + 'mac': ['retina', 'mac10.9', 'mac10.10', 'mac10.11', 'mac10.12'],
|
| 'win': ['win7', 'win10'],
|
| 'linux': ['trusty'],
|
| 'android': ['icecreamsandwich'],
|
|
|