mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-23 17:33:23 +00:00
Add syscall epoll_pwait
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
1435dd0896
commit
2b67dee1fc
@ -10,6 +10,7 @@ TESTS ?= \
|
||||
chmod_test \
|
||||
chown_test \
|
||||
chroot_test \
|
||||
epoll_test \
|
||||
fsync_test \
|
||||
getdents_test \
|
||||
link_test \
|
||||
|
14
regression/syscall_test/blocklists/epoll_test
Normal file
14
regression/syscall_test/blocklists/epoll_test
Normal file
@ -0,0 +1,14 @@
|
||||
EpollTest.AllWritable
|
||||
EpollTest.LastReadable
|
||||
EpollTest.LastNonWritable
|
||||
EpollTest.Timeout_NoRandomSave
|
||||
EpollTest.WaitThenUnblock
|
||||
EpollTest.UnblockWithSignal
|
||||
EpollTest.TimeoutNoFds
|
||||
EpollTest.UnblockWithNewFD
|
||||
EpollTest.Oneshot
|
||||
EpollTest.EdgeTriggered_NoRandomSave
|
||||
EpollTest.OneshotAndEdgeTriggered
|
||||
EpollTest.CycleOfOneDisallowed
|
||||
EpollTest.CycleOfThreeDisallowed
|
||||
EpollTest.CloseFile
|
Reference in New Issue
Block a user