Pádraig Brady wrote: > > FAIL: tests/env/env-signal-handler.sh > > That was previously discussed at: > https://lists.gnu.org/archive/html/coreutils/2026-04/msg00128.html
Oh, I see. OK. > > 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 Yes, changing "timeout 60" to "timeout 120" here makes the test succeed. Bruno
