diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-05-14 23:06:34 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-05-15 10:55:26 +0100 |
commit | 285285500cf4851d052e851206ee8b7a56e1f16d (patch) | |
tree | 89e69de19cb2f8f04c0d69e7e79bbb05e29bc235 /meta | |
parent | 61bcaf74acbb1b3179171d544fcdf3a792acb661 (diff) | |
download | poky-285285500cf4851d052e851206ee8b7a56e1f16d.tar.gz |
ptest-packagelists: Add riscv64 exclusions so we can add testing
Add failing tests to the list of broken tests for riscv64 so we can
then start running the working tests and spot regressions.
We can them aim to remove these over time as they start working.
(From OE-Core rev: 22736c5281892dcd6b2134c62f33ae13ed14650c)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/distro/include/ptest-packagelists.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/conf/distro/include/ptest-packagelists.inc b/meta/conf/distro/include/ptest-packagelists.inc index 3658dd2adb..9cd7928154 100644 --- a/meta/conf/distro/include/ptest-packagelists.inc +++ b/meta/conf/distro/include/ptest-packagelists.inc | |||
@@ -135,6 +135,10 @@ PTESTS_SLOW:remove:riscv32 = "lttng-tools strace " | |||
135 | PTESTS_PROBLEMS:append:riscv32 = " lttng-tools strace" | 135 | PTESTS_PROBLEMS:append:riscv32 = " lttng-tools strace" |
136 | PTESTS_SLOW:append:libc-musl = " libc-test" | 136 | PTESTS_SLOW:append:libc-musl = " libc-test" |
137 | 137 | ||
138 | # These tests don't yet pass for riscv64 | ||
139 | PTESTS_SLOW:remove:riscv64 = "tcl tcl8 python3-cffi strace lttng-tools python3-numpy perl" | ||
140 | PTESTS_PROBLEMS:append:riscv64 = " tcl tcl8 python3-cffi strace lttng-tools python3-numpy perl" | ||
141 | |||
138 | # ruby \ # Timeout | 142 | # ruby \ # Timeout |
139 | # rt-tests \ # Needs to be checked whether it runs at all | 143 | # rt-tests \ # Needs to be checked whether it runs at all |
140 | # bash \ # Test outcomes are non-deterministic by design | 144 | # bash \ # Test outcomes are non-deterministic by design |