| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. | Stephan T. Lavavej | 2016-11-04 | 1 | -1/+3 |
| | | | | | | | | | | | | 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 | ||||
| * | In C++03, a bunch of the arithmetic/logical/comparison functors (such as ↵ | Marshall Clow | 2015-01-07 | 1 | -1/+3 |
| | | | | | | | add/equal_to/logical_or) were defined as deriving from binary_funtion. That restriction was removed in C++11, but the tests still check for this. Change the test to look for the embedded types first_argument/second_argument/result_type. No change to the library, just more standards-compliant tests. Thanks to STL @ Microsoft for the suggestion. llvm-svn: 225375 | ||||
| * | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 1 | -0/+37 |
| llvm-svn: 224658 | |||||

