From f95204473ee18e37bd69e8c007fe06a0e3ef4678 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 4 Dec 2017 22:25:02 +0100 Subject: Revert "or1k: disable some tests to complete test runs in qemu" This reverts commit 1502f8269bb8e58f8b29fb69af3a3b8c7b2532de. --- test/nptl/Makefile.in | 5 ----- test/pthread/Makefile.in | 4 ---- 2 files changed, 9 deletions(-) diff --git a/test/nptl/Makefile.in b/test/nptl/Makefile.in index 6983320..761f52d 100644 --- a/test/nptl/Makefile.in +++ b/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 \ diff --git a/test/pthread/Makefile.in b/test/pthread/Makefile.in index 65673a8..cb7cb6d 100644 --- a/test/pthread/Makefile.in +++ b/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 -- cgit v1.2.3