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@protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44437
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
This commit is contained in:
Alfred Wingate
2025-11-02 19:39:16 +02:00
committed by Bernard Cafarelli
parent 550614c8c8
commit 8ee9a34dcd

View File

@@ -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() {