mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 14:25:32 +00:00
18 lines
399 B
Plaintext
18 lines
399 B
Plaintext
|
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 resolution OK
|
||
|
clock_gettime OK
|
||
|
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)
|