mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-23 01:13:23 +00:00
Add stat_times_test
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
76f9193882
commit
c7d2a908e0
@ -32,6 +32,7 @@ TESTS ?= \
|
|||||||
pty_test \
|
pty_test \
|
||||||
read_test \
|
read_test \
|
||||||
readv_test \
|
readv_test \
|
||||||
|
stat_times_test \
|
||||||
write_test \
|
write_test \
|
||||||
utimes_test \
|
utimes_test \
|
||||||
# The end of the list
|
# The end of the list
|
||||||
|
9
test/syscall_test/blocklists.exfat/stat_times_test
Normal file
9
test/syscall_test/blocklists.exfat/stat_times_test
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
StatTimesTest.FileChmod
|
||||||
|
StatTimesTest.FileCreation
|
||||||
|
StatTimesTest.FileRename
|
||||||
|
StatTimesTest.FileRenameOpenFD
|
||||||
|
StatTimesTest.FileTruncate
|
||||||
|
StatTimesTest.FileWrite
|
||||||
|
StatTimesTest.DirCreateFile
|
||||||
|
StatTimesTest.DirCreateDir
|
||||||
|
StatTimesTest.DirRemoveFile
|
@ -20,7 +20,6 @@ get_blocklist_subtests(){
|
|||||||
BLOCK=$(sed ':a;N;$!ba;s/\n/:/g' $BLOCKLIST_DIR/$1)
|
BLOCK=$(sed ':a;N;$!ba;s/\n/:/g' $BLOCKLIST_DIR/$1)
|
||||||
else
|
else
|
||||||
BLOCK=""
|
BLOCK=""
|
||||||
return 1
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
for extra_dir in $EXTRA_BLOCKLISTS_DIRS ; do
|
for extra_dir in $EXTRA_BLOCKLISTS_DIRS ; do
|
||||||
|
Reference in New Issue
Block a user