Re: [PATCH] Add a test for std::condition_variable_any

2018-07-26 Thread Jonathan Wakely
On 26/07/18 16:03 -0400, Marek Polacek wrote: We've been carrying this test internally for quite some time and I think it would be beneficial for everyone to include it in the upstream testsuite, too. Tested on x86_64-linux, ok for trunk and 8.3? OK. (Although as I said on internal IRC, I don

[PATCH] Add a test for std::condition_variable_any

2018-07-26 Thread Marek Polacek
We've been carrying this test internally for quite some time and I think it would be beneficial for everyone to include it in the upstream testsuite, too. Tested on x86_64-linux, ok for trunk and 8.3? 2018-07-26 Marek Polacek * 30_threads/condition_variable_any/cond.cc: New test. ---