llvm-project/libcxx/test/std/localization/locale.stdcvt
Eric Fiselier 25b9b60dd6 Cleanup test issues reported by STL @ Microsoft.
This patch cleans up a number of issues reported by STL, including:

1) Fix duplicate is_convertible test.
2) Move non-standard reference_wrapper tests under test/libcxx
3) Fix assumption that sizeof(wchar_t) == 32 in the codecvt and
   wstring_convert tests.

llvm-svn: 302870
2017-05-12 03:38:28 +00:00
..
codecvt_mode.pass.cpp
codecvt_utf8.pass.cpp
codecvt_utf8_always_noconv.pass.cpp
codecvt_utf8_encoding.pass.cpp
codecvt_utf8_in.pass.cpp test: use char32_t rather than wchar_t 2017-02-12 21:42:35 +00:00
codecvt_utf8_length.pass.cpp
codecvt_utf8_max_length.pass.cpp
codecvt_utf8_out.pass.cpp Cleanup test issues reported by STL @ Microsoft. 2017-05-12 03:38:28 +00:00
codecvt_utf8_unshift.pass.cpp
codecvt_utf8_utf16_always_noconv.pass.cpp
codecvt_utf8_utf16_encoding.pass.cpp
codecvt_utf8_utf16_in.pass.cpp Cleanup test issues reported by STL @ Microsoft. 2017-05-12 03:38:28 +00:00
codecvt_utf8_utf16_length.pass.cpp
codecvt_utf8_utf16_max_length.pass.cpp
codecvt_utf8_utf16_out.pass.cpp Cleanup test issues reported by STL @ Microsoft. 2017-05-12 03:38:28 +00:00
codecvt_utf8_utf16_unshift.pass.cpp
codecvt_utf16.pass.cpp
codecvt_utf16_always_noconv.pass.cpp
codecvt_utf16_encoding.pass.cpp
codecvt_utf16_in.pass.cpp test: use char32_t rather than wchar_t 2017-02-12 21:42:35 +00:00
codecvt_utf16_length.pass.cpp
codecvt_utf16_max_length.pass.cpp
codecvt_utf16_out.pass.cpp Cleanup test issues reported by STL @ Microsoft. 2017-05-12 03:38:28 +00:00
codecvt_utf16_unshift.pass.cpp