Re: xfail lib/libc/setjmp-fpu regress on powerpc64

2021-04-14 Thread Alexander Bluhm
On Wed, Apr 14, 2021 at 08:33:43PM +0200, Mark Kettenis wrote: > The ELFv2 ABI on powerpc64 explicitly states that when returning > through setjmp(3) from longjmp(3), the "limited access bits" are *not* > restored to the values they had before setjmp(3) was called. > > This means that the tests he

xfail lib/libc/setjmp-fpu regress on powerpc64

2021-04-14 Thread Mark Kettenis
The ELFv2 ABI on powerpc64 explicitly states that when returning through setjmp(3) from longjmp(3), the "limited access bits" are *not* restored to the values they had before setjmp(3) was called. This means that the tests here are expected to fail according to the ABI. Now we may opt to restore