[libcxx-commits] [libcxx] [libc++][TZDB] Disables a faiing test. (PR #95659)

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Sat Jun 15 05:52:07 PDT 2024


https://github.com/mordante created https://github.com/llvm/llvm-project/pull/95659

The test fails depending on the timezone database used. Disable it for now so it can be properly investigated later.

>From 94f0bba2f59d4f36d7d34bcbedcdddab6e47effa Mon Sep 17 00:00:00 2001
From: Mark de Wever <koraq at xs4all.nl>
Date: Sat, 15 Jun 2024 14:43:03 +0200
Subject: [PATCH] [libc++][TZDB] Disables a faiing test.

The test fails depending on the timezone database used. Disable it for
now so it can be properly investigated later.
---
 .../time.zone.members/get_info.local_time.pass.cpp             | 3 +++
 1 file changed, 3 insertions(+)

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