Skip to content

Commit

Permalink
Merge pull request #12246 from cladmi/pr/tests/re_enable_utf8_tests
Browse files Browse the repository at this point in the history
tests: re-enable utf-8 tests on native
  • Loading branch information
miri64 authored Sep 16, 2019
2 parents 1dcf88e + be7ce7e commit a3375db
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions tests/lua_loader/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,4 @@ ifneq ($(BOARD),native)
CFLAGS += -DTHREAD_STACKSIZE_MAIN='(THREAD_STACKSIZE_DEFAULT+2048)'
endif

# HACK Blacklist native as `murdock` fails on utf-8 characters for native tests
TEST_ON_CI_BLACKLIST += native

include $(RIOTBASE)/Makefile.include
3 changes: 0 additions & 3 deletions tests/pkg_u8g2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,4 @@ CFLAGS += -DTEST_PIN_RESET=$(TEST_PIN_RESET)

CFLAGS += -DTEST_DISPLAY=$(TEST_DISPLAY)

# HACK Blacklist native as `murdock` fails on utf-8 characters for native tests
TEST_ON_CI_BLACKLIST += native

include $(RIOTBASE)/Makefile.include
3 changes: 0 additions & 3 deletions tests/pthread_rwlock/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,4 @@ BOARD_INSUFFICIENT_MEMORY = \
stm32l0538-disco \
#

# HACK Blacklist native as `murdock` fails on utf-8 characters for native tests
TEST_ON_CI_BLACKLIST += native

include $(RIOTBASE)/Makefile.include

0 comments on commit a3375db

Please sign in to comment.