Initial commit
This commit is contained in:
@@ -0,0 +1,142 @@
|
||||
#
|
||||
# Lists of the ptests in OE-Core, sorted into two sets by the time they take
|
||||
#
|
||||
# ptests which take less than ~30s each
|
||||
#
|
||||
PTESTS_FAST = "\
|
||||
acl \
|
||||
apr-util \
|
||||
attr \
|
||||
babeltrace \
|
||||
babeltrace2 \
|
||||
bc \
|
||||
bluez5 \
|
||||
busybox \
|
||||
cpio \
|
||||
diffstat \
|
||||
diffutils \
|
||||
ethtool \
|
||||
expat \
|
||||
expect \
|
||||
findutils \
|
||||
flex \
|
||||
gawk \
|
||||
gdbm \
|
||||
gdk-pixbuf \
|
||||
glib-networking \
|
||||
gzip \
|
||||
json-c \
|
||||
json-glib \
|
||||
libconvert-asn1-perl \
|
||||
liberror-perl \
|
||||
libgpg-error\
|
||||
libnl \
|
||||
libpcre \
|
||||
libssh2 \
|
||||
libtimedate-perl \
|
||||
libtest-fatal-perl \
|
||||
libtest-needs-perl \
|
||||
libtest-warnings-perl \
|
||||
libtry-tiny-perl \
|
||||
liburi-perl \
|
||||
libusb1 \
|
||||
libxml-namespacesupport-perl \
|
||||
libxml-perl \
|
||||
libxml-parser-perl \
|
||||
libxml-sax-perl \
|
||||
libxml-sax-base-perl \
|
||||
libxml-simple-perl \
|
||||
libxml2 \
|
||||
logrotate \
|
||||
lua \
|
||||
lzo \
|
||||
m4 \
|
||||
nettle \
|
||||
opkg \
|
||||
pango \
|
||||
popt \
|
||||
python3-atomicwrites \
|
||||
python3-bcrypt \
|
||||
python3-calver \
|
||||
python3-hypothesis \
|
||||
python3-jinja2 \
|
||||
python3-jsonpointer \
|
||||
python3-markupsafe \
|
||||
python3-more-itertools \
|
||||
python3-pluggy \
|
||||
python3-pyasn1 \
|
||||
python3-pytz \
|
||||
python3-trove-classifiers \
|
||||
python3-wcwidth \
|
||||
python3-webcolors \
|
||||
qemu \
|
||||
quilt \
|
||||
sed \
|
||||
slang \
|
||||
wayland \
|
||||
zlib \
|
||||
"
|
||||
PTESTS_FAST:append:libc-glibc = " glibc-tests"
|
||||
PTESTS_PROBLEMS:remove:libc-glibc = "glibc-tests"
|
||||
PTESTS_FAST:remove:mips64 = "qemu"
|
||||
PTESTS_PROBLEMS:append:mips64 = " qemu"
|
||||
PTESTS_FAST:remove:riscv32 = "qemu"
|
||||
PTESTS_PROBLEMS:append:riscv32 = " qemu"
|
||||
|
||||
PTESTS_SLOW = "\
|
||||
apr \
|
||||
bzip2 \
|
||||
coreutils \
|
||||
curl \
|
||||
dbus \
|
||||
e2fsprogs \
|
||||
elfutils \
|
||||
gettext \
|
||||
glib-2.0 \
|
||||
gnutls \
|
||||
gstreamer1.0 \
|
||||
libevent \
|
||||
libgcrypt \
|
||||
libmodule-build-perl \
|
||||
lttng-tools \
|
||||
mdadm \
|
||||
openssh \
|
||||
openssl \
|
||||
parted \
|
||||
perl \
|
||||
python3-cryptography \
|
||||
python3 \
|
||||
strace \
|
||||
tcl \
|
||||
util-linux \
|
||||
valgrind \
|
||||
lz4 \
|
||||
"
|
||||
|
||||
PTESTS_SLOW:remove:riscv64 = "valgrind"
|
||||
PTESTS_PROBLEMS:append:riscv64 = " valgrind"
|
||||
PTESTS_SLOW:append:libc-musl = " libc-test"
|
||||
PTESTS_SLOW:remove:x86 = "valgrind"
|
||||
PTESTS_PROBLEMS:append:x86 = " valgrind"
|
||||
|
||||
# ruby \ # Timeout
|
||||
# rt-tests \ # Needs to be checked whether it runs at all
|
||||
# bash \ # Test outcomes are non-deterministic by design
|
||||
# ifupdown \ # Tested separately in lib/oeqa/selftest/cases/imagefeatures.py
|
||||
# libinput \ # Tests need an unloaded system to be reliable
|
||||
# libpam \ # Needs pam DISTRO_FEATURE
|
||||
# numactl \ # qemu not (yet) configured for numa; all tests are skipped
|
||||
# libseccomp \ # tests failed: 38; add to slow tests once addressed
|
||||
# python3-numpy \ # requires even more RAM and (possibly) disk space; multiple failures
|
||||
|
||||
PTESTS_PROBLEMS = "\
|
||||
ruby \
|
||||
rt-tests \
|
||||
bash \
|
||||
ifupdown \
|
||||
libinput \
|
||||
libpam \
|
||||
libseccomp \
|
||||
numactl \
|
||||
python3-numpy \
|
||||
"
|
||||
Reference in New Issue
Block a user