Opened 4 years ago
Last modified 6 weeks ago
#16707 new bug
THR: Test FAILED - conformance/interfaces/pthread_detach/4-2.test — at Initial Version
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 that pthread_detach() Upon failure, it shall return an error number: -[EINVAL] The implemenation has detected that the value specified by 'thread' does not refer to a joinable thread.
-[ESRCH] No thread could be found corresponding to that thread. It shall not return an error code of [EINTR]
STEPS:
1. Create a thread. 2. Wait 'till the thread exits. 3. Try and detach this thread. 4. Check the return value and make sure it is ESRCH
Expected result: Test passed
Actual Result: Test failed. Incorrect error code: 0 instead of ESRCH
Tested on: Haiku hrev54815 x86 with Open POSIX Test Suite 1.5.2
Note:
See TracTickets
for help on using tickets.