From: Mark W. <ma...@so...> - 2025-05-04 18:43:25
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=ecff86148825f0c6e58e55029b1d842839559ab0 commit ecff86148825f0c6e58e55029b1d842839559ab0 Author: Mark Wielaard <ma...@kl...> Date: Sun May 4 20:16:26 2025 +0200 ltp-excludes: Add fork14, futex_cmp_requeue and pidfd_send_signal There are a few more linux test project syscall tests that seem to cause some trouble for some buildbots. The fork14 test uses a lot of memory, as do the futex_cmp_requeue tests (at least on ppc64le). And the pidfd_send_signal tests, when run inside a container, seem to kill the test wrapper (and the container it runs in). Diff: --- auxprogs/ltp-excludes.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/auxprogs/ltp-excludes.txt b/auxprogs/ltp-excludes.txt index 5b1d898c80..236d779426 100644 --- a/auxprogs/ltp-excludes.txt +++ b/auxprogs/ltp-excludes.txt @@ -1,7 +1,13 @@ bind06 epoll-ltp +fork14 +futex_cmp_requeue01 +futex_cmp_requeue02 inotify09 msgstress01 +pidfd_send_signal01 +pidfd_send_signal02 +pidfd_send_signal03 sendmsg03 setsockopt06 setsockopt07 |