You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/test/std/language.support/support.runtime
Billy Robert O'Neal III 0a890c95ca [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.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@344829 91177308-0d34-0410-b5e6-96231b3b80d8
6 years ago
..
csetjmp.pass.cpp Void cast runtime-unused variables. Patch from STL@microsoft.com 9 years ago
csignal.pass.cpp Fix warnings in test/std/language.support 9 years ago
cstdarg.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 9 years ago
cstdbool.pass.cpp Move test into test/std subdirectory. 10 years ago
cstdlib.pass.cpp [libcxx] [test] Don't detect Windows' UCRT with TEST_COMPILER_C1XX 6 years ago
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 6 years ago