[PATCH] tst: Provide Y2038 tests for mktime (tst-mktime4.c)
Joseph Myers
joseph@codesourcery.com
Mon Jan 25 22:26:53 GMT 2021
On Mon, 25 Jan 2021, Lukasz Majewski wrote:
> 1. On 32 bit ports - check correct operation of mktime for 32 bit
> time_t. If those checks fail, then we fail the test.
But if those checks pass, the test will end with UNSUPPORTED rather than
PASS. If there is anything useful to verify on 32-bit ports, the test
should end with PASS if that verification succeeds and FAIL if that
verification fails - not with a choice of UNSUPPORTED and FAIL.
--
Joseph S. Myers
joseph@codesourcery.com
More information about the Libc-alpha
mailing list