]> git.ipfire.org Git - thirdparty/krb5.git/commit
Suppress y2038 GSS tests when time_t is 32-bit 666/head
authorGreg Hudson <ghudson@mit.edu>
Thu, 15 Jun 2017 15:59:18 +0000 (11:59 -0400)
committerGreg Hudson <ghudson@mit.edu>
Mon, 19 Jun 2017 15:32:35 +0000 (11:32 -0400)
commit462cffcd00c12e6c96d4c045572c0e76a2686538
tree3b6c831223b996ebc10b37f4b3d21077fc05d66a
parent473536392a00e76642e8770b8163a501d10c6961
Suppress y2038 GSS tests when time_t is 32-bit

The GSSAPI time_t tests do not run correctly on 32-bit Solaris because
time_t conversions are involved in the "kinit -l 8500d" step.
Suppress the GSS y2038 tests when time_t is 32-bit.

ticket: 8352
src/tests/gssapi/t_gssapi.py