[libcxx-commits] [PATCH] D120316: [libcxx] [test] Fix the get/put long_double_ru_RU tests on Apple platforms

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Feb 23 14:37:55 PST 2022


Quuxplusone accepted this revision.
Quuxplusone added a comment.
This revision is now accepted and ready to land.

Yeesh, yeah, LGTM. I'd characterize this PR as follows, and feel free to take any of this wording into your commit message:

Both of these test files are `XFAIL: netbsd || linux || LIBCXX-WINDOWS-FIXME`, and then have some of their test cases commented out when `__APPLE__`. This PR comments-in those test cases and adjusts them all to work on Apple, while leaving the test `XFAIL`ed on NetBSD, Linux, and Windows.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D120316/new/

https://reviews.llvm.org/D120316



More information about the libcxx-commits mailing list