Explorar el Código

cris: disable stalling tests

Waldemar Brodkorb hace 2 años
padre
commit
0f303c63fa
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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