Re: [PATCH 1/5] Improve libstdc++-v3 async test

2018-01-09 Thread Jonathan Wakely
On 07/01/18 20:55 +, Mike Crowe wrote: Add tests for waiting for the future using both std::chrono::steady_clock and std::chrono::system_clock in preparation for dealing with those clocks properly in futex.cc. --- libstdc++-v3/testsuite/30_threads/async/async.cc | 36

[PATCH 1/5] Improve libstdc++-v3 async test

2018-01-07 Thread Mike Crowe
Add tests for waiting for the future using both std::chrono::steady_clock and std::chrono::system_clock in preparation for dealing with those clocks properly in futex.cc. --- libstdc++-v3/testsuite/30_threads/async/async.cc | 36 1 file changed, 36 insertions(+) diff --gi