From 4612c2f1e658605e372e14eb401c0e5572198ad1 Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Wed, 24 Jan 2024 03:49:57 -0500 Subject: dev-qt/qtmultimedia: skip tst_qvideoframecolormanagement in live Test was modified to be more strict and newly fails with offscreen rendering. Passes fine when using the RHI backend rather than CPU conversion (afaik wouldn't work with virtx+sandbox either). Signed-off-by: Ionen Wolkens --- dev-qt/qtmultimedia/qtmultimedia-6.6.9999.ebuild | 3 ++- dev-qt/qtmultimedia/qtmultimedia-6.7.9999.ebuild | 3 ++- dev-qt/qtmultimedia/qtmultimedia-6.9999.ebuild | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/dev-qt/qtmultimedia/qtmultimedia-6.6.9999.ebuild b/dev-qt/qtmultimedia/qtmultimedia-6.6.9999.ebuild index 3c69475face8..c4294e51cffe 100644 --- a/dev-qt/qtmultimedia/qtmultimedia-6.6.9999.ebuild +++ b/dev-qt/qtmultimedia/qtmultimedia-6.6.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2023 Gentoo Authors +# Copyright 2021-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -63,6 +63,7 @@ CMAKE_SKIP_TESTS=( tst_qscreencapture_integration tst_qscreencapturebackend # fails with offscreen rendering + tst_qvideoframecolormanagement tst_qwindowcapturebackend ) diff --git a/dev-qt/qtmultimedia/qtmultimedia-6.7.9999.ebuild b/dev-qt/qtmultimedia/qtmultimedia-6.7.9999.ebuild index 3c69475face8..c4294e51cffe 100644 --- a/dev-qt/qtmultimedia/qtmultimedia-6.7.9999.ebuild +++ b/dev-qt/qtmultimedia/qtmultimedia-6.7.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2023 Gentoo Authors +# Copyright 2021-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -63,6 +63,7 @@ CMAKE_SKIP_TESTS=( tst_qscreencapture_integration tst_qscreencapturebackend # fails with offscreen rendering + tst_qvideoframecolormanagement tst_qwindowcapturebackend ) diff --git a/dev-qt/qtmultimedia/qtmultimedia-6.9999.ebuild b/dev-qt/qtmultimedia/qtmultimedia-6.9999.ebuild index 3c69475face8..c4294e51cffe 100644 --- a/dev-qt/qtmultimedia/qtmultimedia-6.9999.ebuild +++ b/dev-qt/qtmultimedia/qtmultimedia-6.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2023 Gentoo Authors +# Copyright 2021-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -63,6 +63,7 @@ CMAKE_SKIP_TESTS=( tst_qscreencapture_integration tst_qscreencapturebackend # fails with offscreen rendering + tst_qvideoframecolormanagement tst_qwindowcapturebackend ) -- cgit v1.2.3-65-gdbad