moveable.cc: Actually run it in parallel-mode for check-parallel.
authorPaolo Carlini <paolo.carlini@oracle.com>
Mon, 11 Apr 2011 17:50:39 +0000 (17:50 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Mon, 11 Apr 2011 17:50:39 +0000 (17:50 +0000)
commit061217e948098ec01ee6d88e0e93049e3802117d
treeef2f527af71b78c7dbe26aa0d119754009de31f8
parentb8ce4e945b396bc6db1da17d54d8a024ad5d7edb
moveable.cc: Actually run it in parallel-mode for check-parallel.

2011-04-11  Paolo Carlini  <paolo.carlini@oracle.com>

* testsuite/25_algorithms/inplace_merge/moveable.cc: Actually run
it in parallel-mode for check-parallel.
* testsuite/25_algorithms/rotate/moveable.cc: Likewise.
* testsuite/25_algorithms/stable_partition/moveable.cc: Likewise.
* testsuite/25_algorithms/remove/moveable.cc: Likewise.
* testsuite/25_algorithms/sort_heap/check_compare_by_value.cc:
Likewise.
* testsuite/25_algorithms/unique/moveable.cc: Likewise.
* testsuite/25_algorithms/remove_if/moveable.cc: Likewise.
* testsuite/25_algorithms/heap/moveable.cc: Likewise.

* testsuite/25_algorithms/next_permutation/moveable.cc: Only skip
the tests based on std::lexicographical_compare for check-parallel.
* testsuite/25_algorithms/prev_permutation/moveable.cc: Likewise.

From-SVN: r172269
libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/25_algorithms/heap/moveable.cc
libstdc++-v3/testsuite/25_algorithms/inplace_merge/moveable.cc
libstdc++-v3/testsuite/25_algorithms/next_permutation/moveable.cc
libstdc++-v3/testsuite/25_algorithms/prev_permutation/moveable.cc
libstdc++-v3/testsuite/25_algorithms/remove/moveable.cc
libstdc++-v3/testsuite/25_algorithms/remove_if/moveable.cc
libstdc++-v3/testsuite/25_algorithms/rotate/moveable.cc
libstdc++-v3/testsuite/25_algorithms/sort_heap/check_compare_by_value.cc
libstdc++-v3/testsuite/25_algorithms/stable_partition/moveable.cc
libstdc++-v3/testsuite/25_algorithms/unique/moveable.cc