mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-27 11:23:25 +00:00
Add fcntl subcommand F_GETOWN/F_SETOWN
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
6ab3373f9b
commit
077a9ac3ab
@ -15,6 +15,7 @@ TESTS ?= \
|
||||
dup_test \
|
||||
epoll_test \
|
||||
eventfd_test \
|
||||
fcntl_test \
|
||||
fsync_test \
|
||||
getdents_test \
|
||||
link_test \
|
||||
|
22
test/syscall_test/blocklists/fcntl_test
Normal file
22
test/syscall_test/blocklists/fcntl_test
Normal file
@ -0,0 +1,22 @@
|
||||
FcntlLockTest.*
|
||||
FcntlTest.GetAllFlags
|
||||
FcntlTest.SetFlags
|
||||
FcntlTest.GetO_ASYNC
|
||||
FcntlTest.SetFlO_ASYNC
|
||||
FcntlTest.SetFdO_ASYNC
|
||||
FcntlTest.DupAfterO_ASYNC
|
||||
# SetOwnPgrp is verified with F_GETOWN_EX, which is not supported now.
|
||||
FcntlTest.SetOwnPgrp
|
||||
FcntlTest.GetOwnExNone
|
||||
FcntlTest.GetOwnExTid
|
||||
FcntlTest.GetOwnExPid
|
||||
FcntlTest.GetOwnExPgrp
|
||||
FcntlTest.SetOwnExInvalidType
|
||||
FcntlTest.SetOwnExInvalidTid
|
||||
FcntlTest.SetOwnExInvalidPid
|
||||
FcntlTest.SetOwnExInvalidPgrp
|
||||
FcntlTest.SetOwnExTid
|
||||
FcntlTest.SetOwnExPid
|
||||
FcntlTest.SetOwnExPgrp
|
||||
FcntlTest.SetOwnExUnset
|
||||
FcntlTest.SetFlSetOwnDoNotRace
|
Reference in New Issue
Block a user