]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
ltp-excludes.txt: Add tests that use unsupported clone flags
authorMark Wielaard <mark@klomp.org>
Sat, 12 Jul 2025 22:31:26 +0000 (00:31 +0200)
committerMark Wielaard <mark@klomp.org>
Sat, 12 Jul 2025 22:33:11 +0000 (00:33 +0200)
Add clone08, close_range02 and kcmp03.

auxprogs/ltp-excludes.txt

index 3b52dab8c7b50fda6948a131f5b616cafcc80e48..b03111e20daf23aafa532fe3056c536daea55d6d 100644 (file)
@@ -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