From 22e662e9b0e52af5ebdf5c887df653a11a945571 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 14 Aug 2023 17:52:30 +0200 Subject: tests: Fix log ignore for newer Qt Seems to show as 50 instead of 65 somehow... --- tests/end2end/fixtures/quteprocess.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/end2end/fixtures/quteprocess.py b/tests/end2end/fixtures/quteprocess.py index 37989ecb5..ad693c2a1 100644 --- a/tests/end2end/fixtures/quteprocess.py +++ b/tests/end2end/fixtures/quteprocess.py @@ -57,7 +57,7 @@ def is_ignored_lowlevel_message(message): # 'style-src' was not explicitly set, so 'default-src' is used as a # fallback. # INVALID: ", source: userscript:_qute_stylesheet (65) - '", source: userscript:_qute_stylesheet (65)', + '", source: userscript:_qute_stylesheet (*)', # Randomly started showing up on Qt 5.15.2 'QPaintDevice: Cannot destroy paint device that is being painted', -- cgit v1.2.3-54-g00ecf