genode/repos/os/src/test/timeout
Martin Stein 71fd2b4cde timeout test: consider time shift between sessions
The fast polling test uses one timer session for raw 'elapsed_ms' calls
and another one for potentially interpolated 'curr_time' calls. It then
compares the two results against each other. However, until now, the
test did not consider that the duration of the session construction may
create a remarkable shift between the local times of the two sessions.
This shift is now determined and compensated before doing any
comparison.

Ref #2400
2017-06-19 12:35:56 +02:00
..
main.cc timeout test: consider time shift between sessions 2017-06-19 12:35:56 +02:00
target.mk os/timer: interpolate time via timestamps 2017-05-31 13:16:11 +02:00