From 1502f8269bb8e58f8b29fb69af3a3b8c7b2532de Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 25 Oct 2017 19:21:49 +0200 Subject: or1k: disable some tests to complete test runs in qemu Signed-off-by: Waldemar Brodkorb --- test/pthread/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/pthread') 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 -- cgit v1.2.3