hanchenye-llvm-project/libcxxabi/test
Dan Albert e5f15210fb Add missing include to a test case.
Some platforms get size_t defined transitively by another include, but
Android does not.

llvm-svn: 216738
2014-08-29 16:09:32 +00:00
..
CMakeLists.txt Add support for building and testing the unwinder. 2014-07-11 15:36:02 +00:00
backtrace_test.cpp Add missing include to a test case. 2014-08-29 16:09:32 +00:00
catch_array_01.cpp Quash TODO regarding catch by array type. Add tests to back it up. 2012-02-01 19:21:28 +00:00
catch_array_02.cpp Quash TODO regarding catch by array type. Add tests to back it up. 2012-02-01 19:21:28 +00:00
catch_class_01.cpp More test cases concentrating on catching class types. 2012-01-31 23:52:20 +00:00
catch_class_02.cpp More test cases concentrating on catching class types. 2012-01-31 23:52:20 +00:00
catch_class_03.cpp More test cases concentrating on catching class types. 2012-01-31 23:52:20 +00:00
catch_class_04.cpp More test cases concentrating on catching class types. 2012-01-31 23:52:20 +00:00
catch_const_pointer_nullptr.cpp 80-column wrap a comment in a test 2013-12-05 21:54:49 +00:00
catch_function_01.cpp Quash TODO regarding catch by function type. Add tests to back it up. 2012-02-01 19:42:45 +00:00
catch_function_02.cpp Quash TODO regarding catch by function type. Add tests to back it up. 2012-02-01 19:42:45 +00:00
catch_in_noexcept.cpp Add EH test case checking that handlers in noexcept functions can still unwind 2014-05-31 00:25:59 +00:00
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. 2012-02-01 20:53:21 +00:00
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. 2012-02-01 20:53:21 +00:00
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). 2012-02-01 21:01:52 +00:00
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). 2012-02-01 21:01:52 +00:00
catch_pointer_reference.cpp Add EH test cases corresponding to C++ ABI # 15.3.3 2014-05-31 00:24:58 +00:00
catch_ptr.cpp Here's a test for catching pointers. 2012-02-01 00:22:38 +00:00
catch_ptr_02.cpp Fix PR17221 - can't catch virtual base classes when throwing derived NULL pointers. Specifically, libc++abi would crash when you tried it. 2014-02-06 04:47:02 +00:00
dynamic_cast3.cpp tip-of-trunk clang has corrected some access checks for special members in a virtual inheritance hierarchy. Change a few private inheritances to protected. This change will not impact what the test was testing. This fixes http://llvm.org/bugs/show_bug.cgi?id=16753. 2013-07-30 19:00:45 +00:00
dynamic_cast5.cpp
dynamic_cast14.cpp
dynamic_cast_stress.cpp More test cases concentrating on catching class types. 2012-01-31 23:52:20 +00:00
inherited_exception.cpp Add test case for inherited exceptions 2014-06-03 21:50:11 +00:00
lit.cfg Add support for building and testing the unwinder. 2014-07-11 15:36:02 +00:00
lit.site.cfg.in Add support for building and testing the unwinder. 2014-07-11 15:36:02 +00:00
test_aux_runtime.cpp
test_demangle.cpp PR19091: Track whether we're demangling a function template specialization to 2014-05-12 18:44:13 +00:00
test_exception_storage.cpp On single threaded systems, turn mutexes into nops 2014-05-06 21:30:56 +00:00
test_fallback_malloc.cpp
test_guard.cpp
test_vector1.cpp Check exception specification with __cplusplus. 2014-05-10 00:40:54 +00:00
test_vector2.cpp
test_vector3.cpp Add missing #include <stdlib.h> into test which uses ::exit. 2012-07-11 09:37:56 +00:00
testit Don't use bash features. 2014-05-03 12:09:55 +00:00
unwind_01.cpp Some unwinding test cases 2012-01-31 21:58:58 +00:00
unwind_02.cpp Some unwinding test cases 2012-01-31 21:58:58 +00:00
unwind_03.cpp Some unwinding test cases 2012-01-31 21:58:58 +00:00
unwind_04.cpp Some unwinding test cases 2012-01-31 21:58:58 +00:00
unwind_05.cpp Some unwinding test cases 2012-01-31 21:58:58 +00:00
unwind_06.cpp Try harder to get the compiler to use float registers in different 2014-05-04 16:31:33 +00:00