commit: fdab03d1908ce56ad35b5b882573283ccc091508 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Aug 20 08:30:30 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Aug 20 08:50:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdab03d1
dev-util/scons: Skip more broken tests Closes: https://bugs.gentoo.org/911623 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-util/scons/scons-4.5.2.ebuild | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/dev-util/scons/scons-4.5.2.ebuild b/dev-util/scons/scons-4.5.2.ebuild index b08903645edf..c623868baecd 100644 --- a/dev-util/scons/scons-4.5.2.ebuild +++ b/dev-util/scons/scons-4.5.2.ebuild @@ -74,6 +74,7 @@ src_prepare() { test/Java/multi-step.py test/TEX/newglossary.py test/TEX/variant_dir_newglossary.py + test/Configure/option--config.py # broken by commas in date, sic! test/option/option-v.py test/Interactive/version.py @@ -91,6 +92,16 @@ src_prepare() { test/Repository/multi-dir.py test/Repository/variants.py test/virtualenv/activated/option/ignore-virtualenv.py + # broken by CC being set? *facepalm* + test/LINK/applelink.py + test/ToolSurrogate.py + # no clue but why would we care about rpm? + test/packaging/option--package-type.py + test/packaging/rpm/cleanup.py + test/packaging/rpm/internationalization.py + test/packaging/rpm/multipackage.py + test/packaging/rpm/package.py + test/packaging/rpm/tagging.py ) if ! use amd64 && ! use x86 ; then
