gcc/libstdc++-v3/testsuite
Jonathan Wakely b0d75f7d3b libstdc++: Fix debug-mode tests for constexpr algorithms
These tests started failing at some point:
FAIL: 25_algorithms/copy/debug/constexpr_neg.cc  (test for errors, line 49)
FAIL: 25_algorithms/copy/debug/constexpr_neg.cc (test for excess errors)
FAIL: 25_algorithms/equal/debug/constexpr_neg.cc  (test for errors, line 47)
FAIL: 25_algorithms/equal/debug/constexpr_neg.cc (test for excess errors)

They only run with -D_GLIBCXX_DEBUG or make check-debug so seem to have
gone unnoticed until now.

libstdc++-v3/ChangeLog:

	* testsuite/25_algorithms/copy/debug/constexpr_neg.cc: Adjust
	expected errors.
	* testsuite/25_algorithms/equal/debug/constexpr_neg.cc:
	Likewise.
2023-09-01 17:52:41 +01:00
..
17_intro libstdc++: Fix tests relying on operator new/delete overload 2023-08-23 06:35:24 +02:00
18_support libstdc++: Remove reliance on unspecified behaviour in std::rethrow_if_nested test 2023-08-21 10:43:19 +01:00
19_diagnostics libstdc++: Fix some AIX test failures 2023-04-12 23:25:17 +01:00
20_util libstdc++: Implement new SI prefixes in <ratio> for C++23 (P2734R0) 2023-08-24 13:44:38 +01:00
21_strings libstdc++: Implement std::to_string in terms of std::format (P2587R3) 2023-08-17 20:24:17 +01:00
22_locale libstdc++: Remove test dependency on _GLIBCXX_USE_C99_STDINT_TR1 2023-05-12 14:40:39 +01:00
23_containers libstdc++: Fix tests relying on operator new/delete overload 2023-08-23 06:35:24 +02:00
24_iterators libstdc++: Disable PCH for tests that rely on include order 2023-08-17 08:42:45 +01:00
25_algorithms libstdc++: Fix debug-mode tests for constexpr algorithms 2023-09-01 17:52:41 +01:00
26_numerics c++: Improve location information in constant evaluation 2023-07-25 21:45:10 -04:00
27_io libstdc++: Add -Wno-self-move to two filesystem tests 2023-09-01 17:52:41 +01:00
28_regex libstdc++: Define std::sub_match::swap member function (LWG 3204) 2023-04-05 11:37:19 +01:00
29_atomics libstdc++: Use a loop in atomic_ref::compare_exchange_strong [PR111077] 2023-09-01 16:01:18 +01:00
30_threads libstdc++: Avoid -Wmaybe-uninitialized warning in std::stop_source [PR109339] 2023-03-31 14:20:52 +01:00
abi Update copyright years. 2023-01-16 11:52:17 +01:00
backward Update copyright years. 2023-01-16 11:52:17 +01:00
config Update copyright years. 2023-01-16 11:52:17 +01:00
data
decimal Update copyright years. 2023-01-16 11:52:17 +01:00
experimental libstdc++: Check conversion from filesystem::path to wide strings [PR95048] 2023-07-12 21:04:13 +01:00
ext libstdc++: Fix tests relying on operator new/delete overload 2023-08-23 06:35:24 +02:00
lib libstdc++: Fix testsuite no_pch directive 2023-08-17 08:42:45 +01:00
libstdc++-abi Update copyright years. 2023-01-16 11:52:17 +01:00
libstdc++-dg Update copyright years. 2023-01-16 11:52:17 +01:00
libstdc++-prettyprinters libstdc++: Add pretty printer for std::locale 2023-08-24 13:40:25 +01:00
libstdc++-xmethods libstdc++: Fix GDB Xmethod for std::shared_ptr::use_count() [PR109064] 2023-03-10 11:10:23 +00:00
performance Update copyright years. 2023-01-16 11:52:17 +01:00
special_functions Update copyright years. 2023-01-16 11:52:17 +01:00
std libstdc++: Fix how chrono::parse handles errors for time-of-day values 2023-09-01 09:55:48 +01:00
tr1 Update copyright years. 2023-01-16 11:52:17 +01:00
tr2 Update copyright years. 2023-01-16 11:52:17 +01:00
util libstdc++: Fix tests relying on operator new/delete overload 2023-08-23 06:35:24 +02:00
Makefile.am Update copyright years. 2023-01-16 11:52:17 +01:00
Makefile.in libstdc++: Don't use gstdint.h anymore 2022-10-29 00:55:42 +01:00