Marshall Clow 82091c2583 Some of the tests from earlier today had 'int' as the return type when it should have been 'bool'. Fix that. It doesn't change the behavior of any of the tests, but it's more accurate. 7 years ago
..
alg.copy 31cb7fe75e [libcxx] Properly convert the count arguments to the *_n algorithms before use. 10 years ago
alg.fill 29616b3806 Work around more -Wshadow warnings 8 years ago
alg.generate dd2a900c0b [libcxx] [test] Fix MSVC warnings, null pointer deref. 7 years ago
alg.move 6b17a7ba2c Cleanup _LIBCPP_HAS_NO_<c++11-feature> in algorithm 8 years ago
alg.partitions 82091c2583 Some of the tests from earlier today had 'int' as the return type when it should have been 'bool'. Fix that. It doesn't change the behavior of any of the tests, but it's more accurate. 7 years ago
alg.random.sample 21208822a8 [libcxx] [test] D27022: Fix MSVC warning C4389 "signed/unsigned mismatch", part 9/12. 8 years ago
alg.random.shuffle 699c414d73 Use 'REQUIRES: c++98 || c++03 || c++11 || c++14' instead of the deprecated 'REQUIRES-ANY: c++98, c++03, c++11, c++14' 8 years ago
alg.remove 559442652c [libcxx] [test] Strip trailing whitespace. NFC. 8 years ago
alg.replace 50e32f569c Update the algorithm tests to not use the (deprecated) function binders. No functional change. 8 years ago
alg.reverse a90c6dd460 Move test into test/std subdirectory. 10 years ago
alg.rotate a2cd270943 Enable the -Wsign-compare warning to better support MSVC 8 years ago
alg.swap 6b17a7ba2c Cleanup _LIBCPP_HAS_NO_<c++11-feature> in algorithm 8 years ago
alg.transform 50e32f569c Update the algorithm tests to not use the (deprecated) function binders. No functional change. 8 years ago
alg.unique 6b17a7ba2c Cleanup _LIBCPP_HAS_NO_<c++11-feature> in algorithm 8 years ago
nothing_to_do.pass.cpp a90c6dd460 Move test into test/std subdirectory. 10 years ago