tests: re-enable utf-8 tests on native#12246
Conversation
The docker image should now be configured with LC_ALL|LANG=C.UTF-8 and used in murdock.
miri64
left a comment
There was a problem hiding this comment.
This is more straight-forward than my first glance at this PR made me suspect. ACK (and go when Murdock passes).
All the fixes were done somewhere else :) Only need to be sure the tests are executed correctly, but I think it is always the case with |
Yes. |
|
The tests in question now pass with Murdock:
(the output looks broken, but I guess that is due to my browser defaulting to some non-UTF-8 stuff) |
|
It is indeed the encoding that is not set by murdock. #9095 (comment) Thank you for the review. Less blacklisted tests! |
Contribution description
The docker image should now be configured with LC_ALL|LANG=C.UTF-8
and used in murdock.
Now that RIOT-OS/riotdocker#75 is merged, the tests should run again in murdock
Closes #11691
Testing procedure
The 'native' tests work in murdock
Issues/PRs references
murdock and tests using
utf-8characters #11691Fix in riotdocker RIOT-OS/riotdocker#75