]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Add fcntl14{,_64}, fcntl34{,_64} and fcntl36{,_64} to ltp-excludes.txt
authorMark Wielaard <mark@klomp.org>
Thu, 10 Jul 2025 21:09:18 +0000 (23:09 +0200)
committerMark Wielaard <mark@klomp.org>
Thu, 10 Jul 2025 21:09:18 +0000 (23:09 +0200)
These fcntl syscall tests time out and would need at least
LTP_TIMEOUT_MUL=5 when run under memcheck, which is several minutes,
so exclude them for now.

auxprogs/ltp-excludes.txt

index 275fd748549d7e975c7ff2cb709cd9d54e2f7e88..3b52dab8c7b50fda6948a131f5b616cafcc80e48 100644 (file)
@@ -16,3 +16,11 @@ setsockopt07
 signal05
 signal06
 timerfd_settime02
+# The following fcntl syscall tests time out, need at least
+# LTP_TIMEOUT_MUL=5 when run under memcheck
+fcntl14
+fcntl14_64
+fcntl34
+fcntl34_64
+fcntl36
+fcntl36_64