[Webkit-unassigned] [Bug 199945] New: [webkitpy] Allow the testrunner driver to setup the environment completely without needing to start the driver.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 19 08:52:19 PDT 2019


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

            Bug ID: 199945
           Summary: [webkitpy] Allow the testrunner driver to setup the
                    environment completely without needing to start the
                    driver.
           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: clopez at igalia.com
                CC: bugs-noreply at webkitgtk.org

Since bug 199855 the GTK and WPE testrunner drivers share more code with the base driver.

The scripts run-gtk-tests / run-wpe-tests, run-webdriver-tests and run-web-platform-tests need to setup the testrunner driver environment (to maybe start Xvfb or setup needed environment variables). But those scripts don't need the WebTestRunner server process running.

Previous to bug 199855 this scripts where setting only the environment variables that don't depend on the Driver tempdir (because this one is created when the driver is started), but starting the driver also executes the server process.

I think its desirable to refactor the code to allow creating the driver tempdir and setup the environment completely without needing to start the server process.

-- 
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/20190719/3aac1186/attachment.html>


More information about the webkit-unassigned mailing list