On Fri, Sep 17, 2021 at 09:27:04AM +0000, misono.tomohiro@fujitsu.com wrote: > Actually I tried to run these sve tests update on A64FX and got the above error: > # # SVE VL 48 returned 32 test logic failure > but returning 32 is expected behavior as A64FX's supported VL lens are 16, 32, 64. Right, I see. That's not triggering on the virtual platforms since they just support all the VLs. Your fix looks right, it was supposed to be an assert in case of logic failures but that doesn't actually work out.