teak-llvm/libcxx/test/std/algorithms
Dimitry Andric 7e187f1be9 Test commit: remove whitespace at EOL.
llvm-svn: 228280
2015-02-05 07:26:14 +00:00
..
alg.c.library
alg.modifying.operations Test commit: remove whitespace at EOL. 2015-02-05 07:26:14 +00:00
alg.nonmodifying Removed some tabs that snuck into the test suite. No functionality change 2015-01-28 20:26:11 +00:00
alg.sorting Fix PR#22427. The implementation of inplace_merge had a \'small data set\' optimization; if either half of the merge was small (i.e, less than 9 items), it did an inplace merge rather than allocating a buffer and doing a faster/smarter merge. However, this failed to satisfy the complexity requirements in the standard. Remove that code. Add tests to check the complexity, and add the same tests for std::merge, since we are in that section of the test suite anyway. 2015-02-02 17:35:53 +00:00
algorithms.general
version.pass.cpp