Re: [PATCH wayland 2/4 v2] tests/queue-test: Add tests for proxy wrappers

2016-04-27 Thread Pekka Paalanen
On Wed, 27 Apr 2016 15:37:39 +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: > > - Ad

[PATCH wayland 2/4 v2] tests/queue-test: Add tests for proxy wrappers

2016-04-27 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: - Adepted to the API changes - Added a test for ensuring that a wrapper for a des