aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite
AgeCommit message (Expand)AuthorFilesLines
2022-05-05libstdc++: Fixes for tests that fail with -fno-rttiJonathan Wakely54-63/+279
2022-05-04libstdc++: Simplify std::array accessors [PR104719]Jonathan Wakely1-3/+3
2022-05-03[PR105324] libstdc++: testsuite: pr105324 requires FP from_charAlexandre Oliva1-0/+2
2022-05-02libstdc++: case-sensitivity in hexfloat std::from_chars [PR105441]Patrick Palka1-0/+1
2022-04-28libstdc++: Fix error reporting in filesystem::copy [PR99290]Jonathan Wakely2-0/+58
2022-04-27libstdc++: Add pretty printer for std::atomicJonathan Wakely2-0/+19
2022-04-26libstdc++: Add std::atomic<shared_ptr>(nullptr_t) constructor (LWG 3661)Jonathan Wakely1-0/+2
2022-04-26libstdc++: Define std::hash<std::filesystem::path> (LWG 3657)Jonathan Wakely1-0/+10
2022-04-25libstdc++: Implement constexpr std::unique_ptr for C++23 (P2273R3)Jonathan Wakely6-0/+354
2022-04-25libstdc++: Add deduction guides for std::packaged_task [PR105375]Jonathan Wakely1-0/+85
2022-04-25libstdc++: Add pretty printer for std::initializer_listPhilipp Fent1-0/+6
2022-04-22libstdc++: Make atomic notify_one and notify_all non-constThomas W Rodgers1-2/+2
2022-04-21libstdc++: Remove bogus assertion in std::from_chars [PR105324]Jonathan Wakely1-0/+14
2022-04-20libstdc++: Fix macro checked by testJonathan Wakely1-1/+1
2022-04-19libstdc++: Add pretty printer for std::spanPhilipp Fent1-0/+11
2022-04-15libstdc++: Avoid double-deref of __first in ranges::minmax [PR104858]Patrick Palka1-0/+30
2022-04-14libstdc++: Fix missing and incorrect feature test macros [PR105269]Jonathan Wakely8-15/+40
2022-04-12libstdc++: Reduce memory usage in std::stacktrace::currentJonathan Wakely1-0/+86
2022-04-11libstdc++: Fix std::basic_stacktrace special members [PR105031]Jonathan Wakely1-0/+215
2022-04-11libstdc++: Improve behaviour of std::stacktrace::currentJonathan Wakely1-3/+4
2022-04-11libstdc++: Move stacktrace tests to 19_diagnostics directoryJonathan Wakely3-0/+0
2022-04-08libstdc++: Fix constraints on std::expected<void, E> constructor [PR105153]Jonathan Wakely1-0/+18
2022-04-08libstdc++: Fix std::expected<void, E>::swap(expected&) [PR105154]Jonathan Wakely1-6/+6
2022-04-08libstdc++: Fix std::bad_expected_access constructor [PR105146]Jonathan Wakely1-0/+15
2022-04-07libstdc++-v3 expected: Correct minimal-size test in requirements.ccHans-Peter Nilsson1-1/+1
2022-04-01libstdc++: Implement std::unreachable() for C++23 (P0627R6)Jonathan Wakely2-0/+27
2022-03-29testsuite: Disable tests for C++23 that depend on std::unexpectedJonathan Wakely3-2/+4
2022-03-28libstdc++: Fix typos in comments in testsJonathan Wakely8-22/+22
2022-03-27libstdc++: Define std::expected for C++23 (P0323R12)Jonathan Wakely9-0/+1069
2022-03-23libstdc++: Add missing constraints to std::bit_cast [PR105027]Jonathan Wakely1-0/+18
2022-03-22libstdc++-v3 testsuite: Call fesetround(FE_DOWNWARD) only if definedHans-Peter Nilsson1-0/+2
2022-03-18libstdc++: Simplify constraints for std::any construction [PR104242]Jonathan Wakely1-0/+12
2022-03-18libstdc++: Reduce header dependencies from PSTL headers [PR92546]Jonathan Wakely45-1/+46
2022-03-17libstdc++: Fix comment in testsuite utilityJonathan Wakely1-3/+2
2022-03-16libstdc++: Fix symbol versioning for Solaris 11.3 [PR103407]Jonathan Wakely1-0/+13
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