summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2023-09-07 01:20:26 -0400
committerIonen Wolkens <ionen@gentoo.org>2023-09-07 06:01:35 -0400
commitfa4f1b9aa924c465377ec34f46ddfccbdfda3243 (patch)
treec7e71fd9846c01091364b53359a87b813eb260d1 /dev-qt/qtconnectivity
parentmedia-libs/libplacebo: update licenses for fast_float in live (diff)
downloadgentoo-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.ebuild8
-rw-r--r--dev-qt/qtconnectivity/qtconnectivity-6.5.9999.ebuild8
-rw-r--r--dev-qt/qtconnectivity/qtconnectivity-6.9999.ebuild8
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
)