llvm-project/libcxx/test/std/input.output/iostreams.base/ios
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
..
basic.ios.cons
basic.ios.members [libcxx] [test] Remove nonportable locale assumption in basic.ios.members/narrow.pass.cpp 2018-08-08 00:47:29 +00:00
iostate.flags Recommit r290750: Fix PR19460 - std::ios is convertible to int. 2016-12-30 14:05:52 +00:00
types.pass.cpp