tests: remove nucleo32-l031 from memory intensive tests

This commit is contained in:
Alexandre Abadie 2017-03-01 11:36:05 +01:00
parent a0e45d1390
commit b0128f9dd1
17 changed files with 31 additions and 31 deletions

View File

@ -4,7 +4,7 @@ include ../Makefile.tests_common
RIOTBASE ?= $(CURDIR)/../.. RIOTBASE ?= $(CURDIR)/../..
BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031 nucleo32-f042 \ BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031 nucleo32-f042 \
nucleo-f030 nucleo-f070 nucleo-f334 nucleo-l053 \ nucleo32-l031 nucleo-f030 nucleo-f070 nucleo-f334 nucleo-l053 \
stm32f0discovery telosb weio wsn430-v1_3b wsn430-v1_4 \ stm32f0discovery telosb weio wsn430-v1_3b wsn430-v1_4 \
z1 z1

View File

@ -7,7 +7,7 @@ RIOTBASE ?= $(CURDIR)/../..
BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos maple-mini msb-430 msb-430h \ BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos maple-mini msb-430 msb-430h \
nrf51dongle nrf6310 nucleo32-f031 nucleo32-f042 \ nrf51dongle nrf6310 nucleo32-f031 nucleo32-f042 \
nucleo-f030 nucleo-f103 nucleo-f334 nucleo-l053 \ nucleo32-l031 nucleo-f030 nucleo-f103 nucleo-f334 nucleo-l053 \
pca10000 pca10005 spark-core stm32f0discovery telosb \ pca10000 pca10005 spark-core stm32f0discovery telosb \
weio wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1 weio wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1

View File

@ -7,8 +7,8 @@ RIOTBASE ?= $(CURDIR)/../..
BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos maple-mini msb-430 msb-430h \ BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos maple-mini msb-430 msb-430h \
nrf51dongle nrf6310 nucleo32-f031 nucleo32-f042 \ nrf51dongle nrf6310 nucleo32-f031 nucleo32-f042 \
nucleo-f030 nucleo-f070 nucleo-f103 nucleo-f334 \ nucleo32-l031 nucleo-f030 nucleo-f070 nucleo-f103 \
nucleo-l053 pca10000 pca10005 spark-core \ nucleo-f334 nucleo-l053 pca10000 pca10005 spark-core \
stm32f0discovery telosb weio wsn430-v1_3b wsn430-v1_4 \ stm32f0discovery telosb weio wsn430-v1_3b wsn430-v1_4 \
yunjia-nrf51822 z1 yunjia-nrf51822 z1

View File

@ -13,9 +13,9 @@ TCP_TEST_CYCLES ?= 10
BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \ BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \
arduino-uno calliope-mini chronos microbit msb-430 \ arduino-uno calliope-mini chronos microbit msb-430 \
msb-430h nrf51dongle nrf6310 nucleo32-f031 \ msb-430h nrf51dongle nrf6310 nucleo32-f031 \
nucleo32-f042 nucleo32-f303 nucleo-f030 nucleo-f070 \ nucleo32-f042 nucleo32-f303 nucleo32-l031 nucleo-f030 \
nucleo-f072 nucleo-f334 nucleo-l053 pca10000 pca10005 \ nucleo-f070 nucleo-f072 nucleo-f334 nucleo-l053 pca10000 \
sb-430 sb-430h stm32f0discovery telosb weio \ pca10005 sb-430 sb-430h stm32f0discovery telosb weio \
wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1 wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1
# This has to be the absolute path to the RIOT base directory: # This has to be the absolute path to the RIOT base directory:

View File

@ -11,9 +11,9 @@ TCP_LOCAL_PORT ?= 80
BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \ BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \
arduino-uno calliope-mini chronos microbit msb-430 \ arduino-uno calliope-mini chronos microbit msb-430 \
msb-430h nrf51dongle nrf6310 nucleo32-f031 \ msb-430h nrf51dongle nrf6310 nucleo32-f031 \
nucleo32-f042 nucleo32-f303 nucleo-f030 nucleo-f070 \ nucleo32-f042 nucleo32-f303 nucleo32-l031 nucleo-f030 \
nucleo-f072 nucleo-f334 nucleo-l053 pca10000 pca10005 \ nucleo-f070 nucleo-f072 nucleo-f334 nucleo-l053 pca10000 \
sb-430 sb-430h stm32f0discovery telosb weio \ pca10005 sb-430 sb-430h stm32f0discovery telosb weio \
wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1 wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1
# This has to be the absolute path to the RIOT base directory: # This has to be the absolute path to the RIOT base directory:

View File

