tests/* : Blacklisting for Jiminy

Signed-off-by: Josua Arndt  <josuaarndt@live.de>
Signed-off-by: Steffen Robertz <steffen.robertz@online.de>
This commit is contained in:
Josarn 2018-02-27 14:09:23 +01:00
parent 14b0055e79
commit cb6222daba
18 changed files with 41 additions and 22 deletions

View File

@ -10,6 +10,7 @@ BOARD_BLACKLIST += telosb
BOARD_BLACKLIST += waspmote-pro BOARD_BLACKLIST += waspmote-pro
BOARD_BLACKLIST += wsn430-v1_3b wsn430-v1_4 BOARD_BLACKLIST += wsn430-v1_3b wsn430-v1_4
BOARD_BLACKLIST += z1 BOARD_BLACKLIST += z1
BOARD_BLACKLIST += jiminy-mega256rfr2
USEMODULE += cbor USEMODULE += cbor
USEMODULE += cbor_ctime USEMODULE += cbor_ctime

View File

@ -1,7 +1,8 @@
include ../Makefile.tests_common include ../Makefile.tests_common
# the stm32f4discovery does not have the arduino pinout # the stm32f4discovery does not have the arduino pinout
BOARD_BLACKLIST := stm32f4discovery BOARD_BLACKLIST := stm32f4discovery jiminy-mega256rfr2
# currently the test provides config params for arduinos only # currently the test provides config params for arduinos only
FEATURES_REQUIRED += arduino FEATURES_REQUIRED += arduino

View File

@ -1,9 +1,9 @@
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_BLACKLIST := arduino-mega2560 waspmote-pro arduino-uno arduino-duemilanove BOARD_BLACKLIST := arduino-mega2560 waspmote-pro arduino-uno arduino-duemilanove \
jiminy-mega256rfr2
# arduino-mega2560: builds locally but breaks travis (possibly because of # arduino-mega2560: builds locally but breaks travis (possibly because of
# differences in the toolchain) # differences in the toolchain)
# 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

View File

@ -4,7 +4,7 @@ include ../Makefile.tests_common
# moment. # moment.
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 jiminy-mega256rfr2
BOARD_INSUFFICIENT_MEMORY := airfy-beacon nrf6310 nucleo32-f031 nucleo32-f042 \ BOARD_INSUFFICIENT_MEMORY := airfy-beacon nrf6310 nucleo32-f031 nucleo32-f042 \
nucleo32-l031 nucleo-f030 nucleo-f334 nucleo-l053 \ nucleo32-l031 nucleo-f030 nucleo-f334 nucleo-l053 \
stm32f0discovery yunjia-nrf51822 stm32f0discovery yunjia-nrf51822

View File

@ -4,7 +4,7 @@ include ../Makefile.tests_common
# moment. # moment.
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 jiminy-mega256rfr2
BOARD_INSUFFICIENT_MEMORY = nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030 \ BOARD_INSUFFICIENT_MEMORY = nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030 \
nucleo-f334 nucleo-l053 stm32f0discovery nucleo-f334 nucleo-l053 stm32f0discovery

View File

@ -4,7 +4,7 @@ include ../Makefile.tests_common
# moment. # moment.
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 jiminy-mega256rfr2
BOARD_INSUFFICIENT_MEMORY = nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030 \ BOARD_INSUFFICIENT_MEMORY = nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030 \
nucleo-f334 nucleo-l053 stm32f0discovery nucleo-f334 nucleo-l053 stm32f0discovery

View File

@ -4,7 +4,7 @@ include ../Makefile.tests_common
# moment. # moment.
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 jiminy-mega256rfr2
BOARD_INSUFFICIENT_MEMORY = nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030 \ BOARD_INSUFFICIENT_MEMORY = nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030 \
nucleo-f334 nucleo-l053 stm32f0discovery nucleo-f334 nucleo-l053 stm32f0discovery

View File

@ -2,7 +2,7 @@ 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 jiminy-mega256rfr2
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030 \ BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030 \
nucleo-f334 nucleo-l053 stm32f0discovery nucleo-f334 nucleo-l053 stm32f0discovery

View File

@ -1,5 +1,7 @@
include ../Makefile.tests_common include ../Makefile.tests_common
#malloc.h not found
BOARD_BLACKLIST := jiminy-mega256rfr2
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
USEMODULE += pipe USEMODULE += pipe

View File

@ -2,7 +2,8 @@ include ../Makefile.tests_common
# msp430 and avr have problems with int width and libcoaps usage of :x notation in structs # msp430 and avr have problems with int width and libcoaps usage of :x notation in structs
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 \
jiminy-mega256rfr2
BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031 nucleo32-f042 \ BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031 nucleo32-f042 \
nucleo32-l031 nucleo-f030 nucleo-f070 nucleo-f334 nucleo-l053 \ nucleo32-l031 nucleo-f030 nucleo-f070 nucleo-f334 nucleo-l053 \
stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4 \ stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4 \

View File

@ -1,7 +1,9 @@
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_BLACKLIST := arduino-mega2560 waspmote-pro arduino-uno arduino-duemilanove BOARD_BLACKLIST := arduino-mega2560 waspmote-pro arduino-uno arduino-duemilanove \
jiminy-mega256rfr2
# arduino mega2560 uno duemilanove : unknown type name: clockid_t # arduino mega2560 uno duemilanove : unknown type name: clockid_t
# jiminy-mega256rfr2: unknown type name: clockid_t
USEMODULE += posix USEMODULE += posix
USEMODULE += pthread USEMODULE += pthread

View File

@ -1,7 +1,9 @@
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_BLACKLIST := arduino-mega2560 waspmote-pro arduino-uno arduino-duemilanove BOARD_BLACKLIST := arduino-mega2560 waspmote-pro arduino-uno arduino-duemilanove \
# arduino mega2560 uno duemilanove: unknown type name: clockid_t jiminy-mega256rfr2
# arduino mega2560 uno duemilanove : unknown type name: clockid_t
# jiminy-mega256rfr2: unknown type name: clockid_t
# exclude boards with insufficient memory # exclude boards with insufficient memory
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 BOARD_INSUFFICIENT_MEMORY := nucleo32-f031

View File

@ -1,7 +1,9 @@
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_BLACKLIST := arduino-mega2560 waspmote-pro arduino-uno arduino-duemilanove BOARD_BLACKLIST := arduino-mega2560 waspmote-pro arduino-uno arduino-duemilanove \
jiminy-mega256rfr2
# arduino mega2560 uno duemilanove : unknown type name: clockid_t # arduino mega2560 uno duemilanove : unknown type name: clockid_t
# jiminy-mega256rfr2: unknown type name: clockid_t
USEMODULE += pthread USEMODULE += pthread

View File

@ -1,7 +1,9 @@
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_BLACKLIST := arduino-mega2560 waspmote-pro arduino-uno arduino-duemilanove BOARD_BLACKLIST := arduino-mega2560 waspmote-pro arduino-uno arduino-duemilanove \
# arduino mega2560 uno duemilanove: unknown type name: clockid_t jiminy-mega256rfr2
# arduino mega2560 uno duemilanove : unknown type name: clockid_t
# jiminy-mega256rfr2: unknown type name: clockid_t
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 BOARD_INSUFFICIENT_MEMORY := nucleo32-f031

View File

@ -1,7 +1,9 @@
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_BLACKLIST := arduino-mega2560 waspmote-pro arduino-uno arduino-duemilanove BOARD_BLACKLIST := arduino-mega2560 waspmote-pro arduino-uno arduino-duemilanove \
# arduino mega2560 uno duemilanove: unknown type name: clockid_t jiminy-mega256rfr2
# arduino mega2560 uno duemilanove : unknown type name: clockid_t
# jiminy-mega256rfr2: unknown type name: clockid_t
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 BOARD_INSUFFICIENT_MEMORY := nucleo32-f031

View File

@ -1,7 +1,9 @@
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_BLACKLIST := arduino-mega2560 waspmote-pro arduino-uno arduino-duemilanove BOARD_BLACKLIST := arduino-mega2560 waspmote-pro arduino-uno arduino-duemilanove \
# arduino mega2560 uno duemilanove: unknown type name: clockid_t jiminy-mega256rfr2
# arduino mega2560 uno duemilanove : unknown type name: clockid_t
# jiminy-mega256rfr2: unknown type name: clockid_t
USEMODULE += pthread USEMODULE += pthread
USEMODULE += xtimer USEMODULE += xtimer

View File

@ -1,7 +1,9 @@
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_BLACKLIST := arduino-mega2560 waspmote-pro arduino-uno arduino-duemilanove BOARD_BLACKLIST := arduino-mega2560 waspmote-pro arduino-uno arduino-duemilanove \
# arduino mega2560 uno duemilanove: unknown type name: clockid_t jiminy-mega256rfr2
# arduino mega2560 uno duemilanove : unknown type name: clockid_t
# jiminy-mega256rfr2: unknown type name: clockid_t
USEMODULE += posix USEMODULE += posix
USEMODULE += pthread USEMODULE += pthread

View File

@ -3,7 +3,7 @@ include ../Makefile.tests_common
# avr8, msp430 and mips don't support ssp (yet) # avr8, msp430 and mips don't support ssp (yet)
BOARD_BLACKLIST := arduino-mega2560 waspmote-pro arduino-uno arduino-duemilanove \ BOARD_BLACKLIST := arduino-mega2560 waspmote-pro arduino-uno arduino-duemilanove \
chronos msb-430 msb-430h telosb wsn430-v1_3b wsn430-v1_4 z1 \ chronos msb-430 msb-430h telosb wsn430-v1_3b wsn430-v1_4 z1 \
pic32-clicker pic32-wifire pic32-clicker pic32-wifire jiminy-mega256rfr2
USEMODULE += ssp USEMODULE += ssp