Add stat_times_test
This commit is contained in:
parent
76f9193882
commit
c7d2a908e0
|
@ -32,6 +32,7 @@ TESTS ?= \
|
|||
pty_test \
|
||||
read_test \
|
||||
readv_test \
|
||||
stat_times_test \
|
||||
write_test \
|
||||
utimes_test \
|
||||
# The end of the list
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
StatTimesTest.FileChmod
|
||||
StatTimesTest.FileCreation
|
||||
StatTimesTest.FileRename
|
||||
StatTimesTest.FileRenameOpenFD
|
||||
StatTimesTest.FileTruncate
|
||||
StatTimesTest.FileWrite
|
||||
StatTimesTest.DirCreateFile
|
||||
StatTimesTest.DirCreateDir
|
||||
StatTimesTest.DirRemoveFile
|
|
@ -1,2 +1,2 @@
|
|||
AlarmTest.UserModeSpinning
|
||||
AlarmTest.Restart_NoRandomSave
|
||||
AlarmTest.Restart_NoRandomSave
|
|
@ -1,2 +1,2 @@
|
|||
GetdentsTest/0.PartialBuffer
|
||||
GetdentsTest/1.PartialBuffer
|
||||
GetdentsTest/1.PartialBuffer
|
|
@ -15,4 +15,4 @@ MMapTest.MapPipe
|
|||
MMapTest.MapDevZero*
|
||||
MMapTest.MapCharDevice
|
||||
MMapTest.MapDirectory
|
||||
MMapTest.PrivateAndShared
|
||||
MMapTest.PrivateAndShared
|
|
@ -3,4 +3,4 @@ SendFileTest.DoNotSendfileIfOutfileIsAppendOnly
|
|||
SendFileTest.SendPipeWouldBlock
|
||||
SendFileTest.SendPipeBlocks
|
||||
SendFileTest.SendToNotARegularFile
|
||||
SendFileTest.SendToSpecialFile
|
||||
SendFileTest.SendToSpecialFile
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue