summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2017-01-19 09:29:28 +0100
committerRemi Collet <fedora@famillecollet.com>2017-01-19 09:29:28 +0100
commit6a9379605d468bfc255e6b0542ed3011283639f3 (patch)
tree0fc664709539af4fcf718ce550e02670f75989a0
parente7d09523f2c512fd1fb044e1cd8c46ca8fdbc0e5 (diff)
gd: test fixed upstream
-rw-r--r--gd.spec6
1 files changed, 1 insertions, 5 deletions
diff --git a/gd.spec b/gd.spec
index 2b19a99..57a34f4 100644
--- a/gd.spec
+++ b/gd.spec
@@ -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"