aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite
AgeCommit message (Expand)AuthorFilesLines
2022-03-03libstdc++: Use non-debug vector in constexpr test [PR104748]Jonathan Wakely1-5/+11
2022-03-03libstdc++: Fix test failure on AIXJonathan Wakely1-0/+2
2022-03-03libstdc++: Implement std::strong_order for floating-point types [PR96526]Jonathan Wakely1-0/+102
2022-02-22libstdc++: Implement P2415R2 changes to viewable_range / views::allPatrick Palka3-27/+58
2022-02-17libstdc++: Deprecate non-standard std::vector<bool>::insert(pos) [PR104559]Jonathan Wakely1-0/+13
2022-02-17libstdc++: Make std::error_code printer more robustJonathan Wakely1-2/+8
2022-02-15libstdc++: Add missing constexpr to uses-allocator construction utilities [PR...Jonathan Wakely2-1/+46
2022-02-14libstdc++: Fix stream extraction of IEEE128 long double [PR100912]Jonathan Wakely1-5/+3
2022-02-14libstdc++: Fix typo in pragmaJonathan Wakely1-1/+1
2022-02-11libstdc++: Fix FAIL: 20_util/temporary_buffer.cc for C++14Jonathan Wakely1-1/+1
2022-02-11libstdc++: Fix test failures at -O0Jonathan Wakely3-0/+7
2022-02-10libstdc++: Add atomic_fetch_xor to <stdatomic.h>Jonathan Wakely1-0/+11
2022-02-08libstdc++: Adjust Filesystem TS test for WindowsJonathan Wakely1-0/+15
2022-02-02libstdc++: Fix invalid instantiations in testsJonathan Wakely2-4/+12
2022-02-01Declare std::array members with attribute const [PR101831].Martin Sebor4-0/+93
2022-02-02libstdc++: Do not use dirent::d_type unconditionallyJonathan Wakely2-0/+8
2022-02-01libstdc++: Add more tests for filesystem directory iteratorsJonathan Wakely3-1/+87
2022-02-01libstdc++: Reset filesystem::recursive_directory_iterator on errorJonathan Wakely2-0/+271
2022-01-30libstdc++ testsuite: Don't run lwg3464.cc tests on simulatorsHans-Peter Nilsson2-2/+2
2022-01-27libstdc++: Prevent -Wstringop-overread warning in std::deque [PR100516]Jonathan Wakely1-0/+14
2022-01-27libstdc++: Avoid overflow in ranges::advance(i, n, bound)Jonathan Wakely1-0/+37
2022-01-23libstdc++: Fix std::spanstream move assignment [PR104032]Jonathan Wakely1-0/+113
2022-01-23libstdc++: Restore support for unordered_map<const T, ...> [PR104174]Jonathan Wakely1-0/+4
2022-01-21libstdc++: Fix typo in commentJonathan Wakely1-1/+1
2022-01-21libstdc++: Fix constexpr constructor for atomic<shared_ptr<T>>Jonathan Wakely2-0/+6
2022-01-19libstdc++: Include <stddef.h> for size_t and ptrdiff_t [PR104123]Jonathan Wakely1-2/+3
2022-01-18libstdc++: Limit new basic_string(nullptr_t) constructor to C++23 [PR104099]Jonathan Wakely3-3/+29
2022-01-18libstdc++: Fix ambiguous std::pair constructors [PR101124]Jonathan Wakely1-2/+10
2022-01-18libstdc++: Declare std::c8rtomb and std::mbrtoc8 if provided by the C libraryTom Honermann2-0/+24
2022-01-18libstdc++: Define <stdatomic.h> for C++23Jonathan Wakely1-0/+130
2022-01-17libstdc++: Directly implement hexfloat std::from_chars for binary32/64Patrick Palka1-0/+152
2022-01-17libstdc++: Define <stacktrace> header for C++23Jonathan Wakely5-0/+125
2022-01-17libstdc++: Rename non-reserved macros in config header [PR103650]Jonathan Wakely1-0/+13
2022-01-17libstdc++: Implement C++20 atomic<shared_ptr> and atomic<weak_ptr>Jonathan Wakely2-0/+245
2022-01-14libstdc++: Fix 22_locale/numpunct/members/char/3.cc execution testUros Bizjak1-3/+3
2022-01-14libstdc++: Add attribute to features deprecated in C++17 [PR91260]Jonathan Wakely79-113/+302
2022-01-14libstdc++: Add C++20 std::make_shared enhancements (P0674R1)Jonathan Wakely5-4/+413
2022-01-14libstdc++: Ignore cv-quals when std::allocator<void> constructsJonathan Wakely1-0/+15
2022-01-14libstdc++: Use std::construct_at in std::common_iterator [PR103992]Jonathan Wakely1-0/+16
2022-01-12libstdc++: Add explicit dg-do directive to .../103955.ccPatrick Palka1-0/+1
2022-01-12libstdc++: Avoid overflow in bounds checks [PR103955]Patrick Palka1-0/+30
2022-01-11libstdc++: Make copyable-box completely constexpr (LWG 3572)Jonathan Wakely1-0/+28
2022-01-11libstdc++: Make std::common_iterator completely constexpr-able (LWG 3574)Jonathan Wakely2-7/+16
2022-01-10libstdc++: Add %j, %U, %w, %W time_get support, fix %y, %Y, %C, %p [PR77760]Jakub Jelinek8-10/+656
2022-01-10libstdc++: Fix and simplify freestanding configuration [PR103866]Jonathan Wakely1-0/+1
2022-01-10libstdc++: Add dg-timeout-factor to some more regex testsJonathan Wakely4-0/+4
2022-01-08Testsuite: Make dependence on -fdelete-null-pointer-checks explicitSandra Loosemore1-0/+1
2022-01-06libstdc++: Add self-merge check to std::forward_list::merge [PR103853]Pavel I. Kryukov1-0/+48
2022-01-06libstdc++: Increase timeout for pthread7-rope.cc testJonathan Wakely1-1/+2
2022-01-05libstdc++: Optimize operations on small size hashtable [PR 68303]François Dumont2-1/+126