Explorar o código

disable some looping tests

Waldemar Brodkorb %!s(int64=7) %!d(string=hai) anos
pai
achega
38048ad53b
Modificáronse 1 ficheiros con 9 adicións e 1 borrados
  1. 9 1
      test/malloc/Makefile.in

+ 9 - 1
test/malloc/Makefile.in

@@ -1,7 +1,15 @@
 # uClibc-ng malloc tests
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 
-TESTS_DISABLED := time_malloc
+TESTS_DISABLED :=
+
+ifeq ($(TARGET_ARCH),arm)
+ifneq ($(MALLOC_STANDARD),y)
+TESTS_DISABLED += malloc tst-calloc
+endif
+endif
+
+TESTS_DISABLED += time_malloc
 
 ifneq ($(MALLOC_STANDARD),y)
 TESTS_DISABLED += tst-asprintf