From b72dac4e4c0f52e0074794aa91464b54ddf87d77 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Sun, 13 Jul 2025 00:31:26 +0200 Subject: [PATCH] ltp-excludes.txt: Add tests that use unsupported clone flags Add clone08, close_range02 and kcmp03. --- auxprogs/ltp-excludes.txt | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.39.5