Files
mckernel/test/issues/1474/C1474.sh
Tomoki Shirasawa 7efb394905 remote_page_fault is handled by the offloaded thread.
Change-Id: I9cfad509260cceada74abdf39ca6a1822561e0d9
Refs: #1474
2021-03-03 02:25:56 +00:00

22 lines
425 B
Bash

ELTP=1
USEOSTEST=0
. ../../common.sh
################################################################################
uname -m
dd if=/dev/zero of=testfile bs=4096 count=1
$MCEXEC ./C1474T01
rm -f outfile
$MCEXEC ./C1474T02
rm -f outfile
$MCEXEC ./C1474T03
rm -f outfile
$MCEXEC --enable-uti ./C1474T04
rm -f outfile
$MCEXEC --enable-uti ./C1474T05
rm -f outfile
$MCEXEC --enable-uti ./C1474T06
rm -f outfile
rm -f testfile