cxx/test/std/experimental/string.view
2015-02-24 10:52:07 +00:00
..
string.view.access Remove XFAIL on string view test for apples clang compiler. Thanks to Marshall for the fix 2015-02-24 10:52:07 +00:00
string.view.capacity Move test into test/std subdirectory. 2014-12-20 01:40:03 +00:00
string.view.comparison Move test into test/std subdirectory. 2014-12-20 01:40:03 +00:00
string.view.cons Move test into test/std subdirectory. 2014-12-20 01:40:03 +00:00
string.view.find Move test into test/std subdirectory. 2014-12-20 01:40:03 +00:00
string.view.hash libc++ implements its' hash objects as deriving from std::unary_function, and the tests test for that. STL @ MS pointed out that the standard doesn't requie these objects to derive from unary_function, and so the tests should not require that either. Change the tests to check for the embedded typedefs - which ARE required. No change to the library. 2015-01-07 21:53:23 +00:00
string.view.io Move test into test/std subdirectory. 2014-12-20 01:40:03 +00:00
string.view.iterators Move test into test/std subdirectory. 2014-12-20 01:40:03 +00:00
string.view.modifiers Move test into test/std subdirectory. 2014-12-20 01:40:03 +00:00
string.view.nonmem Move test into test/std subdirectory. 2014-12-20 01:40:03 +00:00
string.view.ops Remove undefined behavior from test; specifically, compare(NULL, XXX, 0) 2015-02-12 15:25:54 +00:00
string.view.synop Move test into test/std subdirectory. 2014-12-20 01:40:03 +00:00
string.view.template Move test into test/std subdirectory. 2014-12-20 01:40:03 +00:00
nothing_to_do.pass.cpp Move test into test/std subdirectory. 2014-12-20 01:40:03 +00:00