llvm-project/libcxx/test
Louis Dionne 9f19cc8cac [libcxx][test] Portability fix for some locale-dependent tests.
Tests for `std::system_error` constructor marked as slightly non-portable.
One (but not the only one) reason for such non-portability is that these
tests assume the default locale to be set to "C" (or "POSIX").

However, the default locale for the process depends on OS and
environment. This patch adds explicit setting of the correct
locale expected by the tests.

Thanks to Andrey Maksimov for the patch.

Differential Revision: https://reviews.llvm.org/D72456
2020-05-20 14:35:18 -04:00
..
libcxx [libcxx testing] Remove ALLOW_RETRIES from sleep_for.pass.cpp 2020-05-12 06:55:11 -04:00
pretty_printers [libc++/libc++abi] Properly delimit lit substitutions 2020-03-27 10:27:38 -04:00
std [libcxx][test] Portability fix for some locale-dependent tests. 2020-05-20 14:35:18 -04:00
support Revert "[libc++] [test] Generate static_test_env on the fly" 2020-05-06 23:13:24 +03:00
CMakeLists.txt [libc++] Add a new target check-cxx-deps to build dependencies of the test suite 2020-04-15 15:11:27 -04:00
lit.cfg [libc++] 2/N: Enable the new libc++ testing format by default 2020-04-06 18:35:17 -04:00
lit.site.cfg.in [libcxx] Allow tests to link with static libc++abi/libc++ even if the shared version is present 2020-03-25 15:29:58 +03:00