mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-24 09:53:24 +00:00
Add sys_fallocate
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
8dc08dccba
commit
8dce83605f
@ -47,6 +47,7 @@ TESTS ?= \
|
||||
utimes_test \
|
||||
vdso_clock_gettime_test \
|
||||
write_test \
|
||||
fallocate_test \
|
||||
# The end of the list
|
||||
|
||||
MKFILE_PATH := $(abspath $(lastword $(MAKEFILE_LIST)))
|
||||
|
5
test/syscall_test/blocklists.exfat/fallocate_test
Normal file
5
test/syscall_test/blocklists.exfat/fallocate_test
Normal file
@ -0,0 +1,5 @@
|
||||
AllocateTest.Fallocate
|
||||
AllocateTest.FallocatePipe
|
||||
AllocateTest.FallocateChar
|
||||
AllocateTest.FallocateRlimit
|
||||
AllocateTest.FallocateOtherFDs
|
4
test/syscall_test/blocklists/fallocate_test
Normal file
4
test/syscall_test/blocklists/fallocate_test
Normal file
@ -0,0 +1,4 @@
|
||||
AllocateTest.FallocatePipe
|
||||
AllocateTest.FallocateChar
|
||||
AllocateTest.FallocateRlimit
|
||||
AllocateTest.FallocateOtherFDs
|
Reference in New Issue
Block a user