1. 077a0af Unbreak green dragon bots w/o __builtin_launder by Eric Fiselier · 7 years ago
  2. 2d6833c Expect Clang diagnostics in std::launder test by Eric Fiselier · 7 years ago
  3. 737be83 [libcxx] Remove the availability_markup LIT feature by Louis Dionne · 7 years ago
  4. 2a23317 [libcxx] Add XFAILs for aligned allocation tests on AppleClang 9 by Louis Dionne · 7 years ago
  5. 94104b1 [libcxx] Fix XFAILs for aligned allocation tests by Louis Dionne · 7 years ago
  6. 52118fc [NFC] Rename lit feature to '-fsized-deallocation' for consistency by Louis Dionne · 7 years ago
  7. 7c6baa2 [libcxx] Fix XFAILs for aligned allocation tests on older OSX versions by Louis Dionne · 7 years ago
  8. ad9545e [libcxx] [test] Fix whitespace, NFC. by Stephan T. Lavavej · 7 years ago
  9. 107d6d6 Use DoNotOptimize to prevent new/delete elision. by Eric Fiselier · 8 years ago
  10. decf22e Fix most GCC test failures. by Eric Fiselier · 8 years ago
  11. 6b3e48b Fix nodiscard failure tests on compilers w/o -verify. by Eric Fiselier · 8 years ago
  12. 9836094 Commit tests for changes in revision 319710 by Marshall Clow · 8 years ago
  13. 9180eb1 Implement p0137r1 - std::launder. Reviewed as https://reviews.llvm.org/D40144 by Marshall Clow · 8 years ago
  14. dc2596e [test] Alignment must be > __STDCPP_DEFAULT_NEW_ALIGNMENT__ to call aligned new by Casey Carter · 8 years ago
  15. 515e9db Change test suite to support c++17 dialect flag instead of c++1z. by Eric Fiselier · 8 years ago
  16. 492d713 [libc++] Support Microsoft ABI without vcruntime headers by Shoaib Meenai · 8 years ago
  17. 9ea675e [libcxx] [test] Change comments to say C++ instead of c++. NFC. by Stephan T. Lavavej · 8 years ago
  18. d29b12e [libcxx] [test] Make files consistently end with newlines, NFC. by Stephan T. Lavavej · 8 years ago
  19. 539cb66 Revert "[libcxx] Annotate c++17 aligned new/delete operators with availability" by Akira Hatanaka · 8 years ago
  20. 393b55f [libcxx] Annotate c++17 aligned new/delete operators with availability by Akira Hatanaka · 8 years ago
  21. 50d61da Fix GCC 7 test failures. by Eric Fiselier · 8 years ago
  22. cedc1ec Temporarly XFAIL aligned new/delete tests on Windows. by Eric Fiselier · 8 years ago
  23. e9c66ad Add markup for libc++ dylib availability by Mehdi Amini · 8 years ago
  24. 7709213 Fix test failures caused by new/delete calls getting optimized away by Eric Fiselier · 9 years ago
  25. ca0e501 Rename new_handler in tests to avoid conflicts with MSVC symbols. by Eric Fiselier · 9 years ago
  26. fd83822 Fix unused parameters and variables by Eric Fiselier · 9 years ago
  27. 3ca4566 Fix more uses of dynamic exception specifications in C++17 by Eric Fiselier · 9 years ago
  28. 50e59f3 Remove spurious token from #endif by Roger Ferrer Ibanez · 9 years ago
  29. 8c65623 Protect tests for new/delete under libcpp-no-exceptions by Roger Ferrer Ibanez · 9 years ago
  30. db94496 Attempt to workaround XPASS for aligned allocation tests by Eric Fiselier · 9 years ago
  31. d200357 Prevent new/delete replacement tests from being optimized away. by Eric Fiselier · 9 years ago
  32. 797cb4f Clarify XFAIL comments by Eric Fiselier · 9 years ago
  33. 81b1393 XFAIL aligned allocation tests for older Clang versions by Eric Fiselier · 9 years ago
  34. 73bfe42 XFAIL aligned allocation test failures with UBSAN by Eric Fiselier · 9 years ago
  35. 0ae4f23 Implement P0035R4 -- Add C++17 aligned allocation functions by Eric Fiselier · 9 years ago
  36. cc41622 Placate MSVC's unchecked malloc warnings. by Eric Fiselier · 9 years ago
  37. 32853ad UBSan doesn't globally replace new/delete but it still makes some tests fail. Investigation needed. by Eric Fiselier · 9 years ago
  38. 0202dec Move all tests for _LIBCPP_VERSION in language.support to test/libcxx/language.support. by Eric Fiselier · 9 years ago
  39. 0df0296 Allow placement new array test to consume extra bytes as specified by the standard. by Eric Fiselier · 9 years ago
  40. eb5cfb02 Cleanup non-standard tests as reported by STL@microsoft.com. NFC. by Eric Fiselier · 9 years ago
  41. 6edc12c [libcxx] Improve tests to use the UNSUPPORTED lit directive by Asiri Rathnayake · 9 years ago
  42. f520c14 Make it possible to build a no-exceptions variant of libcxx. by Asiri Rathnayake · 10 years ago
  43. abd52ca Fix a handful of tests that fail in C++03 by Eric Fiselier · 10 years ago
  44. 5fd3089 Fix warnings in test/std/language.support by Eric Fiselier · 10 years ago
  45. 88558e2 Cleanup tests that fail in C++1z and with Clang 3.8 by Eric Fiselier · 10 years ago
  46. 5cbce17 Mark two tests as failing on clang 3.8 (they failed on 3.7, too) by Marshall Clow · 10 years ago
  47. a84544a Add TODO items and remove use of 'noexcept' in C++03 test. by Eric Fiselier · 10 years ago
  48. 4bcd428 Address @danalberts comments on r237700 by Eric Fiselier · 10 years ago
  49. deb3033 Add compiler flag test support to LIT. Fix new/delete tests on apple-clang. by Eric Fiselier · 10 years ago
  50. ab8b1ce mark new/delete tests as XFAIL more carefully by Eric Fiselier · 10 years ago
  51. c1a44c4 [libcxx] Rework sized delete. by Eric Fiselier · 10 years ago
  52. 0e166e5 Fix for LWG Issue 2458: N3778 and new library deallocation signatures. by Marshall Clow · 10 years ago
  53. ba7c3ff Remove statement with no effect inside tests. by Eric Fiselier · 11 years ago
  54. 4b7533a Use generic feature name for sanitizers that replace new and delete by Eric Fiselier · 11 years ago
  55. e4864e0 More on adding sized deallocation functions in libc++: Continuing from r229281, this adds version guards and test cases. by Larisse Voufo · 11 years ago
  56. 5a83710 Move test into test/std subdirectory. by Eric Fiselier · 11 years ago