Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1578)

Unified Diff: Tools/Scripts/webkitpy/layout_tests/run_webkit_tests_integrationtest.py

Issue 23503087: Make the MockDRT implementation work again and add support for --actuals. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: clean up arg parsing in mock_drt.parse_options() Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Tools/Scripts/webkitpy/layout_tests/port/mock_drt_unittest.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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):
« no previous file with comments | « Tools/Scripts/webkitpy/layout_tests/port/mock_drt_unittest.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698