gcc/libstdc++-v3/testsuite/30_threads
Mike Crowe 76e0dd66c8 Add user-defined clock to libstdc++ condition_variable tests
2019-09-04  Mike Crowe  <mac@mcrowe.com>

	* testsuite/30_threads/condition_variable/members/2.cc (test01):
	Parameterise so that test can be run against an arbitrary clock.
	(main): Test using std::chrono::steady_clock and a user-defined
	clock in addition to the previous std::chrono::system_clock.
	* testsuite/30_threads/condition_variable_any/members/2.cc: Likewise.

From-SVN: r275389
2019-09-04 23:43:20 +01:00
..
async Fix tests that fail in C++2a mode 2019-01-29 00:47:32 +00:00
call_once Update copyright years. 2019-01-01 13:31:55 +01:00
condition_variable Add user-defined clock to libstdc++ condition_variable tests 2019-09-04 23:43:20 +01:00
condition_variable_any Add user-defined clock to libstdc++ condition_variable tests 2019-09-04 23:43:20 +01:00
future Update copyright years. 2019-01-01 13:31:55 +01:00
headers Update copyright years. 2019-01-01 13:31:55 +01:00
lock Update copyright years. 2019-01-01 13:31:55 +01:00
lock_guard Update copyright years. 2019-01-01 13:31:55 +01:00
mutex Update copyright years. 2019-01-01 13:31:55 +01:00
once_flag/cons Update copyright years. 2019-01-01 13:31:55 +01:00
packaged_task LWG 2921 remove packaged_task constructors taking allocators 2019-05-23 22:40:56 +01:00
promise Update copyright years. 2019-01-01 13:31:55 +01:00
recursive_mutex Update copyright years. 2019-01-01 13:31:55 +01:00
recursive_timed_mutex Update copyright years. 2019-01-01 13:31:55 +01:00
scoped_lock Update copyright years. 2019-01-01 13:31:55 +01:00
shared_future Update copyright years. 2019-01-01 13:31:55 +01:00
shared_lock Update copyright years. 2019-01-01 13:31:55 +01:00
shared_mutex Update copyright years. 2019-01-01 13:31:55 +01:00
shared_timed_mutex Update copyright years. 2019-01-01 13:31:55 +01:00
this_thread Update copyright years. 2019-01-01 13:31:55 +01:00
thread PR libstdc++/69724 avoid temporary in std::thread construction 2019-05-14 13:01:15 +01:00
timed_mutex Update copyright years. 2019-01-01 13:31:55 +01:00
try_lock Update copyright years. 2019-01-01 13:31:55 +01:00
unique_lock Update copyright years. 2019-01-01 13:31:55 +01:00