diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-11-26 10:46:53 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-11-26 10:47:12 +0100 |
commit | c61986c0ac8d6e785a098c24f6d61ece2b712f74 (patch) | |
tree | 6c9ed1b03e48fae3f1d93c0b9fa429224bb3dd66 | |
parent | 8129e1c5cfa00abdbbe83c84d1d9785a9667fd49 (diff) |
we have to disable tst-tls2 for microblaze, qemu crashes otherwise
-rw-r--r-- | test/nptl/Makefile.in | 6 |
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 \ |