gcc/libstdc++-v3/testsuite
Arsen Arsenović 450eb6b3b5 libstdc++: Fix a few !HOSTED test regressions
libstdc++-v3/ChangeLog:

	* testsuite/20_util/to_chars/version.cc: Mark hosted-only.
	* testsuite/20_util/uses_allocator/lwg3677.cc: Ditto.
	* testsuite/20_util/weak_ptr/cons/self_move.cc: Ditto.
	* testsuite/std/ranges/adaptors/as_rvalue/1.cc: Replace usage of
	std::make_unique with a freestanding-compatible wrapper around
	unique_ptr.
	* testsuite/21_strings/basic_string_view/operations/contains/char.cc:
	Don't test for presence of __cpp_lib_string_contains on !HOSTED.
	* testsuite/21_strings/basic_string_view/operations/contains/char/2.cc:
	Ditto.
	* testsuite/std/ranges/version_c++23.cc: Don't test for presence
	of __cpp_lib_ranges in !HOSTED.
2023-01-13 13:34:21 +00:00
..
17_intro libstdc++: Change names that clash with Win32 or Clang 2022-12-12 14:00:09 +00:00
18_support libstdc++: Fix -Wsystem-headers warnings in tests 2022-11-08 17:35:15 +00:00
19_diagnostics Reimplement GNU threads library on native Windows 2022-12-23 23:58:06 +00:00
20_util libstdc++: Fix a few !HOSTED test regressions 2023-01-13 13:34:21 +00:00
21_strings libstdc++: Fix a few !HOSTED test regressions 2023-01-13 13:34:21 +00:00
22_locale libstdc++: Fix Unicode codecvt and add tests [PR86419] 2023-01-13 13:34:20 +00:00
23_containers libstdc++: Fix std::array<T, 0>::data() to be a constant expression [PR108258] 2023-01-04 11:53:49 +00:00
24_iterators libstdc++: Fix -Wsystem-headers warnings in tests 2022-11-08 17:35:15 +00:00
25_algorithms libstdc++: Add missing move in ranges::copy 2022-11-03 11:32:43 +00:00
26_numerics libstdc++: Replace non-ASCII character in comment 2022-11-28 15:22:40 +00:00
27_io libstdc++: Update tests on trunk [PR106201] 2022-11-24 21:46:13 +00:00
28_regex libstdc++: Fix allocator propagation in regex algorithms [PR107376] 2022-10-28 15:26:35 +01:00
29_atomics libstdc++: Define atomic lock-free type aliases for C++20 [PR98034] 2022-12-12 14:00:09 +00:00
30_threads libstdc++: Add nodiscard attribute to mutex try_lock functions 2022-12-06 21:33:29 +00:00
abi libstdc++: Disable hosted-only tests [PR103626] 2022-10-03 15:44:01 +01:00
backward Update copyright years. 2022-01-03 10:42:10 +01:00
config Update copyright years. 2022-01-03 10:42:10 +01:00
data
decimal Update copyright years. 2022-01-03 10:42:10 +01:00
experimental libstdc++: Extend max_align_t special case to 64-bit HP-UX [PR77691] 2023-01-12 20:57:34 +00:00
ext libstdc++: Disable hosted-only tests [PR103626] 2022-10-03 15:44:01 +01:00
lib Reimplement GNU threads library on native Windows 2022-12-23 23:58:06 +00:00
libstdc++-abi libstdc++: Make _GLIBCXX_HOSTED respect -ffreestanding [PR103626] 2022-10-03 15:43:48 +01:00
libstdc++-dg Update copyright years. 2022-01-03 10:42:10 +01:00
libstdc++-prettyprinters libstdc++: Fix gdb pretty printers when dealing with std::string 2022-10-03 07:01:10 +02:00
libstdc++-xmethods libstdc++: Disable hosted-only tests [PR103626] 2022-10-03 15:44:01 +01:00
performance libstdc++: Optimize operations on small size hashtable [PR 68303] 2022-01-05 21:46:52 +01:00
special_functions Update copyright years. 2022-01-03 10:42:10 +01:00
std libstdc++: Fix a few !HOSTED test regressions 2023-01-13 13:34:21 +00:00
tr1 libstdc++: Fix tr1::variate_generator::engine_value_type 2022-09-16 15:54:42 +01:00
tr2 libstdc++: Fixes for tests that fail with -fno-rtti 2022-05-05 21:13:58 +01:00
util libstdc++: Fix exports for IEEE128 versions of __try_use_facet [PR108327] 2023-01-13 00:15:01 +00:00
Makefile.am Update copyright years. 2022-01-03 10:42:10 +01:00
Makefile.in libstdc++: Don't use gstdint.h anymore 2022-10-29 00:55:42 +01:00