aboutsummaryrefslogtreecommitdiff
path: root/cddl/contrib/opensolaris/cmd/dtrace/test
Commit message (Expand)AuthorAgeFilesLines
* dtrace tests: Add a test case which validates FBT probe argumentsMark Johnston2024-09-192-0/+37
* sdt: Implement SDT probes using hot-patchingMark Johnston2024-06-191-6/+5
* dtrace tests: Catch up with ping(8) output changesMark Johnston2024-01-101-1/+1
* dtrace tests: Stop hard-coding an incorrect path to sleep(1)Mark Johnston2024-01-104-4/+4
* dtrace tests: Run ksh with -pMark Johnston2024-01-1010-10/+10
* dtrace: Add the 'oformat' libdtrace optionDomagoj Stolfa2024-01-1026-0/+1653
* dtrace: move kinst tests to commonChristos Margiolis2023-07-041-0/+0
* kinst: fix memcpy() tracing crashChristos Margiolis2023-05-261-0/+1
* dtrace tests: Extend the kinst regression testMark Johnston2022-12-081-0/+1
* kinst: Add a rudimentary regression test caseMark Johnston2022-10-111-0/+46
* dtrace tests: Rename some test type names to avoid a conflictMark Johnston2022-08-031-6/+6
* dtrace tests: Override RLIMIT_CORE for a test which triggers a core dumpMark Johnston2022-08-031-1/+1
* dtrace tests: Fix expected outout for tst.system.dLi-Wen Hsu2022-03-091-6/+6
* dtrace: Disable getf() as it is broken on FreeBSDDomagoj Stolfa2021-12-171-1/+1
* dtrace tests: Fix tst.system.d after ping/ping6 unificationMark Johnston2021-04-231-3/+3
* dtrace tests: fix prototypes for gcc buildRyan Libby2021-01-114-6/+9
* Address compiler warnings in C code used by the DTrace test suite.Mark Johnston2020-09-1933-112/+105
* Fix dtrace test case after r351423 due to ping6(8) options changedLi-Wen Hsu2019-08-311-1/+1
* Fix tests use /etc/motd after r350184 by using an always existing fileLi-Wen Hsu2019-08-313-3/+3
* DTrace: create an amd64 test suitMariusz Zaborski2019-06-053-0/+161
* Add a trailing empty line to match the test code outputLi-Wen Hsu2019-04-291-0/+1
* Some test scripts use ncat --sctp --listen port to run an SCTP discardMichael Tuexen2019-04-282-36/+68
* Ensure that we use a 64-bit value for the last mmap() argument.Mark Johnston2019-03-201-1/+2
* Add support for send, receive and state-change DTrace providers forMichael Tuexen2018-08-229-7/+623
* Add a dtrace provider for UDP-Lite.Michael Tuexen2018-07-314-0/+250
* Improve TCP related tests for dtrace.Michael Tuexen2018-07-224-43/+37
* Test that the dtrace UDP receive probe fires.Michael Tuexen2018-07-202-6/+14
* Adjust comment to reality since r286171.Michael Tuexen2018-07-151-2/+1
* Don't require a local sshd for the local TCP state dtrace testMichael Tuexen2018-07-151-6/+17
* Fix the UDP tests for dtrace.Michael Tuexen2018-07-152-11/+59
* Return the intended return code.Michael Tuexen2018-07-141-1/+1
* Fix shebangs and execute bit of test scripts.Michael Tuexen2018-07-148-8/+8
* Use __syscall(2) rather than syscall(2) in syscall/tst.args.c.Mark Johnston2018-03-181-1/+1
* Add "jid" and "jailname" variables to DTrace.Mark Johnston2018-01-122-0/+88
* Add a regression test for r327794.Mark Johnston2018-01-102-0/+36
* Complete support for dtrace's -x setenv option.Mark Johnston2017-12-0312-0/+225
* Revert r326181 for now.Mark Johnston2017-11-271-1/+1
* Compile one of the uctf test programs with -m32.Mark Johnston2017-11-241-1/+1
* Don't assume that we can resolve "main" in the ksh executable.Mark Johnston2017-11-211-1/+1
* Fix the raise tests.Bryan Drewery2017-09-156-7/+10
* Fix DTrace test tst_inet_ntop_d: remove definitions are already in libdtraceLi-Wen Hsu2017-09-121-3/+0
* Use an updated copy of the CDDL header boilerplate from illumos.Mark Johnston2017-08-211-18/+8
* Add a regression test for r322773.Mark Johnston2017-08-211-0/+35
* Add an auxiliary subroutine to generate some events for testingLi-Wen Hsu2017-07-261-0/+14
* Modify glob patterns and expected output to match FreeBSD's implementation.Li-Wen Hsu2017-07-252-7/+15
* Make this test case accepts basename() in D script returns "" or "."Li-Wen Hsu2017-07-252-4/+22
* Explicitly set dynamic variable buffer size.Li-Wen Hsu2017-07-251-0/+1
* Explicitly set dynamic variable buffer size.Li-Wen Hsu2017-07-251-0/+1
* Add an auxiliary subroutine to generate read(2) event while testing.Li-Wen Hsu2017-07-251-0/+13
* Add a simple script which calls open(2) and others to generate events forLi-Wen Hsu2017-07-252-0/+31