From: Mark Wielaard Date: Thu, 10 Jul 2025 21:09:18 +0000 (+0200) Subject: Add fcntl14{,_64}, fcntl34{,_64} and fcntl36{,_64} to ltp-excludes.txt X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=0888c8b2289b450e87e92852e62d540bcd834b5a;p=thirdparty%2Fvalgrind.git 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 --git a/auxprogs/ltp-excludes.txt b/auxprogs/ltp-excludes.txt index 275fd7485..3b52dab8c 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