Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[libc++][TZDB] Disables a failing test. #95659

Merged
merged 1 commit into from
Jun 15, 2024

Conversation

mordante
Copy link
Member

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

The test fails depending on the timezone database used. Disable it for
now so it can be properly investigated later.
@mordante mordante changed the title [libc++][TZDB] Disables a faiing test. [libc++][TZDB] Disables a failing test. Jun 15, 2024
@mordante mordante marked this pull request as ready for review June 15, 2024 17:58
@mordante mordante requested a review from a team as a code owner June 15, 2024 17:58
@mordante mordante merged commit e48f211 into llvm:main Jun 15, 2024
56 of 57 checks passed
@llvmbot llvmbot added the libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi. label Jun 15, 2024
@mordante mordante deleted the disables_failing_test branch June 15, 2024 17:59
@llvmbot
Copy link
Collaborator

llvmbot commented Jun 15, 2024

@llvm/pr-subscribers-libcxx

Author: Mark de Wever (mordante)

Changes

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 --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;

@@ -13,6 +13,9 @@
// XFAIL: libcpp-has-no-experimental-tzdb
// XFAIL: availability-tzdb-missing

// TODO TZDB Investigate why this fails.
// UNSUPPORTED: target={{.*}}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be nice to have more information about exactly what fails and how to reproduce it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants