llvm-project/libcxx/test/std/containers/sequences/list/list.ops
Marshall Clow 83465c7938 Add tests for stability to list::sort and forward_list::sort. Thanks to Jonathan Wakely for the notice
llvm-svn: 358541
2019-04-17 00:11:00 +00:00
..
merge.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
merge_comp.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
remove.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
remove_if.pass.cpp Fix list/forward_list implementations of remove_if and unique to deal with predicates that are part of the sequence passed in. We already do this for remove. 2019-04-16 22:11:26 +00:00
reverse.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
sort.pass.cpp Add tests for stability to list::sort and forward_list::sort. Thanks to Jonathan Wakely for the notice 2019-04-17 00:11:00 +00:00
sort_comp.pass.cpp Add tests for stability to list::sort and forward_list::sort. Thanks to Jonathan Wakely for the notice 2019-04-17 00:11:00 +00:00
splice_pos_list.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
splice_pos_list_iter.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
splice_pos_list_iter_iter.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
unique.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
unique_pred.pass.cpp Fix list/forward_list implementations of remove_if and unique to deal with predicates that are part of the sequence passed in. We already do this for remove. 2019-04-16 22:11:26 +00:00