Re: [PATCH weston v2 4/6] tests: Convert keyboard-test to new test extension

2012-12-10 Thread Pekka Paalanen
On Sun, 9 Dec 2012 15:43:18 + "Eoff, Ullysses A" wrote: > >-Original Message- > >From: Pekka Paalanen [mailto:ppaala...@gmail.com] > > > >On Fri, 7 Dec 2012 13:50:32 -0800 > >"U. Artie Eoff" wrote: > > > >> +void > >> +yield(struct client *client) > >> +{ > >> + /* > >> + * FIXME

RE: [PATCH weston v2 4/6] tests: Convert keyboard-test to new test extension

2012-12-09 Thread Eoff, Ullysses A
>-Original Message- >From: Pekka Paalanen [mailto:ppaala...@gmail.com] >Sent: Saturday, December 08, 2012 12:33 AM >To: Eoff, Ullysses A >Cc: wayland-devel@lists.freedesktop.org >Subject: Re: [PATCH weston v2 4/6] tests: Convert keyboard-test to new test >extension &

Re: [PATCH weston v2 4/6] tests: Convert keyboard-test to new test extension

2012-12-08 Thread Pekka Paalanen
On Fri, 7 Dec 2012 13:50:32 -0800 "U. Artie Eoff" wrote: > From: "U. Artie Eoff" > > This adds a weston-test-runner for the weston test extension and > some weston test client helper methods. > > Converted keyboard-test to use the new test interface, runner, > and helper methods. > > Fixes h

[PATCH weston v2 4/6] tests: Convert keyboard-test to new test extension

2012-12-07 Thread U. Artie Eoff
From: "U. Artie Eoff" This adds a weston-test-runner for the weston test extension and some weston test client helper methods. Converted keyboard-test to use the new test interface, runner, and helper methods. Fixes https://bugs.freedesktop.org/show_bug.cgi?id=56822 Signed-off-by: U. Artie Eof