[libcxx-commits] [PATCH] D124175: [libcxx] Reject month 0 in get_date/__get_month
David Spickett via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Apr 22 02:20:38 PDT 2022
DavidSpickett added inline comments.
================
Comment at: libcxx/test/std/localization/locale.categories/category.time/locale.time.get.byname/get_date.pass.cpp:18
// GLIBC fails on the zh_CN test.
// XFAIL: linux
----------------
Mordante wrote:
> :-( This is not your change, but it basically means these changes aren't tested in most of our CI. I'll create a fix.
Yeah I actually tested this on Linux by commenting out that one test case. So I can at least confirm everything else works.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124175/new/
https://reviews.llvm.org/D124175
More information about the libcxx-commits
mailing list