gcc/libstdc++-v3/testsuite
Tom Honermann cd502796cf libstdc++: P1423R3 char8_t remediation (4/4)
New tests

This patch adds new tests to validate new deleted overloads of wchar_t,
char8_t, char16_t, and char32_t for ordinary and wide formatted character and
string ostream inserters.

Additionally, new tests are added to validate invocations of u8path with
sequences of char8_t for both the C++17 and filesystem TS implementations.

2019-11-29  Tom Honermann  <tom@honermann.net>

	New tests
	* testsuite/27_io/basic_ostream/inserters_character/char/deleted.cc:
	New test to validate deleted overloads of character and string
	inserters for narrow ostreams.
	* testsuite/27_io/basic_ostream/inserters_character/wchar_t/deleted.cc:
	New test to validate deleted overloads of character and string
	inserters for wide ostreams.
	* testsuite/27_io/filesystem/path/factory/u8path-char8_t.cc: New test
	to validate u8path invocations with sequences of char8_t.
	* testsuite/experimental/filesystem/path/factory/u8path-char8_t.cc:
	New test to validate u8path invocations with sequences of char8_t.

From-SVN: r278858
2019-11-29 17:43:51 +00:00
..
17_intro
18_support libsupc++: Implement comparison algorithms for C++20 2019-11-13 16:26:18 +00:00
19_diagnostics
20_util Implement the <tuple> part of C++20 p1032 Misc constexpr bits. 2019-11-16 03:16:35 +00:00
21_strings libstdc++: add range constructor for std::string_view (P1391R4) 2019-11-17 01:32:55 +00:00
22_locale
23_containers Implement the <array> part of C++20 p1032 Misc constexpr bits. 2019-11-15 00:09:49 +00:00
24_iterators libstdc++: Add move_sentinel, common_iterator and counted_iterator 2019-11-25 19:02:03 +00:00
25_algorithms libstdc++: Improve _GLIBCXX_DEBUG __valid_range check 2019-11-24 17:09:44 +00:00
26_numerics Fix some missing/incorrect feature test macros 2019-10-30 16:57:13 +00:00
27_io libstdc++: P1423R3 char8_t remediation (4/4) 2019-11-29 17:43:51 +00:00
28_regex
29_atomics
30_threads libstdc++: Fix std::jthread bugs 2019-11-18 12:46:08 +00:00
abi
backward Adjust extension types to use allocator_traits 2019-10-23 17:14:28 +01:00
config
data
decimal
experimental libstdc++: P1423R3 char8_t remediation (4/4) 2019-11-29 17:43:51 +00:00
ext Revert ABI changes to std::allocator in C++20 2019-10-24 16:29:41 +01:00
lib
libstdc++-abi
libstdc++-dg
libstdc++-prettyprinters libstdc++:: improve how pretty printers find node types (PR 91997) 2019-11-29 14:47:03 +00:00
libstdc++-xmethods
performance
special_functions
std libstdc++: Define C++20 range utilities and range factories 2019-11-17 01:07:54 +00:00
tr1 Adjust extension types to use allocator_traits 2019-10-23 17:14:28 +01:00
tr2
util libstdc++: Implement LWG 3149 for std::default_constructible 2019-11-15 19:58:27 +00:00
Makefile.am
Makefile.in