blob: b51cce4d9e1e436918a01c1afc4416e13da9add6 [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 \
Patrick Williamsde0582f2022-04-08 10:23:27 -050051 popt-ptest \
William A. Kennington IIIac69b482021-06-02 12:28:27 -070052 python3-atomicwrites-ptest \
Andrew Geissler9aee5002022-03-30 16:27:02 +000053 python3-bcrypt-ptest \
Andrew Geisslerd159c7f2021-09-02 21:05:58 -050054 python3-hypothesis-ptest \
William A. Kennington IIIac69b482021-06-02 12:28:27 -070055 python3-jinja2-ptest \
Andrew Geissler595f6302022-01-24 19:11:47 +000056 python3-jsonpointer-ptest \
William A. Kennington IIIac69b482021-06-02 12:28:27 -070057 python3-markupsafe-ptest \
58 python3-more-itertools-ptest \
59 python3-pluggy-ptest \
Andrew Geissler9aee5002022-03-30 16:27:02 +000060 python3-pyasn1-ptest \
61 python3-pytz-ptest \
William A. Kennington IIIac69b482021-06-02 12:28:27 -070062 python3-wcwidth-ptest \
Andrew Geissler595f6302022-01-24 19:11:47 +000063 python3-webcolors-ptest \
Andrew Geisslerd25ed322020-06-27 00:28:28 -050064 qemu-ptest \
Brad Bishopc342db32019-05-15 21:57:59 -040065 quilt-ptest \
66 sed-ptest \
67 slang-ptest \
Andrew Geissler82c905d2020-04-13 13:39:40 -050068 wayland-ptest \
Brad Bishopc342db32019-05-15 21:57:59 -040069 zlib-ptest \
70"
Andrew Geissler595f6302022-01-24 19:11:47 +000071PTESTS_FAST:append:libc-glibc = " glibc-tests-ptest"
72PTESTS_PROBLEMS:remove:libc-glibc = "glibc-tests-ptest"
Patrick Williams213cb262021-08-07 19:21:33 -050073PTESTS_FAST:remove:mips64 = "qemu-ptest"
Andrew Geissler595f6302022-01-24 19:11:47 +000074PTESTS_PROBLEMS:append:mips64 = " qemu-ptest"
75PTESTS_FAST:remove:riscv32 = "qemu-ptest"
76PTESTS_PROBLEMS:append:riscv32 = " qemu-ptest"
Brad Bishopc342db32019-05-15 21:57:59 -040077
78PTESTS_SLOW = "\
Andrew Geissler82c905d2020-04-13 13:39:40 -050079 babeltrace-ptest \
80 babeltrace2-ptest \
Brad Bishopc342db32019-05-15 21:57:59 -040081 busybox-ptest \
Andrew Geissler82c905d2020-04-13 13:39:40 -050082 coreutils-ptest \
Andrew Geissler9aee5002022-03-30 16:27:02 +000083 dbus-ptest \
Brad Bishopc342db32019-05-15 21:57:59 -040084 e2fsprogs-ptest \
Andrew Geisslereff27472021-10-29 15:35:00 -050085 findutils-ptest \
Brad Bishopc342db32019-05-15 21:57:59 -040086 glib-2.0-ptest \
87 gstreamer1.0-ptest \
88 libevent-ptest \
89 lttng-tools-ptest \
Brad Bishopc342db32019-05-15 21:57:59 -040090 openssh-ptest \
91 openssl-ptest \
92 perl-ptest \
Andrew Geissler9aee5002022-03-30 16:27:02 +000093 python3-cryptography-ptest \
Brad Bishopc342db32019-05-15 21:57:59 -040094 python3-ptest \
95 strace-ptest \
96 tcl-ptest \
97 util-linux-ptest \
98 valgrind-ptest \
99"
Brad Bishop00e122a2019-10-05 11:10:57 -0400100
Patrick Williams213cb262021-08-07 19:21:33 -0500101PTESTS_SLOW:remove:riscv64 = "valgrind-ptest"
102PTESTS_PROBLEMS:append:riscv64 = "valgrind-ptest"
William A. Kennington IIIac69b482021-06-02 12:28:27 -0700103
104# ruby-ptest \ # Timeout
William A. Kennington IIIac69b482021-06-02 12:28:27 -0700105# lz4-ptest \ # Needs a rewrite
106# rt-tests-ptest \ # Needs to be checked whether it runs at all
107# bash-ptest \ # Test outcomes are non-deterministic by design
108# ifupdown-ptest \ # Tested separately in lib/oeqa/selftest/cases/imagefeatures.py
109# mdadm-ptest \ # Tests rely on non-deterministic sleep() amounts
110# libinput-ptest \ # Tests need an unloaded system to be reliable
111# libpam-ptest \ # Needs pam DISTRO_FEATURE
112# numactl-ptest \ # qemu not (yet) configured for numa; all tests are skipped
113# libseccomp-ptest \ # tests failed: 38; add to slow tests once addressed
114# python3-numpy-ptest \ # requires even more RAM and (possibly) disk space; multiple failures
115
116PTESTS_PROBLEMS = "\
117 ruby-ptest \
William A. Kennington IIIac69b482021-06-02 12:28:27 -0700118 lz4-ptest \
119 rt-tests-ptest \
120 bash-ptest \
121 ifupdown-ptest \
122 mdadm-ptest \
123 libinput-ptest \
124 libpam-ptest \
125 libseccomp-ptest \
126 numactl-ptest \
127 python3-numpy-ptest \
128"