wasmer/lib/emscripten-tests/emtests/test_posixtime_no_monotonic.out

18 lines
396 B
Plaintext
Raw Normal View History

2018-12-27 07:46:41 +00:00
Tests for clockid_t=0
-----------------
clock_getres resolution OK
clock_gettime OK
clock_settime failed with EPERM (OK)
Tests for clockid_t=1
-----------------
clock_getres failed
clock_gettime failed
clock_settime failed with EINVAL (OK)
Tests for clockid_t=42
-----------------
clock_gettime failed with EINVAL (OK)
clock_getres failed with EINVAL (OK)
clock_settime failed with EINVAL (OK)