summaryrefslogtreecommitdiff
path: root/test/libcxx
AgeCommit message (Expand)Author
2019-09-13[libc++] Move __clamp_to_integral to <cmath>, and harden against min()/max() ...Louis Dionne
2019-09-13[libc++] Add `__truncating_cast` for safely casting float types to integersLouis Dionne
2019-01-11Merge to upstream r350972.Dan Albert
2019-01-10[libcxx] Reorganize tests since the application of P0602R4Louis Dionne
2019-01-09[libcxx] Remove outdated XFAILs for aligned deallocationLouis Dionne
2019-01-08Merge to upstream r348296.Dan Albert
2019-01-08[Sema] Teach Clang that aligned allocation is not supported with macosx10.13Louis Dionne
2019-01-08Set the buffer of an fstream to empty when the underlying file is closed. Thi...Marshall Clow
2019-01-06Fix PR39749 - Headers containing just #error harm __has_include.Eric Fiselier
2018-12-19[libcxx] Use custom allocator's `construct` in C++03 when available.Volodymyr Sapsai
2018-12-19Work around GCC 9.0 regressionEric Fiselier
2018-12-18[libcxx] Handle AppleClang 9 and 10 in XFAILs for aligned allocation testsLouis Dionne
2018-12-18[libcxx] Properly mark aligned allocation macro test as XFAIL on OS XLouis Dionne
2018-12-17[libcxx] Speeding up partition_point/lower_bound/upper_boundLouis Dionne
2018-12-15Fix static assert diagnostic checks in i386Eric Fiselier
2018-12-14Tolerate Clangs new static_assert messagesEric Fiselier
2018-12-14[libcxx] Mark some tests as still failing on macosx10.14Louis Dionne
2018-12-13[libcxx] Fix pop_back() tests to make sure they don't always just passLouis Dionne
2018-12-12[libcxx] Add assertion in deque::pop_back when popping from an empty dequeLouis Dionne
2018-12-11[libcxx] Fix test failure on GCC 4.9Louis Dionne
2018-12-11[pair] Mark constructors as conditionally noexceptLouis Dionne
2018-12-11Revert "[pair] Mark constructors as conditionally noexcept"Louis Dionne
2018-12-11[pair] Mark constructors as conditionally noexceptLouis Dionne
2018-12-06[libc++] Improve diagnostics for non-const comparators and hashers in associa...Louis Dionne
2018-12-05Update run_tests.py to use Soong.Peter Collingbourne
2018-11-29[libcxx] Remove bad_array_lengthLouis Dionne
2018-11-29[libcxx] More fixes to XFAILs for aligned allocation tests for macosx 10.13Louis Dionne
2018-11-28Revert "Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF...Eric Fiselier
2018-11-28Fix bad _LIBCPP_ALIGNOF testEric Fiselier
2018-11-28Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`. Eric Fiselier
2018-11-28[libcxx] Remove dynarrayLouis Dionne
2018-11-26Add basic_string::__resize_default_init (from P1072)Eric Fiselier
2018-11-26[libcxx] Fix XFAIL for aligned deallocation test with trunk ClangLouis Dionne
2018-11-22[NFC] Fix typo in commentLouis Dionne
2018-11-15Work around C++03 decltype limitationsEric Fiselier
2018-11-15Get tests compiling with -Wunused-local-typedefEric Fiselier
2018-11-01Revert "Bug 39129: Speeding up partition_point/lower_bound/upper_bound/ by us...Louis Dionne
2018-10-29XFAIL test on OS X availabilityEric Fiselier
2018-10-29Bug 39129: Speeding up partition_point/lower_bound/upper_bound/ by using unsi...Eric Fiselier
2018-10-26Fix PR39458 _LIBCPP_DEBUG breaks heterogeneous compare.Eric Fiselier
2018-10-26XFAIL sized deallocation test with GCCEric Fiselier
2018-10-26Run the min/max tests agaist the header <charconv>. Fix that header so it pas...Marshall Clow
2018-10-25Implement sized deallocation for std::allocator and friends.Eric Fiselier
2018-10-25Temporarily Revert "Implement sized deallocation for std::allocator and frien...Eric Christopher
2018-10-24Implement sized deallocation for std::allocator and friends.Eric Fiselier
2018-10-24Revert "Teach __libcpp_is_floating_point that __fp16 and _Float16 are"Petr Hosek
2018-10-10Use TEST_STD_VER instead of __cplusplus [NFC]Aaron Puchert
2018-10-10Use std::scoped_lock only for C++17 and newerAaron Puchert
2018-10-09Annotate scoped_lock as with scoped_lockable attributeAaron Puchert
2018-09-23[libcxx] Fix the binder deprecation tests on Clang 5.Louis Dionne