llvm-project/libcxx/test/std/localization
Stephan T. Lavavej ba8754ab09 [libcxx] [test] Update locale names for Windows.
locale.codecvt.byname/ctor_char.pass.cpp:
This test used to use "en_US" as a plain string instead of using platform_support.
Need to fix this because MS STL expects "en-US" instead.

platform_support.h:
These are the legacy Windows locale names. Should use IETF tags instead.
I've also added en_US, since a test was using that as a locale string as well.

msvc_stdlib_force_include.hpp:
Remove _MSVC_STL_VER. The libraries will directly define _MSVC_STL_VERSION in the future.

Fixes D29351.

llvm-svn: 305000
2017-06-08 18:22:03 +00:00
..
c.locales Move remaining _LIBCPP_VERSION tests into test/libcxx 2016-06-22 02:23:22 +00:00
locale.categories [libcxx] [test] Update locale names for Windows. 2017-06-08 18:22:03 +00:00
locale.stdcvt Cleanup test issues reported by STL @ Microsoft. 2017-05-12 03:38:28 +00:00
locale.syn
locales Fix C++03 test failures caused by static_assert emulation 2017-05-12 03:53:56 +00:00
localization.general