[Webkit-unassigned] [Bug 220870] New: [webkitpy][GTK] Xvfb driver fails to start with python3

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 22 11:11:13 PST 2021


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

            Bug ID: 220870
           Summary: [webkitpy][GTK] Xvfb driver fails to start with
                    python3
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: lmoura at igalia.com

Sample command:

python3 Tools/Scripts/run-webdriver-tests --verbose --gtk --release --display-server=xvfb 

Running inside flatpak gives the trace below. Hangs silently running from the desktop at the same point, regardless of inside Flatpak or outside it.

Traceback (most recent call last):
  File "Tools/Scripts/run-webdriver-tests", line 84, in <module>
    runner = WebDriverTestRunner(port)
  File "/home/lauro/dev/WebKit/Tools/Scripts/webkitpy/webdriver_tests/webdriver_test_runner.py", line 63, in __init__
    env = self._display_driver._setup_environ_for_test()
  File "/home/lauro/dev/WebKit/Tools/Scripts/webkitpy/port/xvfbdriver.py", line 99, in _setup_environ_for_test
    display_id = self._xvfb_run(port_server_environment)
  File "/home/lauro/dev/WebKit/Tools/Scripts/webkitpy/port/xvfbdriver.py", line 87, in _xvfb_run
    display_id = self._xvfb_read_display_id(read_fd)
  File "/home/lauro/dev/WebKit/Tools/Scripts/webkitpy/port/xvfbdriver.py", line 63, in _xvfb_read_display_id
    fd_list = select.select(fd_set, [], [])[0]
KeyboardInterrupt

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210122/5caa66ae/attachment-0001.htm>


More information about the webkit-unassigned mailing list