[libcxx-commits] [PATCH] D118187: [libcxx] [Windows] Use the standard vsnprintf instead of _vsnprintf
Arthur O'Dwyer via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jan 31 08:57:11 PST 2022
Quuxplusone added inline comments.
================
Comment at: libcxx/test/std/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_double.pass.cpp:15
-// XFAIL: LIBCXX-WINDOWS-FIXME
+// XFAIL: msvc
// XFAIL: LIBCXX-AIX-FIXME
----------------
Is this XFAIL related to the "Microsoft C runtime specific quirks" you mention? It could use a comment to explain why we need to XFAIL here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118187/new/
https://reviews.llvm.org/D118187
More information about the libcxx-commits
mailing list