From ecff86148825f0c6e58e55029b1d842839559ab0 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Sun, 4 May 2025 20:16:26 +0200 Subject: [PATCH] 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). --- auxprogs/ltp-excludes.txt | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.47.2