On Dec 27, 12:55pm, mar...@duskware.de (Martin Husemann) wrote: -- Subject: Re: ATF tests hanging
| On Tue, Dec 26, 2017 at 02:35:45PM -0500, Christos Zoulas wrote: | > So now it is really only one test case "signal3". | | Yes. | | > How about this (restoring the test to what it was before): | > | > -#if defined(__sparc__) | > +#if defined(__sparc__) && !defined(__sparc64__) | > atf_tc_expect_timeout("PR kern/52167"); | | No, this is not the issue, and it is not sparc64 only. | | I think PTRACE_BREAKPOINT_ASM is wrong on arm (will double check), but | I don't understand what is failing on sparc64, see ktrace with debug | enabled below. | Well, it is not failing on sparc64, that's the issue. christos