[PATCH 00/52] Add 64 bit time support on legacy ABIs

Joseph Myers joseph@codesourcery.com
Fri Mar 5 23:57:21 GMT 2021


On Fri, 5 Mar 2021, Adhemerval Zanella via Libc-alpha wrote:

> I checked for i686-linux-gnu running on a x86_64 5.4 kernel,
> powerpc-linux-gnu running on ppc64 5.10 kernel, and on
> arm-linux-gnueabihf running on arm64 4.12.13 kernel.  As expected,
> the arm shows some tests failures due the missing kernel support:

I'd expect tests on an older kernel to be UNSUPPORTED, not FAIL.

More precisely: tests of times that can be represented in 32 bits, but 
using the 64-bit interfaces, should be PASS, and tests of times that can't 
be represented in 64 bits should be UNSUPPORTED as long as those are in a 
separate testcase from the tests of times that can be represented in 32 
bits.  If in the same testcase, FAIL seems the worst result, since it's 
not indicating any bug in glibc.

-- 
Joseph S. Myers
joseph@codesourcery.com


More information about the Libc-alpha mailing list