History log of /external/libcxx/test/std/localization/locale.stdcvt/codecvt_utf16_in.pass.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
bd18417b4d3124a298e86ba351286a91c2ce6c1e 12-Feb-2017 Saleem Abdulrasool <compnerd@compnerd.org> test: use char32_t rather than wchar_t

wchar_t is not as portable as char32_t. On Windows, wchar_t is
16-bytes and on Linux 32-bits. The conversion to utf8 causes the
characters to exceed the limits on char16_t, resulting in tautological
comparisons.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@294917 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/std/localization/locale.stdcvt/codecvt_utf16_in.pass.cpp
a90c6dd46005b2b14de3bb889a8d03bb34bd3256 20-Dec-2014 Eric Fiselier <eric@efcs.ca> Move test into test/std subdirectory.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@224658 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/std/localization/locale.stdcvt/codecvt_utf16_in.pass.cpp