| Index: Tools/Scripts/webkitpy/layout_tests/port/port_testcase.py
|
| diff --git a/Tools/Scripts/webkitpy/layout_tests/port/port_testcase.py b/Tools/Scripts/webkitpy/layout_tests/port/port_testcase.py
|
| index 3b2845b8d9d9d8f95e0bfae6f95c5aa23c517937..ca15430f8ee6d43274a1545d420722251a039f8a 100644
|
| --- a/Tools/Scripts/webkitpy/layout_tests/port/port_testcase.py
|
| +++ b/Tools/Scripts/webkitpy/layout_tests/port/port_testcase.py
|
| @@ -289,6 +289,8 @@ class PortTestCase(unittest.TestCase):
|
| TestConfiguration('mountainlion', 'x86', 'release'),
|
| TestConfiguration('mavericks', 'x86', 'debug'),
|
| TestConfiguration('mavericks', 'x86', 'release'),
|
| + TestConfiguration('yosemite', 'x86', 'debug'),
|
| + TestConfiguration('yosemite', 'x86', 'release'),
|
| TestConfiguration('xp', 'x86', 'debug'),
|
| TestConfiguration('xp', 'x86', 'release'),
|
| TestConfiguration('win7', 'x86', 'debug'),
|
|
|