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

Chris Bowler via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed May 4 08:12:45 PDT 2022


cebowleratibm updated this revision to Diff 427014.
cebowleratibm added a comment.

- Only enabled on zOS in 64-bit.
- Added XFAILs for other targets from the CI that also fail the new test.
- Only check the new `__fill_set_` member when necessary to mitigate compat problems if a target already shipped the version without the member.




Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124555

Files:
  libcxx/include/__config
  libcxx/include/ios
  libcxx/test/std/input.output/iostream.format/std.manip/setfill_wcharmax.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124555.427014.patch
Type: text/x-patch
Size: 4359 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220504/7691187a/attachment.bin>


More information about the libcxx-commits mailing list