]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
ltp-excludes: Add fork14, futex_cmp_requeue and pidfd_send_signal
authorMark Wielaard <mark@klomp.org>
Sun, 4 May 2025 18:16:26 +0000 (20:16 +0200)
committerMark Wielaard <mark@klomp.org>
Sun, 4 May 2025 18:42:52 +0000 (20:42 +0200)
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

index 5b1d898c80def315adbae2fc25d665cfc0c48c82..236d779426ce772b016cf50b0d28a0f41d1bc1dc 100644 (file)
@@ -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