queue-tests

2014-06-25 Thread Marek Chalupa
Hi, I wrote these two testcases and the later one is failing - the thing is that the wl_display_dispatch_queue is not interrupted from polling when the main queue got an error. I suppose this is not the desired behaviour. Could you, please, review the test code if it's correct? Thanks, Marek ___

[PATCH wayland 2/2] tests: Add out of order delete_id queue tests

2012-11-05 Thread Jonas Ådahl
Verify that when receiving the first of two synchronization callback events, destroying the second one doesn't cause any errors even if the delete_id event is handled out of order. Signed-off-by: Jonas Ådahl --- Hi, This makes the crash fixed by e273c7cde34c23437d34732082d46aee537f6611 reproduc