r172269 - in /trunk/libstdc++-v3: ChangeLog tes...

paolo@gcc.gnu.org paolo@gcc.gnu.org
Mon Apr 11 17:50:00 GMT 2011


Author: paolo
Date: Mon Apr 11 17:50:39 2011
New Revision: 172269

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172269
Log:
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.


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



More information about the Libstdc++-cvs mailing list