diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-09-07 01:20:26 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-09-07 06:01:35 -0400 |
commit | fa4f1b9aa924c465377ec34f46ddfccbdfda3243 (patch) | |
tree | c7e71fd9846c01091364b53359a87b813eb260d1 /dev-qt/qtconnectivity | |
parent | media-libs/libplacebo: update licenses for fast_float in live (diff) | |
download | gentoo-fa4f1b9aa924c465377ec34f46ddfccbdfda3243.tar.gz gentoo-fa4f1b9aa924c465377ec34f46ddfccbdfda3243.tar.bz2 gentoo-fa4f1b9aa924c465377ec34f46ddfccbdfda3243.zip |
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 <ionen@gentoo.org>
Diffstat (limited to 'dev-qt/qtconnectivity')
-rw-r--r-- | dev-qt/qtconnectivity/qtconnectivity-6.5.2.ebuild | 8 | ||||
-rw-r--r-- | dev-qt/qtconnectivity/qtconnectivity-6.5.9999.ebuild | 8 | ||||
-rw-r--r-- | 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 ) |