Opened 4 years ago
Closed 2 months ago
#16705 closed bug (fixed)
THR: Test FAILED - conformance/interfaces/pthread_cancel/5-1.test
Reported by: | cocobean | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | System/POSIX | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Test pthread_cancel
It may return an error number of:
[ESRCH] No thread could be found corresponding to that thread ID. It shall not return an error code of [EINTR]
STEPS:
1. Create a thread 2. Wait 'till the thread has ended execution 3. Send a cancel request to the thread (which isn't existing anymore)
NOTE: It should return an error code of [ESRCH], else test fails.
Expected result: Test passed
Actual Result: Test failed. Returned error code other than [ESRCH]
Tested on: Haiku hrev54815 x86 with Open POSIX Test Suite 1.5.2
Change History (1)
comment:1 by , 2 months ago
Keywords: | POSIX pthreads pthread_cancel removed |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in hrev58065.