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/utilities/memory/util.smartptr/util.smartptr.shared
Howard Hinnant 9976b5511a This is a start at making the libc++ test suite friendlier to the -fnoexceptions flag. Although this is not a complete solution, it does reduce the number of test failures on OS X from 467 to 128 on OS X when -fno-exceptions is enabled, and does not impact the number of failures at all when -fno-exceptions is not enabled. The bulk of this code was donated anonymously.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@177824 91177308-0d34-0410-b5e6-96231b3b80d8
13 years ago
..
util.smartptr.getdeleter license change 15 years ago
util.smartptr.shared.assign Adjust two tests to account for a nasty change in copying behavior 15 years ago
util.smartptr.shared.cast license change 15 years ago
util.smartptr.shared.cmp Andrew Morrow: There are two tests under test/utilities/memory that heap allocate two 13 years ago
util.smartptr.shared.const Adjust two tests to account for a nasty change in copying behavior 15 years ago
util.smartptr.shared.create Exercise rvalue arguements to make_shared for C++11 mode. 14 years ago
util.smartptr.shared.dest license change 15 years ago
util.smartptr.shared.io license change 15 years ago
util.smartptr.shared.mod license change 15 years ago
util.smartptr.shared.obs license change 15 years ago
util.smartptr.shared.spec license change 15 years ago
test_allocator.h This is a start at making the libc++ test suite friendlier to the -fnoexceptions flag. Although this is not a complete solution, it does reduce the number of test failures on OS X from 467 to 128 on OS X when -fno-exceptions is enabled, and does not impact the number of failures at all when -fno-exceptions is not enabled. The bulk of this code was donated anonymously. 13 years ago
test_deleter.h license change 15 years ago
types.pass.cpp license change 15 years ago