aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite
AgeCommit message (Expand)AuthorFilesLines
2023-09-15libstdc++: Remove dg-options "-std=gnu++23" from std::expected testsJonathan Wakely14-14/+0
2023-09-15libstdc++: Remove dg-options "-std=gnu++20" from std::chrono testsJonathan Wakely79-112/+33
2023-09-15libstdc++: Remove dg-options "-std=gnu++20" from std::format testsJonathan Wakely17-21/+0
2023-09-15libstdc++: Remove dg-options "-std=gnu++2a" from constrained algo testsJonathan Wakely196-390/+194
2023-09-15libstdc++: Remove dg-options "-std=gnu++20" from <concepts> and <ranges> testsJonathan Wakely105-205/+101
2023-09-15libstdc++: Remove dg-options "-std=c++20" from <span> and <cuchar> testsJonathan Wakely3-5/+2
2023-09-15libstdc++: Replace dg-options "-std=c++20" with dg-add-options strict_stdJonathan Wakely5-9/+9
2023-09-15libstdc++: Replace dg-options "-std=c++17" with dg-add-options strict_stdJonathan Wakely2-2/+2
2023-09-15libstdc++: Replace dg-options "-std=c++11" with dg-add-options strict_stdJonathan Wakely14-28/+26
2023-09-15libstdc++: Add support for running tests with multiple -std optionsJonathan Wakely5-1/+118
2023-09-15libstdc++: Fix 29_atomics/headers/atomic/types_std_c++2a_neg.cc for C++23Jonathan Wakely1-2/+5
2023-09-15libstdc++: Fix constraints for std::variant default constructorJonathan Wakely1-0/+11
2023-09-15libstdc++: Add operator bool to <charconv> result types (P2497R0)Jonathan Wakely3-1/+47
2023-09-14libstdc++: Add testcase for std::make_integer_sequence bug [PR111357]Jonathan Wakely1-0/+34
2023-09-14libstdc++: Support dg-additional-files in testsJonathan Wakely6-13/+20
2023-09-14libstdc++: Add dg-require-thread-fence in several testsChristophe Lyon8-0/+8
2023-09-14libstdc++: Limit <stacktrace> synopsis test to normal namespaceFrançois Dumont1-0/+1
2023-09-12libstdc++: Fix std::not_fn perfect forwarding [PR111327]Patrick Palka1-0/+29
2023-09-12libstdc++: Fix std::bind_front perfect forwarding [PR111327]Patrick Palka1-0/+41
2023-09-11libstdc++: Formatting std::thread::id and std::stacktrace (P2693R1)Jonathan Wakely7-4/+170
2023-09-08libstdc++: Add Filesystem TS and std::stacktrace symbols to libstdc++exp.aJonathan Wakely4-4/+4
2023-09-08libstdc++: Reduce output of 'make check'Jonathan Wakely2-2/+2
2023-09-07libstdc++: Simplify dejagnu target selectorJonathan Wakely1-1/+1
2023-09-07libstdc++: Remove trailing whitespace from dejagnu filesJonathan Wakely8-24/+25
2023-09-07libstdc++: Fix missing/misplaced { dg-options "-std=gnu++20" } in testsJonathan Wakely5-1/+5
2023-09-07libstdc++: Fix <ranges> tests that fail in C++23Jonathan Wakely8-7/+154
2023-09-07libstdc++: Simplify C++20 poison pill overloads (P2602R2)Jonathan Wakely2-1/+32
2023-09-07libstdc++: Relax range adaptors for move-only types (P2494R2)Jonathan Wakely6-1/+77
2023-09-07libstdc++: Avoid -Wunused-parameter warning in testsuite helperJonathan Wakely1-1/+1
2023-09-04libstdc++: Remove unnecessary dg-options and outdated commentJonathan Wakely1-4/+1
2023-09-04libstdc++: Remove dg-options "-std=c++98" from TR1 testsJonathan Wakely2-13/+13
2023-09-04libstdc++: Enable std::auto_ptr tests for C++11 and laterJonathan Wakely16-31/+44
2023-09-04libstdc++: Fix filenames and comments in tests [PR26142]Jonathan Wakely2-2/+2
2023-09-04libstdc++: Add { target c++98_only } to testsJonathan Wakely2-2/+2
2023-09-04libstdc++: Add explicit -std=gnu++98 to tests that use { target c++98_only }Jonathan Wakely2-0/+2
2023-09-04libstdc++: Add missing target selector to std::expected testJonathan Wakely1-1/+1
2023-09-01libstdc++: Fix debug-mode tests for constexpr algorithmsJonathan Wakely2-11/+7
2023-09-01libstdc++: Add -Wno-self-move to two filesystem testsJonathan Wakely2-0/+2
2023-09-01libstdc++: Use a loop in atomic_ref::compare_exchange_strong [PR111077]Jonathan Wakely1-23/+52
2023-09-01libstdc++: Use dg-require-filesystem-ts in link testJonathan Wakely1-0/+1
2023-09-01libstdc++: Fix how chrono::parse handles errors for time-of-day valuesJonathan Wakely1-0/+7
2023-09-01libstdc++: Do not allow chrono::parse to overflow for %C [PR111162]Jonathan Wakely1-0/+12
2023-08-24libstdc++: Add test for illegal pointer arithmetic in format [PR111102]Paul Dreik1-0/+15
2023-08-24libstdc++: Fix -Wunused-but-set-variable in std::format_to testJonathan Wakely1-4/+4
2023-08-24libstdc++: Implement new SI prefixes in <ratio> for C++23 (P2734R0)Jonathan Wakely1-3/+3
2023-08-24libstdc++: Add pretty printer for std::localeJonathan Wakely1-0/+36
2023-08-24libstdc++: Declutter std::optional and std:variant pretty printers [PR110944]Jonathan Wakely3-21/+21
2023-08-23libstdc++: Fix tests relying on operator new/delete overloadFrançois Dumont10-4/+56
2023-08-21libstdc++: Remove reliance on unspecified behaviour in std::rethrow_if_nested...Jonathan Wakely1-3/+11
2023-08-17libstdc++: Add std::formatter specializations for extended float typesJonathan Wakely2-33/+92