mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-27 19:33:23 +00:00
Support the system call mremap
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
33345f184a
commit
11f9675f37
@ -25,6 +25,7 @@ TESTS ?= \
|
||||
mknod_test \
|
||||
mmap_test \
|
||||
mount_test \
|
||||
mremap_test \
|
||||
msync_test \
|
||||
open_create_test \
|
||||
open_test \
|
||||
|
6
test/syscall_test/gvisor/blocklists/mremap_test
Normal file
6
test/syscall_test/gvisor/blocklists/mremap_test
Normal file
@ -0,0 +1,6 @@
|
||||
MremapDeathTest.SharedAnon
|
||||
MremapTest.InPlace_Copy
|
||||
MremapTest.MayMove_Copy
|
||||
MremapTest.MustMove_Copy
|
||||
PrivateShared/MremapParamTest.InPlace_ExpansionFailure/*
|
||||
PrivateShared/MremapParamTest.Fixed_ShrinkingAcrossVMAs/*
|
Reference in New Issue
Block a user