Skip to content

Commit

Permalink
SQUASHME: reenable blacklisted tests due to RAM savings
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseichinger committed Sep 25, 2014
1 parent feb1743 commit 1e78992
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tests/posix_semaphore/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ APPLICATION = posix_semaphore
include ../Makefile.tests_common

BOARD_INSUFFICIENT_RAM := msb-430 msb-430h mbed_lpc1768 redbee-econotag chronos stm32f0discovery \
pca10000 pca10005 yunjia-nrf51822 samr21-xpro
pca10000 pca10005 yunjia-nrf51822

USEMODULE += posix

Expand Down
2 changes: 1 addition & 1 deletion tests/pthread_rwlock/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ DISABLE_MODULE += auto_init
CFLAGS += -DNATIVE_AUTO_EXIT

BOARD_INSUFFICIENT_RAM += chronos mbed_lpc1768 msb-430 msb-430h stm32f0discovery \
pca10000 pca10005 yunjia-nrf51822 samr21-xpro
pca10000 pca10005 yunjia-nrf51822

include $(RIOTBASE)/Makefile.include
2 changes: 1 addition & 1 deletion tests/queue_fairness/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
APPLICATION = queue_fairness
include ../Makefile.tests_common

BOARD_INSUFFICIENT_RAM := mbed_lpc1768 stm32f0discovery pca10000 pca10005 samr21-xpro
BOARD_INSUFFICIENT_RAM := mbed_lpc1768 stm32f0discovery pca10000 pca10005

USEMODULE += vtimer

Expand Down
2 changes: 1 addition & 1 deletion tests/thread_cooperation/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ APPLICATION = thread_cooperation
include ../Makefile.tests_common

BOARD_INSUFFICIENT_RAM := chronos msb-430 msb-430h mbed_lpc1768 redbee-econotag stm32f0discovery \
pca10000 pca10005 yunjia-nrf51822 samr21-xpro
pca10000 pca10005 yunjia-nrf51822

DISABLE_MODULE += auto_init

Expand Down
2 changes: 1 addition & 1 deletion tests/vtimer_msg_diff/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ BOARD_BLACKLIST := arduino-mega2560
# arduino-mega2560: missing define for PRId64, avr-libc's printf function
# possibly not compatible at all

BOARD_INSUFFICIENT_RAM := mbed_lpc1768 stm32f0discovery pca10000 pca10005 samr21-xpro
BOARD_INSUFFICIENT_RAM := mbed_lpc1768 stm32f0discovery pca10000 pca10005

USEMODULE += vtimer

Expand Down

0 comments on commit 1e78992

Please sign in to comment.