Displaying 1 result from an estimated 1 matches for "sid_mips64el".
2023 Jan 24
2
mips64el stat/time/…? problem
...>Thorsten: I've attached a patch which I tested briefly in QEMU. Let me
>know if this works for you.
sorry for the delay. I was able to test this on eller today.
To reproduce the issue, this was needed, because the value
read was a nanosecond field and so the test didn?t always fail:
(sid_mips64el-dchroot)tg at eller:~$ while sleep 0.1; do :>b; ./mksh -c 'test a -nt b; echo $?'; done
Unpatched, this produced runs of (4 to 7) zeros and (3 to 4) ones;
patched, it produced all ones.
I cannot add this variant to the upstream testsuite as a subsecond
sleep is not guaranteed, but I c...