summaryrefslogtreecommitdiff
path: root/test/nptl/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'test/nptl/Makefile.in')
-rw-r--r--test/nptl/Makefile.in12
1 files changed, 10 insertions, 2 deletions
diff --git a/test/nptl/Makefile.in b/test/nptl/Makefile.in
index 35859f9..5c14e36 100644
--- a/test/nptl/Makefile.in
+++ b/test/nptl/Makefile.in
@@ -5,9 +5,17 @@ ifeq ($(TARGET_ARCH),metag)
TESTS_DISABLED := tst-cleanup0 tst-cleanupx0
endif
+ifeq ($(TARGET_ARCH),riscv32)
+TESTS_DISABLED := tst-rwlock9
+endif
+
# qemu crash
ifeq ($(TARGET_ARCH),microblaze)
-TESTS_DISABLED := tst-tls2
+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
@@ -15,7 +23,7 @@ ifeq ($(TARGET_ARCH),sh)
TESTS_DISABLED := tst-cond1 tst-cond4 tst-cond6 tst-cond7 tst-cond10 \
tst-cond13 tst-cond14 tst-cond15 tst-cond18 tst-cond20 \
tst-cond21 tst-cond22 tst-cputimer1 tst-cputimer2 tst-cputimer3 \
- tst-mutex8 tst-timer4 tst-timer5
+ tst-mutex8 tst-timer4 tst-timer5 tst-spin3
endif
TESTS := tst-align tst-align2 tst-atfork1 tst-attr1 tst-attr2 tst-attr3 \