Skip tests that break on s390x
https://bugzilla.redhat.com/show_bug.cgi?id=1603454
This commit is contained in:
parent
572f043fa1
commit
0cad927f54
10
babl.spec
10
babl.spec
@ -1,9 +1,13 @@
|
||||
# skip tests known to be problematic in a specific version
|
||||
%global skip_checks_version 0.1.50
|
||||
%global skip_checks_version 0.1.52
|
||||
%ifarch ppc64 ppc64le
|
||||
%global skip_checks chromaticities srgb_to_lab_u8 models float-to-8bit
|
||||
%else
|
||||
%global skip_checks %nil
|
||||
%else
|
||||
%ifarch s390x
|
||||
%global skip_checks float-to-8bit
|
||||
%else
|
||||
%global skip_checks %nil
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%if ! 0%{?fedora}%{?rhel} || 0%{?fedora} >= 20 || 0%{?rhel} > 7
|
||||
|
Loading…
Reference in New Issue
Block a user