[libcxx-commits] [libcxx] [libcxx][test] Use smaller time range for 32 bit time_t (PR #104762)
David Spickett via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Aug 19 04:18:01 PDT 2024
DavidSpickett wrote:
This means that regardless of zdump's ability to handle 64 bit time_t, the test will only ever pass values in the 32 bit range.
So if there's a system out there where they are 32 bit but decided to use time_t 64 bit but the zdump is still using 32 bit time_t, the test will fail, but we have https://github.com/llvm/llvm-project/pull/103056 if that happens.
https://github.com/llvm/llvm-project/pull/104762
More information about the libcxx-commits
mailing list