Re: wayland 1.6.91 testsuite failure [Re: [ANNOUNCE] wayland 1.6.91]

2015-02-01 Thread Marek Chalupa
Or does the tests run in parallel? On Sat, Jan 31, 2015 at 5:37 PM, Jan Engelhardt wrote: > > From openSUSE's attempts to build wayland 1.6.91: > > [ 98s] > [ 98s] Timeout was set to 3 seconds from now. > [ 98s] test "threading_errors_tst": exit s

[PATCH libinput] test: add per-device udev rule support

2015-02-01 Thread Peter Hutterer
Don't rely on a magic version tag, instead let a device define a udev rule and drop that into the udev runtime directory before the device is created. There are a couple of caveats with this approach: first, since this changes system-wide state it may cause issues on the device the test suite is r

[PATCH weston v2] xwm: use always a valid 'primary view' for an X window

2015-02-01 Thread Giulio Camuffo
The xwm gets a primary view for a X window using the get_primary_view vfunc of the shell_interface struct. Storing it is dangerous though because it doesn't listen for its destruction so it may end up using the old stored view pointer after that view was freed, or after the primary view for that wi