test(unistd): Add alarm(2) test
Introduce a new test for the alarm(2) system call. This test verifies the behavior of setting, cancelling, and re-arming alarms, ensuring correct signal delivery and return values.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
alarm(0) baseline: ok
|
||||
alarm(1) fires: ok
|
||||
alarm(0) cancel: ok
|
||||
alarm re-arm returns remaining: ok
|
||||
@@ -0,0 +1,4 @@
|
||||
alarm(0) baseline: ok
|
||||
alarm(1) fires: ok
|
||||
alarm(0) cancel: ok
|
||||
alarm re-arm returns remaining: ok
|
||||
Reference in New Issue
Block a user