In #419 we encountered a failing test for Highway 1.0.3 on neoverse_v1:
211 - HwyBlockwiseShiftTestGroup/HwyBlockwiseShiftTest.TestAllShiftRightLanes/SVE_256 # GetParam() = 33554432 (Subprocess aborted)
While debugging things interactively, sometimes this one failed in the same way:
212 - HwyBlockwiseShiftTestGroup/HwyBlockwiseShiftTest.TestAllShiftRightLanes/SVE # GetParam() = 134217728 (Subprocess aborted)
An issue has been created upstream, and according to the developer this can be safely ignored, since the expected value itself is wrong:
google/highway#1938
A hook will be added to exclude these tests on neoverse_v1.
In #419 we encountered a failing test for
Highway 1.0.3onneoverse_v1:While debugging things interactively, sometimes this one failed in the same way:
An issue has been created upstream, and according to the developer this can be safely ignored, since the expected value itself is wrong:
google/highway#1938
A hook will be added to exclude these tests on
neoverse_v1.