summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2021-03-04 12:00:43 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-03-28 22:31:55 +0100
commit7cd15f2e6598fb65d0b922693338d45add3ae0ab (patch)
treec0f466f7ae47d749b88153b702c0b352c02fcdb9 /meta
parentdee8235c61e2f466418ec44dd3155d9dc7592615 (diff)
downloadpoky-7cd15f2e6598fb65d0b922693338d45add3ae0ab.tar.gz
ptest-packagelists: remove libinput-ptest
The libinput ptests are very sensitive to system load, and will fail if events from the kernel don't arrive sufficiently fast (from 20ms to 200ms depending on the test). This is by design as input processing is inherently time-sensitive and to avoid code bugs the test suite considers timing problems fatal. As this is causing a large proportion of ptest runs to fail in libinput, disable the execution of these tests for now. [ YOCTO #14164 ] (From OE-Core rev: 15c39af471bd42f0469ee138f3c93e8652e6f55f) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 54e2eb809bdfedb64219f37b82589372bbc96905) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/conf/distro/include/ptest-packagelists.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/include/ptest-packagelists.inc b/meta/conf/distro/include/ptest-packagelists.inc
index ce13368c2e..e0a876dbdc 100644
--- a/meta/conf/distro/include/ptest-packagelists.inc
+++ b/meta/conf/distro/include/ptest-packagelists.inc
@@ -60,6 +60,7 @@ PTESTS_FAST_remove_mips64 = "qemu-ptest"
60# bash-ptest \ # Test outcomes are non-deterministic by design 60# bash-ptest \ # Test outcomes are non-deterministic by design
61# ifupdown-ptest \ # Tested separately in lib/oeqa/selftest/cases/imagefeatures.py 61# ifupdown-ptest \ # Tested separately in lib/oeqa/selftest/cases/imagefeatures.py
62# mdadm-ptest \ # Tests rely on non-deterministic sleep() amounts 62# mdadm-ptest \ # Tests rely on non-deterministic sleep() amounts
63# libinput-ptest \ # Tests need an unloaded system to be reliable
63#" 64#"
64 65
65PTESTS_SLOW = "\ 66PTESTS_SLOW = "\
@@ -72,7 +73,6 @@ PTESTS_SLOW = "\
72 glib-2.0-ptest \ 73 glib-2.0-ptest \
73 gstreamer1.0-ptest \ 74 gstreamer1.0-ptest \
74 libevent-ptest \ 75 libevent-ptest \
75 libinput-ptest \
76 lttng-tools-ptest \ 76 lttng-tools-ptest \
77 openssh-ptest \ 77 openssh-ptest \
78 openssl-ptest \ 78 openssl-ptest \