Skip to content

Commit

Permalink
tests: re-enable utf-8 tests on native
Browse files Browse the repository at this point in the history
The docker image should now be configured with LC_ALL|LANG=C.UTF-8
and used in murdock.
  • Loading branch information
cladmi committed Sep 16, 2019
1 parent ece3130 commit be7ce7e
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 be7ce7e

Please sign in to comment.