This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Try to fix timing-sensitive future test
AbandonedPublic

Authored by ldionne on Feb 25 2020, 3:25 PM.

Details

Summary

This test has been failing spuriously in our CI for a long time. This
commit changes the timings used in the test in an attempt to make it
more resilient.

Event Timeline

ldionne created this revision.Feb 25 2020, 3:25 PM
Herald added a project: Restricted Project. · View Herald Transcript

Can you try simply marking the test with // FLAKY_TEST.?

If that doesn't work, this LGTM.

Can you try simply marking the test with // FLAKY_TEST.?

If that doesn't work, this LGTM.

Done.

ldionne abandoned this revision.Mar 5 2020, 9:06 AM