]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Basic signal tests: Can we deliver a signal?
authorWarner Losh <imp@FreeBSD.org>
Tue, 23 Nov 2021 20:37:14 +0000 (13:37 -0700)
committerWarner Losh <imp@FreeBSD.org>
Tue, 23 Nov 2021 20:37:14 +0000 (13:37 -0700)
commitafc5ab870d8661a7dacdbd65554c2f3533aecb8d
treed89b0bceadc0c8a80def1d7ffb7f43a406bcb171
parent9109192197166e72ce0c04e5f04fc82f35a82f40
Basic signal tests: Can we deliver a signal?

Basic signal tests that tests can we deliver a signal via raise() and
can we deliver one via SIGALARM asynchronously.

In addition, tests whether or not on ARM T32 (Thumb) code can interrupt
A32 (normal) and vice versa.

While this test is aimed at ensuring basic qemu signals are working,
it's good to have in the base.

Sponsored by: Netflix
Discussed with: kevans, cognet
Differential Revision: https://reviews.freebsd.org/D33078
tests/sys/kern/Makefile
tests/sys/kern/basic_signal.c [new file with mode: 0644]