aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/19_diagnostics
AgeCommit message (Expand)AuthorFilesLines
2024-05-29libstdc++: Build libbacktrace and 19_diagnostics/stacktrace with -funwind-tab...Rainer Orth5-5/+5
2024-05-14libstdc++: Fix typo in std::stacktrace::max_size [PR115063]Jonathan Wakely1-0/+10
2024-03-26libstdc++: Replace stacktrace effective target with feature testJonathan Wakely7-7/+7
2024-01-03Update copyright years.Jakub Jelinek57-57/+57
2023-11-16libstdc++: Fix aligned formatting of stacktrace_entry and thread::id [PR112564]Jonathan Wakely1-3/+15
2023-11-16libstdc++: Test for feature test macros more accuratelyJonathan Wakely3-0/+3
2023-11-15libstdc++: std::stacktrace tweaksJonathan Wakely1-2/+3
2023-11-14libstdc++: Fix std::hash<std::stacktrace> [PR112348]Jonathan Wakely1-0/+23
2023-09-16libstdc++: Remove dg-options "-std=gnu++20" from remaining testsJonathan Wakely4-7/+3
2023-09-15libstdc++: Remove dg-options "-std=gnu++23" from remaining testsJonathan Wakely5-5/+3
2023-09-14libstdc++: Limit <stacktrace> synopsis test to normal namespaceFrançois Dumont1-0/+1
2023-09-11libstdc++: Formatting std::thread::id and std::stacktrace (P2693R1)Jonathan Wakely3-0/+67
2023-09-08libstdc++: Add Filesystem TS and std::stacktrace symbols to libstdc++exp.aJonathan Wakely3-3/+3
2023-04-12libstdc++: Fix some AIX test failuresJonathan Wakely2-18/+18
2023-01-16Update copyright years.Jakub Jelinek57-57/+57
2022-12-23Reimplement GNU threads library on native WindowsEric Botcazou1-0/+19
2022-12-12libstdc++: Make operator<< for stacktraces less templated (LWG 3515)Jonathan Wakely1-6/+5
2022-09-12libstdc++: Fix comments in tests to match codeJonathan Wakely2-4/+4
2022-09-08libstdc++: Find make_error_code and make_error_condition via ADL onlyJonathan Wakely2-0/+96
2022-08-26libstdc++: Simplify std::error_code and std::error_conditionJonathan Wakely2-7/+55
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/+110
2022-01-03Update copyright years.Jakub Jelinek57-57/+57
2021-10-01libstdc++: Avoid unconditional use of errc::not_supported [PR 99327]Jonathan Wakely1-3/+3
2021-09-23libstdc++: Disable PCH for test that depends on a macro being definedJonathan Wakely1-0/+1
2021-09-23libstdc++: Make std::system_category() recognize Windows error codesJonathan Wakely1-0/+18
2021-09-23libstdc++: std::system_category should know meaning of zero [PR102425]Jonathan Wakely1-0/+18
2021-08-31libstdc++: Remove redundant noexcept-specifier on definitionsJonathan Wakely2-0/+19
2021-05-10libstdc++: Remove redundant -std=gnu++17 option from remaining testsJonathan Wakely2-2/+0
2021-02-03libstdc++: Fix incorrect test for std::error_code comparisonsJonathan Wakely5-3/+15
2021-01-04Update copyright years.Jakub Jelinek57-57/+57
2020-12-16libstdc++: Test errno macros directly, not via autoconf [PR 93151]Jonathan Wakely2-16/+39
2020-07-31libstdc++: Ensure c++NN effective target present in all C++17 testsJonathan Wakely1-1/+1
2020-07-02libstdc++: Require c++98_only effective target for some testsJonathan Wakely1-1/+1
2020-02-20libstdc++: Define operator<=> for <system_error> typesJonathan Wakely10-4/+274
2020-01-01Update copyright years.Jakub Jelinek50-50/+50
2019-05-07Add test for std::hash<std::error_code>Jonathan Wakely1-0/+50
2019-05-04Fix std::hash<std::error_condition>Jonathan Wakely1-0/+51
2019-01-01Update copyright years.Jakub Jelinek48-48/+48
2018-08-03Add workaround for non-unique errno values on AIXJonathan Wakely1-0/+37
2018-08-01PR libstdc++/60555 std::system_category() should recognise POSIX errno valuesJonathan Wakely2-0/+146
2018-07-05PR libstdc++/85831 define move constructors and operators for exceptionsJonathan Wakely1-0/+28
2018-01-03Update copyright years.Jakub Jelinek46-46/+46
2017-01-01Update copyright years.Jakub Jelinek46-46/+46
2016-12-21PR 71444 define more error constants for mingw-w64Jonathan Wakely1-0/+2
2016-11-15Fix find&replace error in license boilerplateJonathan Wakely1-1/+1
2016-10-12testsuite_hooks.h: Rewrite VERIFY in terms of __builtin_printf and __builtin_...Paolo Carlini30-49/+0
2016-08-26Use effective-target instead of -std optionsJonathan Wakely30-37/+30