gcc/libstdc++-v3/testsuite/25_algorithms
Jonathan Wakely 1ecc9ba578 libstdc++: Remove redundant xfail selectors in dg-do compile tests
An 'xfail' selector means the test is expected to fail at runtime, so is
ignored for a compile-only test. The way to mark a compile-only test as
failing is with dg-error (which these already do).

libstdc++-v3/ChangeLog:

	* testsuite/21_strings/basic_string_view/element_access/char/back_constexpr_neg.cc:
	Remove xfail selector.
	* testsuite/21_strings/basic_string_view/element_access/char/constexpr_neg.cc:
	Likewise.
	Likewise.
	* testsuite/21_strings/basic_string_view/element_access/char/front_constexpr_neg.cc:
	Likewise.
	* testsuite/21_strings/basic_string_view/element_access/wchar_t/back_constexpr_neg.cc:
	Likewise.
	* testsuite/21_strings/basic_string_view/element_access/wchar_t/constexpr_neg.cc:
	Likewise.
	* testsuite/21_strings/basic_string_view/element_access/wchar_t/front_constexpr_neg.cc:
	Likewise.
	* testsuite/23_containers/span/101411.cc: Likewise.
	* testsuite/25_algorithms/copy/debug/constexpr_neg.cc: Likewise.
	* testsuite/25_algorithms/copy_backward/debug/constexpr_neg.cc:
	Likewise.
	* testsuite/25_algorithms/equal/constexpr_neg.cc: Likewise.
	* testsuite/25_algorithms/equal/debug/constexpr_neg.cc: Likewise.
	* testsuite/25_algorithms/lower_bound/debug/constexpr_partitioned_neg.cc:
	Likewise.
	* testsuite/25_algorithms/lower_bound/debug/constexpr_partitioned_pred_neg.cc:
	Likewise.
	* testsuite/25_algorithms/lower_bound/debug/constexpr_valid_range_neg.cc:
	Likewise.
	* testsuite/25_algorithms/upper_bound/debug/constexpr_partitioned_neg.cc:
	Likewise.
	* testsuite/25_algorithms/upper_bound/debug/constexpr_partitioned_pred_neg.cc:
	Likewise.
	* testsuite/25_algorithms/upper_bound/debug/constexpr_valid_range_neg.cc:
	Likewise.
