blob: 1e99d4fa421cce7b01f94f1bcdf174b7ee85760f [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 \
24 kbd-ptest \
25 libconvert-asn1-perl-ptest \
26 liberror-perl-ptest \
Brad Bishopc8f47122019-06-24 09:36:18 -040027 libmodule-build-perl-ptest \
Brad Bishopc342db32019-05-15 21:57:59 -040028 libpcre-ptest \
29 libtimedate-perl-ptest \
30 libtest-needs-perl-ptest \
31 liburi-perl-ptest \
32 libusb1-ptest \
33 libxml-namespacesupport-perl-ptest \
34 libxml-perl-ptest \
35 libxml-parser-perl-ptest \
36 libxml-sax-perl-ptest \
37 libxml-sax-base-perl-ptest \
38 libxml-simple-perl-ptest \
39 libxml2-ptest \
40 lzo-ptest \
41 m4-ptest \
42 nettle-ptest \
43 openssl-ptest \
44 opkg-ptest \
45 pango-ptest \
46 parted-ptest \
Andrew Geisslerd25ed322020-06-27 00:28:28 -050047 qemu-ptest \
Brad Bishopc342db32019-05-15 21:57:59 -040048 quilt-ptest \
49 sed-ptest \
50 slang-ptest \
Andrew Geissler82c905d2020-04-13 13:39:40 -050051 wayland-ptest \
Brad Bishopc342db32019-05-15 21:57:59 -040052 zlib-ptest \
53"
Andrew Geisslerd25ed322020-06-27 00:28:28 -050054PTESTS_FAST_remove_mips64 = "qemu-ptest"
Brad Bishopc342db32019-05-15 21:57:59 -040055
56#PTESTS_PROBLEMS = "\
Brad Bishopc342db32019-05-15 21:57:59 -040057# ruby-ptest \ # Timeout
Brad Bishopc342db32019-05-15 21:57:59 -040058# clutter-1.0-ptest \ # Doesn't build due to depends on cogl-1.0
Andrew Geissler82c905d2020-04-13 13:39:40 -050059# lz4-ptest \ # Needs a rewrite
60# rt-tests-ptest \ # Needs to be checked whether it runs at all
61# bash-ptest \ # Test outcomes are non-deterministic by design
62# ifupdown-ptest \ # Tested separately in lib/oeqa/selftest/cases/imagefeatures.py
63# mdadm-ptest \ # Tests rely on non-deterministic sleep() amounts
Brad Bishopc342db32019-05-15 21:57:59 -040064#"
65
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 \
Andrew Geisslerc182c622020-05-15 14:13:32 -050076 libinput-ptest \
Brad Bishopc342db32019-05-15 21:57:59 -040077 lttng-tools-ptest \
Brad Bishopc342db32019-05-15 21:57:59 -040078 openssh-ptest \
79 openssl-ptest \
80 perl-ptest \
Brad Bishopc342db32019-05-15 21:57:59 -040081 python3-ptest \
82 strace-ptest \
83 tcl-ptest \
84 util-linux-ptest \
85 valgrind-ptest \
86"
Brad Bishop00e122a2019-10-05 11:10:57 -040087
88PTESTS_SLOW_remove_riscv64 = "valgrind-ptest"