Browse Source

microblaze: disable a lot of tests, all are stalling on latest Qemu

Waldemar Brodkorb 3 months ago
parent
commit
5f507306d0
2 changed files with 8 additions and 1 deletions
  1. 5 1
      test/nptl/Makefile.in
  2. 3 0
      test/pthread/Makefile.in

+ 5 - 1
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

+ 3 - 0
test/pthread/Makefile.in

@@ -3,6 +3,9 @@
 
 TESTS_DISABLED += cancellation-points
 
+ifeq ($(TARGET_ARCH),microblaze)
+TESTS_DISABLED += ex3
+endif
 ifeq ($(TARGET_ARCH),sh)
 TESTS_DISABLED += ex2 ex7
 endif