diff options
-rwxr-xr-x | winsup/testsuite/stress/cygstress | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/testsuite/stress/cygstress b/winsup/testsuite/stress/cygstress index 5a3b955..670f5d6 100755 --- a/winsup/testsuite/stress/cygstress +++ b/winsup/testsuite/stress/cygstress @@ -72,7 +72,7 @@ stress_tests=' chmod # WORKS,CI chown # FAILS # TODO undecided: "fchown failed, errno=22 (Invalid argument)" chroot # admin - clock # WORKS,CI # (fixed in stress-ng 0.18.12: "timer_create failed for timer ... + clock # WORKS # clock_settime was able to set an invalid negative time for timer 'CLOCK_REALTIME' # ... ''CLOCK_THREAD_CPUTIME_ID'', errno=134") clone # ----- close # FAILS # TODO Cygwin: close(2) is not thread-safe |