mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-22 17:03:23 +00:00
Add itimer-related syscall tests
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
c5ec2e181e
commit
d24ddaae66
@ -29,6 +29,7 @@ TESTS ?= \
|
||||
statfs_test \
|
||||
symlink_test \
|
||||
sync_test \
|
||||
timers_test \
|
||||
truncate_test \
|
||||
uidgid_test \
|
||||
unlink_test \
|
||||
|
9
regression/syscall_test/blocklists/timers_test
Normal file
9
regression/syscall_test/blocklists/timers_test
Normal file
@ -0,0 +1,9 @@
|
||||
TimerTest.ProcessKilledOnCPUSoftLimit
|
||||
TimerTest.ProcessPingedRepeatedlyAfterCPUSoftLimit
|
||||
TimerTest.ProcessKilledOnCPUHardLimit
|
||||
IntervalTimerTest.SingleShotSilent
|
||||
IntervalTimerTest.PeriodicSilent
|
||||
IntervalTimerTest.PeriodicThreadDirectedSignal
|
||||
IntervalTimerTest.RealTimeSignalsAreNotDuplicated
|
||||
IntervalTimerTest.AlreadyPendingSignal
|
||||
IntervalTimerTest.IgnoredSignalCountsAsOverrun
|
Reference in New Issue
Block a user