aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite
AgeCommit message (Expand)AuthorFilesLines
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
2022-01-05libstdc++: Fix overconstrained std::string constructor [PR103919]Jonathan Wakely1-0/+43
2022-01-05libstdc++: Implement P1328 "Making std::type_info::operator== constexpr"Jonathan Wakely1-0/+48
2022-01-05libstdc++: Fix comments in std::forward_list testsJonathan Wakely7-13/+13
2022-01-05libstdc++: Reduce template instantiations in <regex>Jonathan Wakely1-12/+12
2022-01-05libstdc++: Compare match_results for failed regex_matchJonathan Wakely1-2/+1
2022-01-03Update copyright years.Jakub Jelinek8926-8927/+8927
2021-12-15libstdc++: Overload std::__to_address for __gnu_cxx::__normal_iterator.François Dumont1-2/+15
2021-12-15libstdc++: Poor man's case insensitive comparisons in time_get [PR71557]Jakub Jelinek2-0/+192
2021-12-14libstdc++: Support old and new T_FMT for en_HK locale [PR103687]Jonathan Wakely3-10/+65
2021-12-14libstdc++: Fix handling of invalid ranges in std::regex [PR102447]Jonathan Wakely1-1/+61
2021-12-14libstdc++: Simplify definition of std::regex_constants variablesJonathan Wakely4-5/+50
2021-12-14libstdc++: Fix non-reserved name in <regex> headerJonathan Wakely1-0/+1
2021-12-13libstdc++: Make ranges::size and ranges::empty check for unbounded arraysJonathan Wakely2-0/+20