[Webkit-unassigned] [Bug 131036] [EFL] Make run-perf-tests not to use xvfb

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 18 06:56:58 PDT 2014


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


Carlos Alberto Lopez Perez <clopez at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |clopez at igalia.com




--- Comment #2 from Carlos Alberto Lopez Perez <clopez at igalia.com>  2014-04-18 06:57:16 PST ---
You can use an environment variable.


For example, on the GTK port we have:

    def _driver_class(self):
        if os.environ.get("WAYLAND_DISPLAY"):
            return WestonDriver
        return XvfbDriver

-- 
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