From c61986c0ac8d6e785a098c24f6d61ece2b712f74 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 26 Nov 2016 10:46:53 +0100 Subject: we have to disable tst-tls2 for microblaze, qemu crashes otherwise --- test/nptl/Makefile.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/nptl/Makefile.in b/test/nptl/Makefile.in index e1cb91f..ebcc2d2 100644 --- a/test/nptl/Makefile.in +++ b/test/nptl/Makefile.in @@ -4,6 +4,12 @@ ifeq ($(TARGET_ARCH),metag) TESTS_DISABLED := tst-cleanup0 tst-cleanupx0 endif + +# qemu crash +ifeq ($(TARGET_ARCH),microblaze) +TESTS_DISABLED := tst-tls2 +endif + # deadlock ifeq ($(TARGET_ARCH),sh) TESTS_DISABLED := tst-cond1 tst-cond4 tst-cond6 tst-cond7 tst-cond10 \ -- cgit v1.2.3