Re: [PATCH weston v2] tests: Adding simple waycheck validation tool.

2016-02-25 Thread Daniel Stone
Hi, Thanks a bunch for this - I agree with basically everything that's been said. On 25 February 2016 at 16:06, Pekka Paalanen wrote: >> + wl_list_for_each_safe(entry, tmp, &pointer->private->link, link) >> + if (entry->listener && entry->listener->enter) >> +

Re: [PATCH weston v2] tests: Adding simple waycheck validation tool.

2016-02-25 Thread Pekka Paalanen
On Wed, 23 Dec 2015 22:26:19 -0800 "Jon A. Cruz" wrote: > Adds an initial implementation of a testing tool that uses the unit > test framework to run checks against an arbitrary Wayland compositor. > Note that this is not intended for Weston-specific testing, but for > generic Wayland testing. >

[PATCH weston v2] tests: Adding simple waycheck validation tool.

2015-12-23 Thread Jon A. Cruz
Adds an initial implementation of a testing tool that uses the unit test framework to run checks against an arbitrary Wayland compositor. Note that this is not intended for Weston-specific testing, but for generic Wayland testing. Signed-off-by: Jon A. Cruz --- Changes from v1: - Added test f