Bug 444831 - vbit-test F16 Iops are tested on the wrong architectures
Summary: vbit-test F16 Iops are tested on the wrong architectures
Status: REPORTED
Alias: None
Product: valgrind
Classification: Developer tools
Component: memcheck (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Julian Seward
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-11-02 13:50 UTC by Mark Wielaard
Modified: 2021-11-02 13:50 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
Patch that enables all F16 Iops in vbit-test for arm64 and disables them for all other arches (4.34 KB, patch)
2021-11-02 13:50 UTC, Mark Wielaard
Details

Note You need to log in before you can comment on or make changes to this bug.
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).