Opened 5 years ago
Closed 4 years ago
#15270 closed bug (not reproducible)
timer_delete 1-2 posix test fails
Reported by: | cocobean | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | System/POSIX | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Open Posix 1.5.2 timer test 1-2.test fails
Change History (3)
comment:1 by , 5 years ago
comment:2 by , 5 years ago
* Test that after a timer is deleted by calling timer_delete(), it * cannot be armed by calling timer_settime(). * Steps: * - Create a timer * - Delete that timer * - Try to call timer_settime() on that timer and ensure it fails * with errno==EINVAL. * * For this test, signal SIGTOTEST will be used, clock CLOCK_REALTIME * will be used.
Open POSIX timer test failed on hrev53379 x86_64.
Version 0, edited 5 years ago by (next)
comment:3 by , 4 years ago
Resolution: | → not reproducible |
---|---|
Status: | new → closed |
checked timer_delete 1-2 on Haiku R1 beta2 x86_64. COMPILED and PASSED.
Note:
See TracTickets
for help on using tickets.
This is extremely vague. Please give more details, or this will be closed as invalid.