mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-22 17:03: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
|
@ -1,2 +1,2 @@
|
|||||||
AlarmTest.UserModeSpinning
|
AlarmTest.UserModeSpinning
|
||||||
AlarmTest.Restart_NoRandomSave
|
AlarmTest.Restart_NoRandomSave
|
@ -1,2 +1,2 @@
|
|||||||
GetdentsTest/0.PartialBuffer
|
GetdentsTest/0.PartialBuffer
|
||||||
GetdentsTest/1.PartialBuffer
|
GetdentsTest/1.PartialBuffer
|
@ -15,4 +15,4 @@ MMapTest.MapPipe
|
|||||||
MMapTest.MapDevZero*
|
MMapTest.MapDevZero*
|
||||||
MMapTest.MapCharDevice
|
MMapTest.MapCharDevice
|
||||||
MMapTest.MapDirectory
|
MMapTest.MapDirectory
|
||||||
MMapTest.PrivateAndShared
|
MMapTest.PrivateAndShared
|
@ -3,4 +3,4 @@ SendFileTest.DoNotSendfileIfOutfileIsAppendOnly
|
|||||||
SendFileTest.SendPipeWouldBlock
|
SendFileTest.SendPipeWouldBlock
|
||||||
SendFileTest.SendPipeBlocks
|
SendFileTest.SendPipeBlocks
|
||||||
SendFileTest.SendToNotARegularFile
|
SendFileTest.SendToNotARegularFile
|
||||||
SendFileTest.SendToSpecialFile
|
SendFileTest.SendToSpecialFile
|
@ -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