bug#79301: fold-spaces test failure

2025-09-07 Thread Collin Funk
Pádraig Brady writes: > You might be able to use the uniq trick > to determine if a character is blank? > > https://bugs.gnu.org/cgi/79300#32 Oops, sorry, forgot about that email. That works perfect, though, thanks. I pushed the attached patch. Tested in an alpine container, but I am confident

bug#79301: fold-spaces test failure

2025-09-05 Thread Bruno Haible via GNU coreutils Bug Reports
Collin Funk wrote: > I pushed the attached patch. Tested > in an alpine container, but I am confident it will fix the > others. Confirmed: The CI builds on Alpine Linux, macOS 15, FreeBSD 15 succeed now. Bruno

bug#79301: fold-spaces test failure

2025-09-04 Thread Pádraig Brady
On 04/09/2025 18:36, Collin Funk wrote: Bruno Haible writes: On 2025-08-24 I wrote: Today's CI reports a test failure FAIL: tests/fold/fold-spaces on several systems: - Alpine Linux, - macOS 13..15, - FreeBSD 14. Sorry for the incorrect reporting: macOS 13 and 14 failed with a f

bug#79301: fold-spaces test failure

2025-09-04 Thread Collin Funk
Bruno Haible writes: > On 2025-08-24 I wrote: >> Today's CI reports a test failure >> FAIL: tests/fold/fold-spaces >> on several systems: >> - Alpine Linux, >> - macOS 13..15, >> - FreeBSD 14. > > Sorry for the incorrect reporting: macOS 13 and 14 failed with a fold-nbsp > failure (bug #7

bug#79301: fold-spaces test failure

2025-09-04 Thread Bruno Haible via GNU coreutils Bug Reports
Hi, On 2025-08-24 I wrote: > Today's CI reports a test failure > FAIL: tests/fold/fold-spaces > on several systems: > - Alpine Linux, > - macOS 13..15, > - FreeBSD 14. Sorry for the incorrect reporting: macOS 13 and 14 failed with a fold-nbsp failure (bug #79300), not a fold-spaces failur

bug#79301: fold-spaces test failure

2025-08-24 Thread Bruno Haible via GNU coreutils Bug Reports
[CCing bug-gnulib] Collin Funk wrote: > On Alpine this is because iswblank in UTF-8 locales is the same as > isblank in the C locale. This means it only returns 1 for U+0009 TAB and > U+0020 SPACE. It is allowed to behave this way. https://pubs.opengroup.org/onlinepubs/9799919799.2024edition/func

bug#79301: fold-spaces test failure

2025-08-24 Thread Collin Funk
Bruno Haible via GNU coreutils Bug Reports writes: > Today's CI reports a test failure > FAIL: tests/fold/fold-spaces > on several systems: > - Alpine Linux, > - macOS 13..15, > - FreeBSD 14. > > Here are the relevant parts of the log files. Thanks. On Alpine this is because iswblank in

bug#79301: fold-spaces test failure

2025-08-24 Thread Bruno Haible via GNU coreutils Bug Reports
Today's CI reports a test failure FAIL: tests/fold/fold-spaces on several systems: - Alpine Linux, - macOS 13..15, - FreeBSD 14. Here are the relevant parts of the log files. Alpine Linux: FAIL: tests/fold/fold-spaces + initial_cwd_=/work/coreutils-2025-08-