#
cb6b5e8a |
| 01-Jun-2024 |
Mark Johnston <markj@FreeBSD.org> |
dtrace tests: Fix loading of the test kernel module
The old way is racy and can cause two instances, running in parallel, to attempt to load dtrace_test, and only one will succeed. This caused erro
dtrace tests: Fix loading of the test kernel module
The old way is racy and can cause two instances, running in parallel, to attempt to load dtrace_test, and only one will succeed. This caused errors when running dtrace tests in parallel.
MFC after: 1 week
show more ...
|
Revision tags: release/14.1.0, release/13.3.0 |
|
#
a61d2c7f |
| 10-Jan-2024 |
Mark Johnston <markj@FreeBSD.org> |
dtrace tests: Diff expected and actual output upon a miscompare
This makes quick diagnosis of test failures easier.
MFC after: 1 week
|
#
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
|
Revision tags: release/14.0.0 |
|
#
d0b2dbfa |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
Revision tags: release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0 |
|
#
0275f9db |
| 11-Aug-2017 |
Hans Petter Selasky <hselasky@FreeBSD.org> |
Merge ^/head r321383 through r322397.
|
#
69ef36e3 |
| 01-Aug-2017 |
Enji Cooper <ngie@FreeBSD.org> |
MFhead@r321829
|
#
07188cf1 |
| 26-Jul-2017 |
Enji Cooper <ngie@FreeBSD.org> |
MFhead@r321584
|
#
288ebd81 |
| 25-Jul-2017 |
Li-Wen Hsu <lwhsu@FreeBSD.org> |
The test case common.funcs.t_dtrace_contrib.tst_basename_d generates a verifying script which needs being run to complete the test.
While here, add missing shebang.
Reviewed by: gnn, markj, ngie Di
The test case common.funcs.t_dtrace_contrib.tst_basename_d generates a verifying script which needs being run to complete the test.
While here, add missing shebang.
Reviewed by: gnn, markj, ngie Differential Revision: https://reviews.freebsd.org/D11716
show more ...
|
Revision tags: release/11.1.0 |
|
#
1bde3b70 |
| 09-Dec-2016 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r309519 through r309757.
|
#
6b91eae9 |
| 08-Dec-2016 |
Mark Johnston <markj@FreeBSD.org> |
Run DTrace test scripts with "tst" set to the test script file name.
MFC after: 1 week Sponsored by: Dell EMC Isilon
|
Revision tags: release/11.0.1, release/11.0.0, release/10.3.0, release/10.2.0 |
|
#
416ba5c7 |
| 22-Jun-2015 |
Navdeep Parhar <np@FreeBSD.org> |
Catch up with HEAD (r280229-r284686).
|
#
98e0ffae |
| 27-May-2015 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Merge sync of head
|
#
7263c8c0 |
| 22-Apr-2015 |
Glen Barber <gjb@FreeBSD.org> |
MFH: r280643-r281852
Sponsored by: The FreeBSD Foundation
|
#
4bf53d0b |
| 04-Apr-2015 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Merge from HEAD
|
#
41aeaf2a |
| 30-Mar-2015 |
Mark Johnston <markj@FreeBSD.org> |
Replace dtest.pl, the upstream DTrace test suite harness, with a shell script. This reimplementation is much simpler than dtest.pl and is more amenable to being run under Kyua - dtest.pl writes error
Replace dtest.pl, the upstream DTrace test suite harness, with a shell script. This reimplementation is much simpler than dtest.pl and is more amenable to being run under Kyua - dtest.pl writes error output to a temporary directory that is deleted when the run finishes, making it hard to debug test failures. This change also removes the test suite's dependency on perl.
show more ...
|