mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-29 15:53:23 +00:00
Add fcntl subcommand F_GETOWN/F_SETOWN
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
6ab3373f9b
commit
077a9ac3ab
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