Jelajahi Sumber

or1k: disable some tests to complete test runs in qemu

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Waldemar Brodkorb 6 tahun lalu
induk
melakukan
1502f8269b
2 mengubah file dengan 9 tambahan dan 0 penghapusan
  1. 5 0
      test/nptl/Makefile.in
  2. 4 0
      test/pthread/Makefile.in

+ 5 - 0
test/nptl/Makefile.in

@@ -10,6 +10,11 @@ ifeq ($(TARGET_ARCH),microblaze)
 TESTS_DISABLED := tst-tls2
 endif
 
+# deadlock
+ifeq ($(TARGET_ARCH),or1k)
+TESTS_DISABLED := tst-sem11 tst-fork1
+endif
+
 # deadlock
 ifeq ($(TARGET_ARCH),sh)
 TESTS_DISABLED := tst-cond1 tst-cond4 tst-cond6 tst-cond7 tst-cond10 \

+ 4 - 0
test/pthread/Makefile.in

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