Test Output |
************************************************************************
/tset/PTHR.os/cond/pthread_cond_timedwait/T.pthread_cond_timedwait 7
Failed
Test Description:
If the implementation detects that the value specified by cond is
invalid:
a call to pthread_cond_timedwait(cond, mutex, abstime)
shall fail and return EINVAL without modifying the state of the
condition
variable specified by cond or the mutex specified by mutex.
Posix Ref: Component PTHREAD_COND_TIMEDWAIT Assertion 9945-1:1996
11.4.4.3, 9945-1:1996 11.4.4.4-7(C)
Test Information:
pthread_cond_timedwait, expected 22, got 1
************************************************************************
************************************************************************
/tset/PTHR.os/cond/pthread_cond_timedwait/T.pthread_cond_timedwait 9
Failed
Test Description:
For POSIX96 and UNIX98 modes:
If the implementation detects that the value specified by abstime
is invalid:
When abstime is invalid, then pthread_cond_timedwait(cond,
mutex, abstime) fails and returns EINVAL without
modifying the
state of the condition variable specified by cond or the
mutex
specified by mutex.
For other test modes:
When abstime is invalid, then pthread_cond_timedwait(cond,
mutex, abstime) fails and returns EINVAL without modifying the
state of the condition variable specified by cond or the mutex
specified by mutex.
Posix Ref: Component PTHREAD_COND_TIMEDWAIT Assertion 9945-1:1996
11.4.4.3, 9945-1:1996 11.4.4.4-9(C)
Test Information:
pthread_cond_timedwait, expected 22, got 1
************************************************************************ |