You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rationale :
POSIX is clear that signal ordering is not guaranteed.
On Haiku, SIGKILL is sent at higher priority than SIGUSR1 so it is signaled before.
Here the goal is just to test the masking, so i change for SIGUSR2 at same level.
Though i am aware there should be a cleaner way to test signal masking, this change gets the signals to be delivered in same order.
This solved the FAILED test on Haiku.
Signed-off-by: Sylvain78 <[email protected]>
0 commit comments