[libcxx-commits] [libcxx] e48f211 - [libc++][TZDB] Disables a failing test. (#95659)
via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Jun 15 10:59:09 PDT 2024
Author: Mark de Wever
Date: 2024-06-15T19:59:05+02:00
New Revision: e48f211ab8dc4f48cf27a2b08d58eb3fb73460d9
URL: https://github.com/llvm/llvm-project/commit/e48f211ab8dc4f48cf27a2b08d58eb3fb73460d9
DIFF: https://github.com/llvm/llvm-project/commit/e48f211ab8dc4f48cf27a2b08d58eb3fb73460d9.diff
LOG: [libc++][TZDB] Disables a failing test. (#95659)
The test fails depending on the timezone database used. Disable it for
now so it can be properly investigated later.
Added:
Modified:
libcxx/test/std/time/time.zone/time.zone.timezone/time.zone.members/get_info.local_time.pass.cpp
Removed:
################################################################################
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;
More information about the libcxx-commits
mailing list