summaryrefslogtreecommitdiffstats
path: root/lib/libproc/tests/proc_test.c
Commit message (Collapse)AuthorAgeFilesLines
* On arm64 disable three tests that hang or panicemaste2015-08-171-0/+9
| | | | | | | | | | Each issue has a PR open to track. This workaround allows us to run the tests to investigate the failures and avoid any new regressions. PR: 202304, 202305, 202307 Reviewed by: ngie Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D3378
* Ensure that we don't try to demangle a symbol name if we failed to lookmarkj2015-01-251-1/+39
| | | | | | up the symbol. Add a test to exercise this code path. Reviewed by: adrian
* Hook up support for userland CTF support in DTrace. This required somemarkj2014-10-031-4/+6
| | | | | | | | | | | | | | | | | | modifications to libproc to support fetching the CTF info for a given file. With this change, dtrace(1) is able to resolve type info for function and USDT probe arguments, and function return values. In particular, the args[n] syntax should now work for referencing arguments of userland probes, provided that the requisite CTF info is available. The uctf tests pass if the test programs are compiled with CTF info. The current infrastructure around the DTrace test suite doesn't support this yet. Differential Revision: https://reviews.freebsd.org/D891 MFC after: 1 month Relnotes: yes Sponsored by: EMC / Isilon Storage Division
* Add some ATF tests for libproc.markj2014-09-211-0/+347
Differential Revision: D710 Reviewed by: jmmv, ngie, rpaulo
OpenPOWER on IntegriCloud