Browse Source

testsuite: nptl/tst-basic5 depends on SUSV4_LEGACY

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Bernhard Reutner-Fischer 13 years ago
parent
commit
2dbcb89284
1 changed files with 4 additions and 0 deletions
  1. 4 0
      test/nptl/Makefile.in

+ 4 - 0
test/nptl/Makefile.in

@@ -46,6 +46,10 @@ ifeq ($(UCLIBC_HAS_OBSOLETE_BSD_SIGNAL),)
 TESTS_DISABLED += tst-exec2 tst-exec3 tst-exec4
 endif
 
+ifeq ($(UCLIBC_SUSV4_LEGACY),)
+TESTS_DISABLED += tst-basic5
+endif
+
 GLIBC_TESTS_DISABLED := tst-eintr1_glibc tst-eintr2_glibc \
 	tst-eintr3_glibc tst-eintr4_glibc tst-eintr5_glibc \
 	tst-tls1_glibc tst-tls2_glibc