llvm-project/libcxx
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
..
benchmarks Add unordered_map::insert benchmark test and rename file 2016-07-02 05:30:54 +00:00
cmake Rework libatomic handling in CMake and LIT. 2016-07-18 06:01:50 +00:00
docs Add Filesystem TS -- Complete 2016-06-17 19:46:40 +00:00
include Rename and rework `_LIBCPP_TRIVIAL_PAIR_COPY_CTOR`. Move FreeBSD configuration in-tree. 2016-07-18 01:58:37 +00:00
lib Rework libatomic handling in CMake and LIT. 2016-07-18 06:01:50 +00:00
src Hide some internal symbols for memory resource. 2016-07-11 19:22:09 +00:00
test Remove locale tests that depend on enviroment variables. 2016-07-18 06:15:55 +00:00
utils Add more missing license headers 2016-01-19 21:58:49 +00:00
www Implement C++17 tuple bits. Including apply and make_from_tuple. 2016-07-18 00:35:56 +00:00
.arcconfig Upgrade arcconfig to use https 2016-07-18 02:02:49 +00:00
.gitignore [libc++] Refactor test components into modules. 2015-01-09 18:03:29 +00:00
CMakeLists.txt Add option to disable __deallocate #warning 2016-07-12 14:39:13 +00:00
CREDITS.TXT Add entry to CREDITS.TXT for propagate_const 2016-06-19 19:36:28 +00:00
LICENSE.TXT Update copyright year to 2016. 2016-03-30 22:39:53 +00:00
TODO.TXT Test commit to see if libcxx.llvm.org/docs builds 2015-09-04 22:57:00 +00:00