genode/repos/os
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
..
doc Remove obsolete RAM/CAP services from run scripts 2017-05-31 13:16:22 +02:00
include VFS: move 'sync' from 'File_system' to 'Directory_service' 2017-06-12 14:32:07 +02:00
lib/mk timer connection: no interpolation on arm w/o hw 2017-05-31 17:50:28 +02:00
recipes server/fs_report: write reports to file-systems 2017-06-19 12:35:54 +02:00
run foc: use slab for meta-data in RPC cap factory 2017-06-19 12:35:56 +02:00
src timeout test: consider time shift between sessions 2017-06-19 12:35:56 +02:00
README API documentation refinements 2017-05-31 13:16:21 +02:00

This source-code repository contains genuine low-level OS components and
interfaces of Genode. It solely depends on the framework's base API.