blob: 6c4339e3e17e109339496271a33c00e1dce77537 [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 \
Patrick Williams03907ee2022-05-01 06:28:52 -050028 libgpg-error-ptest\
William A. Kennington IIIac69b482021-06-02 12:28:27 -070029 libnl-ptest \
Brad Bishopc8f47122019-06-24 09:36:18 -040030 libmodule-build-perl-ptest \
Brad Bishopc342db32019-05-15 21:57:59 -040031 libpcre-ptest \
William A. Kennington IIIac69b482021-06-02 12:28:27 -070032 libssh2-ptest \
Brad Bishopc342db32019-05-15 21:57:59 -040033 libtimedate-perl-ptest \
34 libtest-needs-perl-ptest \
35 liburi-perl-ptest \
36 libusb1-ptest \
37 libxml-namespacesupport-perl-ptest \
38 libxml-perl-ptest \
39 libxml-parser-perl-ptest \
40 libxml-sax-perl-ptest \
41 libxml-sax-base-perl-ptest \
42 libxml-simple-perl-ptest \
43 libxml2-ptest \
Andrew Geisslereff27472021-10-29 15:35:00 -050044 lua-ptest \
Brad Bishopc342db32019-05-15 21:57:59 -040045 lzo-ptest \
46 m4-ptest \
47 nettle-ptest \
48 openssl-ptest \
49 opkg-ptest \
50 pango-ptest \
51 parted-ptest \
Patrick Williamsde0582f2022-04-08 10:23:27 -050052 popt-ptest \
William A. Kennington IIIac69b482021-06-02 12:28:27 -070053 python3-atomicwrites-ptest \
Andrew Geissler9aee5002022-03-30 16:27:02 +000054 python3-bcrypt-ptest \
Andrew Geisslerd159c7f2021-09-02 21:05:58 -050055 python3-hypothesis-ptest \
William A. Kennington IIIac69b482021-06-02 12:28:27 -070056 python3-jinja2-ptest \
Andrew Geissler595f6302022-01-24 19:11:47 +000057 python3-jsonpointer-ptest \
William A. Kennington IIIac69b482021-06-02 12:28:27 -070058 python3-markupsafe-ptest \
59 python3-more-itertools-ptest \
60 python3-pluggy-ptest \
Andrew Geissler9aee5002022-03-30 16:27:02 +000061 python3-pyasn1-ptest \
62 python3-pytz-ptest \
William A. Kennington IIIac69b482021-06-02 12:28:27 -070063 python3-wcwidth-ptest \
Andrew Geissler595f6302022-01-24 19:11:47 +000064 python3-webcolors-ptest \
Andrew Geisslerd25ed322020-06-27 00:28:28 -050065 qemu-ptest \
Brad Bishopc342db32019-05-15 21:57:59 -040066 quilt-ptest \
67 sed-ptest \
68 slang-ptest \
Andrew Geissler82c905d2020-04-13 13:39:40 -050069 wayland-ptest \
Brad Bishopc342db32019-05-15 21:57:59 -040070 zlib-ptest \
71"
Andrew Geissler595f6302022-01-24 19:11:47 +000072PTESTS_FAST:append:libc-glibc = " glibc-tests-ptest"
73PTESTS_PROBLEMS:remove:libc-glibc = "glibc-tests-ptest"
Patrick Williams213cb262021-08-07 19:21:33 -050074PTESTS_FAST:remove:mips64 = "qemu-ptest"
Andrew Geissler595f6302022-01-24 19:11:47 +000075PTESTS_PROBLEMS:append:mips64 = " qemu-ptest"
76PTESTS_FAST:remove:riscv32 = "qemu-ptest"
77PTESTS_PROBLEMS:append:riscv32 = " qemu-ptest"
Brad Bishopc342db32019-05-15 21:57:59 -040078
79PTESTS_SLOW = "\
Andrew Geissler82c905d2020-04-13 13:39:40 -050080 babeltrace-ptest \
81 babeltrace2-ptest \
Brad Bishopc342db32019-05-15 21:57:59 -040082 busybox-ptest \
Andrew Geissler82c905d2020-04-13 13:39:40 -050083 coreutils-ptest \
Andrew Geissler615f2f12022-07-15 14:00:58 -050084 curl-ptest \
Andrew Geissler9aee5002022-03-30 16:27:02 +000085 dbus-ptest \
Brad Bishopc342db32019-05-15 21:57:59 -040086 e2fsprogs-ptest \
Andrew Geisslereff27472021-10-29 15:35:00 -050087 findutils-ptest \
Brad Bishopc342db32019-05-15 21:57:59 -040088 glib-2.0-ptest \
89 gstreamer1.0-ptest \
90 libevent-ptest \
Andrew Geisslerd5838332022-05-27 11:33:10 -050091 libgcrypt-ptest \
Brad Bishopc342db32019-05-15 21:57:59 -040092 lttng-tools-ptest \
Brad Bishopc342db32019-05-15 21:57:59 -040093 openssh-ptest \
94 openssl-ptest \
95 perl-ptest \
Andrew Geissler9aee5002022-03-30 16:27:02 +000096 python3-cryptography-ptest \
Brad Bishopc342db32019-05-15 21:57:59 -040097 python3-ptest \
98 strace-ptest \
99 tcl-ptest \
100 util-linux-ptest \
101 valgrind-ptest \
102"
Brad Bishop00e122a2019-10-05 11:10:57 -0400103
Patrick Williams213cb262021-08-07 19:21:33 -0500104PTESTS_SLOW:remove:riscv64 = "valgrind-ptest"
105PTESTS_PROBLEMS:append:riscv64 = "valgrind-ptest"
William A. Kennington IIIac69b482021-06-02 12:28:27 -0700106
107# ruby-ptest \ # Timeout
William A. Kennington IIIac69b482021-06-02 12:28:27 -0700108# lz4-ptest \ # Needs a rewrite
109# rt-tests-ptest \ # Needs to be checked whether it runs at all
110# bash-ptest \ # Test outcomes are non-deterministic by design
111# ifupdown-ptest \ # Tested separately in lib/oeqa/selftest/cases/imagefeatures.py
112# mdadm-ptest \ # Tests rely on non-deterministic sleep() amounts
113# libinput-ptest \ # Tests need an unloaded system to be reliable
114# libpam-ptest \ # Needs pam DISTRO_FEATURE
115# numactl-ptest \ # qemu not (yet) configured for numa; all tests are skipped
116# libseccomp-ptest \ # tests failed: 38; add to slow tests once addressed
117# python3-numpy-ptest \ # requires even more RAM and (possibly) disk space; multiple failures
118
119PTESTS_PROBLEMS = "\
120 ruby-ptest \
William A. Kennington IIIac69b482021-06-02 12:28:27 -0700121 lz4-ptest \
122 rt-tests-ptest \
123 bash-ptest \
124 ifupdown-ptest \
125 mdadm-ptest \
126 libinput-ptest \
127 libpam-ptest \
128 libseccomp-ptest \
129 numactl-ptest \
130 python3-numpy-ptest \
131"