From: Mark W. <ma...@so...> - 2025-07-10 21:36:55
|
https://sourceware.org/cgit/valgrind/commit/?id=0888c8b2289b450e87e92852e62d540bcd834b5a commit 0888c8b2289b450e87e92852e62d540bcd834b5a Author: Mark Wielaard <ma...@kl...> Date: Thu Jul 10 23:09:18 2025 +0200 Add fcntl14{,_64}, fcntl34{,_64} and fcntl36{,_64} to ltp-excludes.txt 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. Diff: --- auxprogs/ltp-excludes.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/auxprogs/ltp-excludes.txt b/auxprogs/ltp-excludes.txt index 275fd74854..3b52dab8c7 100644 --- a/auxprogs/ltp-excludes.txt +++ b/auxprogs/ltp-excludes.txt @@ -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 |