blob: 2e324f8da4cf7dcc92e90660a467106bf8990e63 [file] [log] [blame]
Brad Bishopc342db32019-05-15 21:57:59 -04001#
2# Lists of the ptests in OE-Core, sorted into two sets by the time they take
3#
4# ptests which take less than ~30s each
5#
6PTESTS_FAST = "\
7 acl-ptest \
8 apr-ptest \
9 apr-util-ptest \
10 attr-ptest \
11 bluez5-ptest \
12 bzip2-ptest \
13 diffstat-ptest \
14 diffutils-ptest \
15 elfutils-ptest \
16 ethtool-ptest \
William A. Kennington IIIac69b482021-06-02 12:28:27 -070017 expat-ptest \
Brad Bishopc342db32019-05-15 21:57:59 -040018 flex-ptest \
19 gawk-ptest \
20 gdbm-ptest \
21 gdk-pixbuf-ptest \
22 gettext-ptest \
William A. Kennington IIIac69b482021-06-02 12:28:27 -070023 glib-networking-ptest \
Brad Bishopc342db32019-05-15 21:57:59 -040024 gzip-ptest \
25 json-glib-ptest \
Brad Bishopc342db32019-05-15 21:57:59 -040026 libconvert-asn1-perl-ptest \
27 liberror-perl-ptest \
William A. Kennington IIIac69b482021-06-02 12:28:27 -070028 libnl-ptest \
Brad Bishopc8f47122019-06-24 09:36:18 -040029 libmodule-build-perl-ptest \
Brad Bishopc342db32019-05-15 21:57:59 -040030 libpcre-ptest \
William A. Kennington IIIac69b482021-06-02 12:28:27 -070031 libssh2-ptest \
Brad Bishopc342db32019-05-15 21:57:59 -040032 libtimedate-perl-ptest \
33 libtest-needs-perl-ptest \
34 liburi-perl-ptest \
35 libusb1-ptest \
36 libxml-namespacesupport-perl-ptest \
37 libxml-perl-ptest \
38 libxml-parser-perl-ptest \
39 libxml-sax-perl-ptest \
40 libxml-sax-base-perl-ptest \
41 libxml-simple-perl-ptest \
42 libxml2-ptest \
Andrew Geisslereff27472021-10-29 15:35:00 -050043 lua-ptest \
Brad Bishopc342db32019-05-15 21:57:59 -040044 lzo-ptest \
45 m4-ptest \
46 nettle-ptest \
47 openssl-ptest \
48 opkg-ptest \
49 pango-ptest \
50 parted-ptest \
William A. Kennington IIIac69b482021-06-02 12:28:27 -070051 python3-atomicwrites-ptest \
Andrew Geisslerd159c7f2021-09-02 21:05:58 -050052 python3-hypothesis-ptest \
William A. Kennington IIIac69b482021-06-02 12:28:27 -070053 python3-jinja2-ptest \
54 python3-markupsafe-ptest \
55 python3-more-itertools-ptest \
56 python3-pluggy-ptest \
57 python3-wcwidth-ptest \
Andrew Geisslerd25ed322020-06-27 00:28:28 -050058 qemu-ptest \
Brad Bishopc342db32019-05-15 21:57:59 -040059 quilt-ptest \
60 sed-ptest \
61 slang-ptest \
Andrew Geissler82c905d2020-04-13 13:39:40 -050062 wayland-ptest \
Brad Bishopc342db32019-05-15 21:57:59 -040063 zlib-ptest \
64"
Patrick Williams213cb262021-08-07 19:21:33 -050065PTESTS_FAST:remove:mips64 = "qemu-ptest"
66PTESTS_PROBLEMS:append:mips64 = "qemu-ptest"
Brad Bishopc342db32019-05-15 21:57:59 -040067
68PTESTS_SLOW = "\
Andrew Geissler82c905d2020-04-13 13:39:40 -050069 babeltrace-ptest \
70 babeltrace2-ptest \
Brad Bishopc342db32019-05-15 21:57:59 -040071 busybox-ptest \
Andrew Geissler82c905d2020-04-13 13:39:40 -050072 coreutils-ptest \
Brad Bishopc342db32019-05-15 21:57:59 -040073 dbus-test-ptest \
74 e2fsprogs-ptest \
Andrew Geisslereff27472021-10-29 15:35:00 -050075 findutils-ptest \
Brad Bishopc342db32019-05-15 21:57:59 -040076 glib-2.0-ptest \
77 gstreamer1.0-ptest \
78 libevent-ptest \
79 lttng-tools-ptest \
Brad Bishopc342db32019-05-15 21:57:59 -040080 openssh-ptest \
81 openssl-ptest \
82 perl-ptest \
Brad Bishopc342db32019-05-15 21:57:59 -040083 python3-ptest \
84 strace-ptest \
85 tcl-ptest \
86 util-linux-ptest \
87 valgrind-ptest \
88"
Brad Bishop00e122a2019-10-05 11:10:57 -040089
Patrick Williams213cb262021-08-07 19:21:33 -050090PTESTS_SLOW:remove:riscv64 = "valgrind-ptest"
91PTESTS_PROBLEMS:append:riscv64 = "valgrind-ptest"
William A. Kennington IIIac69b482021-06-02 12:28:27 -070092
93# ruby-ptest \ # Timeout
William A. Kennington IIIac69b482021-06-02 12:28:27 -070094# lz4-ptest \ # Needs a rewrite
95# rt-tests-ptest \ # Needs to be checked whether it runs at all
96# bash-ptest \ # Test outcomes are non-deterministic by design
97# ifupdown-ptest \ # Tested separately in lib/oeqa/selftest/cases/imagefeatures.py
98# mdadm-ptest \ # Tests rely on non-deterministic sleep() amounts
99# libinput-ptest \ # Tests need an unloaded system to be reliable
100# libpam-ptest \ # Needs pam DISTRO_FEATURE
101# numactl-ptest \ # qemu not (yet) configured for numa; all tests are skipped
102# libseccomp-ptest \ # tests failed: 38; add to slow tests once addressed
103# python3-numpy-ptest \ # requires even more RAM and (possibly) disk space; multiple failures
104
105PTESTS_PROBLEMS = "\
106 ruby-ptest \
William A. Kennington IIIac69b482021-06-02 12:28:27 -0700107 lz4-ptest \
108 rt-tests-ptest \
109 bash-ptest \
110 ifupdown-ptest \
111 mdadm-ptest \
112 libinput-ptest \
113 libpam-ptest \
114 libseccomp-ptest \
115 numactl-ptest \
116 python3-numpy-ptest \
117"