gcc/libstdc++-v3/testsuite/30_threads
Jonathan Wakely 60a156ae53 libstdc++: Fix std::jthread assertion and re-enable skipped test
libstdc++-v3/ChangeLog:

	* include/std/thread (jthread::_S_create): Fix static assert
	message.
	* testsuite/30_threads/jthread/95989.cc: Re-enable test.
	* testsuite/30_threads/jthread/jthread.cc: Do not require
	pthread effective target.
	* testsuite/30_threads/jthread/2.cc: Moved to...
	* testsuite/30_threads/jthread/version.cc: ...here.
2021-05-17 17:56:57 +01:00
..
async libstdc++: XFAIL tests that depends on RTTI 2021-02-12 14:30:13 +00:00
barrier Add options to link with libatomic in various tests. 2021-03-10 16:01:12 +00:00
call_once libstdc++: Revert to old std::call_once implementation [PR 99341] 2021-03-16 12:25:28 +00:00
condition_variable Update copyright years. 2021-01-04 10:26:59 +01:00
condition_variable_any Update copyright years. 2021-01-04 10:26:59 +01:00
future improve future::poll calibration loop 2021-03-31 15:45:56 -03:00
headers Update copyright years. 2021-01-04 10:26:59 +01:00
jthread libstdc++: Fix std::jthread assertion and re-enable skipped test 2021-05-17 17:56:57 +01:00
latch Add options to link with libatomic in various tests. 2021-03-10 16:01:12 +00:00
lock Update copyright years. 2021-01-04 10:26:59 +01:00
lock_guard libstdc++: Remove redundant -std=gnu++17 option from concurrency tests 2021-05-10 16:22:53 +01:00
mutex Update copyright years. 2021-01-04 10:26:59 +01:00
packaged_task Update copyright years. 2021-01-04 10:26:59 +01:00
promise libstdc++: Fix null dereferences in std::promise 2021-05-04 22:46:24 +01:00
recursive_mutex Update copyright years. 2021-01-04 10:26:59 +01:00
recursive_timed_mutex Update copyright years. 2021-01-04 10:26:59 +01:00
scoped_lock libstdc++: Remove redundant -std=gnu++17 option from concurrency tests 2021-05-10 16:22:53 +01:00
semaphore libstdc++: Fix semaphore to work with system_clock timeouts 2021-04-22 17:35:00 +01:00
shared_future Update copyright years. 2021-01-04 10:26:59 +01:00
shared_lock libstdc++: Remove redundant -std=gnu++17 option from concurrency tests 2021-05-10 16:22:53 +01:00
shared_mutex libstdc++: Remove redundant -std=gnu++17 option from concurrency tests 2021-05-10 16:22:53 +01:00
shared_timed_mutex Update copyright years. 2021-01-04 10:26:59 +01:00
stop_token [libstdc++] Fix test timeout in stop_calback/destroy.cc 2021-04-21 13:28:08 -07:00
this_thread Update copyright years. 2021-01-04 10:26:59 +01:00
thread Update copyright years. 2021-01-04 10:26:59 +01:00
timed_mutex Update copyright years. 2021-01-04 10:26:59 +01:00
try_lock Update copyright years. 2021-01-04 10:26:59 +01:00
unique_lock libstdc++: Remove redundant -std=gnu++17 option from concurrency tests 2021-05-10 16:22:53 +01:00