summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/conf/distro/include/ptest-packagelists.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/conf/distro/include/ptest-packagelists.inc b/meta/conf/distro/include/ptest-packagelists.inc
index 68a3f63a6a..b590640edc 100644
--- a/meta/conf/distro/include/ptest-packagelists.inc
+++ b/meta/conf/distro/include/ptest-packagelists.inc
@@ -121,8 +121,9 @@ PTESTS_SLOW = "\
121 lz4 \ 121 lz4 \
122" 122"
123 123
124PTESTS_SLOW:remove:riscv64 = "valgrind" 124# python3 ptests hang on qemuriscv64
125PTESTS_PROBLEMS:append:riscv64 = " valgrind" 125PTESTS_SLOW:remove:riscv64 = "valgrind python3"
126PTESTS_PROBLEMS:append:riscv64 = " valgrind python3"
126PTESTS_SLOW:remove:riscv32 = "lttng-tools strace valgrind" 127PTESTS_SLOW:remove:riscv32 = "lttng-tools strace valgrind"
127PTESTS_PROBLEMS:append:riscv32 = " lttng-tools strace valgrind" 128PTESTS_PROBLEMS:append:riscv32 = " lttng-tools strace valgrind"
128PTESTS_SLOW:append:libc-musl = " libc-test" 129PTESTS_SLOW:append:libc-musl = " libc-test"