mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
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:
committed by
Bernard Cafarelli
parent
550614c8c8
commit
8ee9a34dcd
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user