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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C2202158089 for ; Thu, 7 Sep 2023 10:03:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C52CC2BC033; Thu, 7 Sep 2023 10:03:14 +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 A72DD2BC033 for ; Thu, 7 Sep 2023 10:03:14 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A15D9335CA3 for ; Thu, 7 Sep 2023 10:03:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D5E741142 for ; Thu, 7 Sep 2023 10:03:11 +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: <1694080895.fa4f1b9aa924c465377ec34f46ddfccbdfda3243.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtconnectivity/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtconnectivity/qtconnectivity-6.5.2.ebuild dev-qt/qtconnectivity/qtconnectivity-6.5.9999.ebuild dev-qt/qtconnectivity/qtconnectivity-6.9999.ebuild X-VCS-Directories: dev-qt/qtconnectivity/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: fa4f1b9aa924c465377ec34f46ddfccbdfda3243 X-VCS-Branch: master Date: Thu, 7 Sep 2023 10:03:11 +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: d01d1f83-3b08-4b6c-8f97-d0688b680146 X-Archives-Hash: c75cf52f587264a817348a819ea2dac7 commit: fa4f1b9aa924c465377ec34f46ddfccbdfda3243 Author: Ionen Wolkens gentoo org> AuthorDate: Thu Sep 7 05:20:26 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Thu Sep 7 10:01:35 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa4f1b9a dev-qt/qtconnectivity: skip more bluetooth tests Not looked too deeply into, but seems to be attemting to use bluez. Most tests from this package are likely not very relevant without an actual test device plus while stuck in sandbox. Signed-off-by: Ionen Wolkens gentoo.org> dev-qt/qtconnectivity/qtconnectivity-6.5.2.ebuild | 8 +++++++- dev-qt/qtconnectivity/qtconnectivity-6.5.9999.ebuild | 8 +++++++- dev-qt/qtconnectivity/qtconnectivity-6.9999.ebuild | 8 +++++++- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/dev-qt/qtconnectivity/qtconnectivity-6.5.2.ebuild b/dev-qt/qtconnectivity/qtconnectivity-6.5.2.ebuild index ed231522887f..47506d7b4b09 100644 --- a/dev-qt/qtconnectivity/qtconnectivity-6.5.2.ebuild +++ b/dev-qt/qtconnectivity/qtconnectivity-6.5.2.ebuild @@ -27,7 +27,13 @@ RDEPEND=" DEPEND="${RDEPEND}" CMAKE_SKIP_TESTS=( - # most hardware tests are skipped, but seems(?) this one detects and fails + # most hardware tests are auto-skipped, but some still misbehave + # if bluez/hardware is available (generally tests here may not be + # very relevant without hardware, lists may need to be extended) + tst_qbluetoothlocaldevice + tst_qbluetoothserver + tst_qbluetoothservicediscoveryagent + tst_qbluetoothserviceinfo tst_qlowenergycontroller ) diff --git a/dev-qt/qtconnectivity/qtconnectivity-6.5.9999.ebuild b/dev-qt/qtconnectivity/qtconnectivity-6.5.9999.ebuild index ed231522887f..47506d7b4b09 100644 --- a/dev-qt/qtconnectivity/qtconnectivity-6.5.9999.ebuild +++ b/dev-qt/qtconnectivity/qtconnectivity-6.5.9999.ebuild @@ -27,7 +27,13 @@ RDEPEND=" DEPEND="${RDEPEND}" CMAKE_SKIP_TESTS=( - # most hardware tests are skipped, but seems(?) this one detects and fails + # most hardware tests are auto-skipped, but some still misbehave + # if bluez/hardware is available (generally tests here may not be + # very relevant without hardware, lists may need to be extended) + tst_qbluetoothlocaldevice + tst_qbluetoothserver + tst_qbluetoothservicediscoveryagent + tst_qbluetoothserviceinfo tst_qlowenergycontroller ) diff --git a/dev-qt/qtconnectivity/qtconnectivity-6.9999.ebuild b/dev-qt/qtconnectivity/qtconnectivity-6.9999.ebuild index ed231522887f..47506d7b4b09 100644 --- a/dev-qt/qtconnectivity/qtconnectivity-6.9999.ebuild +++ b/dev-qt/qtconnectivity/qtconnectivity-6.9999.ebuild @@ -27,7 +27,13 @@ RDEPEND=" DEPEND="${RDEPEND}" CMAKE_SKIP_TESTS=( - # most hardware tests are skipped, but seems(?) this one detects and fails + # most hardware tests are auto-skipped, but some still misbehave + # if bluez/hardware is available (generally tests here may not be + # very relevant without hardware, lists may need to be extended) + tst_qbluetoothlocaldevice + tst_qbluetoothserver + tst_qbluetoothservicediscoveryagent + tst_qbluetoothserviceinfo tst_qlowenergycontroller )