Opened 5 years ago

Closed 3 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

Change History (3)

comment:1 by waddlesplash, 5 years ago

This is extremely vague. Please give more details, or this will be closed as invalid.

comment:2 by cocobean, 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 cocobean (next)

comment:3 by korli, 3 years ago

Resolution: not reproducible
Status: newclosed

checked timer_delete 1-2 on Haiku R1 beta2 x86_64. COMPILED and PASSED.

Note: See TracTickets for help on using tickets.