Don't check access mode if the file is being created

This commit is contained in:
YanWQ-monad
2024-07-10 22:17:08 +08:00
committed by Tate, Hongliang Tian
parent fbf2afd799
commit bffc34c94b
4 changed files with 24 additions and 13 deletions

View File

@ -0,0 +1,4 @@
CreateTest.ChmodReadToWriteBetweenOpens_NoRandomSave
CreateTest.ChmodWriteToReadBetweenOpens_NoRandomSave
CreateTest.CreateWithReadFlagNotAllowedByMode_NoRandomSave
CreateTest.CreateWithWriteFlagNotAllowedByMode_NoRandomSave

View File

@ -3,7 +3,3 @@ CreateTest.CreatWithOTrunc
CreateTest.CreatDirWithOTruncAndReadOnly
CreateTest.CreateFailsOnUnpermittedDir
CreateTest.CreateFailsOnDirWithoutWritePerms
CreateTest.ChmodReadToWriteBetweenOpens_NoRandomSave
CreateTest.ChmodWriteToReadBetweenOpens_NoRandomSave
CreateTest.CreateWithReadFlagNotAllowedByMode_NoRandomSave
CreateTest.CreateWithWriteFlagNotAllowedByMode_NoRandomSave