llvm-project/libcxx/test/std/language.support/support.runtime
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
..
csetjmp.pass.cpp Void cast runtime-unused variables. Patch from STL@microsoft.com 2016-05-02 19:15:48 +00:00
csignal.pass.cpp
cstdarg.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00
cstdbool.pass.cpp
cstdlib.pass.cpp [libcxx] [test] Don't detect Windows' UCRT with TEST_COMPILER_C1XX 2018-10-20 03:35:45 +00:00
ctime.pass.cpp Selectively import timespec_get into namespace std, since some C libraries don't have it. Reviewed as https://reviews.llvm.org/D50799 2018-08-15 21:19:08 +00:00