Message ID | 20250204013925.2005184-3-Randy.MacLeod@windriver.com |
---|---|
State | New |
Headers | show |
Series | [1/3] valgrind: update 3.23.0 -> 3.24.0 (ptest fails, vg_regtest needs rebase) | expand |
lgtm. I thought of demoting it to PTESTS_PROBLEMS but that will still run it and occupy resources On Mon, Feb 3, 2025 at 5:39 PM <Randy.MacLeod@windriver.com> wrote: > > From: Randy MacLeod <Randy.MacLeod@windriver.com> > > The valgrind-3.24 and glibc-2.41 update result in lots of valgrind ptests > failing. Remove all valgrind ptests until that can be fixed. > > Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> > --- > meta/conf/distro/include/ptest-packagelists.inc | 11 ++++------- > 1 file 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 = "\ > tcl \ > tcl8 \ > util-linux \ > - valgrind \ > " > > # python3 ptests hang on qemuriscv64 > -PTESTS_SLOW:remove:riscv64 = "valgrind python3" > -PTESTS_PROBLEMS:append:riscv64 = " valgrind python3" > -PTESTS_SLOW:remove:riscv32 = "lttng-tools strace valgrind" > -PTESTS_PROBLEMS:append:riscv32 = " lttng-tools strace valgrind" > +PTESTS_SLOW:remove:riscv64 = "python3" > +PTESTS_PROBLEMS:append:riscv64 = " python3" > +PTESTS_SLOW:remove:riscv32 = "lttng-tools strace " > +PTESTS_PROBLEMS:append:riscv32 = " lttng-tools strace" > 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 > -- > 2.34.1 >
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 = "\ tcl \ tcl8 \ util-linux \ - valgrind \ " # python3 ptests hang on qemuriscv64 -PTESTS_SLOW:remove:riscv64 = "valgrind python3" -PTESTS_PROBLEMS:append:riscv64 = " valgrind python3" -PTESTS_SLOW:remove:riscv32 = "lttng-tools strace valgrind" -PTESTS_PROBLEMS:append:riscv32 = " lttng-tools strace valgrind" +PTESTS_SLOW:remove:riscv64 = "python3" +PTESTS_PROBLEMS:append:riscv64 = " python3" +PTESTS_SLOW:remove:riscv32 = "lttng-tools strace " +PTESTS_PROBLEMS:append:riscv32 = " lttng-tools strace" 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