meta-oe: Move tests out or into problematic test lists

This is based on current results

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2025-04-12 07:54:36 -07:00
parent f2536fbd87
commit 90383092e1
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -20,10 +20,12 @@ PTESTS_FAST_META_OE = "\
leveldb \
libcereal \
libgpiod \
libjcat \
libio-pty-perl \
libmanette \
librelp \
libssh \
libteam \
libtinyxml2 \
libtoml11 \
libxml++-5.0 \
@ -50,7 +52,7 @@ PTESTS_FAST_META_OE = "\
PTESTS_FAST_META_OE:append:x86 = " mcelog"
PTESTS_FAST_META_OE:append:x86-64 = " mcelog"
PTESTS_FAST_META_OE:remove:libc-musl = "minicoredumper"
PTESTS_FAST_META_OE:remove:libc-musl = "jemalloc minicoredumper oprofile"
PTESTS_FAST_META_OE:remove:riscv64 = "nodejs oprofile"
PTESTS_FAST_META_OE:remove:riscv32 = "nodejs oprofile"
@ -58,10 +60,7 @@ PTESTS_SLOW_META_OE = "\
c-ares \
fftw \
libusb-compat \
rsyslog \
rocksdb \
mariadb \
poco \
re2 \
"
PTESTS_SLOW_META_OE:append:x86 = " kernel-selftest"
@ -71,8 +70,10 @@ PTESTS_SLOW_META_OE:remove:libc-musl = "kernel-selftest"
PTESTS_PROBLEMS_META_OE = "\
keyutils \
libdbi-perl \
libjcat \
libteam \
mariadb \
ostree \
poco \
psqlodbc \
rsyslog \
"
PTESTS_PROBLEMS_META_OE:append:libc-musl = " jemalloc minicoredumper oprofile"