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/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const
Marshall Clow 46da6b8295 Silence a couple of 'unused variable' warnings in c++03 tests. No functional change
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@298582 91177308-0d34-0410-b5e6-96231b3b80d8
8 years ago
..
auto_ptr.pass.cpp Silence a couple of 'unused variable' warnings in c++03 tests. No functional change 8 years ago
default.pass.cpp Move test into test/std subdirectory. 10 years ago
nullptr_t.pass.cpp Move test into test/std subdirectory. 10 years ago
nullptr_t_deleter.pass.cpp Refactor unique_ptr/shared_ptr deleter test types into single header. 8 years ago
nullptr_t_deleter_allocator.pass.cpp Refactor unique_ptr/shared_ptr deleter test types into single header. 8 years ago
nullptr_t_deleter_allocator_throw.pass.cpp Refactor unique_ptr/shared_ptr deleter test types into single header. 8 years ago
nullptr_t_deleter_throw.pass.cpp Refactor unique_ptr/shared_ptr deleter test types into single header. 8 years ago
pointer.pass.cpp Move test into test/std subdirectory. 10 years ago
pointer_deleter.pass.cpp Refactor unique_ptr/shared_ptr deleter test types into single header. 8 years ago
pointer_deleter_allocator.pass.cpp Refactor unique_ptr/shared_ptr deleter test types into single header. 8 years ago
pointer_deleter_allocator_throw.pass.cpp Refactor unique_ptr/shared_ptr deleter test types into single header. 8 years ago
pointer_deleter_throw.pass.cpp Refactor unique_ptr/shared_ptr deleter test types into single header. 8 years ago
pointer_throw.pass.cpp Change from "XFAIL: libcpp-no-exceptions" to "UNSUPPORTED: libcpp-no-exceptions" tests that only check exceptions and nothing else 8 years ago
shared_ptr.pass.cpp Move test into test/std subdirectory. 10 years ago
shared_ptr_Y.pass.cpp Move test into test/std subdirectory. 10 years ago
shared_ptr_Y_rv.pass.cpp Remove all instances of _LIBCPP_HAS_NO_RVALUE_REFERENCES from test/std/utilities 8 years ago
shared_ptr_pointer.pass.cpp Move test into test/std subdirectory. 10 years ago
shared_ptr_rv.pass.cpp Remove all instances of _LIBCPP_HAS_NO_RVALUE_REFERENCES from test/std/utilities 8 years ago
unique_ptr.pass.cpp Silence a couple of 'unused variable' warnings in c++03 tests. No functional change 8 years ago
weak_ptr.pass.cpp Protect smart-pointer tests under no exceptions 8 years ago