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

@ -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