On 5/20/21 10:42 AM, Alex Bennée wrote:
This adds a simple signal test that combines the POSIX timer_create
with signal delivery across multiple threads. The aim is to provide a
bit more of a stress test to flush out signal handling issues for
easily than the occasional random crash we sometimes see in linux-test
or threadcount.
Signed-off-by: Alex Bennée<[email protected]>
Message-Id:<[email protected]>
---
tests/tcg/multiarch/signals.c | 149 ++++++++++++++++++++++++++++
tests/tcg/alpha/Makefile.target | 7 ++
tests/tcg/multiarch/Makefile.target | 2 +
tests/tcg/sparc64/Makefile.target | 7 ++
Alpha and sparc64 should be fixed now
(since c313e52e6459de2e9064767083a0c949c476e32b).
r~