Project

General

Profile

« Previous | Next » 

Revision ab0f2dea

Added by ko1 (Koichi Sasada) almost 5 years ago

skip a test for CLOCK_MONOTONIC_RAW.

On my Linux guest machine on Hyper-V, I got an error.
Process.clock_gettime(CLOCK_MONOTONIC_RAW, :nanosecond) returns like:

...
875573945119100
875573945119600
...

even if Process.clock_getres(value, :nanosecond) returns 1.
So I simply skip this test for CLOCK_MONOTONIC_RAW.