Explorar el Código

exec-null hangs in endless loop on systems with linuxthreads

Waldemar Brodkorb hace 3 años
padre
commit
e19b9d9115
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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