Skip to content

Disable tests entirely

Disable tests entirely

The tests are problematic and hanging randomly. Disabling the test suite until we have a proper fix

This package is arch:all and produces a single binary package containing development header files

Currently, the build fails on OBS for arm architectures, with below log:

[  857s] Summary of Failures:
[  857s]
[  857s] 113/768 x86/avx512/mulhi/native/c               ERROR           0.03s   exit status 1
[  857s] 114/768 x86/avx512/mulhi/native/cpp             ERROR           0.03s   exit status 1
[  857s] 217/768 x86/mmx/native/c                        ERROR           0.03s   exit status 1
[  857s] 218/768 x86/mmx/native/cpp                      ERROR           0.03s   exit status 1
[  857s] 219/768 x86/sse/native/c                        ERROR           0.03s   exit status 1
[  857s] 220/768 x86/sse/native/cpp                      ERROR           0.03s   exit status 1
[  857s] 221/768 x86/sse2/native/c                       ERROR           0.03s   exit status 1
[  857s] 222/768 x86/sse2/native/cpp                     ERROR           0.03s   exit status 1
[  857s] 233/768 x86/avx2/native/c                       ERROR           0.04s   exit status 1
[  857s] 235/768 x86/avx2/native/cpp                     ERROR           0.04s   exit status 1
[  857s]
[  857s] Ok:                 758
[  857s] Expected Fail:      0
[  857s] Fail:               10
[  857s] Unexpected Pass:    0
[  857s] Skipped:            0
[  857s] Timeout:            0

Looking at the failing tests, they are all x86 related and in particular to specific x86 cpu extensions. As such, they may not be available on other platforms.

Note: On OBS, we have native arm workers

Signed-off-by: Ritesh Raj Sarraf ritesh.sarraf@collabora.com

Edited by Ritesh Raj Sarraf

Merge request reports