RESOLVED FIXED 64031
Split Driver, DriverOutput and DriverInput out into a new driver.py file
https://bugs.webkit.org/show_bug.cgi?id=64031
Summary Split Driver, DriverOutput and DriverInput out into a new driver.py file
Eric Seidel (no email)
Reported 2011-07-06 14:13:28 PDT
Split Driver, DriverOutput and DriverInput out into a new driver.py file
Attachments
Patch (50.13 KB, patch)
2011-07-06 14:17 PDT, Eric Seidel (no email)
abarth: review+
webkit.review.bot: commit-queue-
Eric Seidel (no email)
Comment 1 2011-07-06 14:17:58 PDT
Adam Barth
Comment 2 2011-07-06 14:22:34 PDT
Comment on attachment 99878 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=99878&action=review > Tools/Scripts/webkitpy/layout_tests/port/__init__.py:37 > -from test import unit_test_filesystem > +import builders # Why is this in port? > > -import builders > +from base import Port # It's possible we don't need to export this virtual baseclass outside the module. > +from driver import Driver, DriverInput, DriverOutput We've had pain importing things in __init__ files before. Maybe this will be ok though...
WebKit Review Bot
Comment 3 2011-07-06 14:27:40 PDT
Comment on attachment 99878 [details] Patch Rejecting attachment 99878 [details] from commit-queue. Failed to run "['./Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '--bot-id=ec2-cq-03', '--port..." exit_code: 2 Last 500 characters of output: ls/Scripts/webkitpy/layout_tests/port/test.py patching file Tools/Scripts/webkitpy/layout_tests/port/webkit.py patching file Tools/Scripts/webkitpy/layout_tests/run_webkit_tests_integrationtest.py patching file Tools/Scripts/webkitpy/to_be_moved/rebaseline_chromium_webkit_tests_unittest.py patching file Tools/Scripts/webkitpy/tool/servers/rebaselineserver_unittest.py Failed to run "[u'/mnt/git/webkit-commit-queue/Tools/Scripts/svn-apply', u'--reviewer', u'Adam Barth', u'--force']" exit_code: 1 Full output: http://queues.webkit.org/results/8986884
Eric Seidel (no email)
Comment 4 2011-07-06 15:35:09 PDT
Note You need to log in before you can comment on or make changes to this bug.