Re: [PATCH wayland 1/2] tests: add test for callback serials

2014-10-31 Thread Marek Chalupa
On 29 October 2014 20:26, Bryce Harrington wrote: > On Mon, Oct 27, 2014 at 09:14:40AM +0100, Marek Chalupa wrote: > > The callback returns always with the same serial, > > which is not right (it's serial, not constant...). > > This test highlights the bug. > > > > Signed-off-by: Marek Chalupa >

Re: [PATCH wayland 1/2] tests: add test for callback serials

2014-10-29 Thread Bryce Harrington
On Mon, Oct 27, 2014 at 09:14:40AM +0100, Marek Chalupa wrote: > The callback returns always with the same serial, > which is not right (it's serial, not constant...). > This test highlights the bug. > > Signed-off-by: Marek Chalupa > --- > tests/display-test.c | 55 > ++

[PATCH wayland 1/2] tests: add test for callback serials

2014-10-27 Thread Marek Chalupa
The callback returns always with the same serial, which is not right (it's serial, not constant...). This test highlights the bug. Signed-off-by: Marek Chalupa --- tests/display-test.c | 55 1 file changed, 55 insertions(+) diff --git a/tests