Test "sigaction: support for SA_RESETHAND on x86_64" on arm64
Change-Id: I6154134d53d1ee0344e4bc344f302ffaf810c618 Refs: #1031
This commit is contained in:
committed by
Masamichi Takagi
parent
739472bd86
commit
9e57db5427
19
test/mng_mod/issues/1031/arm64/run.sh
Executable file
19
test/mng_mod/issues/1031/arm64/run.sh
Executable file
@ -0,0 +1,19 @@
|
||||
#!/bin/sh
|
||||
## run.sh COPYRIGHT FUJITSU LIMITED 2018 ##
|
||||
|
||||
USELTP=0
|
||||
USEOSTEST=1
|
||||
|
||||
. ../../../../common.sh
|
||||
|
||||
${MCEXEC} ./CT_001
|
||||
${MCEXEC} ./CT_002
|
||||
${MCEXEC} ./CT_003
|
||||
${MCEXEC} ./CT_004
|
||||
${MCEXEC} ./CT_005
|
||||
${MCEXEC} ./CT_006
|
||||
${MCEXEC} ./CT_007
|
||||
${MCEXEC} ./CT_008
|
||||
${MCEXEC} ./CT_009
|
||||
${MCEXEC} ./CT_010
|
||||
stdbuf -i0 -o0 -e0 ${MCEXEC} ${TESTMCK} -s rt_sigaction -n 4
|
||||
Reference in New Issue
Block a user