Accepting request 517003 from graphics

- Don't fail gdimagegrayscale/basic on SLE15 (boo#1053825) (forwarded request 517000 from lnussel)

OBS-URL: https://build.opensuse.org/request/show/517003
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gd?expand=0&rev=45
This commit is contained in:
Dominique Leuenberger 2017-08-24 16:26:32 +00:00 committed by Git OBS Bridge
commit 2c3487e116
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Aug 15 09:19:05 UTC 2017 - lnussel@suse.de
- Don't fail gdimagegrayscale/basic on SLE15 (boo#1053825)
-------------------------------------------------------------------
Fri Jul 21 11:29:06 UTC 2017 - tchvatal@suse.com

View File

@ -126,10 +126,14 @@ export CFLAGS="%{optflags} -ffp-contract=off"
make %{?_smp_mflags}
%check
%if !0%{?sle_version} || 0%{?sle_version} < 150000
# on SLE15 we have --with-arch-32=x86_64 so the test actually
# passes boo#1053825
%ifarch %{ix86}
# See https://github.com/libgd/libgd/issues/359
XFAIL_TESTS="gdimagegrayscale/basic $XFAIL_TESTS"
%endif
%endif
export XFAIL_TESTS
make check %{?_smp_mflags}