gcc/libstdc++-v3/testsuite
Jonathan Wakely f55e699d3d Loop in std::this_thread sleep functions
PR libstdc++/60421
	* include/std/thread (this_thread::sleep_for): Retry on EINTR.
	(this_thread::sleep_until): Retry if time not reached.
	* src/c++11/thread.cc (__sleep_for): Retry on EINTR.
	* testsuite/30_threads/this_thread/60421.cc: Test interruption and
	non-steady clocks.

From-SVN: r230183
2015-11-11 17:08:51 +00:00
..
17_intro LWG 2510, make the default constructors of library tag types explicit. 2015-11-11 16:47:19 +02:00
18_support re PR libstdc++/64651 (std::rethrow_exception not found by ADL) 2015-11-11 10:08:23 +00:00
19_diagnostics std_c++0x_neg.cc: Add -std=c++98. 2015-05-09 00:50:30 -04:00
20_util Make the default constructors of tuple and pair conditionally explicit. 2015-11-03 10:41:40 +02:00
21_strings Fix testsuite failures with --disable-wchar_t 2015-10-03 00:43:17 +01:00
22_locale Fix testsuite failures with --disable-wchar_t 2015-10-03 00:43:17 +01:00
23_containers Fix return type of heterogeneous find for sets 2015-11-10 15:12:24 +00:00
24_iterators Add concept checks to std::next and std::prev. 2015-09-03 15:35:43 +01:00
25_algorithms Shrink std::random_shuffle test to pass on simulators 2015-10-16 12:12:15 +01:00
26_numerics * testsuite/26_numerics/complex/requirements/constexpr.cc 2015-11-06 14:43:33 -05:00
27_io PR libstdc++/67583 Fix invalid sputn calls in tests 2015-09-29 14:31:51 +01:00
28_regex re PR libstdc++/67362 (std::regex("((.)", std::regex_constants::basic) throws) 2015-08-28 02:35:21 +00:00
29_atomics Handle alignment in __atomic_is_lock_free 2015-09-17 16:46:04 +01:00
30_threads Loop in std::this_thread sleep functions 2015-11-11 17:08:51 +00:00
abi Update copyright years. 2015-01-05 13:33:28 +01:00
backward Update copyright years. 2015-01-05 13:33:28 +01:00
config Update copyright years. 2015-01-05 13:33:28 +01:00
data
decimal Update copyright years. 2015-01-05 13:33:28 +01:00
experimental Fix testsuite failures with --disable-wchar_t 2015-10-03 00:43:17 +01:00
ext libstdc++: Run tests on RTEMS 2015-09-03 05:45:33 +00:00
lib libstdc++v3: Explicitly disable carets and colorization within testsuite 2015-11-06 18:44:05 +00:00
libstdc++-abi Update copyright years. 2015-01-05 13:33:28 +01:00
libstdc++-dg Update copyright years. 2015-01-05 13:33:28 +01:00
libstdc++-prettyprinters Update copyright years. 2015-01-05 13:33:28 +01:00
libstdc++-xmethods xmethods.py (UniquePtrMethodsMatcher): Add operator-> support. 2015-05-26 23:06:55 +00:00
performance Update copyright years. 2015-01-05 13:33:28 +01:00
tr1 libstdc++: Run tests on RTEMS 2015-09-03 05:45:33 +00:00
tr2 Update copyright years. 2015-01-05 13:33:28 +01:00
util testsuite_fs.h (nonexistent_path): Use less generic name for paths. 2015-10-02 20:38:27 +01:00
Makefile.am Update copyright years. 2015-01-05 13:33:28 +01:00
Makefile.in libstdc++-v3/fragment.am (AM_CPPFLAGS): Add CPPFLAGS 2015-07-24 07:05:19 +00:00