Re: [Qemu-devel] [PATCH] tests: avoid coroutine pool test crash

2016-05-27 Thread Stefan Hajnoczi
On Fri, May 20, 2016 at 11:00:31AM -0700, Stefan Hajnoczi wrote: > Skip the test_co_queue test case if the coroutine pool is not enabled. > The test case does not work without the pool because it touches memory > belonging to a freed coroutine (on purpose). > > Reported-by: Eduardo Habkost > Sign

Re: [Qemu-devel] [PATCH] tests: avoid coroutine pool test crash

2016-05-23 Thread Fam Zheng
On Fri, 05/20 11:00, Stefan Hajnoczi wrote: > Skip the test_co_queue test case if the coroutine pool is not enabled. > The test case does not work without the pool because it touches memory > belonging to a freed coroutine (on purpose). > > Reported-by: Eduardo Habkost > Signed-off-by: Stefan Haj

[Qemu-devel] [PATCH] tests: avoid coroutine pool test crash

2016-05-20 Thread Stefan Hajnoczi
Skip the test_co_queue test case if the coroutine pool is not enabled. The test case does not work without the pool because it touches memory belonging to a freed coroutine (on purpose). Reported-by: Eduardo Habkost Signed-off-by: Stefan Hajnoczi --- tests/test-coroutine.c | 10 +- 1 fi