llvm-project/libcxx/test
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
..
libcxx Rework libatomic handling in CMake and LIT. 2016-07-18 06:01:50 +00:00
std Remove locale tests that depend on enviroment variables. 2016-07-18 06:15:55 +00:00
support Add checkpoint diagnostics to help diagnose buildbot failures. 2016-07-18 03:00:09 +00:00
CMakeLists.txt Rework libatomic handling in CMake and LIT. 2016-07-18 06:01:50 +00:00
lit.cfg [libcxx] Allow use of ShTest in libc++ tests along with other changes. 2015-01-22 18:05:58 +00:00
lit.site.cfg.in Rework libatomic handling in CMake and LIT. 2016-07-18 06:01:50 +00:00
nothing_to_do.pass.cpp Test commit: Reverting whitespace changes 2014-07-17 05:10:03 +00:00
testit Add 'nostdinc++' to the flags used by testit. Makes the tests run better on Mac OS X with the new depr.c headers change 2015-11-01 21:14:22 +00:00
ubsan_blacklist.txt Add UBSan blacklist for <__tree> and <__hash_table> 2016-06-19 02:25:22 +00:00