tests/tcg: Add SIGRTMIN/SIGRTMAX test
authorIlya Leoshkevich <iii@linux.ibm.com>
Tue, 29 Oct 2024 23:17:48 +0000 (00:17 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 5 Nov 2024 10:36:08 +0000 (10:36 +0000)
commit6f58b090328f5b47ee688c77542bf20d521239a2
treee2158b9c515cdc0791484f59ac28e557ef5a6fa1
parentc107521e0ee9ea1744f674a79d02d3d5ea2ba98c
tests/tcg: Add SIGRTMIN/SIGRTMAX test

Test the lowest and the highest real-time signals. This requires
configuring the real-time signal mapping, and therefore some knowledge
about the host. To this end, pass the emulator path in the QEMU
environment variable to all tests (this should not disturb the existing
ones), and assume that all hosts have signals 36-39 available.

Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>
Message-ID: <20241029232211.206766-3-iii@linux.ibm.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tests/tcg/Makefile.target
tests/tcg/multiarch/linux/linux-sigrtminmax.c [new file with mode: 0644]