Re: [yocto] [ptest-runner] utils.c: Prefer monotonic clock to calculate elapsed time

2017-11-02 Thread Joshua Lock
On 31/10/17 19:38, Jeffrey Pautler wrote: The current implementation uses the system clock to calculate how long a ptest has been running with no output. If a ptest changes the system clock as part of the test, that can cause the current implementation to falsely trigger a timeout or miss an

[yocto] [ptest-runner] utils.c: Prefer monotonic clock to calculate elapsed time

2017-10-31 Thread Jeffrey Pautler
The current implementation uses the system clock to calculate how long a ptest has been running with no output. If a ptest changes the system clock as part of the test, that can cause the current implementation to falsely trigger a timeout or miss an actual timeout. It is preferrable to use a