summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sping@gentoo.org>2017-03-22 20:25:12 +0100
committerSebastian Pipping <sping@gentoo.org>2017-03-22 20:28:00 +0100
commit5222e472b9882373b5e46adb82968f4126d0b8c6 (patch)
tree8dd1bb030b3ecc66b4163add3ad5dfb57440e6c0 /media-libs
parentapp-office/wps-office: Drop id from header (diff)
downloadgentoo-5222e472b9882373b5e46adb82968f4126d0b8c6.tar.gz
gentoo-5222e472b9882373b5e46adb82968f4126d0b8c6.tar.bz2
gentoo-5222e472b9882373b5e46adb82968f4126d0b8c6.zip
media-libs/gegl: Disable two failing tests (bug #595332)
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/gegl/files/gegl-0.3.12-failing-tests.patch33
-rw-r--r--media-libs/gegl/gegl-0.3.10.ebuild4
-rw-r--r--media-libs/gegl/gegl-0.3.12.ebuild2
-rw-r--r--media-libs/gegl/gegl-0.3.8.ebuild4
4 files changed, 41 insertions, 2 deletions
diff --git a/media-libs/gegl/files/gegl-0.3.12-failing-tests.patch b/media-libs/gegl/files/gegl-0.3.12-failing-tests.patch
new file mode 100644
index 000000000000..c886419925af
--- /dev/null
+++ b/media-libs/gegl/files/gegl-0.3.12-failing-tests.patch
@@ -0,0 +1,33 @@
+From e3ffef75aabd2d078cf341124ba42ce7673419b3 Mon Sep 17 00:00:00 2001
+From: Sebastian Pipping <sebastian@pipping.org>
+Date: Wed, 22 Mar 2017 19:59:38 +0100
+Subject: [PATCH] Disable failing tests
+
+https://bugs.gentoo.org/show_bug.cgi?id=595332#c3
+---
+ tests/simple/Makefile.am | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/tests/simple/Makefile.am b/tests/simple/Makefile.am
+index e28680a..aa7efd8 100644
+--- a/tests/simple/Makefile.am
++++ b/tests/simple/Makefile.am
+@@ -15,7 +15,6 @@ noinst_PROGRAMS = \
+ test-gegl-rectangle \
+ test-gegl-color \
+ test-gegl-tile \
+- test-image-compare \
+ test-license-check \
+ test-misc \
+ test-node-connections \
+@@ -23,7 +22,6 @@ noinst_PROGRAMS = \
+ test-node-properties \
+ test-object-forked \
+ test-opencl-colors \
+- test-serialize \
+ test-path \
+ test-proxynop-processing \
+ test-scaled-blit \
+--
+2.12.0
+
diff --git a/media-libs/gegl/gegl-0.3.10.ebuild b/media-libs/gegl/gegl-0.3.10.ebuild
index 4623228a29c4..6ac39e18502d 100644
--- a/media-libs/gegl/gegl-0.3.10.ebuild
+++ b/media-libs/gegl/gegl-0.3.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -93,6 +93,8 @@ src_prepare() {
-e '/composite-transform.xml/d' \
-i tests/compositions/Makefile.am || die
+ epatch "${FILESDIR}"/${PN}-0.3.12-failing-tests.patch
+
eautoreconf
gnome2_environment_reset
diff --git a/media-libs/gegl/gegl-0.3.12.ebuild b/media-libs/gegl/gegl-0.3.12.ebuild
index 37b1e5de89d3..650df9398cab 100644
--- a/media-libs/gegl/gegl-0.3.12.ebuild
+++ b/media-libs/gegl/gegl-0.3.12.ebuild
@@ -93,6 +93,8 @@ src_prepare() {
-e '/composite-transform.xml/d' \
-i tests/compositions/Makefile.am || die
+ epatch "${FILESDIR}"/${PN}-0.3.12-failing-tests.patch
+
eautoreconf
gnome2_environment_reset
diff --git a/media-libs/gegl/gegl-0.3.8.ebuild b/media-libs/gegl/gegl-0.3.8.ebuild
index d93f96153ff7..c1bd4c14c7b5 100644
--- a/media-libs/gegl/gegl-0.3.8.ebuild
+++ b/media-libs/gegl/gegl-0.3.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -93,6 +93,8 @@ src_prepare() {
-e '/composite-transform.xml/d' \
-i tests/compositions/Makefile.am || die
+ epatch "${FILESDIR}"/${PN}-0.3.12-failing-tests.patch
+
eautoreconf
gnome2_environment_reset