summaryrefslogtreecommitdiff
path: root/test/nptl
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-01-03 15:40:20 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2024-01-03 15:40:20 +0100
commit5f507306d0737fce014d79328cabbf0bc2c7f569 (patch)
treeed1e7e823289f060b3eb646766359bce4d9be322 /test/nptl
parent4a0f95027a1bec5fab81ce497035d3ecadedbb0c (diff)
microblaze: disable a lot of tests, all are stalling on latest Qemu
Diffstat (limited to 'test/nptl')
-rw-r--r--test/nptl/Makefile.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/nptl/Makefile.in b/test/nptl/Makefile.in
index 44ffbba..d1d86e5 100644
--- a/test/nptl/Makefile.in
+++ b/test/nptl/Makefile.in
@@ -12,7 +12,11 @@ endif
# qemu crash
ifeq ($(TARGET_ARCH),microblaze)
-TESTS_DISABLED := tst-tls2 tst-cancel10x
+TESTS_DISABLED := tst-tls2 tst-cancelx4 tst-cancelx8 tst-cancelx9 tst-cancelx10 tst-cancelx11 \
+ tst-cancelx12 tst-cancelx13 tst-cancelx14 tst-cancelx15 \
+ tst-cancelx16 tst-cancelx18 tst-cancelx20 tst-cancelx21 \
+ tst-cleanupx0 tst-cleanupx1 tst-cleanupx3 tst-oncex3 tst-oncex4 \
+ tst-sem11 tst-sem12
endif
# deadlock