From be7ce7ea99b9973e9cc940e0e679f4c9aa0e1028 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Harter?= Date: Mon, 16 Sep 2019 12:29:15 +0200 Subject: [PATCH] tests: re-enable utf-8 tests on native The docker image should now be configured with LC_ALL|LANG=C.UTF-8 and used in murdock. --- tests/lua_loader/Makefile | 3 --- tests/pkg_u8g2/Makefile | 3 --- tests/pthread_rwlock/Makefile | 3 --- 3 files changed, 9 deletions(-) diff --git a/tests/lua_loader/Makefile b/tests/lua_loader/Makefile index 70015fc64714..ef7a3aa5d576 100644 --- a/tests/lua_loader/Makefile +++ b/tests/lua_loader/Makefile @@ -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 diff --git a/tests/pkg_u8g2/Makefile b/tests/pkg_u8g2/Makefile index 432b8d928eeb..1d6aef4f7e40 100644 --- a/tests/pkg_u8g2/Makefile +++ b/tests/pkg_u8g2/Makefile @@ -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 diff --git a/tests/pthread_rwlock/Makefile b/tests/pthread_rwlock/Makefile index 3ff6a523f49c..cbc68e5eddc9 100644 --- a/tests/pthread_rwlock/Makefile +++ b/tests/pthread_rwlock/Makefile @@ -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