On arm64 disable three tests that hang or panicEach issue has a PR open to track. This workaround allows us to run thetests to investigate the failures and avoid any new regressions.PR: 202304,
On arm64 disable three tests that hang or panicEach issue has a PR open to track. This workaround allows us to run thetests to investigate the failures and avoid any new regressions.PR: 202304, 202305, 202307Reviewed by: ngieSponsored by: The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D3378
show more ...
Ensure that we don't try to demangle a symbol name if we failed to lookup the symbol. Add a test to exercise this code path.Reviewed by: adrian
Hook up support for userland CTF support in DTrace. This required somemodifications to libproc to support fetching the CTF info for a given file.With this change, dtrace(1) is able to resolve type
Hook up support for userland CTF support in DTrace. This required somemodifications 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 andUSDT 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. Thecurrent infrastructure around the DTrace test suite doesn't support thisyet.Differential Revision: https://reviews.freebsd.org/D891MFC after: 1 monthRelnotes: yesSponsored by: EMC / Isilon Storage Division
Add some ATF tests for libproc.Differential Revision: D710Reviewed by: jmmv, ngie, rpaulo
12