blob: fb17856e168901509a75f4b72467dc9fec76d53b [file] [log] [blame]
source `dirname $0`/util.sh
# Without the syscallbuf, trying to record the large number of
# syscalls in this test is impractical.
skip_if_no_syscall_buf
# 2^17 iterations is arbitrarily chosen to take ~3s on a fast machine
record $TESTNAME 17
# Because of issue #184, replay takes longer than practical. So for
# now we'll skip it and hope other tests exercise the relevant code
# well enough.
#replay
#check 'EXIT-SUCCESS'
passed