llvm-project/libcxx/test/std/localization/locale.categories
Eric Fiselier 197228927a Remove locale tests that depend on enviroment variables.
Constructing a std::locale object from an empty string selects the language
from the current environment variables. If the environment variables name
a locale that doesn't exist, or isn't installed, then the construction of
facets using that locale may throw.

This patch removes tests that use 'std::locale l("")'.

The optimal solution would be to manually set the environment variables
in the test. Unfortunately there is no portable way to do this.

llvm-svn: 275772
2016-07-18 06:15:55 +00:00
..
category.collate Remove locale tests that depend on LC_ALL. These are non-portable. 2016-06-22 01:33:38 +00:00
category.ctype Remove locale tests that depend on enviroment variables. 2016-07-18 06:15:55 +00:00
category.messages
category.monetary Use static_assert instead of runtime assert in std::money_base tests. 2016-06-22 01:40:46 +00:00
category.numeric Implement LWG issue 1169. num_get not fully compatible with strto* 2016-06-19 06:58:22 +00:00
category.time Use L"cat" L"dog" when concatenating string literals. Patch from STL@microsoft.com 2016-06-26 19:53:46 +00:00
facet.numpunct
facets.examples