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

2015-11-06 Thread Pekka Paalanen
On Thu, 5 Nov 2015 12:32:02 -0500 "Jon A. Cruz" wrote: > > > On 11/05/2015 10:17 AM, Pekka Paalanen wrote: > > On Fri, 16 Oct 2015 12:23:47 -0700 > > "Jon A. Cruz" wrote: > > > >> On 10/15/2015 01:51 AM, Pekka Paalanen wrote: > >>> I think it's

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

2015-11-05 Thread Jon A. Cruz
On 11/05/2015 10:17 AM, Pekka Paalanen wrote: > On Fri, 16 Oct 2015 12:23:47 -0700 > "Jon A. Cruz" wrote: > >> On 10/15/2015 01:51 AM, Pekka Paalanen wrote: >>> I think it's better to land this stuff in pieces than massage a >>> humongous replace-the-world patch series,

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

2015-11-05 Thread Pekka Paalanen
On Fri, 16 Oct 2015 12:23:47 -0700 "Jon A. Cruz" wrote: > On 10/15/2015 01:51 AM, Pekka Paalanen wrote: > > I think it's better to land this stuff in pieces than massage a > > humongous replace-the-world patch series, if we can tell the pieces are > > going in the right

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

2015-10-16 Thread Jon A. Cruz
On 10/15/2015 01:51 AM, Pekka Paalanen wrote: > I think it's better to land this stuff in pieces than massage a > humongous replace-the-world patch series, if we can tell the pieces are > going in the right direction. The bits here are mostly just following > the existing

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

2015-10-15 Thread Pekka Paalanen
On Wed, 14 Oct 2015 14:36:33 -0700 Bryce Harrington wrote: > On Wed, Oct 14, 2015 at 04:17:53PM +0300, Pekka Paalanen wrote: > > On Wed, 7 Oct 2015 16:11:43 -0700 > > "Jon A. Cruz" wrote: > > > > > Adds an initial implementation of a testing tool

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

2015-10-14 Thread Bryce Harrington
On Wed, Oct 14, 2015 at 04:17:53PM +0300, Pekka Paalanen wrote: > On Wed, 7 Oct 2015 16:11:43 -0700 > "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. >

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

2015-10-14 Thread Pekka Paalanen
On Wed, 7 Oct 2015 16:11:43 -0700 "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 >

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

2015-10-07 Thread Jon A. Cruz
This is a follow-up breakout of the patches to add 'waycheck' for testing. As the second of three submissions, this is one of the less interesting except for the wtst_fixtures that can be reused elsewhere. A final follow-up patchset will use the fixtures in a Weston-specific test program that

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

2015-10-07 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 --- .gitignore