From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ECD401581D8 for ; Mon, 18 Nov 2024 16:15:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C07FE0948; Mon, 18 Nov 2024 16:15:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 10F53E0948 for ; Mon, 18 Nov 2024 16:15:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 21939335D21 for ; Mon, 18 Nov 2024 16:15:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B35211682 for ; Mon, 18 Nov 2024 16:15:40 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1731946498.66bc739acc184a6dacecab0788f3ff4b7d7d11e3.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtmultimedia/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtmultimedia/qtmultimedia-6.8.9999.ebuild dev-qt/qtmultimedia/qtmultimedia-6.9999.ebuild X-VCS-Directories: dev-qt/qtmultimedia/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 66bc739acc184a6dacecab0788f3ff4b7d7d11e3 X-VCS-Branch: master Date: Mon, 18 Nov 2024 16:15:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 57f1de00-33ca-4610-b5c0-2f3ea9d0a5fc X-Archives-Hash: 447cef66f69ed7e6a043033bffded957 commit: 66bc739acc184a6dacecab0788f3ff4b7d7d11e3 Author: Ionen Wolkens gentoo org> AuthorDate: Mon Nov 18 15:56:21 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Mon Nov 18 16:14:58 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66bc739a dev-qt/qtmultimedia: skip more tests failing w/ sandbox/accel (qt6) A change in tst_qmediaplayer_gstreamer causes it to attempt to use real pulseaudio which doesn't work here. Might add that upstream recently starting skiping all gstreamer tests (QTBUG-129469) in their CI while recognizing that they're flaky. And tst_qmediarecorderbackend seems to be trying to use ffmpeg+nvenc for me which does not end well... May possibly pass depending on USE on ffmpeg but rather not have to worry about this. On a side-note, this was the last known (non-)issue with Qt 6.8.1 branch and it should be ready for release. Signed-off-by: Ionen Wolkens gentoo.org> dev-qt/qtmultimedia/qtmultimedia-6.8.9999.ebuild | 2 ++ dev-qt/qtmultimedia/qtmultimedia-6.9999.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/dev-qt/qtmultimedia/qtmultimedia-6.8.9999.ebuild b/dev-qt/qtmultimedia/qtmultimedia-6.8.9999.ebuild index dccb2e3e1506..5c9d4372dcb4 100644 --- a/dev-qt/qtmultimedia/qtmultimedia-6.8.9999.ebuild +++ b/dev-qt/qtmultimedia/qtmultimedia-6.8.9999.ebuild @@ -79,9 +79,11 @@ CMAKE_SKIP_TESTS=( tst_qmediacapture_gstreamer tst_qmediacapturesession tst_qmediaframeinputsbackend + tst_qmediaplayer_gstreamer tst_qmediaplayerbackend tst_qsoundeffect # may try to use v4l2 or hardware acceleration depending on availability + tst_qmediarecorderbackend tst_qscreencapture_integration tst_qscreencapturebackend tst_qvideoframebackend diff --git a/dev-qt/qtmultimedia/qtmultimedia-6.9999.ebuild b/dev-qt/qtmultimedia/qtmultimedia-6.9999.ebuild index dccb2e3e1506..5c9d4372dcb4 100644 --- a/dev-qt/qtmultimedia/qtmultimedia-6.9999.ebuild +++ b/dev-qt/qtmultimedia/qtmultimedia-6.9999.ebuild @@ -79,9 +79,11 @@ CMAKE_SKIP_TESTS=( tst_qmediacapture_gstreamer tst_qmediacapturesession tst_qmediaframeinputsbackend + tst_qmediaplayer_gstreamer tst_qmediaplayerbackend tst_qsoundeffect # may try to use v4l2 or hardware acceleration depending on availability + tst_qmediarecorderbackend tst_qscreencapture_integration tst_qscreencapturebackend tst_qvideoframebackend