io: Do not skip timestamps tests for 32-bit time_t
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 12 Jul 2021 20:35:06 +0000 (17:35 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 4 Oct 2021 13:51:55 +0000 (10:51 -0300)
commit3692c0df7f066d01863fc05a5f7cedd2628961e7
tree19fcee6a6e8c74d5dc28b37a997158dfd506ceb9
parentb5172560152052ad265c3f11d58cf5e33e98e478
io: Do not skip timestamps tests for 32-bit time_t

The first test in the set do not require 64-bit time_t support, so there
is no need to return UNSUPPORTED for the whole test.  The patch also adds
another test with arbitrary date prior y2038.

Checked on x86_64-linux-gnu and i686-linux-gnu.
io/tst-utimensat-skeleton.c