Files
mckernel/test/mng_mod/issues/1029/arm64/run.sh
Shiratori, Takehiro 0ee446923a Test "make sure to context-switch to idle thread when therad's status is PS_EXITED" on arm64
Change-Id: I757d529e49655e9010022f10414e4d6c9eb4c059
Refs: #1029
2018-12-05 01:21:48 +00:00

23 lines
382 B
Bash
Executable File

#!/bin/sh
## run.sh COPYRIGHT FUJITSU LIMITED 2018 ##
USELTP=0
USEOSTEST=0
. ../../../../common.sh
STRESSBIN=
${STRESSBIN}/mck-mcexec.sh ${STRESSBIN}/killit -np 16 -nosignal ${STRESSBIN}/signalonfutex
if [ $? == 0 ]; then
echo "ISSUE01: OK"
else
echo "ISSUE01: NG"
fi
mcstop
mcreboot
${MCEXEC} ./go_test 10 > /dev/null
${IHKOSCTL} 0 kmsg | grep CT_ | cut -f 2 -d ":" | sort