1. 6f14127 Un-XFAIL a test under new GCC version; the GCC bug has been fixed by Eric Fiselier · 8 years ago
  2. decf22e Fix most GCC test failures. by Eric Fiselier · 8 years ago
  3. 709be5e [libcxx] [test] Rename _Up to U, etc. NFCI. by Stephan T. Lavavej · 8 years ago
  4. aae6356 [libcxx] [test] Rename _Tp to T. NFCI. by Stephan T. Lavavej · 8 years ago
  5. c71bd55 Enable the -Wsign-compare warning to better support MSVC by Eric Fiselier · 9 years ago
  6. d697ee4 Mark LWG issue 2450 as complete. by Eric Fiselier · 9 years ago
  7. 6edc12c [libcxx] Improve tests to use the UNSUPPORTED lit directive by Asiri Rathnayake · 9 years ago
  8. 9570e7b Missed one comparison test in r225375 by Marshall Clow · 11 years ago
  9. 66369c0 In C++03, a bunch of the arithmetic/logical/comparison functors (such as 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. by Marshall Clow · 11 years ago
  10. 5a83710 Move test into test/std subdirectory. by Eric Fiselier · 11 years ago