[libcxx-commits] [libcxx] [libcxx][test] Skip sys_info zdump test when zdump was built with 32 bit time_t (PR #103056)
David Spickett via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Aug 19 04:16:21 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>
----------------
DavidSpickett wrote:
https://github.com/llvm/llvm-project/pull/104762
https://github.com/llvm/llvm-project/pull/103056
More information about the libcxx-commits
mailing list