Bug 151383 - [GTK] Update xserver version in jhbuild
Summary: [GTK] Update xserver version in jhbuild
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk, LayoutTestFailure
Depends on:
Blocks:
 
Reported: 2015-11-18 03:08 PST by Carlos Garcia Campos
Modified: 2015-11-18 04:43 PST (History)
3 users (show)

See Also:


Attachments
Patch (4.91 KB, patch)
2015-11-18 03:12 PST, Carlos Garcia Campos
alex: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2015-11-18 03:08:24 PST
In bug #151135 I assumed the bots would have a recent enough Xvfb to use the -displayfd option, but I forgot we build our own xserver just for Xvfb. The version we build is too old, so I think we could just use an updated version (the same bots have installed, for example) to use the -displayfd option.
Comment 1 Carlos Garcia Campos 2015-11-18 03:12:02 PST
Created attachment 265740 [details]
Patch

This should fix the layout tests in the bots
Comment 2 Carlos Garcia Campos 2015-11-18 04:21:54 PST
The glx init patch seems to cause an infinite loop in XVfb when initializing glx at startup. How can I check if that patch is still needed?
Comment 3 Carlos Garcia Campos 2015-11-18 04:40:44 PST
I'll remove the glx init patch for now before landing for now. We'll see if that has any effect in the bots.
Comment 4 Carlos Garcia Campos 2015-11-18 04:43:53 PST
Committed r192572: <http://trac.webkit.org/changeset/192572>