llvm-project/libcxx/test
Billy Robert O'Neal III 95cf9fa213 [libcxx] [test] Don't detect Windows' UCRT with TEST_COMPILER_C1XX
The test is trying to avoid saying aligned_alloc on Windows' UCRT, which does not (and can not) implement aligned_alloc. However, it's testing for c1xx, meaning clang on Windows will fail this test when using the UCRT.

llvm-svn: 344829
2018-10-20 03:35:45 +00:00
..
libcxx Use TEST_STD_VER instead of __cplusplus [NFC] 2018-10-10 22:35:24 +00:00
std [libcxx] [test] Don't detect Windows' UCRT with TEST_COMPILER_C1XX 2018-10-20 03:35:45 +00:00
support Add test macros for always_inline and noinline 2018-10-10 18:22:23 +00:00
CMakeLists.txt Add libc++fs to the test deps, and not to the target 'cxx'. 2018-07-27 03:47:46 +00:00
lit.cfg Move libcxx/test/libcxx python package into libcxx/utils/libcxx. 2017-02-09 23:18:11 +00:00
lit.site.cfg.in Allow passing additional compiler/linker flags for the tests 2018-02-23 15:19:48 +00:00
nothing_to_do.pass.cpp