On 10/09/2026 09:19, Bruno Haible wrote:
In a Debian 12 / mipsel VM (which is a bit slow, due to the QEMU emulation),
I see two test failures:
FAIL: tests/env/env-signal-handler.sh
That was previously discussed at:
https://lists.gnu.org/archive/html/coreutils/2026-04/msg00128.html
FAIL: tests/sort/sort-NaN-infloop.sh
You said the emulation was slow so maybe it's just the timing out
while processing correctly. Though the check completes is 0.5s on
my 2.6GHz i7-5600U. So is your case really 120x slower?
Does increasing the "60" to "120" in this line, fix the issue?
yes nan | head -n128095 | timeout 60 sort -g > /dev/null || fail=1
BTW the bug being tested is: https://bugs.gnu.org/55212
cheers,
Padraig