From e19b9d9115fd3b060f61229549e34184f8d6c37e Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 27 Jan 2023 15:12:44 +0100 Subject: exec-null hangs in endless loop on systems with linuxthreads --- test/unistd/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/unistd/Makefile.in b/test/unistd/Makefile.in index 1776cda..ee7e5e7 100644 --- a/test/unistd/Makefile.in +++ b/test/unistd/Makefile.in @@ -11,6 +11,9 @@ ifeq ($(TARGET_ARCH),or1k) TESTS_DISABLED += tst-pselect endif +# avoid endless loop +TESTS_DISABLED += exec-null + OPTS_getopt := -abcXXX -9 OPTS_getopt_long := --add XXX --delete YYY --verbose # assume UCLIBC_HAS_GNU_GETOPT is enabled -- cgit v1.2.3