On December 12, 2016 4:45:23 AM CST, John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> wrote:
On 12/12/2016 04:23 AM, Steve M. Robbins wrote:
Thanks! So the failing test is checking the ability to find the number of
threads by reading /proc/self/stat. The value is reported in the 20th field,
according to "man 5 proc". But the m68k test result suggests it is always
reporting 0 threads. Is this a known limitation of the m68k kernel?
I'm not building on a pure m68k machine. I'm doing emulated cross-builds on
an amd64 machine with qemu-user. Thus, the userspace is m68k while the kernel
is amd64.
The test will probably succeed on the Aranym emulator or a real m68k
machine. This is why I prefer packages to honor "nocheck" or "nobench" so
I can disable tests which I expect to fail anyways.
Adrian