diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-08-17 17:47:09 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-08-17 19:17:49 +0200 |
commit | 2dbcb892846c6c5fd6962c155b7a5bb354d11ca5 (patch) | |
tree | 72f3683997358c693a3125b7bbb6582bcb802b1c /test/nptl/Makefile.in | |
parent | c33b304eefddf75509dc40b5cf6ddda4b40ee37f (diff) |
testsuite: nptl/tst-basic5 depends on SUSV4_LEGACY
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'test/nptl/Makefile.in')
-rw-r--r-- | test/nptl/Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/nptl/Makefile.in b/test/nptl/Makefile.in index b8e140bc1..7fd4facd7 100644 --- a/test/nptl/Makefile.in +++ b/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 |