From b0128f9dd12febca2e024f16b877e7209f49773b Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Wed, 1 Mar 2017 11:36:05 +0100 Subject: [PATCH] tests: remove nucleo32-l031 from memory intensive tests --- tests/conn_ip/Makefile | 2 +- tests/gnrc_ipv6_ext/Makefile | 2 +- tests/gnrc_sixlowpan/Makefile | 4 ++-- tests/gnrc_tcp_client/Makefile | 6 +++--- tests/gnrc_tcp_server/Makefile | 6 +++--- tests/libfixmath_unittests/Makefile | 2 +- tests/lwip_sock_ip/Makefile | 4 ++-- tests/lwip_sock_tcp/Makefile | 4 ++-- tests/lwip_sock_udp/Makefile | 2 +- tests/mutex_order/Makefile | 4 ++-- tests/nhdp/Makefile | 4 ++-- tests/pkg_libcoap/Makefile | 2 +- tests/posix_semaphore/Makefile | 4 ++-- tests/pthread_rwlock/Makefile | 2 +- tests/rmutex/Makefile | 4 ++-- tests/slip/Makefile | 4 ++-- tests/thread_cooperation/Makefile | 6 +++--- 17 files changed, 31 insertions(+), 31 deletions(-) diff --git a/tests/conn_ip/Makefile b/tests/conn_ip/Makefile index 4e13f7abc..5a59e80b2 100644 --- a/tests/conn_ip/Makefile +++ b/tests/conn_ip/Makefile @@ -4,7 +4,7 @@ include ../Makefile.tests_common RIOTBASE ?= $(CURDIR)/../.. 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 \ z1 diff --git a/tests/gnrc_ipv6_ext/Makefile b/tests/gnrc_ipv6_ext/Makefile index 674dc60ae..1bdbf9a6c 100644 --- a/tests/gnrc_ipv6_ext/Makefile +++ b/tests/gnrc_ipv6_ext/Makefile @@ -7,7 +7,7 @@ RIOTBASE ?= $(CURDIR)/../.. BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos maple-mini msb-430 msb-430h \ 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 \ weio wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1 diff --git a/tests/gnrc_sixlowpan/Makefile b/tests/gnrc_sixlowpan/Makefile index 644ef12c9..11db6c36d 100644 --- a/tests/gnrc_sixlowpan/Makefile +++ b/tests/gnrc_sixlowpan/Makefile @@ -7,8 +7,8 @@ RIOTBASE ?= $(CURDIR)/../.. BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos maple-mini msb-430 msb-430h \ nrf51dongle nrf6310 nucleo32-f031 nucleo32-f042 \ - nucleo-f030 nucleo-f070 nucleo-f103 nucleo-f334 \ - nucleo-l053 pca10000 pca10005 spark-core \ + nucleo32-l031 nucleo-f030 nucleo-f070 nucleo-f103 \ + nucleo-f334 nucleo-l053 pca10000 pca10005 spark-core \ stm32f0discovery telosb weio wsn430-v1_3b wsn430-v1_4 \ yunjia-nrf51822 z1 diff --git a/tests/gnrc_tcp_client/Makefile b/tests/gnrc_tcp_client/Makefile index 6003e2f05..cf4766044 100644 --- a/tests/gnrc_tcp_client/Makefile +++ b/tests/gnrc_tcp_client/Makefile @@ -13,9 +13,9 @@ TCP_TEST_CYCLES ?= 10 BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \ arduino-uno calliope-mini chronos microbit msb-430 \ msb-430h nrf51dongle nrf6310 nucleo32-f031 \ - nucleo32-f042 nucleo32-f303 nucleo-f030 nucleo-f070 \ - nucleo-f072 nucleo-f334 nucleo-l053 pca10000 pca10005 \ - sb-430 sb-430h stm32f0discovery telosb weio \ + nucleo32-f042 nucleo32-f303 nucleo32-l031 nucleo-f030 \ + nucleo-f070 nucleo-f072 nucleo-f334 nucleo-l053 pca10000 \ + pca10005 sb-430 sb-430h stm32f0discovery telosb weio \ wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1 # This has to be the absolute path to the RIOT base directory: diff --git a/tests/gnrc_tcp_server/Makefile b/tests/gnrc_tcp_server/Makefile index 3a38bd68b..b7c893c97 100644 --- a/tests/gnrc_tcp_server/Makefile +++ b/tests/gnrc_tcp_server/Makefile @@ -11,9 +11,9 @@ TCP_LOCAL_PORT ?= 80 BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \ arduino-uno calliope-mini chronos microbit msb-430 \ msb-430h nrf51dongle nrf6310 nucleo32-f031 \ - nucleo32-f042 nucleo32-f303 nucleo-f030 nucleo-f070 \ - nucleo-f072 nucleo-f334 nucleo-l053 pca10000 pca10005 \ - sb-430 sb-430h stm32f0discovery telosb weio \ + nucleo32-f042 nucleo32-f303 nucleo32-l031 nucleo-f030 \ + nucleo-f070 nucleo-f072 nucleo-f334 nucleo-l053 pca10000 \ + pca10005 sb-430 sb-430h stm32f0discovery telosb weio \ wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1 # This has to be the absolute path to the RIOT base directory: diff --git a/tests/libfixmath_unittests/Makefile b/tests/libfixmath_unittests/Makefile index 7edfd4162..8dfec8422 100644 --- a/tests/libfixmath_unittests/Makefile +++ b/tests/libfixmath_unittests/Makefile @@ -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 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 diff --git a/tests/lwip_sock_ip/Makefile b/tests/lwip_sock_ip/Makefile index 0ec1c6200..6bb777f0c 100644 --- a/tests/lwip_sock_ip/Makefile +++ b/tests/lwip_sock_ip/Makefile @@ -6,8 +6,8 @@ include ../Makefile.tests_common BOARD_BLACKLIST := arduino-uno arduino-duemilanove arduino-mega2560 chronos \ msb-430 msb-430h telosb waspmote-pro wsn430-v1_3b \ wsn430-v1_4 z1 -BOARD_INSUFFICIENT_MEMORY = nucleo32-f031 nucleo32-f042 nucleo-f030 nucleo-f334 \ - nucleo-l053 stm32f0discovery weio +BOARD_INSUFFICIENT_MEMORY = nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030 \ + nucleo-f334 nucleo-l053 stm32f0discovery weio LWIP_IPV4 ?= 0 diff --git a/tests/lwip_sock_tcp/Makefile b/tests/lwip_sock_tcp/Makefile index d7e57cfcf..20a5e691c 100644 --- a/tests/lwip_sock_tcp/Makefile +++ b/tests/lwip_sock_tcp/Makefile @@ -7,8 +7,8 @@ include ../Makefile.tests_common BOARD_BLACKLIST := arduino-uno arduino-duemilanove arduino-mega2560 chronos \ msb-430 msb-430h telosb waspmote-pro wsn430-v1_3b \ wsn430-v1_4 z1 -BOARD_INSUFFICIENT_MEMORY = nucleo32-f031 nucleo32-f042 nucleo-f030 nucleo-f334 \ - nucleo-l053 stm32f0discovery weio +BOARD_INSUFFICIENT_MEMORY = nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030 \ + nucleo-f334 nucleo-l053 stm32f0discovery weio LWIP_IPV4 ?= 0 diff --git a/tests/lwip_sock_udp/Makefile b/tests/lwip_sock_udp/Makefile index cc5ae2bb2..28d898944 100644 --- a/tests/lwip_sock_udp/Makefile +++ b/tests/lwip_sock_udp/Makefile @@ -7,7 +7,7 @@ include ../Makefile.tests_common BOARD_BLACKLIST := arduino-uno arduino-duemilanove arduino-mega2560 chronos \ msb-430 msb-430h telosb waspmote-pro wsn430-v1_3b \ 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 LWIP_IPV4 ?= 0 diff --git a/tests/mutex_order/Makefile b/tests/mutex_order/Makefile index 8f14282b4..12c8b1c9a 100644 --- a/tests/mutex_order/Makefile +++ b/tests/mutex_order/Makefile @@ -1,8 +1,8 @@ APPLICATION = mutex_order include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo-f030 nucleo-l053 \ - stm32f0discovery weio +BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030 \ + nucleo-l053 stm32f0discovery weio include $(RIOTBASE)/Makefile.include diff --git a/tests/nhdp/Makefile b/tests/nhdp/Makefile index 74684f6a5..db0f49025 100644 --- a/tests/nhdp/Makefile +++ b/tests/nhdp/Makefile @@ -4,8 +4,8 @@ include ../Makefile.tests_common BOARD_BLACKLIST := arduino-mega2560 chronos msb-430 msb-430h telosb \ wsn430-v1_3b wsn430-v1_4 z1 waspmote-pro arduino-uno \ arduino-duemilanove -BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo-f030 nucleo-f334 \ - nucleo-l053 stm32f0discovery weio +BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030 \ + nucleo-f334 nucleo-l053 stm32f0discovery weio USEMODULE += gnrc_ipv6 USEMODULE += gnrc_sock_udp diff --git a/tests/pkg_libcoap/Makefile b/tests/pkg_libcoap/Makefile index acec4239a..ddf90b27b 100644 --- a/tests/pkg_libcoap/Makefile +++ b/tests/pkg_libcoap/Makefile @@ -5,7 +5,7 @@ include ../Makefile.tests_common BOARD_BLACKLIST := arduino-mega2560 chronos msb-430 msb-430h telosb wsn430-v1_3b \ wsn430-v1_4 z1 waspmote-pro arduino-uno arduino-duemilanove 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 \ z1 diff --git a/tests/posix_semaphore/Makefile b/tests/posix_semaphore/Makefile index 1120d649d..2a42f2ea0 100644 --- a/tests/posix_semaphore/Makefile +++ b/tests/posix_semaphore/Makefile @@ -2,8 +2,8 @@ APPLICATION = posix_semaphore include ../Makefile.tests_common BOARD_INSUFFICIENT_MEMORY := chronos mbed_lpc1768 msb-430 msb-430h nrf6310 \ - nucleo32-f031 nucleo32-f042 nucleo-f030 nucleo-f334 \ - nucleo-l053 pca10000 pca10005 spark-core \ + nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030 \ + nucleo-f334 nucleo-l053 pca10000 pca10005 spark-core \ stm32f0discovery weio yunjia-nrf51822 USEMODULE += fmt diff --git a/tests/pthread_rwlock/Makefile b/tests/pthread_rwlock/Makefile index 83ffb7db2..7c1269818 100644 --- a/tests/pthread_rwlock/Makefile +++ b/tests/pthread_rwlock/Makefile @@ -11,7 +11,7 @@ USEMODULE += random CFLAGS += -DNATIVE_AUTO_EXIT 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 \ spark-core stm32f0discovery weio yunjia-nrf51822 diff --git a/tests/rmutex/Makefile b/tests/rmutex/Makefile index 90224f069..129730888 100644 --- a/tests/rmutex/Makefile +++ b/tests/rmutex/Makefile @@ -1,8 +1,8 @@ APPLICATION = rmutex include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo-f030 nucleo-l053 \ - stm32f0discovery weio +BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030 \ + nucleo-l053 stm32f0discovery weio include $(RIOTBASE)/Makefile.include diff --git a/tests/slip/Makefile b/tests/slip/Makefile index 8f59c6d5a..0ab7936cc 100644 --- a/tests/slip/Makefile +++ b/tests/slip/Makefile @@ -2,8 +2,8 @@ APPLICATION = driver_slip include ../Makefile.tests_common BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h nucleo32-f031 nucleo32-f042 \ - nucleo-f030 nucleo-f334 nucleo-l053 stm32f0discovery \ - weio + nucleo32-l031 nucleo-f030 nucleo-f334 nucleo-l053 \ + stm32f0discovery weio BOARD_BLACKLIST += mips-malta diff --git a/tests/thread_cooperation/Makefile b/tests/thread_cooperation/Makefile index 1920dcd11..ec8944ddb 100644 --- a/tests/thread_cooperation/Makefile +++ b/tests/thread_cooperation/Makefile @@ -4,9 +4,9 @@ include ../Makefile.tests_common BOARD_INSUFFICIENT_MEMORY := airfy-beacon calliope-mini cc2650stk chronos maple-mini \ mbed_lpc1768 microbit msb-430 msb-430h nrf51dongle \ nrf6310 nucleo32-f031 nucleo32-f042 nucleo32-f303 \ - nucleo-f030 nucleo-f070 nucleo-f072 nucleo-f103 \ - nucleo-f334 nucleo-l053 nucleo-l073 opencm904 pca10000 \ - pca10005 spark-core stm32f0discovery weio \ + nucleo32-l031 nucleo-f030 nucleo-f070 nucleo-f072 \ + nucleo-f103 nucleo-f334 nucleo-l053 nucleo-l073 opencm904 \ + pca10000 pca10005 spark-core stm32f0discovery weio \ yunjia-nrf51822 DISABLE_MODULE += auto_init