History log of /external/libcxx/test/std/strings/basic.string/string.ops/string_compare/size_size_string.pass.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7e250fcdc138fb6fc3580d6bf5eba5bd2d73980f 21-Nov-2017 Billy Robert O'Neal III <bion@microsoft.com> Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed as https://reviews.llvm.org/D40065

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@318804 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/std/strings/basic.string/string.ops/string_compare/size_size_string.pass.cpp
9ae62c79cc771ff6cefcd2a98f69ecf7b40ebd71 15-Nov-2017 Billy Robert O'Neal III <bion@microsoft.com> Tolerate [[nodiscard]] annotations in the STL. Reviewed as https://reviews.llvm.org/D39033

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@318276 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/std/strings/basic.string/string.ops/string_compare/size_size_string.pass.cpp
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_string.pass.cpp
d24c465beaec2fe9a0e365e6379cd5d3acaeb2ca 14-Jun-2016 Eric Fiselier <eric@efcs.ca> Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER.

This is a huge cleanup that helps make the libc++ test suite more portable.
Patch from STL@microsoft.com. Thanks STL!


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@272716 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/std/strings/basic.string/string.ops/string_compare/size_size_string.pass.cpp
cc2e93cff0abb6448aae701abdddc065c1c34a18 10-Nov-2015 Asiri Rathnayake <asiri.rathnayake@arm.com> Make it possible to build a no-exceptions variant of libcxx.

Fixes a small omission in libcxx that prevents libcxx being built when
-DLIBCXX_ENABLE_EXCEPTIONS=0 is specified.

This patch adds XFAILS to all those tests that are currently failing
on the new -fno-exceptions library variant. Follow-up patches will
update the tests (progressively) to cope with the new library variant.

Change-Id: I4b801bd8d8e4fe7193df9e55f39f1f393a8ba81a

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@252598 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/std/strings/basic.string/string.ops/string_compare/size_size_string.pass.cpp
a90c6dd46005b2b14de3bb889a8d03bb34bd3256 20-Dec-2014 Eric Fiselier <eric@efcs.ca> Move test into test/std subdirectory.

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