Stephan T. Lavavej
0f901c7ec4
[libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.
...
This replaces every occurrence of _LIBCPP_STD_VER in the tests with
TEST_STD_VER. Additionally, for every affected
file, #include "test_macros.h" is being added explicitly if it wasn't
already there.
https://reviews.llvm.org/D26294
llvm-svn: 286007
2016-11-04 20:26:59 +00:00
Eric Fiselier
4d4c79d8f5
Add missing include in string_view tests. Patch from Billy ONeil @ microsoft
...
llvm-svn: 285012
2016-10-24 20:11:17 +00:00
Marshall Clow
f067d20c6d
Again, w/o the tabs
...
llvm-svn: 276273
2016-07-21 13:19:36 +00:00
Marshall Clow
ef68f26b28
Another fix to appease the no-exception bots.
...
llvm-svn: 276272
2016-07-21 13:18:50 +00:00
Marshall Clow
187db16996
Fix some string_view tests that were failing when exceptions were disabled. Also comment out a _LIBCPP_ASSERT that gcc4.9 was complaining about. Will revisit that later.
...
llvm-svn: 276241
2016-07-21 06:24:04 +00:00
Marshall Clow
053d81ceeb
Implement std::string_view as described in http://wg21.link/P0254R1 . Reviewed as https://reviews.llvm.org/D21459
...
llvm-svn: 276238
2016-07-21 05:31:24 +00:00