Re: [PATCH wayland v3] tests/queue-test: Add tests for proxy wrappers

2016-04-28 Thread Pekka Paalanen
On Thu, 28 Apr 2016 15:31:32 +0800 Jonas Ådahl wrote: > Test that doing wl_display.sync on a wrapped proxy with a special queue > works as expected. > > Test that creating a wrapper on a destroyed but not freed proxy fails. > > Signed-off-by: Jonas Ådahl > --- > > Changes since v1: > > - Ma

[PATCH wayland v3] tests/queue-test: Add tests for proxy wrappers

2016-04-28 Thread Jonas Ådahl
Test that doing wl_display.sync on a wrapped proxy with a special queue works as expected. Test that creating a wrapper on a destroyed but not freed proxy fails. Signed-off-by: Jonas Ådahl --- Changes since v1: - Made the test single threaded, instead pretending to be multi threaded. - Added