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/pthread | |
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/pthread')
-rw-r--r-- | test/pthread/Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/pthread/Makefile.in b/test/pthread/Makefile.in index cb7cb6d..65673a8 100644 --- a/test/pthread/Makefile.in +++ b/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 |