@ -8,7 +8,7 @@ BOARD_BLACKLIST := arduino-mega2560 waspmote-pro arduino-uno arduino-duemilanove
# The MSP boards don't feature round(), exp(), and log(), which are used in the unittests # The MSP boards don't feature round(), exp(), and log(), which are used in the unittests
BOARD_BLACKLIST += chronos msb-430 msb-430h telosb wsn430-v1_3b wsn430-v1_4 z1 BOARD_BLACKLIST += chronos msb-430 msb-430h telosb wsn430-v1_3b wsn430-v1_4 z1
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 weio BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo32-l031 weio
USEMODULE += libfixmath-unittests USEMODULE += libfixmath-unittests

View File

@ -6,8 +6,8 @@ include ../Makefile.tests_common
BOARD_BLACKLIST := arduino-uno arduino-duemilanove arduino-mega2560 chronos \ BOARD_BLACKLIST := arduino-uno arduino-duemilanove arduino-mega2560 chronos \
msb-430 msb-430h telosb waspmote-pro wsn430-v1_3b \ msb-430 msb-430h telosb waspmote-pro wsn430-v1_3b \
wsn430-v1_4 z1 wsn430-v1_4 z1
BOARD_INSUFFICIENT_MEMORY = nucleo32-f031 nucleo32-f042 nucleo-f030 nucleo-f334 \ BOARD_INSUFFICIENT_MEMORY = nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030 \
nucleo-l053 stm32f0discovery weio nucleo-f334 nucleo-l053 stm32f0discovery weio
LWIP_IPV4 ?= 0 LWIP_IPV4 ?= 0

View File

@ -7,8 +7,8 @@ include ../Makefile.tests_common
BOARD_BLACKLIST := arduino-uno arduino-duemilanove arduino-mega2560 chronos \ BOARD_BLACKLIST := arduino-uno arduino-duemilanove arduino-mega2560 chronos \
msb-430 msb-430h telosb waspmote-pro wsn430-v1_3b \ msb-430 msb-430h telosb waspmote-pro wsn430-v1_3b \
wsn430-v1_4 z1 wsn430-v1_4 z1
BOARD_INSUFFICIENT_MEMORY = nucleo32-f031 nucleo32-f042 nucleo-f030 nucleo-f334 \ BOARD_INSUFFICIENT_MEMORY = nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030 \
nucleo-l053 stm32f0discovery weio nucleo-f334 nucleo-l053 stm32f0discovery weio
LWIP_IPV4 ?= 0 LWIP_IPV4 ?= 0

View File

@ -7,7 +7,7 @@ include ../Makefile.tests_common
BOARD_BLACKLIST := arduino-uno arduino-duemilanove arduino-mega2560 chronos \ BOARD_BLACKLIST := arduino-uno arduino-duemilanove arduino-mega2560 chronos \
msb-430 msb-430h telosb waspmote-pro wsn430-v1_3b \ msb-430 msb-430h telosb waspmote-pro wsn430-v1_3b \
wsn430-v1_4 z1 wsn430-v1_4 z1
BOARD_INSUFFICIENT_MEMORY = nucleo32-f031 nucleo32-f042 nucleo-f030 nucleo-f042 \ BOARD_INSUFFICIENT_MEMORY = nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030 \
nucleo-f334 nucleo-l053 stm32f0discovery weio nucleo-f334 nucleo-l053 stm32f0discovery weio
LWIP_IPV4 ?= 0 LWIP_IPV4 ?= 0

View File

@ -1,8 +1,8 @@
APPLICATION = mutex_order APPLICATION = mutex_order
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo-f030 nucleo-l053 \ BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030 \
stm32f0discovery weio nucleo-l053 stm32f0discovery weio
include $(RIOTBASE)/Makefile.include include $(RIOTBASE)/Makefile.include

View File

@ -4,8 +4,8 @@ include ../Makefile.tests_common
BOARD_BLACKLIST := arduino-mega2560 chronos msb-430 msb-430h telosb \ BOARD_BLACKLIST := arduino-mega2560 chronos msb-430 msb-430h telosb \
wsn430-v1_3b wsn430-v1_4 z1 waspmote-pro arduino-uno \ wsn430-v1_3b wsn430-v1_4 z1 waspmote-pro arduino-uno \
arduino-duemilanove arduino-duemilanove
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo-f030 nucleo-f334 \ BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030 \
nucleo-l053 stm32f0discovery weio nucleo-f334 nucleo-l053 stm32f0discovery weio
USEMODULE += gnrc_ipv6 USEMODULE += gnrc_ipv6
USEMODULE += gnrc_sock_udp USEMODULE += gnrc_sock_udp

View File

