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/libcxx
Eric Fiselier 6bfa7316ad Fix issues with UBSAN test configuration.
On Apple the test feature 'sanitizer-new-delete' was incorrectly
getting added to the LIT feature set, which mistakenly caused tests
to be disabled when using UBSAN (the feature is only needed with ASAN/MSAN/TSAN).

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@307518 91177308-0d34-0410-b5e6-96231b3b80d8
8 years ago
..
algorithms Fix test when modules are enabled 9 years ago
atomics update XFAIL comments with more details 9 years ago
containers Fix the recently introduced test to work on C++03 9 years ago
debug Add markup for libc++ dylib availability 9 years ago
depr Fix another test with modules enabled 9 years ago
diagnostics Move more _LIBCPP_VERSION tests to test/libcxx. 10 years ago
experimental Fix issues with UBSAN test configuration. 8 years ago
extensions Fix or move various non-standard tests. 10 years ago
input.output Move tests for libc++ configurations into libcxx/ test subdirectory 9 years ago
iterators Cleanup _LIBCPP_HAS_NO_<c++11-feature> in support headers and final tests 9 years ago
language.support Add markup for libc++ dylib availability 9 years ago
localization update XFAIL comments with more details 9 years ago
modules XFAIL Windows test failures under test/libcxx 9 years ago
numerics cmath: Support clang's -fdelayed-template-parsing 8 years ago
selftest [test] Add support for Objective-C++ tests 9 years ago
strings Cleanup _LIBCPP_HAS_NO_<c++11-feature> in support headers and final tests 9 years ago
thread Move POSIX specific test under test/libcxx subdirectory 9 years ago
type_traits test: explicitly size enumeration 9 years ago
utilities optional: Implement LWG 2900 and P0602 8 years ago
double_include.sh.cpp Add <experimental/coroutine> 9 years ago
include_as_c.sh.cpp Allow the libc++ C header wrappers to be included when compiling C. 9 years ago
libcpp_version.pass.cpp Add test that _LIBCPP_VERSION matches __libcpp_version 9 years ago
min_max_macros.sh.cpp [Libc++] Use #pragma push_macro/pop_macro to better handle min/max on Windows 9 years ago