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
___
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