You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/test/std/input.output/iostreams.base/ios/basic.ios.members
Billy Robert O'Neal III 76dae9f0ba [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 :) )

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@339213 91177308-0d34-0410-b5e6-96231b3b80d8
6 years ago
..
copyfmt.pass.cpp Fix unused parameters and variables 8 years ago
fill.pass.cpp Move test into test/std subdirectory. 10 years ago
fill_char_type.pass.cpp Move test into test/std subdirectory. 10 years ago
imbue.pass.cpp [libcxx] Add appropriate 'REQUIRE' directives to tests that require en_US.UTF-8. 9 years ago
move.pass.cpp Remove more names of unreferenced parameters. Patch from STL@microsoft.com 9 years ago
narrow.pass.cpp [libcxx] [test] Remove nonportable locale assumption in basic.ios.members/narrow.pass.cpp 6 years ago
rdbuf.pass.cpp Move test into test/std subdirectory. 10 years ago
rdbuf_streambuf.pass.cpp Move test into test/std subdirectory. 10 years ago
set_rdbuf.pass.cpp Protect std::ios tests under libcpp-no-exceptions 8 years ago
swap.pass.cpp Remove more names of unreferenced parameters. Patch from STL@microsoft.com 9 years ago
tie.pass.cpp Move test into test/std subdirectory. 10 years ago
tie_ostream.pass.cpp Move test into test/std subdirectory. 10 years ago
widen.pass.cpp Move test into test/std subdirectory. 10 years ago