Support mmap shared anonymous memory

This commit is contained in:
Jianfeng Jiang
2023-12-04 07:32:38 +00:00
committed by Tate, Hongliang Tian
parent 89b21ba3b4
commit ea25157790
12 changed files with 148 additions and 10 deletions

View File

@ -8,7 +8,7 @@ SCRIPT_DIR=/regression
cd ${SCRIPT_DIR}/..
echo "Start process test......"
tests="hello_world/hello_world fork/fork execve/execve fork_c/fork signal_c/signal_test pthread/pthread_test hello_pie/hello pty/open_pty getpid/getpid eventfd2/eventfd2"
tests="hello_world/hello_world fork/fork execve/execve fork_c/fork signal_c/signal_test pthread/pthread_test hello_pie/hello pty/open_pty getpid/getpid eventfd2/eventfd2 mmap/map_shared_anon"
for testcase in ${tests}
do
echo "Running test ${testcase}......"