gcc/libstdc++-v3/testsuite/30_threads
Rainer Orth d12366802a Use pthread effective-target in testsuite
* testsuite: Add dg-require-effective-target pthread to -pthread
	tests.
	Remove explicit target lists from dg-do and dg-options.

	* testsuite/30_threads/async/forced_unwind.cc: Remove explit
	target list from dg-options.
	* testsuite/30_threads/packaged_task/forced_unwind.cc: Likewise.

	* 30_threads/shared_mutex/cons/1.cc: Likewise.
	Pass -pthread for all targets.
	* 30_threads/shared_mutex/try_lock/1.cc: Likewise.
	* 30_threads/shared_mutex/try_lock/2.cc: Likewise.
	* 30_threads/shared_mutex/unlock/1.cc: Likewise.

	* testsuite/30_threads/this_thread/57060.cc: Require c++11 via
	dg-require-effective-target.

From-SVN: r249217
2017-06-15 12:18:05 +00:00
..
async Use pthread effective-target in testsuite 2017-06-15 12:18:05 +00:00
call_once Use pthread effective-target in testsuite 2017-06-15 12:18:05 +00:00
condition_variable Use pthread effective-target in testsuite 2017-06-15 12:18:05 +00:00
condition_variable_any Use pthread effective-target in testsuite 2017-06-15 12:18:05 +00:00
future Use pthread effective-target in testsuite 2017-06-15 12:18:05 +00:00
headers Support exception propagation without lock-free atomic int 2017-01-04 10:54:59 +00:00
lock Use pthread effective-target in testsuite 2017-06-15 12:18:05 +00:00
lock_guard Add deduction guides for C++17 (P0433R2, partial) 2017-03-22 15:58:35 +00:00
mutex Use pthread effective-target in testsuite 2017-06-15 12:18:05 +00:00
once_flag/cons Update copyright years. 2017-01-01 13:07:43 +01:00
packaged_task Use pthread effective-target in testsuite 2017-06-15 12:18:05 +00:00
promise Use pthread effective-target in testsuite 2017-06-15 12:18:05 +00:00
recursive_mutex Use pthread effective-target in testsuite 2017-06-15 12:18:05 +00:00
recursive_timed_mutex Use pthread effective-target in testsuite 2017-06-15 12:18:05 +00:00
scoped_lock Add deduction guides for C++17 (P0433R2, partial) 2017-03-22 15:58:35 +00:00
shared_future Use pthread effective-target in testsuite 2017-06-15 12:18:05 +00:00
shared_lock Use pthread effective-target in testsuite 2017-06-15 12:18:05 +00:00
shared_mutex Use pthread effective-target in testsuite 2017-06-15 12:18:05 +00:00
shared_timed_mutex Use pthread effective-target in testsuite 2017-06-15 12:18:05 +00:00
this_thread Use pthread effective-target in testsuite 2017-06-15 12:18:05 +00:00
thread Use pthread effective-target in testsuite 2017-06-15 12:18:05 +00:00
timed_mutex Use pthread effective-target in testsuite 2017-06-15 12:18:05 +00:00
try_lock Use pthread effective-target in testsuite 2017-06-15 12:18:05 +00:00
unique_lock Use pthread effective-target in testsuite 2017-06-15 12:18:05 +00:00