mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-29 23:54:14 +00:00
1ea745ca2e
The multiple-handlers test was checking if handlers at one signal were activated in a fair manner. But on Qemu, the error tolerance of one was too small in rare cases (2 of 100 runs). However, having multiple handlers for the same signal context can be considered deprecated anyway. With the recommended Signal_handler wrapper for signal sessions, you can't use this feature. Thus, we removed the multiple-handlers test. Fixes #2450