History log of /external/libcxx/test/std/experimental/string.view/string.view.comparison/opeq.string_view.string.pass.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
efa8e8868cda20536ef0a8772fe765846dddbbd4 31-May-2016 Eric Fiselier <eric@efcs.ca> Make string_view work with -fno-exceptions and get tests passing.


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@271237 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/std/experimental/string.view/string.view.comparison/opeq.string_view.string.pass.cpp
a3eac518e64aa0230894e4dde26c3f9714609e64 28-May-2016 Asiri Rathnayake <asiri.rathnayake@arm.com> [libcxx] Improve tests to use the UNSUPPORTED lit directive

Quite a few libcxx tests seem to follow the format:
#if _LIBCPP_STD_VER > X
// Do test.
#else
// Empty test.
#endif
We should instead use the UNSUPPORTED lit directive to exclude the test on
earlier C++ standards. This gives us a more accurate number of test passes
for those standards and avoids unnecessary conflicts with other lit
directives on the same tests.

Reviewers: bcraig, ericwf, mclow.lists

Differential revision: http://reviews.llvm.org/D20730

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@271108 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/std/experimental/string.view/string.view.comparison/opeq.string_view.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/experimental/string.view/string.view.comparison/opeq.string_view.string.pass.cpp