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 年之前
..
is.sorted 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 年之前
partial.sort 6b17a7ba2c Cleanup _LIBCPP_HAS_NO_<c++11-feature> in algorithm 8 年之前
partial.sort.copy 426546ecec Stop using random_shuffle in the libc++ test suite. It's going to be removed in c++17. Use shuffle() instead. No change to libc++, just the tests. 8 年之前
sort 6b17a7ba2c Cleanup _LIBCPP_HAS_NO_<c++11-feature> in algorithm 8 年之前
stable.sort 6b17a7ba2c Cleanup _LIBCPP_HAS_NO_<c++11-feature> in algorithm 8 年之前
nothing_to_do.pass.cpp a90c6dd460 Move test into test/std subdirectory. 10 年之前