Idris2/tests/base/system_signal004
Stiopa Koltsov c4ed1395d9 Replace per signal counter with per signal flag
Operating system counter stores signals as flag set without counter.
So sending two signals to a process may result to one or two signal
handler invocation. Queueing signals inside Idris could give users
false sense of signals being are queue, while they are not.

In particular, test for signal could not work reliably for that
reason.

Also, practically we usually don't need have more than once signal
event.

This is follow-up to #1660. CC @mattpolzin
2021-07-16 11:31:53 +01:00
..
expected Simple signal handling (#1458) 2021-05-25 16:45:46 +01:00
HandleManySignals.idr Replace per signal counter with per signal flag 2021-07-16 11:31:53 +01:00
input Simple signal handling (#1458) 2021-05-25 16:45:46 +01:00
run Move rm -rf to the beginning of the test 2021-07-13 22:54:53 +01:00