gcc/libstdc++-v3/testsuite/23_containers/map
François Dumont 5c7c5f9a88 2014-07-29 François Dumont <fdumont@gcc.gnu.org>
* testsuite/util/testsuite_allocator.h
	(tracker_allocator_counter::allocate): Remove new invocation, only
	collect information.
	(tracker_allocator_counter::deallocate): Remove delete invocation, only
	collect information.
	(check_inconsistent_alloc_value_type): New.
	(tracker_allocator): Transform as a facade for any allocator type.
	(uneq_allocator): Likewise.
	(propagating_allocator): Likewise.
	* testsuite/23_containers/forward_list/debug/move_assign_neg.cc: Use an
	explicitly non propagating allocator.
	* testsuite/23_containers/map/debug/move_assign_neg.cc: Likewise.
	* testsuite/23_containers/multimap/debug/move_assign_neg.cc: likewise.
	* testsuite/23_containers/multiset/debug/move_assign_neg.cc: Likewise.
	* testsuite/23_containers/set/debug/move_assign_neg.cc: Likewise.
	* testsuite/23_containers/unordered_map/debug/move_assign_neg.cc:
	Likewise.
	* testsuite/23_containers/unordered_multimap/debug/move_assign_neg.cc:
	Likewise.
	* testsuite/23_containers/unordered_multiset/debug/move_assign_neg.cc:
	Likewise.
	* testsuite/23_containers/unordered_set/debug/move_assign_neg.cc:
	Likewise.
	* testsuite/23_containers/vector/debug/move_assign_neg.cc: Likewise.

From-SVN: r213224
2014-07-29 19:47:19 +00:00
..
allocator macros.h [...]: Add parameter to pass the 2 instances to check allocator equality. 2014-05-06 19:59:44 +00:00
capacity Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
cons Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
debug 2014-07-29 François Dumont <fdumont@gcc.gnu.org> 2014-07-29 19:47:19 +00:00
element_access Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
modifiers stl_map.h: Remove anachronistic comment. 2014-01-26 11:22:58 +00:00
operations Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
operators 1.cc: Simplify test. 2014-06-06 20:18:24 +00:00
requirements Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
14340.cc Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
18604.cc Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
23781_neg.cc Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
56613.cc re PR libstdc++/59872 (Cannot move std::map with move-only mapped_type) 2014-01-23 17:17:04 +00:00
58764.cc re PR libstdc++/58764 ([lwg/2193] error: converting to ‘const std::vector<std::basic_string<char> >’ from initializer list would use explicit constructor) 2014-01-22 19:46:44 +00:00
59872.cc re PR libstdc++/59872 (Cannot move std::map with move-only mapped_type) 2014-01-23 17:17:04 +00:00
init-list.cc Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
pthread6.cc re PR libstdc++/60793 (Add target *-*-dragonfly* to dg-options on 172 libstdc++ tests) 2014-05-23 11:19:20 +01:00
range_access.cc Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00