summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-11-26 10:46:53 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-11-26 10:47:12 +0100
commitc61986c0ac8d6e785a098c24f6d61ece2b712f74 (patch)
tree6c9ed1b03e48fae3f1d93c0b9fa429224bb3dd66
parent8129e1c5cfa00abdbbe83c84d1d9785a9667fd49 (diff)
we have to disable tst-tls2 for microblaze, qemu crashes otherwise
-rw-r--r--test/nptl/Makefile.in6
1 files changed, 6 insertions, 0 deletions
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 \