2021-11-26 15:11:58 +00:00
..
adjacent_find Update copyright years. 2021-01-04 10:26:59 +01:00
advance/istreambuf_iterators Update copyright years. 2021-01-04 10:26:59 +01:00
all_of Update copyright years. 2021-01-04 10:26:59 +01:00
any_of Update copyright years. 2021-01-04 10:26:59 +01:00
binary_search Update copyright years. 2021-01-04 10:26:59 +01:00
clamp libstdc++: Remove redundant -std=gnu++17 option from algorithm tests 2021-05-10 16:22:54 +01:00
copy libstdc++: Remove redundant xfail selectors in dg-do compile tests 2021-11-26 15:11:58 +00:00
copy_backward libstdc++: Remove redundant xfail selectors in dg-do compile tests 2021-11-26 15:11:58 +00:00
copy_if Update copyright years. 2021-01-04 10:26:59 +01:00
copy_n libstdc++: Improve static assert messages 2021-05-06 16:07:10 +01:00
count Update copyright years. 2021-01-04 10:26:59 +01:00
count_if Update copyright years. 2021-01-04 10:26:59 +01:00
equal libstdc++: Remove redundant xfail selectors in dg-do compile tests 2021-11-26 15:11:58 +00:00
equal_range Update copyright years. 2021-01-04 10:26:59 +01:00
fill libstdc++: Remove unnecessary uses of _GLIBCXX_USE_WCHAR_T in testsuite [PR98725] 2021-10-09 00:57:50 +01:00
fill_n libstdc++: Do not use memset in constexpr calls to ranges::fill_n [PR101608] 2021-11-25 20:03:13 +00:00
find Update copyright years. 2021-01-04 10:26:59 +01:00
find_end Update copyright years. 2021-01-04 10:26:59 +01:00
find_first_of Update copyright years. 2021-01-04 10:26:59 +01:00
find_if Update copyright years. 2021-01-04 10:26:59 +01:00
find_if_not Update copyright years. 2021-01-04 10:26:59 +01:00
for_each libstdc++: Remove redundant -std=gnu++17 option from algorithm tests 2021-05-10 16:22:54 +01:00
generate Update copyright years. 2021-01-04 10:26:59 +01:00
generate_n Update copyright years. 2021-01-04 10:26:59 +01:00
headers libstdc++: Remove trailing whitespace in some tests 2021-08-03 15:30:36 +01:00
heap Update copyright years. 2021-01-04 10:26:59 +01:00
includes Update copyright years. 2021-01-04 10:26:59 +01:00
inplace_merge libstdc++: Qualify functions used in tests 2021-05-24 18:42:09 +01:00
is_heap Update copyright years. 2021-01-04 10:26:59 +01:00
is_heap_until Update copyright years. 2021-01-04 10:26:59 +01:00
is_partitioned Update copyright years. 2021-01-04 10:26:59 +01:00
is_permutation libstdc++: Add missing header to test 2021-10-01 15:04:02 +01:00
is_sorted libstdc++: Qualify functions used in tests 2021-05-24 18:42:09 +01:00
is_sorted_until libstdc++: Qualify functions used in tests 2021-05-24 18:42:09 +01:00
iter_swap Update copyright years. 2021-01-04 10:26:59 +01:00
lexicographical_compare libstdc++: Replace hyphens in effective target keywords 2021-11-24 13:20:26 +00:00
lexicographical_compare_three_way Update copyright years. 2021-01-04 10:26:59 +01:00
lower_bound libstdc++: Remove redundant xfail selectors in dg-do compile tests 2021-11-26 15:11:58 +00:00
make_heap Update copyright years. 2021-01-04 10:26:59 +01:00
max Update copyright years. 2021-01-04 10:26:59 +01:00
max_element Update copyright years. 2021-01-04 10:26:59 +01:00
merge Update copyright years. 2021-01-04 10:26:59 +01:00
min Update copyright years. 2021-01-04 10:26:59 +01:00
min_element Update copyright years. 2021-01-04 10:26:59 +01:00
minmax libstdc++: Reduce ranges::minmax/minmax_element comparison complexity 2021-06-18 19:33:39 -04:00
minmax_element libstdc++: Reduce ranges::minmax/minmax_element comparison complexity 2021-06-18 19:33:39 -04:00
mismatch Update copyright years. 2021-01-04 10:26:59 +01:00
move libstdc++: Missing constexpr for __gnu_debug::__valid_range etc 2021-11-01 21:01:31 +00:00
move_backward libstdc++ Fix undefined behaviour in testsuite 2021-05-04 22:34:20 +01:00
next_permutation Update copyright years. 2021-01-04 10:26:59 +01:00
none_of Update copyright years. 2021-01-04 10:26:59 +01:00
nth_element Update copyright years. 2021-01-04 10:26:59 +01:00
partial_sort Update copyright years. 2021-01-04 10:26:59 +01:00
partial_sort_copy Update copyright years. 2021-01-04 10:26:59 +01:00
partition Update copyright years. 2021-01-04 10:26:59 +01:00
partition_copy Update copyright years. 2021-01-04 10:26:59 +01:00
partition_point Update copyright years. 2021-01-04 10:26:59 +01:00
pop_heap Update copyright years. 2021-01-04 10:26:59 +01:00
prev_permutation Update copyright years. 2021-01-04 10:26:59 +01:00
pstl libstdc++: Replace hyphens in effective target keywords 2021-11-24 13:20:26 +00:00
push_heap Update copyright years. 2021-01-04 10:26:59 +01:00
random_shuffle libstdc++: Remove trailing whitespace in some tests 2021-08-03 15:30:36 +01:00
remove Update copyright years. 2021-01-04 10:26:59 +01:00
remove_copy Update copyright years. 2021-01-04 10:26:59 +01:00
remove_copy_if Update copyright years. 2021-01-04 10:26:59 +01:00
remove_if Update copyright years. 2021-01-04 10:26:59 +01:00
replace Update copyright years. 2021-01-04 10:26:59 +01:00
replace_copy Update copyright years. 2021-01-04 10:26:59 +01:00
replace_copy_if Update copyright years. 2021-01-04 10:26:59 +01:00
replace_if Update copyright years. 2021-01-04 10:26:59 +01:00
reverse Update copyright years. 2021-01-04 10:26:59 +01:00
reverse_copy Update copyright years. 2021-01-04 10:26:59 +01:00
rotate Update copyright years. 2021-01-04 10:26:59 +01:00
rotate_copy Update copyright years. 2021-01-04 10:26:59 +01:00
sample libstdc++: Remove redundant -std=gnu++17 option from algorithm tests 2021-05-10 16:22:54 +01:00
search libstdc++: Remove redundant -std=gnu++17 option from algorithm tests 2021-05-10 16:22:54 +01:00
search_n Update copyright years. 2021-01-04 10:26:59 +01:00
set_difference Update copyright years. 2021-01-04 10:26:59 +01:00
set_intersection Update copyright years. 2021-01-04 10:26:59 +01:00
set_symmetric_difference Update copyright years. 2021-01-04 10:26:59 +01:00
set_union Update copyright years. 2021-01-04 10:26:59 +01:00
shift_left Update copyright years. 2021-01-04 10:26:59 +01:00
shift_right Update copyright years. 2021-01-04 10:26:59 +01:00
shuffle Update copyright years. 2021-01-04 10:26:59 +01:00
sort Update copyright years. 2021-01-04 10:26:59 +01:00
sort_heap Update copyright years. 2021-01-04 10:26:59 +01:00
stable_partition Update copyright years. 2021-01-04 10:26:59 +01:00
stable_sort Update copyright years. 2021-01-04 10:26:59 +01:00
swap Update copyright years. 2021-01-04 10:26:59 +01:00
swap_ranges libstdc++: Qualify functions used in tests 2021-05-24 18:42:09 +01:00
transform Update copyright years. 2021-01-04 10:26:59 +01:00
unique Update copyright years. 2021-01-04 10:26:59 +01:00
unique_copy libstdc++: Improve types used as iterators in testsuite 2021-09-28 20:22:51 +01:00
upper_bound libstdc++: Remove redundant xfail selectors in dg-do compile tests 2021-11-26 15:11:58 +00:00
constexpr_macro.cc Update copyright years. 2021-01-04 10:26:59 +01:00
cpp_lib_constexpr.cc Update copyright years. 2021-01-04 10:26:59 +01:00