[PATCH] tests: remove close_range* tests from pure_executables.list
Sven Schnelle
svens at linux.ibm.com
Mon Nov 9 20:26:49 UTC 2020
close_range* relies on /dev/full being opened on fd 7, so remove
them from pure_executable.list.
Signed-off-by: Sven Schnelle <svens at linux.ibm.com>
---
tests/Makefile.am | 4 ++++
tests/pure_executables.list | 4 ----
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/tests/Makefile.am b/tests/Makefile.am
index b9a58f55..f2975dba 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -260,6 +260,10 @@ check_PROGRAMS = $(PURE_EXECUTABLES) \
xetpriority--pidns-translation \
xet_robust_list--pidns-translation \
zeroargc \
+ close_range \
+ close_range-P \
+ close_range-y \
+ close_range-yy \
# end of check_PROGRAMS
attach_f_p_LDADD = -lpthread $(LDADD)
diff --git a/tests/pure_executables.list b/tests/pure_executables.list
index 7d0f8495..0c8082ed 100755
--- a/tests/pure_executables.list
+++ b/tests/pure_executables.list
@@ -32,10 +32,6 @@ clone3
clone3-Xabbrev
clone3-Xraw
clone3-Xverbose
-close_range
-close_range-P
-close_range-y
-close_range-yy
copy_file_range
creat
delete_module
--
2.17.1
More information about the Strace-devel
mailing list