[libcxx-commits] [libcxx] [libc++] Fixes time formatter test output for Linux on PowerPC (PR #75526)
Lei Huang via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Dec 14 14:27:53 PST 2023
================
@@ -821,7 +821,9 @@ static void test_valid_values_date_time() {
// Use the global locale (fr_FR)
check(
// https://sourceware.org/bugzilla/show_bug.cgi?id=24054
-#if defined(__GLIBC__) && __GLIBC__ <= 2 && __GLIBC_MINOR__ < 29
----------------
lei137 wrote:
You are right. It's not a different GLIBC. We just configure our locales differently.
https://github.com/llvm/llvm-project/pull/75526
More information about the libcxx-commits
mailing list