Browse Source

cris: disable stalling tests

Waldemar Brodkorb 8 months ago
parent
commit
0f303c63fa
1 changed files with 3 additions and 0 deletions
  1. 3 0
      test/pthread/Makefile.in

+ 3 - 0
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