diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-12-04 22:25:02 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-12-05 20:09:58 +0100 |
commit | f95204473ee18e37bd69e8c007fe06a0e3ef4678 (patch) | |
tree | 10d3e9e24b44c14f92323995e951e151e09bde68 /test/nptl/Makefile.in | |
parent | 217cc715ea99c17fe1706b28adf4ebbeb6fc83f1 (diff) |
Revert "or1k: disable some tests to complete test runs in qemu"
This reverts commit 1502f8269bb8e58f8b29fb69af3a3b8c7b2532de.
Diffstat (limited to 'test/nptl/Makefile.in')
-rw-r--r-- | test/nptl/Makefile.in | 5 |
1 files changed, 0 insertions, 5 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 @@ -16,11 +16,6 @@ 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 \ tst-cond13 tst-cond14 tst-cond15 tst-cond18 tst-cond20 \ |