blob: 3872bdc942792f297f9550020eff37daca20b163 [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 \
43 lzo-ptest \
44 m4-ptest \
45 nettle-ptest \
46 openssl-ptest \
47 opkg-ptest \
48 pango-ptest \
49 parted-ptest \
William A. Kennington IIIac69b482021-06-02 12:28:27 -070050 python3-atomicwrites-ptest \
51 python3-jinja2-ptest \
52 python3-markupsafe-ptest \
53 python3-more-itertools-ptest \
54 python3-pluggy-ptest \
55 python3-wcwidth-ptest \
Andrew Geisslerd25ed322020-06-27 00:28:28 -050056 qemu-ptest \
Brad Bishopc342db32019-05-15 21:57:59 -040057 quilt-ptest \
58 sed-ptest \
59 slang-ptest \
Andrew Geissler82c905d2020-04-13 13:39:40 -050060 wayland-ptest \
Brad Bishopc342db32019-05-15 21:57:59 -040061 zlib-ptest \
62"
Patrick Williams213cb262021-08-07 19:21:33 -050063PTESTS_FAST:remove:mips64 = "qemu-ptest"
64PTESTS_PROBLEMS:append:mips64 = "qemu-ptest"
Brad Bishopc342db32019-05-15 21:57:59 -040065
66PTESTS_SLOW = "\
Andrew Geissler82c905d2020-04-13 13:39:40 -050067 babeltrace-ptest \
68 babeltrace2-ptest \
Brad Bishopc342db32019-05-15 21:57:59 -040069 busybox-ptest \
Andrew Geissler82c905d2020-04-13 13:39:40 -050070 coreutils-ptest \
Brad Bishopc342db32019-05-15 21:57:59 -040071 dbus-test-ptest \
72 e2fsprogs-ptest \
73 glib-2.0-ptest \
74 gstreamer1.0-ptest \
75 libevent-ptest \
76 lttng-tools-ptest \
Brad Bishopc342db32019-05-15 21:57:59 -040077 openssh-ptest \
78 openssl-ptest \
79 perl-ptest \
Brad Bishopc342db32019-05-15 21:57:59 -040080 python3-ptest \
81 strace-ptest \
82 tcl-ptest \
83 util-linux-ptest \
84 valgrind-ptest \
85"
Brad Bishop00e122a2019-10-05 11:10:57 -040086
Patrick Williams213cb262021-08-07 19:21:33 -050087PTESTS_SLOW:remove:riscv64 = "valgrind-ptest"
88PTESTS_PROBLEMS:append:riscv64 = "valgrind-ptest"
William A. Kennington IIIac69b482021-06-02 12:28:27 -070089
90# ruby-ptest \ # Timeout
William A. Kennington IIIac69b482021-06-02 12:28:27 -070091# lz4-ptest \ # Needs a rewrite
92# rt-tests-ptest \ # Needs to be checked whether it runs at all
93# bash-ptest \ # Test outcomes are non-deterministic by design
94# ifupdown-ptest \ # Tested separately in lib/oeqa/selftest/cases/imagefeatures.py
95# mdadm-ptest \ # Tests rely on non-deterministic sleep() amounts
96# libinput-ptest \ # Tests need an unloaded system to be reliable
97# libpam-ptest \ # Needs pam DISTRO_FEATURE
98# numactl-ptest \ # qemu not (yet) configured for numa; all tests are skipped
99# libseccomp-ptest \ # tests failed: 38; add to slow tests once addressed
100# python3-numpy-ptest \ # requires even more RAM and (possibly) disk space; multiple failures
101
102PTESTS_PROBLEMS = "\
103 ruby-ptest \
William A. Kennington IIIac69b482021-06-02 12:28:27 -0700104 lz4-ptest \
105 rt-tests-ptest \
106 bash-ptest \
107 ifupdown-ptest \
108 mdadm-ptest \
109 libinput-ptest \
110 libpam-ptest \
111 libseccomp-ptest \
112 numactl-ptest \
113 python3-numpy-ptest \
114"