a typo
>
> Yeah, I meant "Go for ... but if ..." and managed to double-mangle it.
> Thanks for spotting it. Here's the patch I'm installing, with the typos
> fixed. Thanks!
>
>
> calibrate intervals to avoid zero in futures poll test
>
> From: Alexandre O
t.
Thanks for spotting it. Here's the patch I'm installing, with the typos
fixed. Thanks!
calibrate intervals to avoid zero in futures poll test
From: Alexandre Oliva
We get occasional failures of 30_threads/future/members/poll.cc
on some platforms whose high resolution clock doesn&
On 05/01/21 04:44 -0300, Alexandre Oliva wrote:
We get occasional failures of 30_threads/future/members/poll.cc
on some platforms whose high resolution clock doesn't have such a high
resolution; wait_for_0 ends up as 0, and then some asserts fail as
intervals measured as longer than zero are tes
On Jan 5, 2021, Alexandre Oliva wrote:
> We get occasional failures of 30_threads/future/members/poll.cc
> on some platforms whose high resolution clock doesn't have such a high
> resolution; wait_for_0 ends up as 0, and then some asserts fail as
> intervals measured as longer than zero are test
We get occasional failures of 30_threads/future/members/poll.cc
on some platforms whose high resolution clock doesn't have such a high
resolution; wait_for_0 ends up as 0, and then some asserts fail as
intervals measured as longer than zero are tested for less than
several times zero.
This patch