Browse Source

Revert "or1k: disable some tests to complete test runs in qemu"

This reverts commit 1502f8269bb8e58f8b29fb69af3a3b8c7b2532de.
Waldemar Brodkorb 6 years ago
parent
commit
f95204473e
2 changed files with 0 additions and 9 deletions
  1. 0 5
      test/nptl/Makefile.in
  2. 0 4
      test/pthread/Makefile.in

+ 0 - 5
test/nptl/Makefile.in

@@ -15,11 +15,6 @@ 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 \

+ 0 - 4
test/pthread/Makefile.in

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