tests/tcg: add a multiarch signals test to stress test signal delivery
commit81c4edc39e550efd639f7730dd94029e04cf7b96
authorAlex Bennée <alex.bennee@linaro.org>
Thu, 27 May 2021 16:03:14 +0000 (27 17:03 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 7 Jun 2021 13:42:42 +0000 (7 14:42 +0100)
tree6345be3a5a4d72585ba5a0a242b1130b8aacab51
parent6f398e533f5e259b4f937f4aa9de970f7201d166
tests/tcg: add a multiarch signals test to stress test signal delivery

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 <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210527160319.19834-2-alex.bennee@linaro.org>
tests/tcg/multiarch/Makefile.target
tests/tcg/multiarch/signals.c [new file with mode: 0644]