tests: Updated BOARD_BLACKLIST
Added arduino-leonardo to BOARD_BLACKLIST where needed
This commit is contained in:
parent
75184ada05
commit
5522e9efb5
@ -1,6 +1,7 @@
|
|||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
BOARD_BLACKLIST := arduino-duemilanove arduino-mega2560 arduino-nano \
|
BOARD_BLACKLIST := arduino-duemilanove arduino-leonardo \
|
||||||
|
arduino-mega2560 arduino-nano \
|
||||||
arduino-uno jiminy-mega256rfr2 mega-xplained waspmote-pro
|
arduino-uno jiminy-mega256rfr2 mega-xplained waspmote-pro
|
||||||
# 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)
|
||||||
|
|||||||
@ -2,7 +2,8 @@ include ../Makefile.tests_common
|
|||||||
|
|
||||||
# lwIP's memory management doesn't seem to work on non 32-bit platforms at the
|
# lwIP's memory management doesn't seem to work on non 32-bit platforms at the
|
||||||
# moment.
|
# moment.
|
||||||
BOARD_BLACKLIST := arduino-duemilanove arduino-mega2560 arduino-nano \
|
BOARD_BLACKLIST := arduino-duemilanove arduino-leonardo \
|
||||||
|
arduino-mega2560 arduino-nano \
|
||||||
arduino-uno chronos esp8266-esp-12x esp8266-olimex-mod \
|
arduino-uno chronos esp8266-esp-12x esp8266-olimex-mod \
|
||||||
esp8266-sparkfun-thing jiminy-mega256rfr2 mega-xplained \
|
esp8266-sparkfun-thing jiminy-mega256rfr2 mega-xplained \
|
||||||
msb-430 msb-430h telosb waspmote-pro \
|
msb-430 msb-430h telosb waspmote-pro \
|
||||||
|
|||||||
@ -2,7 +2,8 @@ include ../Makefile.tests_common
|
|||||||
|
|
||||||
# lwIP's memory management doesn't seem to work on non 32-bit platforms at the
|
# lwIP's memory management doesn't seem to work on non 32-bit platforms at the
|
||||||
# moment.
|
# moment.
|
||||||
BOARD_BLACKLIST := arduino-duemilanove arduino-mega2560 arduino-nano \
|
BOARD_BLACKLIST := arduino-duemilanove arduino-leonardo \
|
||||||
|
arduino-mega2560 arduino-nano \
|
||||||
arduino-uno chronos esp8266-esp-12x esp8266-olimex-mod \
|
arduino-uno chronos esp8266-esp-12x esp8266-olimex-mod \
|
||||||
esp8266-sparkfun-thing jiminy-mega256rfr2 mega-xplained \
|
esp8266-sparkfun-thing jiminy-mega256rfr2 mega-xplained \
|
||||||
msb-430 msb-430h telosb waspmote-pro \
|
msb-430 msb-430h telosb waspmote-pro \
|
||||||
|
|||||||
@ -2,7 +2,8 @@ include ../Makefile.tests_common
|
|||||||
|
|
||||||
# lwIP's memory management doesn't seem to work on non 32-bit platforms at the
|
# lwIP's memory management doesn't seem to work on non 32-bit platforms at the
|
||||||
# moment.
|
# moment.
|
||||||
BOARD_BLACKLIST := arduino-duemilanove arduino-mega2560 arduino-nano \
|
BOARD_BLACKLIST := arduino-duemilanove arduino-leonardo \
|
||||||
|
arduino-mega2560 arduino-nano \
|
||||||
arduino-uno chronos esp8266-esp-12x esp8266-olimex-mod \
|
arduino-uno chronos esp8266-esp-12x esp8266-olimex-mod \
|
||||||
esp8266-sparkfun-thing jiminy-mega256rfr2 mega-xplained \
|
esp8266-sparkfun-thing jiminy-mega256rfr2 mega-xplained \
|
||||||
msb-430 msb-430h telosb waspmote-pro \
|
msb-430 msb-430h telosb waspmote-pro \
|
||||||
|
|||||||
@ -2,7 +2,8 @@ include ../Makefile.tests_common
|
|||||||
|
|
||||||
# lwIP's memory management doesn't seem to work on non 32-bit platforms at the
|
# lwIP's memory management doesn't seem to work on non 32-bit platforms at the
|
||||||
# moment.
|
# moment.
|
||||||
BOARD_BLACKLIST := arduino-duemilanove arduino-mega2560 arduino-nano \
|
BOARD_BLACKLIST := arduino-duemilanove arduino-leonardo \
|
||||||
|
arduino-mega2560 arduino-nano \
|
||||||
arduino-uno chronos esp8266-esp-12x esp8266-olimex-mod \
|
arduino-uno chronos esp8266-esp-12x esp8266-olimex-mod \
|
||||||
esp8266-sparkfun-thing jiminy-mega256rfr2 mega-xplained \
|
esp8266-sparkfun-thing jiminy-mega256rfr2 mega-xplained \
|
||||||
msb-430 msb-430h telosb waspmote-pro \
|
msb-430 msb-430h telosb waspmote-pro \
|
||||||
|
|||||||
@ -1,6 +1,7 @@
|
|||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
BOARD_BLACKLIST := arduino-duemilanove arduino-mega2560 arduino-nano \
|
BOARD_BLACKLIST := arduino-duemilanove arduino-leonardo \
|
||||||
|
arduino-mega2560 arduino-nano \
|
||||||
arduino-uno chronos jiminy-mega256rfr2 mega-xplained \
|
arduino-uno chronos jiminy-mega256rfr2 mega-xplained \
|
||||||
msb-430 msb-430h telosb waspmote-pro \
|
msb-430 msb-430h telosb waspmote-pro \
|
||||||
wsn430-v1_3b wsn430-v1_4 z1
|
wsn430-v1_3b wsn430-v1_4 z1
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
#malloc.h not found
|
#malloc.h not found
|
||||||
BOARD_BLACKLIST := jiminy-mega256rfr2 mega-xplained
|
BOARD_BLACKLIST := arduino-leonardo jiminy-mega256rfr2 mega-xplained
|
||||||
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno \
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno \
|
||||||
nucleo-f031k6
|
nucleo-f031k6
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,7 @@
|
|||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
BOARD_BLACKLIST := arduino-duemilanove \
|
BOARD_BLACKLIST := arduino-duemilanove \
|
||||||
|
arduino-leonardo \
|
||||||
arduino-mega2560 \
|
arduino-mega2560 \
|
||||||
arduino-nano \
|
arduino-nano \
|
||||||
arduino-uno \
|
arduino-uno \
|
||||||
|
|||||||
@ -1,6 +1,7 @@
|
|||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
BOARD_BLACKLIST := arduino-duemilanove arduino-mega2560 arduino-nano \
|
BOARD_BLACKLIST := arduino-duemilanove arduino-leonardo \
|
||||||
|
arduino-mega2560 arduino-nano \
|
||||||
arduino-uno chronos jiminy-mega256rfr2 mega-xplained \
|
arduino-uno chronos jiminy-mega256rfr2 mega-xplained \
|
||||||
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
|
||||||
|
|||||||
@ -1,7 +1,8 @@
|
|||||||
include ../Makefile.tests_common
|
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-duemilanove arduino-mega2560 arduino-nano \
|
BOARD_BLACKLIST := arduino-duemilanove arduino-leonardo \
|
||||||
|
arduino-mega2560 arduino-nano \
|
||||||
arduino-uno chronos jiminy-mega256rfr2 mega-xplained msb-430 \
|
arduino-uno chronos jiminy-mega256rfr2 mega-xplained msb-430 \
|
||||||
msb-430h telosb waspmote-pro wsn430-v1_3b wsn430-v1_4 z1
|
msb-430h telosb waspmote-pro wsn430-v1_3b wsn430-v1_4 z1
|
||||||
BOARD_INSUFFICIENT_MEMORY := chronos i-nucleo-lrwan1 msb-430 msb-430h \
|
BOARD_INSUFFICIENT_MEMORY := chronos i-nucleo-lrwan1 msb-430 msb-430h \
|
||||||
|
|||||||
@ -1,7 +1,8 @@
|
|||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
# HACL* only compiles on 32bit platforms
|
# HACL* only compiles on 32bit platforms
|
||||||
BOARD_BLACKLIST := arduino-duemilanove arduino-mega2560 arduino-nano \
|
BOARD_BLACKLIST := arduino-duemilanove arduino-leonardo \
|
||||||
|
arduino-mega2560 arduino-nano \
|
||||||
arduino-uno chronos jiminy-mega256rfr2 mega-xplained \
|
arduino-uno chronos jiminy-mega256rfr2 mega-xplained \
|
||||||
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
|
||||||
|
|||||||
@ -2,7 +2,8 @@ include ../Makefile.tests_common
|
|||||||
|
|
||||||
# AVR boards: require avr-gcc >= 7.0 (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60040)
|
# AVR boards: require avr-gcc >= 7.0 (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60040)
|
||||||
# MSP430 boards: invalid alignment of 'hydro_random_context'
|
# MSP430 boards: invalid alignment of 'hydro_random_context'
|
||||||
BOARD_BLACKLIST := arduino-duemilanove arduino-mega2560 arduino-uno \
|
BOARD_BLACKLIST := arduino-duemilanove arduino-leonardo \
|
||||||
|
arduino-mega2560 arduino-uno \
|
||||||
jiminy-mega256rfr2 mega-xplained waspmote-pro \
|
jiminy-mega256rfr2 mega-xplained waspmote-pro \
|
||||||
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
|
||||||
|
|
||||||
|
|||||||
@ -7,6 +7,7 @@ BOARD_BLACKLIST := chronos msb-430 msb-430h telosb wsn430-v1_3b wsn430-v1_4 z1
|
|||||||
|
|
||||||
# Incompatible due to non-standard ATmega time.h
|
# Incompatible due to non-standard ATmega time.h
|
||||||
BOARD_BLACKLIST += arduino-duemilanove \
|
BOARD_BLACKLIST += arduino-duemilanove \
|
||||||
|
arduino-leonardo \
|
||||||
arduino-mega2560 \
|
arduino-mega2560 \
|
||||||
arduino-nano \
|
arduino-nano \
|
||||||
arduino-uno \
|
arduino-uno \
|
||||||
|
|||||||
@ -1,7 +1,8 @@
|
|||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
# No 8 bit and 16 bit support
|
# No 8 bit and 16 bit support
|
||||||
BOARD_BLACKLIST := arduino-duemilanove arduino-mega2560 arduino-nano \
|
BOARD_BLACKLIST := arduino-duemilanove arduino-leonardo \
|
||||||
|
arduino-mega2560 arduino-nano \
|
||||||
arduino-uno chronos jiminy-mega256rfr2 mega-xplained \
|
arduino-uno chronos jiminy-mega256rfr2 mega-xplained \
|
||||||
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
|
||||||
|
|||||||
@ -2,6 +2,7 @@ include ../Makefile.tests_common
|
|||||||
|
|
||||||
# The following boards are known to fail or have not been tested.
|
# The following boards are known to fail or have not been tested.
|
||||||
BOARD_BLACKLIST := arduino-duemilanove \
|
BOARD_BLACKLIST := arduino-duemilanove \
|
||||||
|
arduino-leonardo \
|
||||||
arduino-mega2560 \
|
arduino-mega2560 \
|
||||||
arduino-nano \
|
arduino-nano \
|
||||||
arduino-uno \
|
arduino-uno \
|
||||||
|
|||||||
@ -1,7 +1,8 @@
|
|||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
# No 8 bit and 16 bit support yet
|
# No 8 bit and 16 bit support yet
|
||||||
BOARD_BLACKLIST := arduino-duemilanove arduino-mega2560 arduino-nano \
|
BOARD_BLACKLIST := arduino-duemilanove arduino-leonardo \
|
||||||
|
arduino-mega2560 arduino-nano \
|
||||||
arduino-uno chronos esp32-mh-et-live-minikit \
|
arduino-uno chronos esp32-mh-et-live-minikit \
|
||||||
esp32-olimex-evb esp32-wemos-lolin-d32-pro \
|
esp32-olimex-evb esp32-wemos-lolin-d32-pro \
|
||||||
esp32-wroom-32 esp32-wrover-kit jiminy-mega256rfr2 \
|
esp32-wroom-32 esp32-wrover-kit jiminy-mega256rfr2 \
|
||||||
|
|||||||
@ -7,6 +7,7 @@ BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove
|
|||||||
# newlib for esp8266 and MIPS does not provide _times_r
|
# newlib for esp8266 and MIPS does not provide _times_r
|
||||||
BOARD_BLACKLIST := \
|
BOARD_BLACKLIST := \
|
||||||
arduino-duemilanove \
|
arduino-duemilanove \
|
||||||
|
arduino-leonardo \
|
||||||
arduino-mega2560 \
|
arduino-mega2560 \
|
||||||
arduino-nano \
|
arduino-nano \
|
||||||
arduino-uno \
|
arduino-uno \
|
||||||
|
|||||||
@ -1,7 +1,8 @@
|
|||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
BOARD_BLACKLIST := arduino-duemilanove arduino-mega2560 arduino-nano \
|
BOARD_BLACKLIST := arduino-duemilanove arduino-leonardo arduino-mega2560 \
|
||||||
arduino-uno jiminy-mega256rfr2 mega-xplained waspmote-pro
|
arduino-nano arduino-uno jiminy-mega256rfr2 mega-xplained \
|
||||||
|
waspmote-pro
|
||||||
# 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
|
# jiminy-mega256rfr2: unknown type name: clockid_t
|
||||||
# mega-xplained: unknown type name: clockid_t
|
# mega-xplained: unknown type name: clockid_t
|
||||||
|
|||||||
@ -1,11 +1,9 @@
|
|||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
BOARD_BLACKLIST := arduino-duemilanove arduino-mega2560 arduino-nano \
|
BOARD_BLACKLIST := arduino-duemilanove arduino-leonardo arduino-mega2560 \
|
||||||
arduino-uno jiminy-mega256rfr2 mega-xplained waspmote-pro \
|
arduino-nano arduino-uno i-nucleo-lrwan1 jiminy-mega256rfr2 \
|
||||||
i-nucleo-lrwan1
|
mega-xplained waspmote-pro
|
||||||
# arduino mega2560 uno duemilanove : unknown type name: clockid_t
|
# AVR platform: unknown type name: clockid_t
|
||||||
# jiminy-mega256rfr2: unknown type name: clockid_t
|
|
||||||
# mega-xplained: unknown type name: clockid_t
|
|
||||||
|
|
||||||
# exclude boards with insufficient memory
|
# exclude boards with insufficient memory
|
||||||
BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
|
BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
|
||||||
|
|||||||
@ -1,7 +1,8 @@
|
|||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
BOARD_BLACKLIST := arduino-duemilanove arduino-mega2560 arduino-nano \
|
BOARD_BLACKLIST := arduino-duemilanove arduino-leonardo arduino-mega2560 \
|
||||||
arduino-uno jiminy-mega256rfr2 mega-xplained waspmote-pro
|
arduino-nano arduino-uno jiminy-mega256rfr2 mega-xplained \
|
||||||
|
waspmote-pro
|
||||||
# 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
|
# jiminy-mega256rfr2: unknown type name: clockid_t
|
||||||
# mega-xplained: unknown type name: clockid_t
|
# mega-xplained: unknown type name: clockid_t
|
||||||
|
|||||||
@ -1,7 +1,8 @@
|
|||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
BOARD_BLACKLIST := arduino-duemilanove arduino-mega2560 arduino-nano \
|
BOARD_BLACKLIST := arduino-duemilanove arduino-leonardo arduino-mega2560 \
|
||||||
arduino-uno jiminy-mega256rfr2 mega-xplained waspmote-pro
|
arduino-nano arduino-uno jiminy-mega256rfr2 mega-xplained \
|
||||||
|
waspmote-pro
|
||||||
# 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
|
# jiminy-mega256rfr2: unknown type name: clockid_t
|
||||||
# mega-xplained: unknown type name: clockid_t
|
# mega-xplained: unknown type name: clockid_t
|
||||||
|
|||||||
@ -1,11 +1,10 @@
|
|||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
BOARD_BLACKLIST := arduino-duemilanove arduino-mega2560 arduino-nano \
|
BOARD_BLACKLIST := arduino-duemilanove arduino-leonardo arduino-mega2560 \
|
||||||
arduino-uno jiminy-mega256rfr2 mega-xplained waspmote-pro \
|
arduino-nano arduino-uno hifive1 i-nucleo-lrwan1 \
|
||||||
hifive1 i-nucleo-lrwan1
|
jiminy-mega256rfr2 mega-xplained waspmote-pro
|
||||||
# arduino mega2560 uno duemilanove : unknown type name: clockid_t
|
|
||||||
# jiminy-mega256rfr2: unknown type name: clockid_t
|
# AVR platform: unknown type name: clockid_t
|
||||||
# mega-xplained: unknown type name: clockid_t
|
|
||||||
# hifive1: not enough memory for thread stacks
|
# hifive1: not enough memory for thread stacks
|
||||||
|
|
||||||
BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
|
BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
|
||||||
|
|||||||
@ -1,7 +1,8 @@
|
|||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
BOARD_BLACKLIST := arduino-duemilanove arduino-mega2560 arduino-nano \
|
BOARD_BLACKLIST := arduino-duemilanove arduino-leonardo arduino-mega2560 \
|
||||||
arduino-uno jiminy-mega256rfr2 mega-xplained waspmote-pro
|
arduino-nano arduino-uno jiminy-mega256rfr2 mega-xplained \
|
||||||
|
waspmote-pro
|
||||||
# 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
|
# jiminy-mega256rfr2: unknown type name: clockid_t
|
||||||
# mega-xplained: unknown type name: clockid_t
|
# mega-xplained: unknown type name: clockid_t
|
||||||
|
|||||||
@ -1,7 +1,8 @@
|
|||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
BOARD_BLACKLIST := arduino-duemilanove arduino-mega2560 arduino-nano \
|
BOARD_BLACKLIST := arduino-duemilanove arduino-leonardo arduino-mega2560 \
|
||||||
arduino-uno jiminy-mega256rfr2 mega-xplained waspmote-pro
|
arduino-nano arduino-uno jiminy-mega256rfr2 mega-xplained \
|
||||||
|
waspmote-pro
|
||||||
# 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
|
# jiminy-mega256rfr2: unknown type name: clockid_t
|
||||||
# mega-xplained: unknown type name: clockid_t
|
# mega-xplained: unknown type name: clockid_t
|
||||||
|
|||||||
@ -1,7 +1,8 @@
|
|||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
# avr8, msp430, esp8266 and mips don't support ssp (yet)
|
# avr8, msp430, esp8266 and mips don't support ssp (yet)
|
||||||
BOARD_BLACKLIST := arduino-duemilanove arduino-mega2560 arduino-nano \
|
BOARD_BLACKLIST := arduino-duemilanove arduino-leonardo \
|
||||||
|
arduino-mega2560 arduino-nano \
|
||||||
arduino-uno chronos esp8266-esp-12x esp8266-olimex-mod \
|
arduino-uno chronos esp8266-esp-12x esp8266-olimex-mod \
|
||||||
esp8266-sparkfun-thing jiminy-mega256rfr2 mega-xplained \
|
esp8266-sparkfun-thing jiminy-mega256rfr2 mega-xplained \
|
||||||
msb-430 msb-430h pic32-clicker pic32-wifire telosb \
|
msb-430 msb-430h pic32-clicker pic32-wifire telosb \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user