blob: 9aed6aff2aa0de58c59a838046a80a4e538d9006 [file] [log] [blame]
source `dirname $0`/util.sh
# Ensure that the test records some SCHED interrupt events.
timeslice=100
RECORD_ARGS="-c$timeslice"
# 2^9 iterations is arbitrarily chosen to record and replay < 15s,
# both with and without the syscallbuf, on a fast machine.
record async_signal_syscalls$bitness 9
replay
check 'EXIT-SUCCESS'