Add syscall test framwork from gvisor

This commit is contained in:
LI Qing
2023-05-29 13:29:53 +08:00
committed by Tate, Hongliang Tian
parent 8e199f46ef
commit e2f3932cb8
18 changed files with 256 additions and 43 deletions

View File

@ -0,0 +1,15 @@
OpenTest.AppendConcurrentWrite
OpenTest.CanTruncateReadOnly
OpenTest.CanTruncateWithStrangePermissions
OpenTest.CanTruncateReadOnlyNoWritePermission_NoRandomSave
OpenTest.CanTruncateWriteOnlyNoReadPermission_NoRandomSave
OpenTest.FileNotDirectory
OpenTest.MustCreateExisting
OpenTest.NameTooLong
OpenTest.Null
OpenTest.OTrunc
OpenTest.OTruncAndReadOnlyDir
OpenTest.OpenNoFollowStillFollowsLinksInPath
OpenTest.OpenNonDirectoryWithTrailingSlash
OpenTest.SymlinkRecurse
OpenTest.Truncate