[Webkit-unassigned] [Bug 87020] run-webkit-tests fails when svn is not installed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 18 14:48:39 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=87020





--- Comment #5 from Rafael Brandao <rafael.lobo at openbossa.org>  2012-06-18 14:48:37 PST ---
On a side note, it also fails when xvfb is missing:

(...)
  File "/opt/git/webkit/Tools/Scripts/webkitpy/layout_tests/port/driver.py", line 220, in run_test
    return self._running_drivers[cmd_line_key].run_test(driver_input)
  File "/opt/git/webkit/Tools/Scripts/webkitpy/layout_tests/port/webkit.py", line 558, in run_test
    self.start(driver_input.should_run_pixel_test, driver_input.args)
  File "/opt/git/webkit/Tools/Scripts/webkitpy/layout_tests/port/webkit.py", line 670, in start
    self._start(pixel_tests, per_test_args)
  File "/opt/git/webkit/Tools/Scripts/webkitpy/layout_tests/port/xvfbdriver.py", line 59, in _start
    self._xvfb_process = subprocess.Popen(run_xvfb, stderr=devnull)
  File "/usr/lib/python2.7/subprocess.py", line 679, in __init__
    errread, errwrite)
  File "/usr/lib/python2.7/subprocess.py", line 1249, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list