1. 4d8a75a [libcxx] [test] Fix line endings, avoid unnecessary non-ASCII. by Stephan T. Lavavej · 8 years ago
  2. 3fddff5 More of P0600; marking allocation routines as [[nodiscard]] by Marshall Clow · 8 years ago
  3. 4159db7 [libcxx] [test] Untabify, NFC. by Stephan T. Lavavej · 8 years ago
  4. 5984426 [libcxx] [test] Strip trailing whitespace. NFC. by Stephan T. Lavavej · 8 years ago
  5. 895db0a [test] Workaround C1XX bug in uses_allocator_types.hpp by Casey Carter · 8 years ago
  6. 35f62e3 Mark LWG#2782 as complete. No functionality change; we already do this. Just added a few more tests. by Marshall Clow · 8 years ago
  7. 50bd957 [libcxx] [test] Fix Clang -Wunused-local-typedef, part 2/3. by Stephan T. Lavavej · 9 years ago
  8. e01b1ef [libcxx] [test] Fix recently introduced warnings emitted by MSVC. by Stephan T. Lavavej · 9 years ago
  9. 4ffd08c [libcxx] Fix PR24075, PR23841 - Add scoped_allocator_adaptor::construct(pair<T, U>*, ...) overloads. by Eric Fiselier · 9 years ago
  10. 2c8c71f Remove all instances of _LIBCPP_HAS_NO_RVALUE_REFERENCES from test/std/utilities by Eric Fiselier · 9 years ago
  11. f2f2a63 Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. by Eric Fiselier · 9 years ago
  12. d04c685 Remove trailing whitespace in test suite. Approved by Marshall Clow. by Eric Fiselier · 9 years ago
  13. fb42f4c Void cast runtime-unused variables. Patch from STL@microsoft.com by Eric Fiselier · 9 years ago
  14. 531c41e Add the tests for the last commit by Marshall Clow · 10 years ago
  15. 2abfcd5 Add 'is_always_equal' tests for scoped_allocator. Found that I had typed '||' where I meant '&&' in the code; fixed that, too by Marshall Clow · 10 years ago
  16. e21582e Walter Brown sent a list of tests which needed 'additional includes' to match what was in the standard. Added these includes to the tests. No changes to the library or test results. by Marshall Clow · 11 years ago
  17. 5a83710 Move test into test/std subdirectory. by Eric Fiselier · 11 years ago