From: Mark Wielaard Date: Sun, 4 May 2025 18:16:26 +0000 (+0200) Subject: ltp-excludes: Add fork14, futex_cmp_requeue and pidfd_send_signal X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ecff86148825f0c6e58e55029b1d842839559ab0;p=thirdparty%2Fvalgrind.git 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 --git a/auxprogs/ltp-excludes.txt b/auxprogs/ltp-excludes.txt index 5b1d898c8..236d77942 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