[libcxx-commits] [PATCH] D124555: [libcxx][AIX][z/OS] basic_ios<wchar_t> cannot store fill character WCHAR_MAX

Jake Egan via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed May 4 10:36:45 PDT 2022


Jake-Egan added inline comments.


================
Comment at: libcxx/test/std/input.output/iostream.format/std.manip/setfill_wcharmax.pass.cpp:13
+// XFAIL: stdlib=libc++ && target=x86_64-pc-windows-msvc
+// XFAIL: stdlib=libc++ && target=x86_64-w64-windows-gnu
+
----------------
Instead of XFAILing each target, it might make more sense to add a Lit feature for the new macro, then you can simply do:
```
// REQUIRES: libcpp_basic_ios_has_fill_set
```



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124555



More information about the libcxx-commits mailing list