llvm-project/libcxx/test/std
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
..
algorithms Add missing include in test; NFC. Thanks to Jonathan Wakely for the report. 2016-10-13 13:21:38 +00:00
atomics Remove usages of _ALIGNAS_TYPE 2016-10-12 10:19:48 +00:00
containers [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. 2016-11-04 20:26:59 +00:00
depr Remove all _LIBCPP_VERSION tests from under test/std 2016-10-08 01:32:56 +00:00
diagnostics Fix incorrect include in is_error_code_enum.pass.cpp 2016-09-24 18:16:53 +00:00
experimental [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. 2016-11-04 20:26:59 +00:00
input.output [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. 2016-11-04 20:26:59 +00:00
iterators [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. 2016-11-04 20:26:59 +00:00
language.support [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. 2016-11-04 20:26:59 +00:00
localization [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. 2016-11-04 20:26:59 +00:00
numerics [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. 2016-11-04 20:26:59 +00:00
re [libcxx] Make regex_match backtrack when search fails 2016-10-27 21:40:34 +00:00
strings [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. 2016-11-04 20:26:59 +00:00
thread Protect lock tests under libcpp-no-exceptions 2016-11-01 15:00:16 +00:00
utilities [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. 2016-11-04 20:26:59 +00:00
nothing_to_do.pass.cpp