[libcxx-commits] [libcxx] [llvm] [libc++] Update macOS and AppleClang (PR #193711)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Apr 28 08:34:21 PDT 2026
================
@@ -96,6 +96,9 @@ int main(int, char**)
assert(t.tm_hour == 23);
assert(err == std::ios_base::eofbit);
}
+ // FIXME: Apple platforms probably changed their localization, which causes this test to fail.
+ // clang-format off
+#ifndef __APPLE__
----------------
ldionne wrote:
I'd like to figure out what's the change here and test the results we should be expecting.
https://github.com/llvm/llvm-project/pull/193711
More information about the libcxx-commits
mailing list