From acecd249d7afa6abc8982334c918d409b2785bdb Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Wed, 22 Nov 2023 13:54:53 -0500 Subject: 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 --- dev-qt/qtwebengine/qtwebengine-6.9999.ebuild | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dev-qt/qtwebengine/qtwebengine-6.9999.ebuild') diff --git a/dev-qt/qtwebengine/qtwebengine-6.9999.ebuild b/dev-qt/qtwebengine/qtwebengine-6.9999.ebuild index 09fe7ac6df06..00c8ec9e619c 100644 --- a/dev-qt/qtwebengine/qtwebengine-6.9999.ebuild +++ b/dev-qt/qtwebengine/qtwebengine-6.9999.ebuild @@ -259,6 +259,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 -- cgit v1.2.3