llvm-project/libcxx/test/std/language.support/support.runtime
Eric Fiselier f2f2a6395f Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER.
This is a huge cleanup that helps make the libc++ test suite more portable.
Patch from STL@microsoft.com. Thanks STL!

llvm-svn: 272716
2016-06-14 21:31:42 +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 Fix warnings in test/std/language.support 2015-07-18 21:17:16 +00:00
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 Manually suppress -Wnonnull when it occurs in an unevaluated context 2015-10-01 07:41:07 +00:00
ctime.pass.cpp Fix warnings in tests. 2016-06-14 03:21:49 +00:00
version_csetjmp.pass.cpp
version_csignal.pass.cpp
version_cstdarg.pass.cpp
version_cstdbool.pass.cpp
version_cstdlib.pass.cpp
version_ctime.pass.cpp