From 0f303c63fab7f4038515ced6f2659242cf60ac19 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 8 Aug 2023 16:26:35 +0200 Subject: cris: disable stalling tests --- test/pthread/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/pthread/Makefile.in b/test/pthread/Makefile.in index cb7cb6d..bbcc411 100644 --- a/test/pthread/Makefile.in +++ b/test/pthread/Makefile.in @@ -6,6 +6,9 @@ TESTS_DISABLED += cancellation-points ifeq ($(TARGET_ARCH),sh) TESTS_DISABLED += ex2 ex7 endif +ifeq ($(TARGET_ARCH),cris) +TESTS_DISABLED += ex2 ex5 +endif EXTRA_LDFLAGS := -lpthread -- cgit v1.2.3