Page MenuHomeFreeBSD

Enable building and installing DTrace test suite by default on amd64
Needs ReviewPublic

Authored by lwhsu on Mar 24 2022, 4:23 AM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 10 2024, 12:23 AM
Unknown Object (File)
Dec 22 2023, 10:23 PM
Unknown Object (File)
Jul 26 2023, 2:41 AM
Unknown Object (File)
Jul 1 2023, 10:36 PM
Unknown Object (File)
May 9 2023, 6:51 PM
Unknown Object (File)
May 5 2023, 1:24 PM
Unknown Object (File)
Apr 23 2023, 9:50 PM
Unknown Object (File)
Apr 7 2023, 3:25 PM
Subscribers

Details

Reviewers
markj
emaste
Summary

Sponsored by: The FreeBSD Foundation

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 44883
Build 41771: arc lint + arc unit

Event Timeline

lwhsu requested review of this revision.Mar 24 2022, 4:23 AM

Did you try this with KASAN by any chance? I don't think I have.

I assume the DTrace tests will be included in a default kyua run when this option is set?

tools/build/options/WITHOUT_DTRACE_TESTS
6

IMO avoid mentioning the architecture in here; it's very likely that we'd forget to update it if/when we update it for 2nd architecture, and makeman adds the list of default on/off architectures already. Maybe "is considered experimental on architectures where it is not enabled by default"?

(I see that this is based on the text already in WITH_DTRACE_TESTS.)

Did you try this with KASAN by any chance? I don't think I have.

I just enabled KASAN for dtrace test: https://github.com/freebsd/freebsd-ci/commit/aec6d5e061890c40938f0dc7937037d1c6ff7347
Let's see how it goes.

Tweak description in src.conf