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
Micah Villmow 33601b1827 Move TargetData to DataLayout.
git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@165397 91177308-0d34-0410-b5e6-96231b3b80d8
13 years ago
..
catch_array_01.cpp Quash TODO regarding catch by array type. Add tests to back it up. 14 years ago
catch_array_02.cpp Quash TODO regarding catch by array type. Add tests to back it up. 14 years ago
catch_class_01.cpp More test cases concentrating on catching class types. 14 years ago
catch_class_02.cpp More test cases concentrating on catching class types. 14 years ago
catch_class_03.cpp More test cases concentrating on catching class types. 14 years ago
catch_class_04.cpp More test cases concentrating on catching class types. 14 years ago
catch_const_pointer_nullptr.cpp added const nullptr tests 14 years ago
catch_function_01.cpp Quash TODO regarding catch by function type. Add tests to back it up. 14 years ago
catch_function_02.cpp Quash TODO regarding catch by function type. Add tests to back it up. 14 years ago
catch_member_data_pointer_01.cpp Quash a TODO related to catching pointer-to-member. These tests fail on my copy of gcc-4.2. But I believe the tests to be correct (and they pass for libc++abi). I've enquired on the C++ standards mailing list for a clarification in case I'm wrong. So far I've gotten one response that agrees with me. 14 years ago
catch_member_function_pointer_01.cpp Quash a TODO related to catching pointer-to-member. These tests fail on my copy of gcc-4.2. But I believe the tests to be correct (and they pass for libc++abi). I've enquired on the C++ standards mailing list for a clarification in case I'm wrong. So far I've gotten one response that agrees with me. 14 years ago
catch_member_pointer_nullptr.cpp Add some tests to test catching nullptr with pointers and member pointers. Tests are only activated if #if __has_feature(cxx_nullptr). 14 years ago
catch_pointer_nullptr.cpp Add some tests to test catching nullptr with pointers and member pointers. Tests are only activated if #if __has_feature(cxx_nullptr). 14 years ago
catch_ptr.cpp Here's a test for catching pointers. 14 years ago
catch_ptr_02.cpp Add test for pointer qualification conversion. 14 years ago
dynamic_cast3.cpp Comment smithing. Changed some casts from C-style to C++. And added timings to all of the tests. 14 years ago
dynamic_cast5.cpp Comment smithing. Changed some casts from C-style to C++. And added timings to all of the tests. 14 years ago
dynamic_cast14.cpp Comment smithing. Changed some casts from C-style to C++. And added timings to all of the tests. 14 years ago
dynamic_cast_stress.cpp More test cases concentrating on catching class types. 14 years ago
test_aux_runtime.cpp Silence a warning. 14 years ago
test_demangle.cpp Move TargetData to DataLayout. 13 years ago
test_exception_storage.cpp Correct test bug. 14 years ago
test_fallback_malloc.cpp Marshall Clow reminded me that fallback_malloc.cpp was broken out for testing purposes. We've agreed to simply rename fallback_malloc.cpp to fallback_malloc.ipp. Thanks Marshall. 14 years ago
test_guard.cpp tabs to spaces 15 years ago
test_vector1.cpp Drop the stress a notch on dynamic_cast_stress.cpp. Otherwise it occasionally causes clang to crash. Put a noexcept(false) on a throwing destructor in test_vector1.cpp. The test now passes for both C++03 and C++11 modes. Add testit script. All tests are now PASSING :-) 14 years ago
test_vector2.cpp Clean up the vector tests 15 years ago
test_vector3.cpp Add missing #include <stdlib.h> into test which uses ::exit. 13 years ago
testit Some unwinding test cases 14 years ago
unwind_01.cpp Some unwinding test cases 14 years ago
unwind_02.cpp Some unwinding test cases 14 years ago
unwind_03.cpp Some unwinding test cases 14 years ago
unwind_04.cpp Some unwinding test cases 14 years ago
unwind_05.cpp Some unwinding test cases 14 years ago