gcc/libstdc++-v3/testsuite
Jonathan Wakely 6554581713 Post-Urbana updates to Library Fundamentals v1.
* include/experimental/any (any): Remove allocator support and update
	feature-testing macro.
	* include/experimental/functional: Update feature-testing macro.
	* include/experimental/optional (optional::_M_get()): Add constexpr.
	(optional::operator*(), optional::value()): Overload and add
	ref-qualifiers. Update feature-testing macro.
	* include/experimental/string_view (basic_string_view::clear): Remove
	and update feature-testing macro.
	* testsuite/experimental/any/cons/3.cc: Remove.
	* testsuite/experimental/any/cons/4.cc: Remove.
	* testsuite/experimental/any/misc/any_cast.cc: Remove allocator tests.
	* testsuite/experimental/any/misc/any_cast_neg.cc: Adjust dg-error.
	* testsuite/experimental/string_view/capacity/1.cc: Don't test clear().

From-SVN: r218709
2014-12-13 20:44:06 +00:00
..
17_intro freestanding.cc: Prefer -std=gnu++11. 2014-10-15 18:31:10 +00:00
18_support re PR libstdc++/64241 (make_exception_ptr returns garbage with -fno-exceptions) 2014-12-12 15:10:08 +00:00
19_diagnostics freestanding.cc: Prefer -std=gnu++11. 2014-10-15 18:31:10 +00:00
20_util re PR libstdc++/58594 (std::make_shared does not accept const types as parameters) 2014-12-12 21:05:35 +00:00
21_strings shrink_to_fit.cc: Prefer -std=gnu++11. 2014-10-15 19:56:52 +00:00
22_locale re PR libstdc++/13631 (Problems in messages) 2014-12-03 19:47:00 +00:00
23_containers Fix std::deque move construction with non-equal allocators. 2014-11-10 22:44:07 +00:00
24_iterators stl_iterator.h (make_reverse_iterator): LWG DR 2285. 2014-12-12 13:35:55 +00:00
25_algorithms re PR libstdc++/61107 (stl_algo.h: std::__inplace_stable_partition() doesn't process the whole data range) 2014-11-11 21:21:10 +00:00
26_numerics shrink_to_fit.cc: Prefer -std=gnu++11. 2014-10-15 19:56:52 +00:00
27_io XFAIL 27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc on Solaris (PR libstd++/64054) 2014-11-26 13:22:27 +00:00
28_regex Implement LWG DR 2329 and DR 2332. 2014-12-10 01:37:37 +00:00
29_atomics atomic_base.h: Avoid including <stdbool.h>. 2014-10-24 12:54:43 +00:00
30_threads 3.cc: Only use a thread_local when __cxa_thread_atexit_impl is available. 2014-12-11 17:58:22 +00:00
abi
backward
config
data
decimal
experimental Post-Urbana updates to Library Fundamentals v1. 2014-12-13 20:44:06 +00:00
ext Add -Wno-deprecated to dg-options. 2014-11-12 10:32:17 +00:00
lib [libstdc++][testsuite] Mark as UNSUPPORTED tests that don't fit into tiny memory model 2014-12-12 09:36:35 +00:00
libstdc++-abi
libstdc++-dg
libstdc++-prettyprinters Ensure single 'UNSUPPORTED: prettyprinters.exp' message 2014-11-25 20:30:20 +00:00
libstdc++-xmethods associative-containers.cc: Add new file missed from earlier commit. 2014-11-11 22:10:21 +00:00
performance libstdc++.exp: Prefer -std=gnu++11. 2014-10-16 08:09:09 +00:00
tr1 re PR libstdc++/63840 (std::function copy constructor deletes an uninitialized pointer if new fails) 2014-12-01 13:49:20 +00:00
tr2 libstdc++.exp: Prefer -std=gnu++11. 2014-10-16 08:09:09 +00:00
util re PR libstdc++/43622 (Incomplete C++ library support for __float128) 2014-11-18 20:20:53 +00:00
Makefile.am
Makefile.in