llvm-project/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const
Louis Dionne 3a183a49f2 [libc++] Fix two tests that were failing in freestanding mode
We were defining `main()` but never returning from it.
2021-11-24 16:40:26 -05:00
..
auto_ptr.pass.cpp [libc++] NFC: Fix several GCC warnings in the test suite 2020-10-30 12:48:05 -04:00
deduction.pass.cpp [libc++] Remove workarounds for the lack of deduction guides in C++17 2021-08-18 08:57:25 -04:00
default.pass.cpp [libcxx] Re-commit: shared_ptr changes from library fundamentals (P0414R2). 2020-05-12 11:23:18 -07:00
nullptr_t.pass.cpp
nullptr_t_deleter.pass.cpp [libc++] Fix failures when running the test suite without RTTI 2020-09-21 20:17:24 -04:00
nullptr_t_deleter_allocator.pass.cpp [libc++] Make test_allocator constexpr-friendly for constexpr string/vector 2021-11-07 16:15:28 +01:00
nullptr_t_deleter_allocator_throw.pass.cpp [libc++] Make test_allocator constexpr-friendly for constexpr string/vector 2021-11-07 16:15:28 +01:00
nullptr_t_deleter_throw.pass.cpp [libc++/abi/unwind] Rename Lit features for no exceptions to 'no-exceptions' 2020-04-22 08:25:27 -04:00
pointer.pass.cpp [libc++] [test] Add tests for converting array types in shared_ptr. 2021-10-19 13:03:51 -04:00
pointer_deleter.pass.cpp [libcxx] Fix LWG 2875: shared_ptr::shared_ptr(Y*, D, […]) constructors should be constrained. 2021-02-19 11:11:39 -08:00
pointer_deleter_allocator.pass.cpp [libc++] Make test_allocator constexpr-friendly for constexpr string/vector 2021-11-07 16:15:28 +01:00
pointer_deleter_allocator_throw.pass.cpp [libc++] Make test_allocator constexpr-friendly for constexpr string/vector 2021-11-07 16:15:28 +01:00
pointer_deleter_throw.pass.cpp [libc++/abi/unwind] Rename Lit features for no exceptions to 'no-exceptions' 2020-04-22 08:25:27 -04:00
pointer_throw.pass.cpp [libc++/abi/unwind] Rename Lit features for no exceptions to 'no-exceptions' 2020-04-22 08:25:27 -04:00
shared_ptr.pass.cpp
shared_ptr_Y.pass.cpp [libc++] Fix two tests that were failing in freestanding mode 2021-11-24 16:40:26 -05:00
shared_ptr_Y_rv.pass.cpp [libc++] [test] Add tests for converting array types in shared_ptr. 2021-10-19 13:03:51 -04:00
shared_ptr_copy_move.fail.cpp [libc++] Add missing test_macros.h include in tests using TEST_STD_VER. 2021-03-23 18:40:44 +01:00
shared_ptr_pointer.pass.cpp Cleanup some test issues: 2020-05-15 15:15:47 -07:00
shared_ptr_rv.pass.cpp [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
unique_ptr.pass.cpp [libcxx] Allow shared_ptr's unique_ptr converting constructor to support array types. 2021-04-08 22:04:57 -07:00
weak_ptr.pass.cpp [libc++] LWG3001: add `remove_extent_t` to `weak_ptr::element_type`. 2021-10-25 11:15:54 -04:00