]> code.ossystems Code Review - openembedded-core.git/commit
libinput: less parallism to increase chances the test suite works
authorRoss Burton <ross@burtonini.com>
Wed, 3 Mar 2021 21:33:41 +0000 (21:33 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 6 Mar 2021 22:36:34 +0000 (22:36 +0000)
commit5702f7c489ed45b7f4a69c78aa8215e2c98e21c4
treec481b55fe0ad8ea6cdb67917545a728609f80ac9
parent0dea6cccc1c638078846e6eb8e48e8ef69c87618
libinput: less parallism to increase chances the test suite works

Discussion with the libinput maintainer has confirmed that many of the
libinput test cases need to run on a relatively unloaded system,
because input handling is by definition time-sensitive and any
event mismatches are considered a failure to avoid broken code hiding.

We can't expect libinput to run on an otherside unloaded machine
because the autobuilder ptests execute in a qemu at the same time
as builds can be happening.  We can however reduce the amount of
parallellism happening in the libinput test suite to give it a better
chance of succeeding.

This may not be enough, but it's worth a go.

[ YOCTO #14164 ]

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/wayland/libinput/run-ptest