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
Unknown Object (File)
Mon, Jun 17, 9:17 PM
Unknown Object (File)
Sun, Jun 16, 7:08 PM
Unknown Object (File)
Sun, Jun 16, 6:59 PM
Unknown Object (File)
May 18 2024, 1:14 PM
Unknown Object (File)
May 5 2024, 8:27 AM
Unknown Object (File)
May 2 2024, 3:52 PM
Unknown Object (File)
May 1 2024, 3:21 PM
Unknown Object (File)
Apr 30 2024, 6:40 PM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 53719
Build 50610: 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