Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: media-gfx/glimpse/files/, media-gfx/glimpse/
Date: Wed, 21 Apr 2021 19:40:23
Message-Id: 1619033283.9d729c22ab514c19c3d809a13a434a7cf8ba59d2.andrewammerlaan@gentoo
1 commit: 9d729c22ab514c19c3d809a13a434a7cf8ba59d2
2 Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
3 AuthorDate: Wed Apr 21 19:17:44 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Wed Apr 21 19:28:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9d729c22
7
8 media-gfx/glimpse: Disable failing tests.
9
10 Closes: https://bugs.gentoo.org/784410
11 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
12
13 .../glimpse-0.2.0_disable-failing-tests.patch | 29 ++++++++++++++++++++++
14 media-gfx/glimpse/glimpse-0.2.0.ebuild | 1 +
15 2 files changed, 30 insertions(+)
16
17 diff --git a/media-gfx/glimpse/files/glimpse-0.2.0_disable-failing-tests.patch b/media-gfx/glimpse/files/glimpse-0.2.0_disable-failing-tests.patch
18 new file mode 100644
19 index 000000000..b74d7b809
20 --- /dev/null
21 +++ b/media-gfx/glimpse/files/glimpse-0.2.0_disable-failing-tests.patch
22 @@ -0,0 +1,29 @@
23 +From f82733908da155f598cfec46d132c3121d793030 Mon Sep 17 00:00:00 2001
24 +From: tastytea <tastytea@××××××××.de>
25 +Date: Wed, 21 Apr 2021 20:50:29 +0200
26 +Subject: [PATCH] Disable failing tests.
27 +
28 +---
29 + app/tests/Makefile.am | 4 ----
30 + 1 file changed, 4 deletions(-)
31 +
32 +diff --git a/app/tests/Makefile.am b/app/tests/Makefile.am
33 +index d4203358d0..54c51e8dc4 100644
34 +--- a/app/tests/Makefile.am
35 ++++ b/app/tests/Makefile.am
36 +@@ -31,12 +31,8 @@ endif
37 + TESTS = \
38 + test-core \
39 + test-gimpidtable \
40 +- test-save-and-export \
41 + test-session-2-8-compatibility-multi-window \
42 + test-session-2-8-compatibility-single-window \
43 +- test-single-window-mode \
44 +- test-tools \
45 +- test-ui \
46 + test-xcf
47 +
48 + EXTRA_PROGRAMS = $(TESTS)
49 +--
50 +2.26.3
51 +
52
53 diff --git a/media-gfx/glimpse/glimpse-0.2.0.ebuild b/media-gfx/glimpse/glimpse-0.2.0.ebuild
54 index 107b98422..ca55db498 100644
55 --- a/media-gfx/glimpse/glimpse-0.2.0.ebuild
56 +++ b/media-gfx/glimpse/glimpse-0.2.0.ebuild
57 @@ -94,6 +94,7 @@ DOCS=( "AUTHORS" "HACKING.md" "NEWS" "README.md" )
58 PATCHES=(
59 "${FILESDIR}/${PN}-0.2.0_fix_test-appdata.patch" # Bug 685210, bug #691070
60 "${FILESDIR}/${PN}-0.2.0_fix_autoconf-2.70.patch" # Bug #776679
61 + "${FILESDIR}/${PN}-0.2.0_disable-failing-tests.patch" # Bug #784410
62 )
63
64 src_prepare() {