diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-01-19 09:29:28 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-01-19 09:29:28 +0100 |
commit | 6a9379605d468bfc255e6b0542ed3011283639f3 (patch) | |
tree | 0fc664709539af4fcf718ce550e02670f75989a0 | |
parent | e7d09523f2c512fd1fb044e1cd8c46ca8fdbc0e5 (diff) |
gd: test fixed upstream
-rw-r--r-- | gd.spec | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -175,14 +175,10 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/libgd.a %check -%ifarch %{ix86} ppc64 ppc64le aarch64 +%ifarch %{ix86} # See https://github.com/libgd/libgd/issues/359 XFAIL_TESTS="gdimagegrayscale/basic $XFAIL_TESTS" %endif -%ifarch ppc64 ppc64le aarch64 -# See https://github.com/libgd/libgd/issues/364 -XFAIL_TESTS="gdimagecopyresampled/bug00201 $XFAIL_TESTS" -%endif %if 0%{?rhel} > 0 && 0%{?rhel} <= 6 || 0%{?fedora} >= 26 # See https://github.com/libgd/libgd/issues/363 XFAIL_TESTS="freetype/bug00132 $XFAIL_TESTS" |