mirror of https://github.com/llvm-mirror/libcxx
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.
These tests are of the form
try {
action-that-may-throw
assert(!exceptional-condition)
assert(some-other-facts)
} catch (relevant-exception) {
assert(exceptional-condition)
}
Under libcpp-no-exceptions there is still value in verifying
some-other-facts while avoiding the exceptional case. So for these tests
just conditionally check some-other-facts if exceptional-condition is
false. When exception are supported make sure that a true
exceptional-condition throws an exception
Differential Revision: https://reviews.llvm.org/D26136
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@285697 91177308-0d34-0410-b5e6-96231b3b80d8
|
9 years ago | |
|---|---|---|
| .. | ||
| pointer.pass.cpp | 10 years ago | |
| size_size_T_size_size.pass.cpp | 9 years ago | |
| size_size_pointer.pass.cpp | 9 years ago | |
| size_size_pointer_size.pass.cpp | 9 years ago | |
| size_size_string.pass.cpp | 9 years ago | |
| size_size_string_size_size.pass.cpp | 9 years ago | |
| string.pass.cpp | 10 years ago | |