Re: [PATCH] tests: Skip signal detection on Haiku

2021-06-05 Thread Bruno Haible
Eric Blake wrote: > On Haiku, using 'kill -9' fromm /bin/shactually causes a process to > die with the non-standard SIGKILLTHR 15, which causes 198.sysval to > fail from the unexpected value. Thank you. I confirm that now, on Haiku, all m4 tests pass. (A few gnulib tests fail, that apparently have

[PATCH] tests: Skip signal detection on Haiku

2021-05-28 Thread Eric Blake
On Haiku, using 'kill -9' fromm /bin/shactually causes a process to die with the non-standard SIGKILLTHR 15, which causes 198.sysval to fail from the unexpected value. * doc/m4.texi (Sysval): Skip test on Haiku. Reported by Bruno Haible, https://lists.gnu.org/archive/html/bug-m4/2021-05/msg4.h