| Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/port_testcase.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/port_testcase.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/port_testcase.py
|
| index a0a8a2453d916810778e2d8fe9390065628fb154..0121eeb923c69415935e368425a72696aa46778c 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/port_testcase.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/port_testcase.py
|
| @@ -291,8 +291,6 @@ class PortTestCase(unittest.TestCase):
|
| TestConfiguration('mavericks', 'x86', 'release'),
|
| TestConfiguration('mac10.10', 'x86', 'debug'),
|
| TestConfiguration('mac10.10', 'x86', 'release'),
|
| - TestConfiguration('xp', 'x86', 'debug'),
|
| - TestConfiguration('xp', 'x86', 'release'),
|
| TestConfiguration('win7', 'x86', 'debug'),
|
| TestConfiguration('win7', 'x86', 'release'),
|
| TestConfiguration('win10', 'x86', 'debug'),
|
|
|