Commit History

Author SHA1 Message Date
  Stephan T. Lavavej c3564b92bc [libcxx] [test] Fix MSVC warnings C4127 and C6326 about constants. 8 years ago
  Eric Fiselier 2d08bc9a9f Implement LWG 2148: Make non-enum default hash specialization well-formed 9 years ago
  Eric Fiselier d24c465bea Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 9 years ago
  Eric Fiselier 84acb1ec3f Remove trailing whitespace in test suite. Approved by Marshall Clow. 9 years ago
  Marshall Clow 02f6369a6b Cleaning up the test suite; remove some includes of non-standard file <__config> 10 years ago
  Marshall Clow c7e395f338 Missed a typename 10 years ago
  Marshall Clow 674e07d3c8 libc++ implements its' hash objects as deriving from std::unary_function, 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. 10 years ago
  Eric Fiselier a90c6dd460 Move test into test/std subdirectory. 10 years ago