From: Mark W. <ma...@so...> - 2025-07-12 22:33:34
|
https://sourceware.org/cgit/valgrind/commit/?id=b72dac4e4c0f52e0074794aa91464b54ddf87d77 commit b72dac4e4c0f52e0074794aa91464b54ddf87d77 Author: Mark Wielaard <ma...@kl...> Date: Sun Jul 13 00:31:26 2025 +0200 ltp-excludes.txt: Add tests that use unsupported clone flags Add clone08, close_range02 and kcmp03. Diff: --- auxprogs/ltp-excludes.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/auxprogs/ltp-excludes.txt b/auxprogs/ltp-excludes.txt index 3b52dab8c7..b03111e20d 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 |