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.
libcxxabi/test
Louis Dionne 6d635f5765 [libcxxabi] Allow building with sanitizers enabled
Summary:
I copied the sanitizer-related logic in libcxx/lib/CMakeLists.txt. In
the future, it would be great to avoid duplicating this logic in the
compiler, libc++ and libc++abi.

Reviewers: EricWF

Subscribers: mgorny, christof, dexonsmith, libcxx-commits, davide

Differential Revision: https://reviews.llvm.org/D53028

git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@344191 91177308-0d34-0410-b5e6-96231b3b80d8
6 years ago
..
libcxxabi Fix libcxxabi tests after clang r334924 7 years ago
native/arm-linux-eabi Fix use of now removed %exec test substitution 8 years ago
support Add missing license headers 9 years ago
CMakeLists.txt Fix standalone test-suite run. 7 years ago
backtrace_test.pass.cpp Fix warnings in libc++abi tests 8 years ago
catch_array_01.pass.cpp [libcxxabi] Introduce a -fno-exceptions libc++abi libary variant 9 years ago
catch_array_02.pass.cpp [libcxxabi] Introduce a -fno-exceptions libc++abi libary variant 9 years ago
catch_class_01.pass.cpp [libcxxabi] Introduce a -fno-exceptions libc++abi libary variant 9 years ago
catch_class_02.pass.cpp [libcxxabi] Introduce a -fno-exceptions libc++abi libary variant 9 years ago
catch_class_03.pass.cpp Suppress warnings about the operations currently under test. 9 years ago
catch_class_04.pass.cpp [libcxxabi] Reorder base class initializers in libc++abi tests to prevent -Wreorder 9 years ago
catch_const_pointer_nullptr.pass.cpp [libcxxabi] When catching an exception of type nullptr_t with a handler of 8 years ago
catch_function_01.pass.cpp [libcxxabi] Introduce a -fno-exceptions libc++abi libary variant 9 years ago
catch_function_02.pass.cpp [libcxxabi] Introduce a -fno-exceptions libc++abi libary variant 9 years ago
catch_function_03.pass.cpp Check for SD-6 feature test macro when determining which tests should be 8 years ago
catch_in_noexcept.pass.cpp [libcxxabi] Introduce a -fno-exceptions libc++abi libary variant 9 years ago
catch_member_data_pointer_01.pass.cpp Fix [libcxxabi] Fix warning about uninitialized const member. 9 years ago
catch_member_function_pointer_01.pass.cpp [libcxxabi] Introduce a -fno-exceptions libc++abi libary variant 9 years ago
catch_member_function_pointer_02.pass.cpp Add GCC 9 to XFAILs list for test 6 years ago
catch_member_pointer_nullptr.pass.cpp [libcxxabi] When catching an exception of type nullptr_t with a handler of 8 years ago
catch_multi_level_pointer.pass.cpp [libcxxabi] Introduce a -fno-exceptions libc++abi libary variant 9 years ago
catch_pointer_nullptr.pass.cpp [libcxxabi] When catching an exception of type nullptr_t with a handler of 8 years ago
catch_pointer_reference.pass.cpp [libcxxabi] Introduce a -fno-exceptions libc++abi libary variant 9 years ago
catch_ptr.pass.cpp [libcxxabi] Reorder base class initializers in libc++abi tests to prevent -Wreorder 9 years ago
catch_ptr_02.pass.cpp Suppress warnings about the operations currently under test. 9 years ago
catch_reference_nullptr.pass.cpp Fix catch_reference_nullptr.pass.cpp test for GCC. 8 years ago
cxa_bad_cast.pass.cpp Fix dangling reference in test 6 years ago
cxa_bad_typeid.pass.cpp [libcxxabi][test] Add missing return statement. 9 years ago
cxa_thread_atexit_test.pass.cpp Fix PR25874 - cxa_thread_atexit_test.pass.cpp has an incorrect XFAIL. 8 years ago
dynamic_cast.pass.cpp private_typeinfo: limit is_dst_type_derived_from_static_type optimization 7 years ago
dynamic_cast3.pass.cpp Suppress warnings about the operations currently under test. 9 years ago
dynamic_cast5.pass.cpp Suppress warnings about the operations currently under test. 9 years ago
dynamic_cast14.pass.cpp Reducing stack usage of test 9 years ago
dynamic_cast_stress.pass.cpp Fix or disable C++11 tests in C++03 mode 9 years ago
exception_object_alignment.pass.cpp [libcxxabi] Fix the test case committed in r303175. 8 years ago
incomplete_type.sh.cpp Fix incomplete type test on OS X; workaround weird DYLD_LIBRARY_PATH behavior 7 years ago
inherited_exception.pass.cpp Suppress warnings about the operations currently under test. 9 years ago
lit.cfg Fix path to libc++'s python test module 8 years ago
lit.site.cfg.in [libcxxabi] Allow building with sanitizers enabled 6 years ago
noexception1.pass.cpp [libcxxabi] Introduce a -fno-exceptions libc++abi libary variant 9 years ago
noexception2.pass.cpp [libcxxabi] Introduce a -fno-exceptions libc++abi libary variant 9 years ago
noexception3.pass.cpp [libcxxabi] Introduce a -fno-exceptions libc++abi libary variant 9 years ago
noexception4.pass.cpp [libcxxabi] Introduce a -fno-exceptions libc++abi libary variant 9 years ago
test_aux_runtime.pass.cpp Fix warnings in libc++abi tests 8 years ago
test_aux_runtime_op_array_new.pass.cpp Fix warnings in libc++abi tests 8 years ago
test_demangle.pass.cpp [itanium demangler] Support dot suffixes on block invocation functions 6 years ago
test_exception_address_alignment.pass.cpp [libcxxabi] Fix test_exception_address_alignment test for ARM 6 years ago
test_exception_storage.pass.cpp Move _LIBCPP_ENABLE_CXX17_REMOVED_UNEXPECTED_FUNCTIONS macro to build system 7 years ago
test_fallback_malloc.pass.cpp [libcxxabi] Introduce an externally threaded libc++abi variant. 8 years ago
test_guard.pass.cpp [libc++abi] Delete config.h 8 years ago
test_vector1.pass.cpp Fix warnings in libc++abi tests 8 years ago
test_vector2.pass.cpp Fix warnings in libc++abi tests 8 years ago
test_vector3.pass.cpp Fix warnings in libc++abi tests 8 years ago
testit Rename all of the tests in preparation for merging lit configs with libcxx 10 years ago
thread_local_destruction_order.pass.cpp [libc++abi] Mark failing test on Darwin as XFAIL 8 years ago
uncaught_exceptions.pass.cpp Fix signed comparison warning 8 years ago
unittest_demangle.pass.cpp [demangler] Improve variadic template support 7 years ago
unwind_01.pass.cpp Suppress unreachable code warning in unwind tests 8 years ago
unwind_02.pass.cpp Remove all usages of REQUIRES-ANY in the test suite. 8 years ago
unwind_03.pass.cpp Remove all usages of REQUIRES-ANY in the test suite. 8 years ago
unwind_04.pass.cpp Remove all usages of REQUIRES-ANY in the test suite. 8 years ago
unwind_05.pass.cpp Remove all usages of REQUIRES-ANY in the test suite. 8 years ago
unwind_06.pass.cpp Fix warnings in libc++abi tests 8 years ago