Bug 444831

Summary: vbit-test F16 Iops are tested on the wrong architectures
Product: [Developer tools] valgrind Reporter: Mark Wielaard <mark>
Component: memcheckAssignee: Julian Seward <jseward>
Status: REPORTED ---    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: Patch that enables all F16 Iops in vbit-test for arm64 and disables them for all other arches

Description Mark Wielaard 2021-11-02 13:50:13 UTC
Created attachment 143137 [details]
Patch that enables all F16 Iops in vbit-test for arm64 and disables them for all other arches

Because of what looks like some copy/paste issues the new F16 Iops seem to be tested on the wrong architectures. They are only implemented on arm64. The attached patch only enables them for arm64.

Tested on ppc64le, arm64 and s390x (on s390x the test still fails because of an unrelated issue https://bugs.kde.org/show_bug.cgi?id=417993 but doesn't show an F16 crash anymore)

The other Iops probably should also be enabled for arm64 (it looks like they now only test the F16 ones, but none of the others).