gcc/libstdc++-v3/testsuite/25_algorithms
Jonathan Wakely 6445b688e5 Fix tests for std::clamp
* testsuite/25_algorithms/clamp/1.cc: Fix order of arguments and
	expected results when using predicate defining reverse order.
	* testsuite/25_algorithms/clamp/constexpr.cc: Likewise.

From-SVN: r253053
2017-09-21 11:11:21 +01:00
..
adjacent_find
all_of
any_of
binary_search Skip tests that are incompatible with Profile Mode 2017-01-14 11:55:22 +00:00
clamp Fix tests for std::clamp 2017-09-21 11:11:21 +01:00
copy
copy_backward
copy_if
copy_n
count
count_if
equal
equal_range Skip tests that are incompatible with Profile Mode 2017-01-14 11:55:22 +00:00
fill
fill_n
find
find_end
find_first_of
find_if
find_if_not
for_each
generate/requirements/explicit_instantiation
generate_n
headers
heap
includes
inplace_merge
is_heap
is_heap_until
is_partitioned PR64903 fix number of predicate tests in std::is_partitioned 2017-01-19 23:30:18 +00:00
is_permutation
is_sorted
is_sorted_until
iter_swap
lexicographical_compare Skip tests that are incompatible with Profile Mode 2017-01-14 11:55:22 +00:00
lower_bound Skip tests that are incompatible with Profile Mode 2017-01-14 11:55:22 +00:00
make_heap PR libstdc++/80064 make heap algorithms work with function types 2017-03-16 14:32:07 +00:00
max
max_element
merge
min
min_element
minmax
minmax_element
mismatch
move
move_backward
next_permutation
none_of
nth_element
partial_sort
partial_sort_copy
partition
partition_copy
partition_point
pop_heap
prev_permutation
push_heap
random_shuffle
remove
remove_copy/requirements/explicit_instantiation
remove_copy_if
remove_if
replace
replace_copy
replace_copy_if
replace_if
reverse
reverse_copy/explicit_instantiation
rotate
rotate_copy/requirements/explicit_instantiation
sample PR libstdc++/81221 fix namespace qualification for parallel mode 2017-06-27 17:23:46 +01:00
search PR libstdc++/80796 Add new std::search overload for C++17 2017-05-19 13:28:28 +01:00
search_n
set_difference
set_intersection
set_symmetric_difference
set_union
shuffle
sort PR78991 make __gnu_cxx::__ops constructors explicit 2017-01-06 12:33:58 +00:00
sort_heap
stable_partition
stable_sort
swap
swap_ranges
transform/requirements/explicit_instantiation
unique
unique_copy
upper_bound Skip tests that are incompatible with Profile Mode 2017-01-14 11:55:22 +00:00