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).