mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-23 09:23:25 +00:00
Reconstruct utime-like syscalls and fix filetime implementations
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
3de8a9330a
commit
5edc110f9d
@ -37,6 +37,7 @@ TESTS ?= \
|
||||
unlink_test \
|
||||
vdso_clock_gettime_test \
|
||||
write_test \
|
||||
utimes_test \
|
||||
# The end of the list
|
||||
|
||||
MKFILE_PATH := $(abspath $(lastword $(MAKEFILE_LIST)))
|
||||
|
8
regression/syscall_test/blocklists.exfat/utimes_test
Normal file
8
regression/syscall_test/blocklists.exfat/utimes_test
Normal file
@ -0,0 +1,8 @@
|
||||
UtimesTest.OnFile
|
||||
UtimesTest.OnDir
|
||||
FutimesatTest.OnAbsPath
|
||||
FutimesatTest.OnRelPath
|
||||
UtimensatTest.OnAbsPath
|
||||
UtimensatTest.OnRelPath
|
||||
UtimeTest.ZeroAtimeandMtime
|
||||
Utimensat.NullPath
|
0
regression/syscall_test/blocklists/utimes_test
Normal file
0
regression/syscall_test/blocklists/utimes_test
Normal file
Reference in New Issue
Block a user