History log of /external/libcxx/test/std/strings/basic.string/string.ops/string_compare/size_size_T_size_size.pass.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c09116009cebdebbe60b713a918069fcda4d9886 01-Nov-2016 Roger Ferrer Ibanez <roger.ferreribanez@arm.com> Protect exceptional paths under libcpp-no-exceptions

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
/external/libcxx/test/std/strings/basic.string/string.ops/string_compare/size_size_T_size_size.pass.cpp
12779628764220f84553317f79091dd0db4157b9 25-Sep-2016 Marshall Clow <mclow.lists@gmail.com> Fix a few static_asserts that need extra parens on -03

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@282343 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/std/strings/basic.string/string.ops/string_compare/size_size_T_size_size.pass.cpp
6ac8de0976b38229a71500386fb7a3db1ab5d3c7 25-Sep-2016 Marshall Clow <mclow.lists@gmail.com> Implement proposed resolution for LWG#2758. Reviewed as D24446. Normally, I would wait for these to be voted upon at a committee meeting (November), but the current draft standard is broken, and this should fix it. (And if it doesn't, we want to know about it soonest)

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@282342 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/std/strings/basic.string/string.ops/string_compare/size_size_T_size_size.pass.cpp