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/localization
Stephan T. Lavavej 76836caa7d [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.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@305000 91177308-0d34-0410-b5e6-96231b3b80d8
9 years ago
..
c.locales Move remaining _LIBCPP_VERSION tests into test/libcxx 10 years ago
locale.categories [libcxx] [test] Update locale names for Windows. 9 years ago
locale.stdcvt Cleanup test issues reported by STL @ Microsoft. 9 years ago
locale.syn Move test into test/std subdirectory. 11 years ago
locales Fix C++03 test failures caused by static_assert emulation 9 years ago
localization.general Move test into test/std subdirectory. 11 years ago