llvm-project/libcxx/test/std/input.output/iostreams.base/ios/basic.ios.members
Billy Robert O'Neal III f2c9a2fee6 [libcxx] [test] Remove nonportable locale assumption in basic.ios.members/narrow.pass.cpp
I'm not sure if libcxx is asserting UTF-8 here; but on Windows the full char value is always passed through in its entirety, since the default codepage is something like Windows-1252. The replacement character is only used for non-chars there; and that should be a more portable test everywhere.

(Still pending review at https://reviews.llvm.org/D47395 which has been open since may; will ask for forgiveness rather than permission :) )

llvm-svn: 339213
2018-08-08 00:47:29 +00:00
..
copyfmt.pass.cpp Fix unused parameters and variables 2016-12-23 23:37:52 +00:00
fill.pass.cpp
fill_char_type.pass.cpp
imbue.pass.cpp [libcxx] Add appropriate 'REQUIRE' directives to tests that require en_US.UTF-8. 2016-01-21 15:35:15 +00:00
move.pass.cpp Remove more names of unreferenced parameters. Patch from STL@microsoft.com 2016-04-29 00:47:16 +00:00
narrow.pass.cpp [libcxx] [test] Remove nonportable locale assumption in basic.ios.members/narrow.pass.cpp 2018-08-08 00:47:29 +00:00
rdbuf.pass.cpp
rdbuf_streambuf.pass.cpp
set_rdbuf.pass.cpp Protect std::ios tests under libcpp-no-exceptions 2016-11-14 13:44:50 +00:00
swap.pass.cpp Remove more names of unreferenced parameters. Patch from STL@microsoft.com 2016-04-29 00:47:16 +00:00
tie.pass.cpp
tie_ostream.pass.cpp
widen.pass.cpp