[PATCH libinput] test: decouple our tests/test suites from the ones used by check

2017-06-07 Thread Peter Hutterer
Check arranges the tests into suites and test cases (which then can have multiple test functions). The primary feature for suites is the ability to select them with environment variables and that the log messages are printed per suite, not per test case. We used the suites to distribute tests acro

Re: [RFC weston 0/9] weston-debug protocol, API, and tool

2017-06-07 Thread Pekka Paalanen
On Tue, 6 Jun 2017 15:54:06 + "Ucan, Emre (ADITG/ESB)" wrote: > Hello Pekka, > > Thank you very much for this RFC. We are also investigating options > to improve logging in weston. Your proposal looks very good. I have > some comments and suggestions below > > Best regards > > Emre Ucan >

[PATCH xserver v2] xwayland: Add grab protocol support

2017-06-07 Thread Olivier Fourdan
Signed-off-by: Olivier Fourdan Reviewed-by: Peter Hutterer --- v2: Remove break after return statement (Peter's review) configure.ac | 2 +- hw/xwayland/Makefile.am | 7 +++- hw/xwayland/xwayland-input.c | 99 hw/xwayland/xway