llvm-project/libcxx/test/std/strings/string.view
Steven Wu 1f27eaf5aa Remove XFAIL in implicit_deduction_guides tests
The clang assertion causing these tests failing with sanitizer is fixed
in r295794. All the bots running libcxx tests should be upgraded and
running the compiler with the fix.

llvm-svn: 296385
2017-02-27 21:10:41 +00:00
..
string.view.access [libcxx] [test] Fix comment typos, strip trailing whitespace. 2017-01-18 20:10:25 +00:00
string.view.capacity [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. 2016-11-04 20:26:59 +00:00
string.view.comparison [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. 2016-11-04 20:26:59 +00:00
string.view.cons Remove XFAIL in implicit_deduction_guides tests 2017-02-27 21:10:41 +00:00
string.view.find [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. 2016-11-04 20:26:59 +00:00
string.view.hash Implement P0513R0 - "Poisoning the Hash" 2017-01-21 00:02:12 +00:00
string.view.io
string.view.iterators A couple more tests for constexpr stuff in string_view. No changes other than test code. 2017-01-24 16:28:02 +00:00
string.view.modifiers [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. 2016-11-04 20:26:59 +00:00
string.view.nonmem [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. 2016-11-04 20:26:59 +00:00
string.view.ops [libcxx] [test] Fix string_view tests. 2016-12-09 22:35:53 +00:00
string.view.synop
string.view.template
string_view.literals [libcxx] [test] Fix comment typos, strip trailing whitespace. 2017-01-18 20:10:25 +00:00
nothing_to_do.pass.cpp