Re: [Spice-devel] [PATCH x11spice] Fix a bug in the tests.

2019-07-24 Thread Frediano Ziglio
> > We were overly dependent on timing for success; now we > deliberately wait for our GC and drawing to finish. > > Signed-off-by: Jeremy White Acked > --- > src/tests/xcb.c | 15 +++ > 1 file changed, 11 insertions(+), 4 deletions(-) > > diff --git a/src/tests/xcb.c b/src/tests

[Spice-devel] [PATCH x11spice] Fix a bug in the tests.

2019-07-18 Thread Jeremy White
We were overly dependent on timing for success; now we deliberately wait for our GC and drawing to finish. Signed-off-by: Jeremy White --- src/tests/xcb.c | 15 +++ 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/src/tests/xcb.c b/src/tests/xcb.c index 6be4a69b..709cdf