Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/bmake/files/
Date: Sun, 07 Feb 2021 13:07:57
Message-Id: 1612703260.86f3ce3c3a95a50e41dfb27daa6c5bbb4bfb5e36.soap@gentoo
1 commit: 86f3ce3c3a95a50e41dfb27daa6c5bbb4bfb5e36
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Sun Feb 7 13:07:40 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 7 13:07:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86f3ce3c
7
8 sys-devel/bmake: Disable failing test
9
10 Closes: https://github.com/gentoo/gentoo/pull/19314
11 Closes: https://bugs.gentoo.org/768483
12 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
13 Signed-off-by: David Seifert <soap <AT> gentoo.org>
14
15 sys-devel/bmake/files/bmake-20201117-tests.patch | 16 ++++++++++++++++
16 1 file changed, 16 insertions(+)
17
18 diff --git a/sys-devel/bmake/files/bmake-20201117-tests.patch b/sys-devel/bmake/files/bmake-20201117-tests.patch
19 index 8955f1d89bd..185f45232e1 100644
20 --- a/sys-devel/bmake/files/bmake-20201117-tests.patch
21 +++ b/sys-devel/bmake/files/bmake-20201117-tests.patch
22 @@ -16,3 +16,19 @@
23 TESTS+= shell-custom
24 .if exists(/bin/ksh)
25 TESTS+= shell-ksh
26 +@@ -287,7 +285,6 @@
27 + TESTS+= var-op-assign
28 + TESTS+= var-op-default
29 + TESTS+= var-op-expand
30 +-TESTS+= var-op-shell
31 + TESTS+= var-op-sunsh
32 + TESTS+= var-recursive
33 + TESTS+= varcmd
34 +@@ -300,7 +297,6 @@
35 + TESTS+= varmod-edge
36 + TESTS+= varmod-exclam-shell
37 + TESTS+= varmod-extension
38 +-TESTS+= varmod-gmtime
39 + TESTS+= varmod-hash
40 + TESTS+= varmod-head
41 + TESTS+= varmod-ifelse