[Webkit-unassigned] [Bug 180426] New: [GTK] WebDriver: run-webdriver-tests is leaking a DumpRenderTree directory in tmp
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Dec 5 08:40:27 PST 2017
https://bugs.webkit.org/show_bug.cgi?id=180426
Bug ID: 180426
Summary: [GTK] WebDriver: run-webdriver-tests is leaking a
DumpRenderTree directory in tmp
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Keywords: Gtk
Severity: Normal
Priority: P2
Component: WebDriver
Assignee: webkit-unassigned at lists.webkit.org
Reporter: cgarcia at igalia.com
CC: bburg at apple.com, bugs-noreply at webkitgtk.org
This happens when running the tests with Xvfb driver, because _setup_environ_for_test() is called twice and the DTR is created there every time. Only the last directory created is cleaned up by the driver destructor. The DRT temp directory is only needed for layout tests, so we could even avoid its creation by moving it to the start() method like other drivers do (included the base driver implementation). Since API and WebDriver tests don't call start(), the directory is not even created, and the required env vars are not set either in that case.
--
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/20171205/82bb75c3/attachment.html>
More information about the webkit-unassigned
mailing list