llvm-project/libcxx/test/std/language.support
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
..
cstdint/cstdint.syn Avoid applying unary minus to unsigned integers. Patch from STL@microsoft.com 2016-06-30 04:21:52 +00:00
support.dynamic Remove spurious token from #endif 2016-11-02 08:36:43 +00:00
support.exception Change from "XFAIL: libcpp-no-exceptions" to "UNSUPPORTED: libcpp-no-exceptions" tests that only check exceptions and nothing else 2016-10-31 08:47:53 +00:00
support.general
support.initlist [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. 2016-11-04 20:26:59 +00:00
support.limits Move all tests for _LIBCPP_VERSION in language.support to test/libcxx/language.support. 2016-06-22 01:55:59 +00:00
support.rtti Move all tests for _LIBCPP_VERSION in language.support to test/libcxx/language.support. 2016-06-22 01:55:59 +00:00
support.runtime Move all tests for _LIBCPP_VERSION in language.support to test/libcxx/language.support. 2016-06-22 01:55:59 +00:00
support.start.term
support.types Fix nullptr tests 2016-10-25 20:45:17 +00:00
nothing_to_do.pass.cpp