Page MenuHomeFreeBSD

tests: Test that SIGSYS is not delivered if kern.signosys knob is off
ClosedPublic

Authored by dchagin on Sep 25 2023, 6:39 PM.
Tags
None
Referenced Files
F151262406: D41979.diff
Tue, Apr 7, 4:41 AM
F151205065: D41979.id128150.diff
Mon, Apr 6, 7:56 PM
Unknown Object (File)
Wed, Apr 1, 6:37 AM
Unknown Object (File)
Wed, Apr 1, 6:35 AM
Unknown Object (File)
Wed, Apr 1, 6:28 AM
Unknown Object (File)
Wed, Apr 1, 6:06 AM
Unknown Object (File)
Mon, Mar 30, 12:16 AM
Unknown Object (File)
Sat, Mar 28, 8:10 AM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 53750
Build 50641: arc lint + arc unit

Event Timeline

dchagin retitled this revision from tests: Add test for SIGSYS to tests: Test that SIGSYS is not delivered if kern.signosys knob is off.Sep 26 2023, 1:13 PM

Use allow_sysctl_side_effects

tests/sys/kern/sigsys.c
45

Why not just pass the expected value as a parameter to sigsys_test()?

96
dchagin added inline comments.
tests/sys/kern/sigsys.c
45

Why not just pass the expected value as a parameter to sigsys_test()?

Hmm, brought it back, indeed

This revision is now accepted and ready to land.Sep 28 2023, 2:11 PM