commit: 8ee9a34dcddcd8ec9191890960d20f0cc2564f98 Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Sun Nov 2 17:39:16 2025 +0000 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> CommitDate: Tue Nov 11 19:24:03 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ee9a34d
gnustep-base/gnustep-gui: skip broken tests It appears to be the sandbox blocking the creation of lock files. Bug: https://bugs.gentoo.org/935828 Bug: https://bugs.gentoo.org/941901 Signed-off-by: Alfred Wingate <parona <AT> protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44437 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org> gnustep-base/gnustep-gui/gnustep-gui-0.32.0.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gnustep-base/gnustep-gui/gnustep-gui-0.32.0.ebuild b/gnustep-base/gnustep-gui/gnustep-gui-0.32.0.ebuild index af668423d252..880f458f1821 100644 --- a/gnustep-base/gnustep-gui/gnustep-gui-0.32.0.ebuild +++ b/gnustep-base/gnustep-gui/gnustep-gui-0.32.0.ebuild @@ -35,6 +35,10 @@ src_prepare() { Tools/say/GNUmakefile \ Tools/speech/GNUmakefile \ || die + + # test failures. + rm -r Tests/gui/NSPasteboard/ || die # bug #935828 + sed -e '/START_SET/aSKIP("Skipped by the ebuild bug #941901");' -i Tests/gui/NSSavePanel/setDelegate_reload.m || die } src_configure() {
