Re: [Spice-devel] [PATCH spice-gtk] build: Make usb-acl-helper test work under Meson

2018-09-05 Thread Eduardo Lima (Etrunko)
On 09/04/2018 12:50 PM, Frediano Ziglio wrote: >> >> On 09/03/2018 01:34 PM, Frediano Ziglio wrote: >>> Meson waits for pipes (stdout and stderr) to be not readable but >>> our mocking helper does not close these handles causing Meson >>> to give some problems. >>> >> >> Can you elaborate on the "s

Re: [Spice-devel] [PATCH spice-gtk] build: Make usb-acl-helper test work under Meson

2018-09-04 Thread Frediano Ziglio
> > On 09/03/2018 01:34 PM, Frediano Ziglio wrote: > > Meson waits for pipes (stdout and stderr) to be not readable but > > our mocking helper does not close these handles causing Meson > > to give some problems. > > > > Can you elaborate on the "some problems"? Also this patch looks more > like

Re: [Spice-devel] [PATCH spice-gtk] build: Make usb-acl-helper test work under Meson

2018-09-04 Thread Eduardo Lima (Etrunko)
On 09/03/2018 01:34 PM, Frediano Ziglio wrote: > Meson waits for pipes (stdout and stderr) to be not readable but > our mocking helper does not close these handles causing Meson > to give some problems. > Can you elaborate on the "some problems"? Also this patch looks more like a workaround from

[Spice-devel] [PATCH spice-gtk] build: Make usb-acl-helper test work under Meson

2018-09-03 Thread Frediano Ziglio
Meson waits for pipes (stdout and stderr) to be not readable but our mocking helper does not close these handles causing Meson to give some problems. Signed-off-by: Frediano Ziglio --- tests/usb-acl-helper.c | 8 1 file changed, 8 insertions(+) diff --git a/tests/usb-acl-helper.c b/tes