aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/ext
AgeCommit message (Expand)AuthorFilesLines
2024-01-03Update copyright years.Jakub Jelinek352-352/+352
2023-09-18c++: non-dependent assignment checking [PR63198, PR18474]Patrick Palka1-1/+1
2023-08-23libstdc++: Fix tests relying on operator new/delete overloadFrançois Dumont4-4/+24
2023-06-07libstdc++: Fix some tests that fail with -fno-exceptionsJonathan Wakely6-0/+11
2023-06-07libstdc++: Fix some tests that fail with -fexcess-precision=standardJonathan Wakely1-1/+1
2023-05-16libstdc++: Add assertion to debug_allocator testJonathan Wakely1-1/+2
2023-01-16Update copyright years.Jakub Jelinek352-352/+352
2022-10-03libstdc++: Disable hosted-only tests [PR103626]Arsen Arsenović1-0/+1
2022-06-27libstdc++: testsuite: Add missing <string> headerJonathan Wakely1-0/+1
2022-01-14libstdc++: Add attribute to features deprecated in C++17 [PR91260]Jonathan Wakely2-2/+2
2022-01-06libstdc++: Increase timeout for pthread7-rope.cc testJonathan Wakely1-1/+2
2022-01-03Update copyright years.Jakub Jelinek352-352/+352
2021-11-23libstdc++: Add effective-target for std::allocator implementationJonathan Wakely2-0/+2
2021-10-09libstdc++: Remove unnecessary uses of _GLIBCXX_USE_WCHAR_T in testsuite [PR98...Jonathan Wakely1-2/+0
2021-10-01libstdc++: Remove useless base classes in pb_db testsJonathan Wakely11-21/+20
2021-09-16libstdc++: Increase timeout factor for slow pb_ds testsJonathan Wakely2-2/+2
2021-08-04libstdc++: Add [[nodiscard]] to iterators and related utilitiesJonathan Wakely1-4/+4
2021-08-03libstdc++: Add testsuite proc for testing deprecated featuresJonathan Wakely2-0/+4
2021-07-21libstdc++: Make __gnu_cxx::sequence_buffer move-aware [PR101542]Jonathan Wakely1-0/+27
2021-01-10libstdc++: Suppress more vstring testsuite warnings. [PR 98613]David Edelsohn2-0/+10
2021-01-04Update copyright years.Jakub Jelinek352-352/+352
2020-12-15libstdc++: Increase timeout for tests in debug modeJonathan Wakely2-2/+2
2020-12-14Correct/improve maybe_emit_free_warning (PR middle-end/98166, PR c++/57111, P...Martin Sebor2-0/+8
2020-12-03Add support for detecting mismatched allocation/deallocation calls.Martin Sebor1-2/+6
2020-11-26libstdc++: Fix undefined FILE* operations in testJonathan Wakely1-1/+2
2020-10-29libstdc++: Avoid warnings in testsJonathan Wakely2-2/+5
2020-04-30libstdc++: Avoid errors in allocator's noexcept-specifier (PR 89510)Jonathan Wakely2-0/+298
2020-01-01Update copyright years.Jakub Jelinek350-350/+350
2019-10-24Revert ABI changes to std::allocator in C++20Jonathan Wakely2-2/+2
2019-10-22Remove redundant std::allocator members for C++20Jonathan Wakely3-3/+4
2019-09-30libstdc++ testsuite, silence a FreeBSD libm warningAndreas Tobler2-0/+2
2019-08-09skip Cholesky decomposition in is>>n_mv_distAlexandre Oliva5-0/+9
2019-07-25Extend DCE to remove unnecessary new/delete-pairs (PR c++/23383).Martin Liska4-0/+8
2019-06-06Fix tests that fail with -std=gnu++98 or -std=gnu++11Jonathan Wakely1-1/+1
2019-05-14Remove obsolete Solaris 10 supportRainer Orth1-4/+0
2019-05-13Remove Profile Mode, deprecated since GCC 7.1Jonathan Wakely6-290/+0
2019-05-13Remove array_allocator extension, deprecated since 4.9.0Jonathan Wakely10-414/+0
2019-02-19P0482R5 char8_t: New standard library testsTom Honermann1-0/+12
2019-01-29Fix tests that fail in C++2a modeJonathan Wakely2-4/+4
2019-01-01Update copyright years.Jakub Jelinek363-363/+363
2018-10-19Fix tests that use allocators with incorrect value typesJonathan Wakely1-1/+1
2018-10-19Disable tests that only pass for GNU dialectsJonathan Wakely12-0/+12
2018-10-18Fix tests that fail when built with different optionsJonathan Wakely1-0/+2
2018-10-11Make ext allocators support heterogeneous equality comparisonJonathan Wakely4-0/+124
2018-08-3110.cc: Add dg-require-fileio.Sandra Loosemore1-0/+2
2018-08-30Fix __gnu_cxx::_Pointer_adapter for long long arithmeticJonathan Wakely1-0/+14
2018-08-14Rope iterators: don't retain pointers when copiedJeremy Sawicki1-0/+95
2018-07-26Add missing dg-require-cstdint directives to testsJonathan Wakely22-0/+22
2018-07-26Remove dg-require-cstdint directive from testsJonathan Wakely2-2/+0
2018-06-14P0935R0 Eradicating unnecessarily explicit default constructorsJonathan Wakely14-0/+14