Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: unblacklist some boards #3609

Merged
merged 6 commits into from
Aug 25, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions tests/bloom_bytes/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
APPLICATION = bloom_bytes
include ../Makefile.tests_common

BOARD_INSUFFICIENT_RAM := stm32f0discovery

USEMODULE += hashes
USEMODULE += bloom
USEMODULE += random
Expand Down
3 changes: 0 additions & 3 deletions tests/libfixmath_unittests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ BOARD_BLACKLIST := arduino-mega2560
# 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

# Insufficient RAM / ROM
BOARD_INSUFFICIENT_RAM += redbee-econotag stm32f0discovery

USEMODULE += libfixmath-unittests

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the redbee-econotag needs to stay in:

/home/kietzmann/Dokumente/RIOT_repo_devel/RIOT/tests/libfixmath_unittests/bin/redbee-econotag/libfixmath_unittests.elf section `.heap' will not fit in region `ram'
/home/kietzmann/Downloads/gcc-arm-none-eabi-4_8-2014q2/bin/../lib/gcc/arm-none-eabi/4.8.4/../../../../arm-none-eabi/bin/ld: region `ram' overflowed by 1776 bytes
collect2: error: ld returned 1 exit status

ifneq (,$(filter native qemu-i386,$(BOARD)))
Expand Down
2 changes: 0 additions & 2 deletions tests/pipe/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
APPLICATION = pipe
include ../Makefile.tests_common

BOARD_INSUFFICIENT_RAM := stm32f0discovery

USEMODULE += pipe

include $(RIOTBASE)/Makefile.include
2 changes: 0 additions & 2 deletions tests/struct_tm_utility/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
APPLICATION = struct_tm_utility
include ../Makefile.tests_common

BOARD_INSUFFICIENT_RAM := stm32f0discovery

DISABLE_MODULE += auto_init

USEMODULE += shell
Expand Down
2 changes: 0 additions & 2 deletions tests/thread_exit/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
APPLICATION = thread_exit
include ../Makefile.tests_common

BOARD_INSUFFICIENT_RAM := stm32f0discovery

DISABLE_MODULE += auto_init

include $(RIOTBASE)/Makefile.include
2 changes: 0 additions & 2 deletions tests/vtimer_msg/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
APPLICATION = vtimer_msg
include ../Makefile.tests_common

BOARD_INSUFFICIENT_RAM := stm32f0discovery

USEMODULE += vtimer

include $(RIOTBASE)/Makefile.include