From: Mark Wielaard Date: Sat, 12 Jul 2025 22:31:26 +0000 (+0200) Subject: ltp-excludes.txt: Add tests that use unsupported clone flags X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=inline;p=thirdparty%2Fvalgrind.git ltp-excludes.txt: Add tests that use unsupported clone flags Add clone08, close_range02 and kcmp03. --- diff --git a/auxprogs/ltp-excludes.txt b/auxprogs/ltp-excludes.txt index 3b52dab8c..b03111e20 100644 --- a/auxprogs/ltp-excludes.txt +++ b/auxprogs/ltp-excludes.txt @@ -24,3 +24,8 @@ fcntl34 fcntl34_64 fcntl36 fcntl36_64 +# Tests fail because valgrind only supports a limited number +# of clone flags. +clone08 +close_range02 +kcmp03