[PATCH] D25811: [libcxx] Fix toupper/tolower tests for UTF-8 locale

Krzysztof Parzyszek via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 20 06:40:14 PDT 2016


kparzysz added a comment.

In https://reviews.llvm.org/D25811#575105, @EricWF wrote:

> Seems like we should figure out why these pass on ToT OS X.


All of them have

// XFAIL: with_system_cxx_lib=x86_64-apple-darwin11
// XFAIL: with_system_cxx_lib=x86_64-apple-darwin12

Maybe that's it.  I don't have access to OS X, so I can't test it there.


Repository:
  rL LLVM

https://reviews.llvm.org/D25811





More information about the cfe-commits mailing list