[libcxx-commits] [libcxx] 8885813 - [libc++][chrono] Disables a test.
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Apr 16 11:46:55 PDT 2024
Author: Mark de Wever
Date: 2024-04-16T20:46:47+02:00
New Revision: 8885813ebb0a61014d99ac776b8118d935848cc9
URL: https://github.com/llvm/llvm-project/commit/8885813ebb0a61014d99ac776b8118d935848cc9
DIFF: https://github.com/llvm/llvm-project/commit/8885813ebb0a61014d99ac776b8118d935848cc9.diff
LOG: [libc++][chrono] Disables a test.
This tests seems problematic on different platforms. There is still a
test that ensures coverage, but in an automatic fashion. This test needs
to be investigated.
Added:
Modified:
libcxx/test/std/time/time.zone/time.zone.timezone/time.zone.members/get_info.sys_time.pass.cpp
Removed:
################################################################################
diff --git a/libcxx/test/std/time/time.zone/time.zone.timezone/time.zone.members/get_info.sys_time.pass.cpp b/libcxx/test/std/time/time.zone/time.zone.timezone/time.zone.members/get_info.sys_time.pass.cpp
index a751a2fb6347b5..d27cf0bd89062e 100644
--- a/libcxx/test/std/time/time.zone/time.zone.timezone/time.zone.members/get_info.sys_time.pass.cpp
+++ b/libcxx/test/std/time/time.zone/time.zone.timezone/time.zone.members/get_info.sys_time.pass.cpp
@@ -6,7 +6,10 @@
//
//===----------------------------------------------------------------------===//
-// UNSUPPORTED: c++03, c++11, c++14, c++17
+// TODO TZDB review the test based on review comments in
+// https://github.com/llvm/llvm-project/pull/85619
+
+// UNSUPPORTED: c++03, c++11, c++14, c++17, c++20, c++23, c++26
// UNSUPPORTED: no-filesystem, no-localization, no-tzdb
// XFAIL: libcpp-has-no-incomplete-tzdb
More information about the libcxx-commits
mailing list