aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite
AgeCommit message (Expand)AuthorFilesLines
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
2021-12-13libstdc++: Fix std::regex_replace for strings with embedded null [PR103664]Jonathan Wakely1-0/+11
2021-12-10libstdc++: Add std::time_get %r support [PR71367]Jakub Jelinek2-0/+134
2021-12-10libstdc++: Some time_get fixes [PR78714]Jakub Jelinek8-8/+720
2021-12-09libstdc++: Make atomic<T*>::wait() const [PR102994]Thomas Rodgers1-0/+19
2021-12-09libstdc++: Remove bogus dg-error for effective-target c++20Jonathan Wakely1-4/+0
2021-12-09libstdc++: Make std::make_exception_ptr work with -fno-exceptions [PR85813]Jonathan Wakely1-1/+1
2021-12-09libstdc++: Fix std::exception_ptr regressions [PR103630]Jonathan Wakely1-0/+39
2021-12-09libstdc++: Implement std::ios_base::noreplace for C++23 [PR59769]Jonathan Wakely2-0/+58
2021-12-09libstdc++: Allow std::condition_variable waits to be cancelled [PR103382]Jonathan Wakely1-0/+66
2021-12-09libstdc++: Avoid unnecessary allocations in std::map insertions [PR92300]Jonathan Wakely2-0/+74
2021-12-09libstdc++: Fix non-reserved name in std::allocator base class [PR64135]Jonathan Wakely1-0/+45
2021-12-01libstdc++: Clear RB tree after moving elements [PR103501]Jonathan Wakely4-2/+66
2021-12-01libstdc++: Define std::__is_constant_evaluated() for internal useJonathan Wakely1-3/+3
2021-11-30libstdc++: Fix tests that fail with fully-dynamic-stringJonathan Wakely8-8/+20
2021-11-30libstdc++: Fix fully-dynamic-string buildJonathan Wakely2-2/+0
2021-11-28libstdc++: Implement std::byteswap for C++23Jakub Jelinek2-0/+139
2021-11-26libstdc++: Fix test that fails in C++20 modeJonathan Wakely1-10/+15
2021-11-26libstdc++: Ensure dg-add-options comes after dg-optionsJonathan Wakely1-1/+1
2021-11-26libstdc++: Fix dg-do directive for tests supposed to be runJonathan Wakely2-2/+2
2021-11-26libstdc++: Remove redundant xfail selectors in dg-do compile testsJonathan Wakely17-17/+17
2021-11-26libstdc++: Move std::to_address tests to more appropriate placeJonathan Wakely2-20/+26
2021-11-25libstdc++: Remove dg-error that no longer happensJonathan Wakely1-1/+0
2021-11-25libstdc++: Make std::pointer_traits SFINAE-friendly [PR96416]Jonathan Wakely3-1/+133
2021-11-25libstdc++: Do not use memset in constexpr calls to ranges::fill_n [PR101608]Jonathan Wakely1-2/+4
2021-11-24libstdc++: Add xfail to some printer tests for debug modeJonathan Wakely2-3/+3
2021-11-24libstdc++: Replace hyphens in effective target keywordsJonathan Wakely142-153/+153
2021-11-23libstdc++: Add another testcase for std::unique_ptr printer [PR103086]Jonathan Wakely1-0/+11
2021-11-23libstdc++: Add effective-target for std::allocator implementationJonathan Wakely10-5/+19
2021-11-19libstdc++: Improve tests for stringstream constructors in C++20Jonathan Wakely6-88/+633
2021-11-19libstdc++, testsuite: Add a prune expression for external tool bug.Iain Sandoe1-1/+4
2021-11-19libstdc++: Suppress -Wstringop warnings [PR103332]Jonathan Wakely3-1/+9
2021-11-19libstdc++: Begin lifetime of chars in constexpr std::string [PR103295]Jonathan Wakely1-0/+14
2021-11-18libstdc++: Fix std::char_traits<C>::move for constexprJonathan Wakely1-3/+20
2021-11-17libstdc++: Fix std::type_info::before for ARM [PR103240]Jonathan Wakely2-0/+48