@ -5,7 +5,7 @@ include ../Makefile.tests_common
BOARD_BLACKLIST := arduino-mega2560 chronos msb-430 msb-430h telosb wsn430-v1_3b \ BOARD_BLACKLIST := arduino-mega2560 chronos msb-430 msb-430h telosb wsn430-v1_3b \
wsn430-v1_4 z1 waspmote-pro arduino-uno arduino-duemilanove wsn430-v1_4 z1 waspmote-pro arduino-uno arduino-duemilanove
BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031 nucleo32-f042 \ BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031 nucleo32-f042 \
nucleo-f030 nucleo-f070 nucleo-f334 nucleo-l053 \ nucleo32-l031 nucleo-f030 nucleo-f070 nucleo-f334 nucleo-l053 \
stm32f0discovery telosb weio wsn430-v1_3b wsn430-v1_4 \ stm32f0discovery telosb weio wsn430-v1_3b wsn430-v1_4 \
z1 z1

View File

@ -2,8 +2,8 @@ APPLICATION = posix_semaphore
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := chronos mbed_lpc1768 msb-430 msb-430h nrf6310 \ BOARD_INSUFFICIENT_MEMORY := chronos mbed_lpc1768 msb-430 msb-430h nrf6310 \
nucleo32-f031 nucleo32-f042 nucleo-f030 nucleo-f334 \ nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030 \
nucleo-l053 pca10000 pca10005 spark-core \ nucleo-f334 nucleo-l053 pca10000 pca10005 spark-core \
stm32f0discovery weio yunjia-nrf51822 stm32f0discovery weio yunjia-nrf51822
USEMODULE += fmt USEMODULE += fmt

View File

@ -11,7 +11,7 @@ USEMODULE += random
CFLAGS += -DNATIVE_AUTO_EXIT CFLAGS += -DNATIVE_AUTO_EXIT
BOARD_INSUFFICIENT_MEMORY += airfy-beacon chronos mbed_lpc1768 msb-430 msb-430h \ BOARD_INSUFFICIENT_MEMORY += airfy-beacon chronos mbed_lpc1768 msb-430 msb-430h \
nrf51dongle nrf6310 nucleo32-f031 nucleo32-f042 \ nrf51dongle nrf6310 nucleo32-f031 nucleo32-f042 nucleo32-l031 \
nucleo-f030 nucleo-f334 nucleo-l053 pca10000 pca10005 \ nucleo-f030 nucleo-f334 nucleo-l053 pca10000 pca10005 \
spark-core stm32f0discovery weio yunjia-nrf51822 spark-core stm32f0discovery weio yunjia-nrf51822

View File

@ -1,8 +1,8 @@
APPLICATION = rmutex APPLICATION = rmutex
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo-f030 nucleo-l053 \ BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030 \
stm32f0discovery weio nucleo-l053 stm32f0discovery weio
include $(RIOTBASE)/Makefile.include include $(RIOTBASE)/Makefile.include

View File

@ -2,8 +2,8 @@ APPLICATION = driver_slip
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h nucleo32-f031 nucleo32-f042 \ BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h nucleo32-f031 nucleo32-f042 \
nucleo-f030 nucleo-f334 nucleo-l053 stm32f0discovery \ nucleo32-l031 nucleo-f030 nucleo-f334 nucleo-l053 \
weio stm32f0discovery weio
BOARD_BLACKLIST += mips-malta BOARD_BLACKLIST += mips-malta

View File

@ -4,9 +4,9 @@ include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := airfy-beacon calliope-mini cc2650stk chronos maple-mini \ BOARD_INSUFFICIENT_MEMORY := airfy-beacon calliope-mini cc2650stk chronos maple-mini \
mbed_lpc1768 microbit msb-430 msb-430h nrf51dongle \ mbed_lpc1768 microbit msb-430 msb-430h nrf51dongle \
nrf6310 nucleo32-f031 nucleo32-f042 nucleo32-f303 \ nrf6310 nucleo32-f031 nucleo32-f042 nucleo32-f303 \
nucleo-f030 nucleo-f070 nucleo-f072 nucleo-f103 \ nucleo32-l031 nucleo-f030 nucleo-f070 nucleo-f072 \
nucleo-f334 nucleo-l053 nucleo-l073 opencm904 pca10000 \ nucleo-f103 nucleo-f334 nucleo-l053 nucleo-l073 opencm904 \
pca10005 spark-core stm32f0discovery weio \ pca10000 pca10005 spark-core stm32f0discovery weio \
yunjia-nrf51822 yunjia-nrf51822
DISABLE_MODULE += auto_init DISABLE_MODULE += auto_init