glibc/tests/Regression/bz529997-sem_timedwait-with-invalid-time/golden-real.out
Sergey Kolosov ab4bc8a24e Extend the test coverage
Move some of the RHEL QE testcases upstream to Fedora.
2022-05-31 09:29:27 +02:00

12 lines
352 B
Plaintext

main: top of loop: sval = 0
main: calling sem_timedwait
thread: calling sem_timedwait with bogus tv_nsec
thread: sem_timedwait: errno = 22 strerror = Invalid argument
thread: calling sem_post
main: sem_timedwait: success
main: calling sem_post
main: top of loop: sval = 1
main: calling sem_timedwait
main: sem_timedwait: success
main: calling sem_post