This is the mail archive of the libstdc++-cvs@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]