Re: [PATCH weston 3/3] tests: fix the cursor race in internal-screenshot

2016-06-23 Thread Pekka Paalanen
On Wed, 22 Jun 2016 18:09:50 -0500 Derek Foreman wrote: > On 17/06/16 03:57 AM, Pekka Paalanen wrote: > > On Thu, 16 Jun 2016 10:59:21 -0500 Derek Foreman > > wrote: > > > >> On 16/06/16 05:36 AM, Pekka Paalanen wrote: > >>> From: Pekka

Re: [PATCH weston 3/3] tests: fix the cursor race in internal-screenshot

2016-06-22 Thread Derek Foreman
On 17/06/16 03:57 AM, Pekka Paalanen wrote: > On Thu, 16 Jun 2016 10:59:21 -0500 Derek Foreman > wrote: > >> On 16/06/16 05:36 AM, Pekka Paalanen wrote: >>> From: Pekka Paalanen >>> >>> This fix also depends on "compositor-headless: do

Re: [PATCH weston 3/3] tests: fix the cursor race in internal-screenshot

2016-06-17 Thread Pekka Paalanen
On Thu, 16 Jun 2016 10:59:21 -0500 Derek Foreman wrote: > On 16/06/16 05:36 AM, Pekka Paalanen wrote: > > From: Pekka Paalanen > > > > This fix also depends on "compositor-headless: do not create a seat". > > > > If we lose the race

Re: [PATCH weston 3/3] tests: fix the cursor race in internal-screenshot

2016-06-16 Thread Derek Foreman
On 16/06/16 05:36 AM, Pekka Paalanen wrote: > From: Pekka Paalanen > > This fix also depends on "compositor-headless: do not create a seat". > > If we lose the race against weston-desktop-shell setting cursors, which > is very rare, we get a cursor image in the

[PATCH weston 3/3] tests: fix the cursor race in internal-screenshot

2016-06-16 Thread Pekka Paalanen
From: Pekka Paalanen This fix also depends on "compositor-headless: do not create a seat". If we lose the race against weston-desktop-shell setting cursors, which is very rare, we get a cursor image in the screenshot, causing the test to fail. This is now fixed