1. 7fc6a55 Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. by Marshall Clow · 6 years ago
  2. 25838c6 [libc++] Mark several tests as XFAIL on macosx10.7 by Louis Dionne · 7 years ago
  3. 2df59c5 Support tests in freestanding by JF Bastien · 7 years ago
  4. 57b08b0 Update more file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  5. 4d64d7d Implement P0966 - string::reserve should not shrink by Marshall Clow · 7 years ago
  6. ed2f9a6 [libcxx] [test] Add missing <stdexcept> in several tests. by Billy Robert O'Neal III · 7 years ago
  7. 25a7ba4 More of P0600 - '[[nodiscard]] in the Library' mark empty() as nodiscard in string, string_view, and the free function std::empty(). Removed tabs from <string_view>, which is why the diff is so big. by Marshall Clow · 8 years ago
  8. e9c66ad Add markup for libc++ dylib availability by Mehdi Amini · 9 years ago
  9. 9d03c03 Protect std::string tests under libcpp-no-exceptions by Roger Ferrer Ibanez · 9 years ago
  10. d056b5b Reverting wrong diff by Roger Ferrer Ibanez · 9 years ago
  11. c65daf3 Protect std::string tests under libcpp-no-exceptions by Roger Ferrer Ibanez · 9 years ago
  12. 4dc0ed8 [libcxx] [test] D26314: Fix MSVC warning C4189 "local variable is initialized but not referenced". by Stephan T. Lavavej · 9 years ago
  13. 8a915ed Protect exceptional paths under libcpp-no-exceptions by Roger Ferrer Ibanez · 9 years ago
  14. 3565c96 Change from "XFAIL: libcpp-no-exceptions" to "UNSUPPORTED: libcpp-no-exceptions" tests that only check exceptions and nothing else by Roger Ferrer Ibanez · 9 years ago
  15. f2f2a63 Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. by Eric Fiselier · 9 years ago
  16. 1f4231f Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros by Eric Fiselier · 10 years ago
  17. f520c14 Make it possible to build a no-exceptions variant of libcxx. by Asiri Rathnayake · 10 years ago
  18. 4b7533a Use generic feature name for sanitizers that replace new and delete by Eric Fiselier · 11 years ago
  19. 5a83710 Move test into test/std subdirectory. by Eric Fiselier · 11 years ago