commit: 8562827810e767a167c09d4bd8ad7689c5521f62
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 26 13:27:23 2023 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Sep 26 14:26:23 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85628278
dev-qt/qtbase: skip test newly failing with sandbox in 6.6+
Passes fine if just run it on its own or disable all sandboxes.
Exact cause unknown given gives no sandbox violations and does
not seem to be ipc/pid-sandbox.
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
dev-qt/qtbase/qtbase-6.6.9999.ebuild | 2 ++
dev-qt/qtbase/qtbase-6.9999.ebuild | 2 ++
2 files changed, 4 insertions(+)
diff --git a/dev-qt/qtbase/qtbase-6.6.9999.ebuild
b/dev-qt/qtbase/qtbase-6.6.9999.ebuild
index 98b39111fafa..209286c5d22d 100644
--- a/dev-qt/qtbase/qtbase-6.6.9999.ebuild
+++ b/dev-qt/qtbase/qtbase-6.6.9999.ebuild
@@ -280,6 +280,8 @@ src_test() {
tst_qx11info
# fails with network sandbox
tst_qdnslookup
+ # fails with sandbox
+ tst_qsharedmemory
# typical to lack SCTP support on non-generic kernels
tst_qsctpsocket
# these can be flaky depending on the environment/toolchain
diff --git a/dev-qt/qtbase/qtbase-6.9999.ebuild
b/dev-qt/qtbase/qtbase-6.9999.ebuild
index 97f1bd56f733..bda0eaf0fd5c 100644
--- a/dev-qt/qtbase/qtbase-6.9999.ebuild
+++ b/dev-qt/qtbase/qtbase-6.9999.ebuild
@@ -282,6 +282,8 @@ src_test() {
tst_qx11info
# fails with network sandbox
tst_qdnslookup
+ # fails with sandbox
+ tst_qsharedmemory
# typical to lack SCTP support on non-generic kernels
tst_qsctpsocket
# these can be flaky depending on the environment/toolchain