RESOLVED FIXED 106572
[jhbuild] Remove the "run-with-jhbuild" scripts.
https://bugs.webkit.org/show_bug.cgi?id=106572
Summary [jhbuild] Remove the "run-with-jhbuild" scripts.
Raphael Kubo da Costa (:rakuco)
Reported 2013-01-10 08:28:00 PST
[jhbuild] Remove the "run-with-jhbuild" scripts.
Attachments
Patch (10.72 KB, patch)
2013-01-10 08:28 PST, Raphael Kubo da Costa (:rakuco)
no flags
Patch (11.17 KB, patch)
2013-01-10 11:28 PST, Raphael Kubo da Costa (:rakuco)
no flags
Patch (11.24 KB, patch)
2013-01-10 14:22 PST, Raphael Kubo da Costa (:rakuco)
no flags
Patch (11.71 KB, patch)
2013-01-10 14:35 PST, Raphael Kubo da Costa (:rakuco)
no flags
Raphael Kubo da Costa (:rakuco)
Comment 1 2013-01-10 08:28:56 PST
WebKit Review Bot
Comment 2 2013-01-10 09:08:48 PST
Comment on attachment 182147 [details] Patch Attachment 182147 [details] did not pass chromium-ews (chromium-xvfb): Output: http://queues.webkit.org/results/15804011 New failing tests: inspector-protocol/debugger-terminate-dedicated-worker-while-paused.html
Raphael Kubo da Costa (:rakuco)
Comment 3 2013-01-10 11:28:16 PST
Raphael Kubo da Costa (:rakuco)
Comment 4 2013-01-10 14:22:58 PST
Raphael Kubo da Costa (:rakuco)
Comment 5 2013-01-10 14:35:30 PST
WebKit Review Bot
Comment 6 2013-01-11 04:52:17 PST
Comment on attachment 182211 [details] Patch Clearing flags on attachment: 182211 Committed r139431: <http://trac.webkit.org/changeset/139431>
WebKit Review Bot
Comment 7 2013-01-11 04:52:21 PST
All reviewed patches have been landed. Closing bug.
Csaba Osztrogonác
Comment 8 2013-01-11 05:20:13 PST
(In reply to comment #6) > (From update of attachment 182211 [details]) > Clearing flags on attachment: 182211 > > Committed r139431: <http://trac.webkit.org/changeset/139431> And the perl fix landed in http://trac.webkit.org/changeset/139433
Zan Dobersek
Comment 9 2013-01-11 05:24:01 PST
There's also a webkitpy unit test failure: [609/1619] webkitpy.layout_tests.port.efl_unittest.EflPortTest.test_driver_cmd_line erred: Traceback (most recent call last): File "/Volumes/Data/slave/mountainlion-release-tests-wk1/build/Tools/Scripts/webkitpy/layout_tests/port/port_testcase.py", line 110, in test_driver_cmd_line self.assertTrue(len(port.driver_cmd_line())) File "/Volumes/Data/slave/mountainlion-release-tests-wk1/build/Tools/Scripts/webkitpy/layout_tests/port/base.py", line 709, in driver_cmd_line driver = self.create_driver(0) File "/Volumes/Data/slave/mountainlion-release-tests-wk1/build/Tools/Scripts/webkitpy/layout_tests/port/base.py", line 927, in create_driver return driver.DriverProxy(self, worker_number, self._driver_class(), pixel_tests=self.get_option('pixel_tests'), no_timeout=no_timeout) File "/Volumes/Data/slave/mountainlion-release-tests-wk1/build/Tools/Scripts/webkitpy/layout_tests/port/driver.py", line 514, in __init__ self._running_drivers[self._cmd_line_as_key(pixel_tests, [])] = self._driver File "/Volumes/Data/slave/mountainlion-release-tests-wk1/build/Tools/Scripts/webkitpy/layout_tests/port/driver.py", line 558, in _cmd_line_as_key return ' '.join(self.cmd_line(pixel_tests, per_test_args)) File "/Volumes/Data/slave/mountainlion-release-tests-wk1/build/Tools/Scripts/webkitpy/layout_tests/port/driver.py", line 555, in cmd_line return self._driver.cmd_line(pixel_tests, per_test_args or []) File "/Volumes/Data/slave/mountainlion-release-tests-wk1/build/Tools/Scripts/webkitpy/layout_tests/port/driver.py", line 327, in cmd_line cmd = self._command_wrapper(self._port.get_option('wrapper')) File "/Volumes/Data/slave/mountainlion-release-tests-wk1/build/Tools/Scripts/webkitpy/layout_tests/port/driver.py", line 221, in _command_wrapper return shlex.split(wrapper_option) if wrapper_option else [] File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shlex.py", line 279, in split return list(lex) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shlex.py", line 269, in next token = self.get_token() File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shlex.py", line 96, in get_token raw = self.read_token() File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shlex.py", line 124, in read_token nextchar = self.instream.read(1) AttributeError: 'list' object has no attribute 'read'
Raphael Kubo da Costa (:rakuco)
Comment 10 2013-01-11 05:30:57 PST
Raphael Kubo da Costa (:rakuco)
Comment 11 2013-01-11 06:42:53 PST
Raphael Kubo da Costa (:rakuco)
Comment 12 2013-01-11 08:51:24 PST
Note You need to log in before you can comment on or make changes to this bug.