Re: [Spice-devel] [spice-server 6/8] test-listen: Add event loop helpers

2018-03-09 Thread Frediano Ziglio
> > These factor a bit of common code, and more importantly, help with > freeing all event loop related data at the end of each test. > --- > server/tests/test-listen.c | 120 > - > 1 file changed, 86 insertions(+), 34 deletions(-) > > diff --git a/se

[Spice-devel] [spice-server 6/8] test-listen: Add event loop helpers

2018-03-06 Thread Christophe Fergeau
These factor a bit of common code, and more importantly, help with freeing all event loop related data at the end of each test. --- server/tests/test-listen.c | 120 - 1 file changed, 86 insertions(+), 34 deletions(-) diff --git a/server/tests/test-list