Re: [PATCH weston v2 6/7] tests: Run devices tests using the test desktop shell

2018-02-13 Thread Pekka Paalanen
On Thu, 8 Feb 2018 15:37:57 +0200 Alexandros Frantzis wrote: > Use the weston-test-desktop-shell to run the devices tests, instead of > the currently used desktop-shell. The test desktop shell doesn't > interact with temporary globals (e.g. wl_seat), thus avoiding an > inherent race in the curre

[PATCH weston v2 6/7] tests: Run devices tests using the test desktop shell

2018-02-08 Thread Alexandros Frantzis
Use the weston-test-desktop-shell to run the devices tests, instead of the currently used desktop-shell. The test desktop shell doesn't interact with temporary globals (e.g. wl_seat), thus avoiding an inherent race in the current wayland protocol when removing globals. This will allow us to safely