This is a test that shows unexpected behaviour.
delta here is negative, which means we wait a shorter amount of time than we should.
Fix the problem, then make sure this test passes
Be aware that @nh2 has been looking at similar things in this area. See D4012 and related differentials.
The test looks reasonable though.
In D4096#114509, @bgamari wrote: Be aware that @nh2 has been looking at similar things in this area. See D4012 and related differentials.
That's exactly what this is about. This is just a regression test for his work.
In D4096#114642, @syd wrote: In D4096#114509, @bgamari wrote: Be aware that @nh2 has been looking at similar things in this area. See D4012 and related differentials. That's exactly what this is about. This is just a regression test for his work.
Ahh good, I just wanted to make sure we weren't going to duplicate effort.
Made the legroom 1ms instead of 1s
Rebased on master
Fixed the millisecond problem.
Put back a test that I accidentally deleted.
This fails unexpectedly, at the moment. Will continue when it doesn't anymore.