diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-10-25 19:21:49 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-10-26 20:11:39 +0200 |
commit | 1502f8269bb8e58f8b29fb69af3a3b8c7b2532de (patch) | |
tree | 5ed0de251dcae4313c881392341d60bc2343ca1e /test/nptl/Makefile.in | |
parent | c4d54bde7772b55df04399ecb355769c5ac31015 (diff) |
or1k: disable some tests to complete test runs in qemu
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Diffstat (limited to 'test/nptl/Makefile.in')
-rw-r--r-- | test/nptl/Makefile.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/nptl/Makefile.in b/test/nptl/Makefile.in index 35859f9..ac6cf3f 100644 --- a/test/nptl/Makefile.in +++ b/test/nptl/Makefile.in @@ -11,6 +11,11 @@ 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 \ |