Opened 4 years ago
Closed 4 months ago
#16694 closed bug (fixed)
SEM: Test FAILED - conformance/interfaces/sem_timedwait/6-2.c
Reported by: | cocobean | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | System/POSIX | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
The process would be blocked, and the timeout parameter is specified in nanoseconds field value greater than or equal to 1000 million. Should return ERROR (EINVAL).
Ref: conformance/interfaces/sem_timedwait/6-2.c
Expected result: Test passed
Actual Result: TEST FAILED
Tested on: Haiku hrev54811 x86_gcc2 with Open POSIX Test 1.5.2
Change History (2)
comment:2 by , 4 months ago
Keywords: | POSIX semaphores sem_timedwait removed |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Fixed in hrev58065.
Note:
See TracTickets
for help on using tickets.
Optional - per UNIX 2003 compliance. Result: PASSED on Linux.