[libcxx-commits] [libcxx] [libcxx][test] Skip sys_info zdump test when zdump was built with 32 bit time_t (PR #103056)

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Sun Aug 18 06:17:35 PDT 2024


================
@@ -7,15 +7,12 @@
 //===----------------------------------------------------------------------===//
 
 // UNSUPPORTED: c++03, c++11, c++14, c++17
-// UNSUPPORTED: no-filesystem, no-localization, no-tzdb, has-no-zdump
+// UNSUPPORTED: no-filesystem, no-localization, no-tzdb, has-no-zdump, zdump-time_t-32bit
 // REQUIRES: long_tests
 
 // XFAIL: libcpp-has-no-experimental-tzdb
 // XFAIL: availability-tzdb-missing
 
-// TODO TZDB Investigate
-// UNSUPPORTED: target={{armv(7|8)l-linux-gnueabihf}}
-
 #include <chrono>
----------------
mordante wrote:

How changing `constexpr std::chrono::year last{2100};` at line 28 to 2037 for 32-bit `time_t` instead?

https://github.com/llvm/llvm-project/pull/103056


More information about the libcxx-commits mailing list