jow-/ucode

Test failures on Alpine

aparcar opened this issue · 2 comments

I'm porting ucode to Alpine Linux but currently I see multiple failures in the CI, are those test cases specifically for Debian or should they all work on i.e. Alpine and macOS, too?

https://gitlab.alpinelinux.org/aparcar/aports/-/jobs/673489#L175

Only two cases fail:

01_chr .................................. !
229Testcase #1: Expected stdout did not match:
230--- Expected stdout
231+++ Resulting stdout
232@@ -1,5 +1,5 @@
233 [
234 "",
235 "abc",
236- "\u0000\u0000\u0000\u0000\u0000AB\u00ff"
237+ "\u0000\u0000\u0000\u0000\u0000AB�"
238 ]
239---

27_sprintf .............................. !
267Testcase #2: Expected stdout did not match:
268--- Expected stdout
269+++ Resulting stdout
270@@ -75,8 +75,8 @@
271 "1E-07",
272 "NAN",
273 "A",
274- "\u00ff",
275- "\u00c8",
276+ "�",
277+ "�",
278 "\u0000",
279 ""Hello\n"",
280 "123",
281---