Re: [PATCH] tests: add multiple-queues testcases

2014-08-22 Thread Marek Chalupa
On 21 August 2014 15:15, Pekka Paalanen ppaala...@gmail.com wrote: On Wed, 25 Jun 2014 14:35:16 +0200 Marek Chalupa mchqwe...@gmail.com wrote: Test if events are going to the right queue and if the queue is interrupted from polling when an error to the main queue comes. The last one is

Re: [PATCH] tests: add multiple-queues testcases

2014-08-22 Thread Pekka Paalanen
On Fri, 22 Aug 2014 09:42:16 +0200 Marek Chalupa mchqwe...@gmail.com wrote: On 21 August 2014 15:15, Pekka Paalanen ppaala...@gmail.com wrote: On Wed, 25 Jun 2014 14:35:16 +0200 Marek Chalupa mchqwe...@gmail.com wrote: Test if events are going to the right queue and if the queue is

Re: [PATCH] tests: add multiple-queues testcases

2014-08-22 Thread Marek Chalupa
On 22 August 2014 11:50, Pekka Paalanen ppaala...@gmail.com wrote: On Fri, 22 Aug 2014 09:42:16 +0200 Marek Chalupa mchqwe...@gmail.com wrote: On 21 August 2014 15:15, Pekka Paalanen ppaala...@gmail.com wrote: On Wed, 25 Jun 2014 14:35:16 +0200 Marek Chalupa mchqwe...@gmail.com

Re: [PATCH] tests: add multiple-queues testcases

2014-08-21 Thread Pekka Paalanen
On Wed, 25 Jun 2014 14:35:16 +0200 Marek Chalupa mchqwe...@gmail.com wrote: Test if events are going to the right queue and if the queue is interrupted from polling when an error to the main queue comes. The last one is failing. --- tests/queue-test.c | 128

[PATCH] tests: add multiple-queues testcases

2014-06-25 Thread Marek Chalupa
Test if events are going to the right queue and if the queue is interrupted from polling when an error to the main queue comes. The last one is failing. --- tests/queue-test.c | 128 + 1 file changed, 128 insertions(+) diff --git

Re: [PATCH] tests: add multiple-queues testcases

2014-06-25 Thread Marek Chalupa
I meant to send it in reply-to http://lists.freedesktop.org/archives/wayland-devel/2014-June/015627.html and http://lists.freedesktop.org/archives/wayland-devel/2014-May/015098.html Regards, Marek On 25 June 2014 14:35, Marek Chalupa mchqwe...@gmail.com wrote: Test if events are going to the