Test "signal: When the process receives a termination signal, it first terminates mcexec." on arm64

Change-Id: I5c8ab90ffd5c5da30162d606f4d86dca9d387b5a
Refs: #863
This commit is contained in:
Shiratori, Takehiro
2018-11-29 20:00:09 +09:00
committed by Masamichi Takagi
parent 3f11c1aee5
commit 556a64ac5e
41 changed files with 830 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#!/bin/sh
MCEXEC=mcexec
dd if=/dev/zero of=testfile bs=$((1024 * 1024)) count=$((2 * 1024))
sync
sudo /sbin/sysctl vm.drop_caches=3
$MCEXEC ./CT2004
rm -f testfile