| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. | Stephan T. Lavavej | 2016-11-04 | 9 | -10/+27 | 
| | | | | | | | | | | | | 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 | ||||
| * | Remove usages of _LIBCPP_CONSTEXPR under test/std | Eric Fiselier | 2016-10-12 | 1 | -4/+6 | 
| | | | | | llvm-svn: 284002 | ||||
| * | Prevent failures by marking Clock::is_steady tests as UNSUPPORTED: asan. | Eric Fiselier | 2016-07-18 | 3 | -0/+12 | 
| | | | | | llvm-svn: 275753 | ||||
| * | Move remaining _LIBCPP_VERSION tests into test/libcxx | Eric Fiselier | 2016-06-22 | 1 | -20/+0 | 
| | | | | | llvm-svn: 273367 | ||||
| * | Fix bad test that was previously getting ifdef-ed away | Eric Fiselier | 2016-06-14 | 1 | -2/+2 | 
| | | | | | llvm-svn: 272722 | ||||
| * | Replace __cplusplus comparisons and dialect __has_feature checks with ↵ | Eric Fiselier | 2016-06-14 | 1 | -0/+2 | 
| | | | | | | | | | | TEST_STD_VER. This is a huge cleanup that helps make the libc++ test suite more portable. Patch from STL@microsoft.com. Thanks STL! llvm-svn: 272716 | ||||
| * | Fix warnings in tests. | Eric Fiselier | 2016-06-14 | 1 | -1/+1 | 
| | | | | | llvm-svn: 272629 | ||||
| * | [libcxx] Fix c++98 test failures. | Asiri Rathnayake | 2016-06-03 | 7 | -7/+7 | 
| | | | | | | | | | | Adds XFAIL/UNSUPPORTED lit tags as appropriate. Gets a clean test run for -std=c++98 on Fedora 20. NFC. llvm-svn: 271741 | ||||
| * | Remove trailing whitespace in test suite. Approved by Marshall Clow. | Eric Fiselier | 2016-06-01 | 4 | -5/+5 | 
| | | | | | llvm-svn: 271435 | ||||
| * | [libcxx] Improve tests to use the UNSUPPORTED lit directive | Asiri Rathnayake | 2016-05-28 | 5 | -14/+8 | 
| | | | | | | | | | | | | | | | | | | | | Quite a few libcxx tests seem to follow the format: #if _LIBCPP_STD_VER > X // Do test. #else // Empty test. #endif We should instead use the UNSUPPORTED lit directive to exclude the test on earlier C++ standards. This gives us a more accurate number of test passes for those standards and avoids unnecessary conflicts with other lit directives on the same tests. Reviewers: bcraig, ericwf, mclow.lists Differential revision: http://reviews.llvm.org/D20730 llvm-svn: 271108 | ||||
| * | Void cast runtime-unused variables. Patch from STL@microsoft.com | Eric Fiselier | 2016-05-02 | 1 | -1/+5 | 
| | | | | | llvm-svn: 268284 | ||||
| * | Last bit of P0006; mark it as complete | Marshall Clow | 2015-11-30 | 1 | -0/+4 | 
| | | | | | llvm-svn: 254290 | ||||
| * | Implement P0092R1 for C++1z | Marshall Clow | 2015-11-05 | 14 | -0/+589 | 
| | | | | | llvm-svn: 252195 | ||||
| * | Move test/std/utilities/date.time to proper stable name utilities/time/date.time | Eric Fiselier | 2015-08-24 | 1 | -0/+40 | 
| | | | | | llvm-svn: 245877 | ||||
| * | Get tests running with warnings. Fix warnings in headers and tests | Eric Fiselier | 2015-02-05 | 4 | -0/+10 | 
| | | | | | llvm-svn: 228344 | ||||
| * | Rename system_lib -> system_cxx_lib. NFC | Jonathan Roelofs | 2015-01-14 | 3 | -6/+6 | 
| | | | | | llvm-svn: 226061 | ||||
| * | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 101 | -0/+3593 | 
| llvm-svn: 224658 | |||||

