Re: [Spice-devel] [PATCH spice-gtk 3/4] tests: add some coroutine tests

2013-11-19 Thread Christophe Fergeau
I haven't retested this, I'll just assume all tests are passing this time, ACK. Christophe On Tue, Nov 19, 2013 at 04:14:24PM +0100, Marc-André Lureau wrote: > --- > tests/Makefile.am | 18 +--- > tests/coroutine.c | 136 > ++ > 2 files c

[Spice-devel] [PATCH spice-gtk 3/4] tests: add some coroutine tests

2013-11-19 Thread Marc-André Lureau
--- tests/Makefile.am | 18 +--- tests/coroutine.c | 136 ++ 2 files changed, 147 insertions(+), 7 deletions(-) create mode 100644 tests/coroutine.c diff --git a/tests/Makefile.am b/tests/Makefile.am index 9510e2c..6f80d93 100644 --- a/tes

Re: [Spice-devel] [PATCH spice-gtk 3/4] tests: add some coroutine tests

2013-11-18 Thread Christophe Fergeau
The test is not passing with --with-coroutine=gthread On Fri, Nov 15, 2013 at 10:03:41PM +0100, Marc-André Lureau wrote: > --- > tests/Makefile.am | 18 - > tests/coroutine.c | 80 > +++ > 2 files changed, 91 insertions(+), 7 deleti

[Spice-devel] [PATCH spice-gtk 3/4] tests: add some coroutine tests

2013-11-15 Thread Marc-André Lureau
--- tests/Makefile.am | 18 - tests/coroutine.c | 80 +++ 2 files changed, 91 insertions(+), 7 deletions(-) create mode 100644 tests/coroutine.c diff --git a/tests/Makefile.am b/tests/Makefile.am index 9510e2c..6f80d93 100644 --- a/