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

bkoz@gcc.gnu.org bkoz@gcc.gnu.org
Wed Oct 3 17:27:00 GMT 2007


Author: bkoz
Date: Wed Oct  3 17:27:18 2007
New Revision: 128990

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128990
Log:
2007-10-03  Chris Jefferson  <chris@bubblescope.net>
	    Benjamin Kosnik  <bkoz@redhat.com>

	* testsuite/20_util/pair/moveable.cc: New. Merge from 
	libstdcxx_so_7-branch.
	* testsuite/23_containers/deque/capacity/moveable.cc: Same.
	* testsuite/23_containers/deque/cons/moveable.cc: Same.
	* testsuite/23_containers/deque/modifiers/moveable.cc: Same.
	* testsuite/23_containers/deque/moveable.cc: Same.
	* testsuite/23_containers/list/moveable.cc: Same.
	* testsuite/23_containers/map/moveable.cc: Same.
	* testsuite/23_containers/multimap/moveable.cc: Same.
	* testsuite/23_containers/multiset/moveable.cc: Same.
	* testsuite/23_containers/set/moveable.cc: Same.
	* testsuite/23_containers/vector/cons/moveable.cc: Same.
	* testsuite/23_containers/vector/modifiers/moveable.cc: Same.
	* testsuite/23_containers/vector/moveable.cc: Same.
	* testsuite/23_containers/vector/resize/moveable.cc: Same.
	* testsuite/25_algorithms/heap/moveable.cc: Same.
	* testsuite/25_algorithms/nth_element/moveable.cc: Same.
	* testsuite/25_algorithms/partial_sort/moveable.cc: Same.
	* testsuite/25_algorithms/partition/moveable.cc: Same.
	* testsuite/25_algorithms/remove_if/moveable.cc: Same.
	* testsuite/25_algorithms/remove/moveable.cc: Same.
	* testsuite/25_algorithms/reverse/moveable.cc: Same.
	* testsuite/25_algorithms/rotate/moveable.cc: Same.
	* testsuite/25_algorithms/sort/moveable.cc: Same.
	* testsuite/25_algorithms/swap_ranges/moveable.cc: Same.
	* testsuite/25_algorithms/unique/moveable.cc: Same.
	* testsuite/util/testsuite_rvalref.h: New.

	* testsuite/25_algorithms/equal/equal.cc: Move to...
	* testsuite/25_algorithms/equal/no_operator_ne.cc: ...this.
	* testsuite/25_algorithms/heap/heap.cc: Move to...
	* testsuite/25_algorithms/heap/1.cc: ...this.
	* testsuite/25_algorithms/lower_bound/lower_bound.cc: Move to...
	* testsuite/25_algorithms/lower_bound/no_operator_ne.cc: ...this.
	* testsuite/25_algorithms/partition/partition.cc: Move to...
	* testsuite/25_algorithms/partition/1.cc: ...this.
	* testsuite/25_algorithms/stable_partition/1.cc: ... and this.
	
	* testsuite/25_algorithms/search/1.cc: Update from merge.
	* testsuite/25_algorithms/search/check_type.cc: Same.

	* testsuite/lib/dg-options.exp (dg-require-rvalref): New.
	* testsuite/lib/libstdc++.exp (check_v3_target_rvalref): New.
	

Added:
    trunk/libstdc++-v3/testsuite/20_util/pair/moveable.cc
    trunk/libstdc++-v3/testsuite/23_containers/deque/capacity/moveable.cc
    trunk/libstdc++-v3/testsuite/23_containers/deque/cons/moveable.cc
    trunk/libstdc++-v3/testsuite/23_containers/deque/modifiers/moveable.cc
    trunk/libstdc++-v3/testsuite/23_containers/deque/moveable.cc
    trunk/libstdc++-v3/testsuite/23_containers/list/moveable.cc
    trunk/libstdc++-v3/testsuite/23_containers/map/moveable.cc
    trunk/libstdc++-v3/testsuite/23_containers/multimap/moveable.cc
    trunk/libstdc++-v3/testsuite/23_containers/multiset/moveable.cc
    trunk/libstdc++-v3/testsuite/23_containers/set/moveable.cc
    trunk/libstdc++-v3/testsuite/23_containers/vector/cons/moveable.cc
    trunk/libstdc++-v3/testsuite/23_containers/vector/modifiers/moveable.cc
    trunk/libstdc++-v3/testsuite/23_containers/vector/moveable.cc
    trunk/libstdc++-v3/testsuite/23_containers/vector/resize/moveable.cc
    trunk/libstdc++-v3/testsuite/25_algorithms/equal/no_operator_ne.cc
      - copied unchanged from r128966, trunk/libstdc++-v3/testsuite/25_algorithms/equal/equal.cc
    trunk/libstdc++-v3/testsuite/25_algorithms/heap/1.cc
      - copied unchanged from r128966, trunk/libstdc++-v3/testsuite/25_algorithms/heap/heap.cc
    trunk/libstdc++-v3/testsuite/25_algorithms/heap/moveable.cc
    trunk/libstdc++-v3/testsuite/25_algorithms/lower_bound/no_operator_ne.cc
      - copied unchanged from r128966, trunk/libstdc++-v3/testsuite/25_algorithms/lower_bound/lower_bound.cc
    trunk/libstdc++-v3/testsuite/25_algorithms/nth_element/moveable.cc
    trunk/libstdc++-v3/testsuite/25_algorithms/partial_sort/moveable.cc
    trunk/libstdc++-v3/testsuite/25_algorithms/partition/1.cc
      - copied, changed from r128966, trunk/libstdc++-v3/testsuite/25_algorithms/partition/partition.cc
    trunk/libstdc++-v3/testsuite/25_algorithms/partition/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/reverse/moveable.cc
    trunk/libstdc++-v3/testsuite/25_algorithms/rotate/moveable.cc
    trunk/libstdc++-v3/testsuite/25_algorithms/sort/moveable.cc
    trunk/libstdc++-v3/testsuite/25_algorithms/stable_partition/1.cc
    trunk/libstdc++-v3/testsuite/25_algorithms/swap_ranges/moveable.cc
    trunk/libstdc++-v3/testsuite/25_algorithms/unique/moveable.cc
    trunk/libstdc++-v3/testsuite/util/testsuite_rvalref.h
Removed:
    trunk/libstdc++-v3/testsuite/25_algorithms/equal/equal.cc
    trunk/libstdc++-v3/testsuite/25_algorithms/heap/heap.cc
    trunk/libstdc++-v3/testsuite/25_algorithms/lower_bound/lower_bound.cc
    trunk/libstdc++-v3/testsuite/25_algorithms/partition/partition.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/testsuite/25_algorithms/search/1.cc
    trunk/libstdc++-v3/testsuite/25_algorithms/search/check_type.cc
    trunk/libstdc++-v3/testsuite/lib/dg-options.exp
    trunk/libstdc++-v3/testsuite/lib/libstdc++.exp



More information about the Libstdc++-cvs mailing list