mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-25 10:23:23 +00:00
Add syscall eventfd and eventfd2
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
ccc4e6ec6b
commit
078f9a8891
@ -11,6 +11,7 @@ TESTS ?= \
|
||||
chown_test \
|
||||
chroot_test \
|
||||
epoll_test \
|
||||
eventfd_test \
|
||||
fsync_test \
|
||||
getdents_test \
|
||||
link_test \
|
||||
|
3
regression/syscall_test/blocklists/eventfd_test
Normal file
3
regression/syscall_test/blocklists/eventfd_test
Normal file
@ -0,0 +1,3 @@
|
||||
EventfdTest.IllegalPwrite
|
||||
EventfdTest.SpliceFromPipePartialSucceeds
|
||||
EventfdTest.NotifyNonZero_NoRandomSave
|
Reference in New Issue
Block a user