Bruno Haible via GNU coreutils General Discussion <coreutils@gnu.org> writes:
> Pádraig Brady wrote: >> > FAIL: tests/dd/no-allocate.sh >> We should add more space to the ulimit here too (also attached). > > This patch fixes the test failure, indeed. > >> > FAIL: tests/fold/fold-characters.sh >> > FAIL: tests/fold/fold-zero-width.sh >> > FAIL: tests/fold/fold.pl >> >> Hopefully the attached avoids the above new failures. > > It doesn't. These three tests still fail. Find attached the new log. It looks calling c32width on 뉐 (as a char32_t) returns 1 on this platform. I'm not sure if there is a good way to test that. Maybe Perl has a function that just calls wcwidth under the hood? We could use it to skip fold-characers.sh if so. Collin