blob: ce13368c2e2217a12bb5e868170b5069a0d87b49 [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 \
17 flex-ptest \
18 gawk-ptest \
19 gdbm-ptest \
20 gdk-pixbuf-ptest \
21 gettext-ptest \
22 gzip-ptest \
23 json-glib-ptest \
Brad Bishopc342db32019-05-15 21:57:59 -040024 libconvert-asn1-perl-ptest \
25 liberror-perl-ptest \
Brad Bishopc8f47122019-06-24 09:36:18 -040026 libmodule-build-perl-ptest \
Brad Bishopc342db32019-05-15 21:57:59 -040027 libpcre-ptest \
28 libtimedate-perl-ptest \
29 libtest-needs-perl-ptest \
30 liburi-perl-ptest \
31 libusb1-ptest \
32 libxml-namespacesupport-perl-ptest \
33 libxml-perl-ptest \
34 libxml-parser-perl-ptest \
35 libxml-sax-perl-ptest \
36 libxml-sax-base-perl-ptest \
37 libxml-simple-perl-ptest \
38 libxml2-ptest \
39 lzo-ptest \
40 m4-ptest \
41 nettle-ptest \
42 openssl-ptest \
43 opkg-ptest \
44 pango-ptest \
45 parted-ptest \
Andrew Geisslerd25ed322020-06-27 00:28:28 -050046 qemu-ptest \
Brad Bishopc342db32019-05-15 21:57:59 -040047 quilt-ptest \
48 sed-ptest \
49 slang-ptest \
Andrew Geissler82c905d2020-04-13 13:39:40 -050050 wayland-ptest \
Brad Bishopc342db32019-05-15 21:57:59 -040051 zlib-ptest \
52"
Andrew Geisslerd25ed322020-06-27 00:28:28 -050053PTESTS_FAST_remove_mips64 = "qemu-ptest"
Brad Bishopc342db32019-05-15 21:57:59 -040054
55#PTESTS_PROBLEMS = "\
Brad Bishopc342db32019-05-15 21:57:59 -040056# ruby-ptest \ # Timeout
Brad Bishopc342db32019-05-15 21:57:59 -040057# clutter-1.0-ptest \ # Doesn't build due to depends on cogl-1.0
Andrew Geissler82c905d2020-04-13 13:39:40 -050058# lz4-ptest \ # Needs a rewrite
59# rt-tests-ptest \ # Needs to be checked whether it runs at all
60# bash-ptest \ # Test outcomes are non-deterministic by design
61# ifupdown-ptest \ # Tested separately in lib/oeqa/selftest/cases/imagefeatures.py
62# mdadm-ptest \ # Tests rely on non-deterministic sleep() amounts
Brad Bishopc342db32019-05-15 21:57:59 -040063#"
64
65PTESTS_SLOW = "\
Andrew Geissler82c905d2020-04-13 13:39:40 -050066 babeltrace-ptest \
67 babeltrace2-ptest \
Brad Bishopc342db32019-05-15 21:57:59 -040068 busybox-ptest \
Andrew Geissler82c905d2020-04-13 13:39:40 -050069 coreutils-ptest \
Brad Bishopc342db32019-05-15 21:57:59 -040070 dbus-test-ptest \
71 e2fsprogs-ptest \
72 glib-2.0-ptest \
73 gstreamer1.0-ptest \
74 libevent-ptest \
Andrew Geisslerc182c622020-05-15 14:13:32 -050075 libinput-ptest \
Brad Bishopc342db32019-05-15 21:57:59 -040076 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
87PTESTS_SLOW_remove_riscv64 = "valgrind-ptest"