[libcxx-commits] [libcxx] [libc++][TZDB] Disables a failing test. (PR #95659)
via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Jun 15 10:59:29 PDT 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-libcxx
Author: Mark de Wever (mordante)
<details>
<summary>Changes</summary>
The test fails depending on the timezone database used. Disable it for now so it can be properly investigated later.
---
Full diff: https://github.com/llvm/llvm-project/pull/95659.diff
1 Files Affected:
- (modified) libcxx/test/std/time/time.zone/time.zone.timezone/time.zone.members/get_info.local_time.pass.cpp (+3)
``````````diff
diff --git a/libcxx/test/std/time/time.zone/time.zone.timezone/time.zone.members/get_info.local_time.pass.cpp b/libcxx/test/std/time/time.zone/time.zone.timezone/time.zone.members/get_info.local_time.pass.cpp
index d424b41673b14..76dd8bc746fcd 100644
--- a/libcxx/test/std/time/time.zone/time.zone.timezone/time.zone.members/get_info.local_time.pass.cpp
+++ b/libcxx/test/std/time/time.zone/time.zone.timezone/time.zone.members/get_info.local_time.pass.cpp
@@ -13,6 +13,9 @@
// XFAIL: libcpp-has-no-experimental-tzdb
// XFAIL: availability-tzdb-missing
+// TODO TZDB Investigate why this fails.
+// UNSUPPORTED: target={{.*}}
+
// <chrono>
// class time_zone;
``````````
</details>
https://github.com/llvm/llvm-project/pull/95659
More information about the libcxx-commits
mailing list