Browse Source

exec-null hangs in endless loop on systems with linuxthreads

Waldemar Brodkorb 1 year ago
parent
commit
e19b9d9115
1 changed files with 3 additions and 0 deletions
  1. 3 0
      test/unistd/Makefile.in

+ 3 - 0
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