Re: [PATCH libinput 2/2] test: abort if we trigger a libinput bug message

2015-07-29 Thread Jonas Ådahl
On Wed, Jul 29, 2015 at 05:45:45PM +1000, Peter Hutterer wrote: > Only abort on client or libinput bugs, skip over kernel bugs. > > Signed-off-by: Peter Hutterer Both patches Reviewed-by: Jonas Ådahl Jonas > --- > test/litest.c | 4 > test/path.c | 2 ++ > 2 files changed, 6 inserti

[PATCH libinput 2/2] test: abort if we trigger a libinput bug message

2015-07-29 Thread Peter Hutterer
Only abort on client or libinput bugs, skip over kernel bugs. Signed-off-by: Peter Hutterer --- test/litest.c | 4 test/path.c | 2 ++ 2 files changed, 6 insertions(+) diff --git a/test/litest.c b/test/litest.c index 676485e..51085f1 100644 --- a/test/litest.c +++ b/test/litest.c @@ -777