1. 5384fd8 Placate unused variable warnings uncovered by improvements to clang's -Wunused-variable by Benjamin Kramer · 7 years ago
  2. 18dba06 [libc++] Support Microsoft ABI without vcruntime headers by Shoaib Meenai · 7 years ago
  3. 302557b [libcxx] [test] Rename _Tp to T. NFCI. by Stephan T. Lavavej · 7 years ago
  4. 5d91f31 [libcxx] [test] Change comments to say C++ instead of c++. NFC. by Stephan T. Lavavej · 7 years ago
  5. 25072f0 [libcxx] [test] Make files consistently end with newlines, NFC. by Stephan T. Lavavej · 7 years ago
  6. a686caa [libcxx] [test] Untabify, NFC. by Stephan T. Lavavej · 7 years ago
  7. c5247b4 Revert "[libcxx] Annotate c++17 aligned new/delete operators with availability" by Akira Hatanaka · 7 years ago
  8. a028f3c [libcxx] Annotate c++17 aligned new/delete operators with availability by Akira Hatanaka · 7 years ago
  9. fd1c7cb [test] Add specific test for P0138R2, direct-list-init of fixed enums from integers, part 3/3. by Casey Carter · 7 years ago
  10. a172611 [test] Avoid P0138R2, direct-list-init of fixed enums from integers, part 2/3. by Casey Carter · 7 years ago
  11. 7e33af5 [test] Avoid P0138R2, direct-list-init of fixed enums from integers, part 1/3. by Casey Carter · 7 years ago
  12. 9197008 Fix GCC 7 test failures. by Eric Fiselier · 7 years ago
  13. 78f5dc0 [libc++] Implement exception_ptr on Windows by Eric Fiselier · 7 years ago
  14. 8fb888a Temporarly XFAIL aligned new/delete tests on Windows. by Eric Fiselier · 7 years ago
  15. 907c119 Add markup for libc++ dylib availability by Mehdi Amini · 7 years ago
  16. 5594426 [libcxx] [test] Strip trailing whitespace. NFC. by Stephan T. Lavavej · 7 years ago
  17. c0574ee Mark exception_ptr tests as XFAIL on Windows for now by Eric Fiselier · 8 years ago
  18. 82810a6 Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros for std::initializer_list by Eric Fiselier · 8 years ago
  19. 6f448f6 [test] Silence unused parameter/typedef warnings by Casey Carter · 8 years ago
  20. 6403571 Implement LWG#2855 - made easy by previous refactoring by Marshall Clow · 8 years ago
  21. 0b14877 Mark *pass tests as UNUSUPPORTED instead of XFAIL on old compilers by Marshall Clow · 8 years ago
  22. 76c1482 Mark *fail tests as UNUSUPPORTED instead of XFAIL on old compilers by Marshall Clow · 8 years ago
  23. 5048b1e XFAIL the std::byte tests on a bunch of old clang versions, because they don't like 'std::byte b1{1}' by Marshall Clow · 8 years ago
  24. 21ae16e Implement P0298R3: 'std::byte'. Reviewed as https://reviews.llvm.org/D31022 by Marshall Clow · 8 years ago
  25. abba685 Implement LWG2784, and mark 2786, 2795, 2804, 2812, 2826, 2834, 2837 and 2838 as complete - since we do them already by Marshall Clow · 8 years ago
  26. f282bc8 Fix test failures caused by new/delete calls getting optimized away by Eric Fiselier · 8 years ago
  27. 1b30568 Fix type_info's constructor by making it explicit again. by Eric Fiselier · 8 years ago
  28. ebb9839 Rename new_handler in tests to avoid conflicts with MSVC symbols. by Eric Fiselier · 8 years ago
  29. 1e17bc1 Remove mblen(), mbtowc() and wctomb() from the thread-unsafe functions. by Ed Schouten · 8 years ago
  30. 0e5ebbc Fix unused parameters and variables by Eric Fiselier · 8 years ago
  31. e5bca2b Fix more uses of dynamic exception specifications in C++17 by Eric Fiselier · 8 years ago
  32. 3e541a6 [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 7/7. by Stephan T. Lavavej · 8 years ago
  33. 2120882 [libcxx] [test] D27022: Fix MSVC warning C4389 "signed/unsigned mismatch", part 9/12. by Stephan T. Lavavej · 8 years ago
  34. 70e4c50 Protect nested-exceptions tests under no-exceptions by Roger Ferrer Ibanez · 8 years ago
  35. e619862 [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. by Stephan T. Lavavej · 8 years ago
  36. aa138aa Remove spurious token from #endif by Roger Ferrer Ibanez · 8 years ago
  37. a405f45 Protect tests for new/delete under libcpp-no-exceptions by Roger Ferrer Ibanez · 8 years ago
  38. efc9f17 Change from "XFAIL: libcpp-no-exceptions" to "UNSUPPORTED: libcpp-no-exceptions" tests that only check exceptions and nothing else by Roger Ferrer Ibanez · 8 years ago
  39. e577a4c Fix nullptr tests by Eric Fiselier · 8 years ago
  40. 6d36efa Attempt to workaround XPASS for aligned allocation tests by Eric Fiselier · 8 years ago
  41. 9ffd1d5 Prevent new/delete replacement tests from being optimized away. by Eric Fiselier · 8 years ago
  42. e630058 Clarify XFAIL comments by Eric Fiselier · 8 years ago
  43. f172df1 XFAIL aligned allocation tests for older Clang versions by Eric Fiselier · 8 years ago
  44. 34c6b80 XFAIL aligned allocation test failures with UBSAN by Eric Fiselier · 8 years ago
  45. 9acbffa Implement P0035R4 -- Add C++17 aligned allocation functions by Eric Fiselier · 8 years ago
  46. 4775578 Remove usages of _ALIGNAS_TYPE by Eric Fiselier · 8 years ago
  47. 3a60979 Avoid applying unary minus to unsigned integers. Patch from STL@microsoft.com by Eric Fiselier · 8 years ago
  48. 7d4a984 Placate MSVC's unchecked malloc warnings. by Eric Fiselier · 8 years ago
  49. 2aa1c4a UBSan doesn't globally replace new/delete but it still makes some tests fail. Investigation needed. by Eric Fiselier · 8 years ago
  50. b065399 Move all tests for _LIBCPP_VERSION in language.support to test/libcxx/language.support. by Eric Fiselier · 8 years ago
  51. 571d549 Guard use of non-standard macros in denorm_min() tests. by Eric Fiselier · 8 years ago
  52. 868af68 Allow placement new array test to consume extra bytes as specified by the standard. by Eric Fiselier · 8 years ago
  53. d24c465 Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. by Eric Fiselier · 8 years ago
  54. bfdae20 Fix warnings in tests. by Eric Fiselier · 8 years ago
  55. 5e3bf9c Avoid name shadowing in test. Patch from STL@microsoft.com by Eric Fiselier · 8 years ago
  56. 84acb1e Remove trailing whitespace in test suite. Approved by Marshall Clow. by Eric Fiselier · 8 years ago
  57. 68db6cd Cleanup non-standard tests as reported by STL@microsoft.com. NFC. by Eric Fiselier · 8 years ago
  58. a3eac51 [libcxx] Improve tests to use the UNSUPPORTED lit directive by Asiri Rathnayake · 8 years ago
  59. a9ea113 Void cast runtime-unused variables. Patch from STL@microsoft.com by Eric Fiselier · 8 years ago
  60. c8b24c6 Mark some test XFAIL for GCC 4.9 due to missing is_trivial* traits by Eric Fiselier · 9 years ago
  61. 2afbf71 [WebAssembly] Set std::numeric_limits's traps field for WebAssembly. by Dan Gohman · 9 years ago
  62. b6621c5 Fix a corner case that involved calling rethrow_if_nested with a type that had a deleted operator&. Added a test to catch this as well. Thanks to Ville for the heads-up. by Marshall Clow · 9 years ago
  63. cc2e93c Make it possible to build a no-exceptions variant of libcxx. by Asiri Rathnayake · 9 years ago
  64. 9698ac5 Manually suppress -Wnonnull when it occurs in an unevaluated context by Eric Fiselier · 9 years ago
  65. 41a04d6 Suppress some warnings in the tests that snuck in. That 'tmpnam' is deprecated doesn't change the fact that we have to test it. by Marshall Clow · 9 years ago
  66. 408369b Suppress clang warnings in some tests by Eric Fiselier · 9 years ago
  67. b47a434 Fix a handful of tests that fail in C++03 by Eric Fiselier · 9 years ago
  68. 7b86ce5 Fix warnings in test/std/language.support by Eric Fiselier · 9 years ago
  69. 3f339e6 Cleanup tests that fail in C++1z and with Clang 3.8 by Eric Fiselier · 9 years ago
  70. 73f131f Mark two tests as failing on clang 3.8 (they failed on 3.7, too) by Marshall Clow · 9 years ago
  71. 323ade3 Make support for thread-unsafe C functions optional. by Ed Schouten · 9 years ago
  72. 8731c5d Implement uncaught_exceptions() using the newly added hooks in libc++abi, when available by Marshall Clow · 9 years ago
  73. c4324b2 Add TODO items and remove use of 'noexcept' in C++03 test. by Eric Fiselier · 9 years ago
  74. 5d66344 Address @danalberts comments on r237700 by Eric Fiselier · 9 years ago
  75. a985b8c Add compiler flag test support to LIT. Fix new/delete tests on apple-clang. by Eric Fiselier · 9 years ago
  76. 02be745 mark new/delete tests as XFAIL more carefully by Eric Fiselier · 9 years ago
  77. f4c9729 [libcxx] Rework sized delete. by Eric Fiselier · 9 years ago
  78. c426682 Fix for LWG Issue 2458: N3778 and new library deallocation signatures. by Marshall Clow · 9 years ago
  79. 2cea80b Remove statement with no effect inside tests. by Eric Fiselier · 10 years ago
  80. aa8a52c Fix a problem when calling throw_with_nested with a class marked 'final'. Thanks to STL @ Microsoft for the bug report. by Marshall Clow · 10 years ago
  81. 07a4bec Use generic feature name for sanitizers that replace new and delete by Eric Fiselier · 10 years ago
  82. 74f95a0 More on adding sized deallocation functions in libc++: Continuing from r229281, this adds version guards and test cases. by Larisse Voufo · 10 years ago
  83. 6b913d7 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 · 10 years ago
  84. a90c6dd Move test into test/std subdirectory. by Eric Fiselier · 10 years ago