5cbb4ba0cc
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.
5 lines
96 B
Plaintext
5 lines
96 B
Plaintext
alarm(0) baseline: ok
|
|
alarm(1) fires: ok
|
|
alarm(0) cancel: ok
|
|
alarm re-arm returns remaining: ok
|