| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Guard libc++ assumption about identity hashing in test. Patch from ↵ | Eric Fiselier | 2016-06-22 | 1 | -3/+7 |
| | | | | | | | STL@microsoft.com llvm-svn: 273345 | ||||
| * | Replace __cplusplus comparisons and dialect __has_feature checks with ↵ | Eric Fiselier | 2016-06-14 | 1 | -1/+3 |
| | | | | | | | | | | 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 | ||||
| * | Prevent truncation warning. Patch from STL@microsoft.com | Eric Fiselier | 2016-06-14 | 1 | -1/+1 |
| | | | | | llvm-svn: 272621 | ||||
| * | Remove trailing whitespace in test suite. Approved by Marshall Clow. | Eric Fiselier | 2016-06-01 | 1 | -1/+1 |
| | | | | | llvm-svn: 271435 | ||||
| * | Add hash specializations for __int128_t. Fixes LWG issue 2119 | Eric Fiselier | 2016-04-18 | 1 | -3/+8 |
| | | | | | llvm-svn: 266587 | ||||
| * | One more missing std:: qualification from Jonathan | Marshall Clow | 2016-01-12 | 1 | -1/+2 |
| | | | | | llvm-svn: 257506 | ||||
| * | Add tests for the extended integer types - as required by LWG#2119 | Marshall Clow | 2015-11-17 | 1 | -0/+40 |
| | | | | | llvm-svn: 253376 | ||||
| * | Cleaning up the test suite; remove some includes of non-standard file <__config> | Marshall Clow | 2015-01-18 | 1 | -3/+1 |
| | | | | | llvm-svn: 226411 | ||||
| * | Missed a typename | Marshall Clow | 2015-01-07 | 1 | -2/+2 |
| | | | | | llvm-svn: 225408 | ||||
| * | libc++ implements its' hash objects as deriving from std::unary_function, ↵ | Marshall Clow | 2015-01-07 | 4 | -12/+19 |
| | | | | | | | and the tests test for that. STL @ MS pointed out that the standard doesn't requie these objects to derive from unary_function, and so the tests should not require that either. Change the tests to check for the embedded typedefs - which ARE required. No change to the library. llvm-svn: 225403 | ||||
| * | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 5 | -0/+255 |
| llvm-svn: 224658 | |||||

