Test "ptrace: support for attaching child_process to parent" on arm64

Change-Id: I752542b6bfbf023d22e91f909518660afbff813c
Refs: #885
This commit is contained in:
Shiratori, Takehiro
2018-11-21 15:16:12 +09:00
committed by Masamichi Takagi
parent cf113d392a
commit f240671fc8
31 changed files with 1260 additions and 0 deletions

View File

@ -0,0 +1,22 @@
#!/bin/sh
## run.sh COPYRIGHT FUJITSU LIMITED 2018 ##
USELTP=0
USEOSTEST=1
. ../../../../common.sh
${MCEXEC} ./CT_001
${MCEXEC} ./CT_002
${MCEXEC} ./CT_003
sleep 2
${MCEXEC} ./CT_004
${MCEXEC} ./CT_005
${MCEXEC} ./CT_006
${MCEXEC} ./CT_007
${MCEXEC} ./CT_008
${MCEXEC} ./CT_009
${MCEXEC} ./CT_010
${MCEXEC} ./CT_011
${MCEXEC} ${TESTMCK} -s ptrace -n 19
${MCEXEC} ${TESTMCK} -s ptrace -n 20