commit: 73598bd142fd793b80ad4af4adf3c6ea00c4f561
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 15 09:30:07 2025 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sat Nov 15 10:11:55 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73598bd1
dev-qt/qtgraphs: skip hanging tst_qgqmltest in live
Just noticed that tests weren't being ran in 6.10.0, but Qt fixed
something (not an ebuild issue) and now they're being ran which
revealed that this test hangs and ultimately timeouts with
QT_QPA_PLATFORM=offscreen. Tried it on its own with =xcb and it
passes fine, so just going to skip it.
May or may not only happen with USE=quick3d given the warnings
but haven't verified.
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
dev-qt/qtgraphs/qtgraphs-6.10.9999.ebuild | 5 +++++
dev-qt/qtgraphs/qtgraphs-6.9999.ebuild | 5 +++++
2 files changed, 10 insertions(+)
diff --git a/dev-qt/qtgraphs/qtgraphs-6.10.9999.ebuild
b/dev-qt/qtgraphs/qtgraphs-6.10.9999.ebuild
index 49d7c4464b8c..72421a0dfd52 100644
--- a/dev-qt/qtgraphs/qtgraphs-6.10.9999.ebuild
+++ b/dev-qt/qtgraphs/qtgraphs-6.10.9999.ebuild
@@ -22,6 +22,11 @@ RDEPEND="
"
DEPEND="${RDEPEND}"
+CMAKE_SKIP_TESTS=(
+ # hangs+timeout with offscreen rendering
+ tst_qgqmltest
+)
+
src_configure() {
local mycmakeargs=(
# simpler than keeping track of and disabling every graphs-3d*
features
diff --git a/dev-qt/qtgraphs/qtgraphs-6.9999.ebuild
b/dev-qt/qtgraphs/qtgraphs-6.9999.ebuild
index 49d7c4464b8c..72421a0dfd52 100644
--- a/dev-qt/qtgraphs/qtgraphs-6.9999.ebuild
+++ b/dev-qt/qtgraphs/qtgraphs-6.9999.ebuild
@@ -22,6 +22,11 @@ RDEPEND="
"
DEPEND="${RDEPEND}"
+CMAKE_SKIP_TESTS=(
+ # hangs+timeout with offscreen rendering
+ tst_qgqmltest
+)
+
src_configure() {
local mycmakeargs=(
# simpler than keeping track of and disabling every graphs-3d*
features