History log of /freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/speculation/tst.NoSpecBuffer.exe
Revision Date Author Comments
# e25922b3 09-Jan-2024 Mark Johnston <markj@FreeBSD.org>

dtrace tests: Run ksh with -p

In particular, avoid loading the user's .profile file, since that can
have undesirable side effects. Most tests were already careful to do
this.

MFC after: 1 week


# 8dc0ad14 31-Aug-2019 Li-Wen Hsu <lwhsu@FreeBSD.org>

Fix tests use /etc/motd after r350184 by using an always existing file

Sponsored by: The FreeBSD Foundation


# d83c7075 24-Jul-2017 Li-Wen Hsu <lwhsu@FreeBSD.org>

Add a simple script which calls open(2) and others to generate events for
testing.

This test times-out on a quiet system because there is nobody triggers
syscall::open:entry or syscall::: probe while test execution.

Reviewed by: gnn, markj (earlier version)
Differential Revision: https://reviews.freebsd.org/D11671