| Index: Tools/Scripts/webkitpy/layout_tests/run_webkit_tests_integrationtest.py
|
| diff --git a/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests_integrationtest.py b/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests_integrationtest.py
|
| index 3b36471ec0b6a9f8d9057dcae5def507d7e1dc2a..2581611b161ed86d6a7bdce42d74cdce4f317ba2 100644
|
| --- a/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests_integrationtest.py
|
| +++ b/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests_integrationtest.py
|
| @@ -962,15 +962,6 @@ class PortTest(unittest.TestCase):
|
| def disabled_test_mac_lion(self):
|
| self.assert_mock_port_works('mac-lion')
|
|
|
| - def disabled_test_mac_lion_in_test_shell_mode(self):
|
| - self.assert_mock_port_works('mac-lion', args=['--additional-drt-flag=--test-shell'])
|
| -
|
| - def disabled_test_qt_linux(self):
|
| - self.assert_mock_port_works('qt-linux')
|
| -
|
| - def disabled_test_mac_lion(self):
|
| - self.assert_mock_port_works('mac-lion')
|
| -
|
|
|
| class MainTest(unittest.TestCase):
|
| def test_exception_handling(self):
|
|
|