summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2023-11-22 13:54:53 -0500
committerIonen Wolkens <ionen@gentoo.org>2023-11-23 03:04:09 -0500
commitacecd249d7afa6abc8982334c918d409b2785bdb (patch)
tree85a5faf3b9e9340ea4bd96ad833ef399c902259f /dev-qt/qtwebengine/qtwebengine-6.6.9999.ebuild
parentsci-physics/geant: add 4.11.1.3 (diff)
downloadgentoo-acecd249d7afa6abc8982334c918d409b2785bdb.tar.gz
gentoo-acecd249d7afa6abc8982334c918d409b2785bdb.tar.bz2
gentoo-acecd249d7afa6abc8982334c918d409b2785bdb.zip
dev-qt/qtwebengine: skip tst_touchinput (qt6)
Thought hit a 6.6.1 regression while using 6.6.9999 after had rebuilt the qt stack without tests, but turns out qtbase[test] vs [-test] seems to affect this test. Given most people running tests with qtwebengine likely enable for the rest of the qt stack, seems went overlooked. Failure itself is trivial, it is likely the test being performed badly (fake touch and hold text selection event) rather than an actual runtime problem. Let's just skip for now to avoid issues when attempt to keyword this by itself. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-qt/qtwebengine/qtwebengine-6.6.9999.ebuild')
-rw-r--r--dev-qt/qtwebengine/qtwebengine-6.6.9999.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-qt/qtwebengine/qtwebengine-6.6.9999.ebuild b/dev-qt/qtwebengine/qtwebengine-6.6.9999.ebuild
index a9ffd7a62755..1e5d91078bc4 100644
--- a/dev-qt/qtwebengine/qtwebengine-6.6.9999.ebuild
+++ b/dev-qt/qtwebengine/qtwebengine-6.6.9999.ebuild
@@ -261,6 +261,8 @@ src_test() {
tst_qwebengineview
# certs verfication seems flaky and gives expiration warnings
tst_qwebengineclientcertificatestore
+ # test is misperformed when qtbase is built USE=-test?
+ tst_touchinput
)
# prevent using the system's qtwebengine