<div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-family:monospace"><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Jul 12, 2021 at 7:02 PM Petr Vorel <<a href="mailto:pvorel@suse.cz" target="_blank">pvorel@suse.cz</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi all,<br>
<br>
I see failures of lib/newlib_tests/tst_strstatus on Alpine:<br>
<br>
tst_strstatus.c:31: TPASS: exited with 1<br>
tst_strstatus.c:31: TPASS: killed by SIGHUP<br>
tst_strstatus.c:31: TPASS: is stopped<br>
tst_strstatus.c:31: TPASS: is resumed<br>
tst_strstatus.c:29: TFAIL: killed by ??? != invalid status 0xff<br>
<br>
Any idea what could be wrong?<br></blockquote><div><br></div><div><div style="font-family:monospace" class="gmail_default">I'd start with definition of WIFSIGNALED on that system.<br></div><div style="font-family:monospace" class="gmail_default"><br></div><div style="font-family:monospace" class="gmail_default">printf("%d\n", WIFSIGNALED(0xff));</div><div style="font-family:monospace" class="gmail_default">should give you 0, but it does appear to return 1 in output above.<br></div><div style="font-family:monospace" class="gmail_default"><br></div><br></div></div></div>