Add itimer-related syscall tests

This commit is contained in:
Chen Chengjun
2024-05-31 18:24:20 +08:00
committed by Tate, Hongliang Tian
parent c5ec2e181e
commit d24ddaae66
7 changed files with 170 additions and 0 deletions

View File

@ -29,6 +29,7 @@ TESTS ?= \
statfs_test \
symlink_test \
sync_test \
timers_test \
truncate_test \
uidgid_test \
unlink_test \

View File

@ -0,0 +1,9 @@
TimerTest.ProcessKilledOnCPUSoftLimit
TimerTest.ProcessPingedRepeatedlyAfterCPUSoftLimit
TimerTest.ProcessKilledOnCPUHardLimit
IntervalTimerTest.SingleShotSilent
IntervalTimerTest.PeriodicSilent
IntervalTimerTest.PeriodicThreadDirectedSignal
IntervalTimerTest.RealTimeSignalsAreNotDuplicated
IntervalTimerTest.AlreadyPendingSignal
IntervalTimerTest.IgnoredSignalCountsAsOverrun