Re: [PATCH] libstdc++: testsuite: async.cc early timeout

2023-03-03 Thread Alexandre Oliva via Gcc-patches
On Feb 3, 2023, Jonathan Wakely wrote: > This one slipped through the cracks, sorry. Oh, nice, thanks, I'd missed the review too, for a whole month :-) I've just found the unread message. I'll have a happier weekend. I did not even recall this patch was still pending, and this very test was

Re: [PATCH] libstdc++: testsuite: async.cc early timeout

2023-02-03 Thread Jonathan Wakely via Gcc-patches
On Thu, 5 May 2022 at 07:56, Alexandre Oliva via Libstdc++ wrote: > > > The async call and future variable initialization may take a while to > complete on uniprocessors, especially if the async call and other > unrelated processes run before context switches back to the main > thread. > > Taking