Add stat_times_test

This commit is contained in:
LI Qing 2024-07-04 16:03:38 +08:00 committed by Tate, Hongliang Tian
parent 76f9193882
commit c7d2a908e0
8 changed files with 14 additions and 5 deletions

View File

@ -32,6 +32,7 @@ TESTS ?= \
pty_test \
read_test \
readv_test \
stat_times_test \
write_test \
utimes_test \
# The end of the list

View File

@ -0,0 +1,9 @@
StatTimesTest.FileChmod
StatTimesTest.FileCreation
StatTimesTest.FileRename
StatTimesTest.FileRenameOpenFD
StatTimesTest.FileTruncate
StatTimesTest.FileWrite
StatTimesTest.DirCreateFile
StatTimesTest.DirCreateDir
StatTimesTest.DirRemoveFile

View File

@ -1,2 +1,2 @@
AlarmTest.UserModeSpinning
AlarmTest.Restart_NoRandomSave
AlarmTest.Restart_NoRandomSave

View File

@ -1,2 +1,2 @@
GetdentsTest/0.PartialBuffer
GetdentsTest/1.PartialBuffer
GetdentsTest/1.PartialBuffer

View File

@ -15,4 +15,4 @@ MMapTest.MapPipe
MMapTest.MapDevZero*
MMapTest.MapCharDevice
MMapTest.MapDirectory
MMapTest.PrivateAndShared
MMapTest.PrivateAndShared

View File

@ -3,4 +3,4 @@ SendFileTest.DoNotSendfileIfOutfileIsAppendOnly
SendFileTest.SendPipeWouldBlock
SendFileTest.SendPipeBlocks
SendFileTest.SendToNotARegularFile
SendFileTest.SendToSpecialFile
SendFileTest.SendToSpecialFile

View File

@ -20,7 +20,6 @@ get_blocklist_subtests(){
BLOCK=$(sed ':a;N;$!ba;s/\n/:/g' $BLOCKLIST_DIR/$1)
else
BLOCK=""
return 1
fi
for extra_dir in $EXTRA_BLOCKLISTS_DIRS ; do