summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/conf/distro/include/ptest-packagelists.inc11
1 files changed, 4 insertions, 7 deletions
diff --git a/meta/conf/distro/include/ptest-packagelists.inc b/meta/conf/distro/include/ptest-packagelists.inc
index e2a90c1c2e..f3fdededf6 100644
--- a/meta/conf/distro/include/ptest-packagelists.inc
+++ b/meta/conf/distro/include/ptest-packagelists.inc
@@ -126,17 +126,14 @@ PTESTS_SLOW = "\
126 tcl \ 126 tcl \
127 tcl8 \ 127 tcl8 \
128 util-linux \ 128 util-linux \
129 valgrind \
130" 129"
131 130
132# python3 ptests hang on qemuriscv64 131# python3 ptests hang on qemuriscv64
133PTESTS_SLOW:remove:riscv64 = "valgrind python3" 132PTESTS_SLOW:remove:riscv64 = "python3"
134PTESTS_PROBLEMS:append:riscv64 = " valgrind python3" 133PTESTS_PROBLEMS:append:riscv64 = " python3"
135PTESTS_SLOW:remove:riscv32 = "lttng-tools strace valgrind" 134PTESTS_SLOW:remove:riscv32 = "lttng-tools strace "
136PTESTS_PROBLEMS:append:riscv32 = " lttng-tools strace valgrind" 135PTESTS_PROBLEMS:append:riscv32 = " lttng-tools strace"
137PTESTS_SLOW:append:libc-musl = " libc-test" 136PTESTS_SLOW:append:libc-musl = " libc-test"
138PTESTS_SLOW:remove:x86 = "valgrind"
139PTESTS_PROBLEMS:append:x86 = " valgrind"
140 137
141# ruby \ # Timeout 138# ruby \ # Timeout
142# rt-tests \ # Needs to be checked whether it runs at all 139# rt-tests \ # Needs to be checked whether it runs at all