summaryrefslogtreecommitdiff
path: root/tests/end2end/fixtures/quteprocess.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/end2end/fixtures/quteprocess.py')
-rw-r--r--tests/end2end/fixtures/quteprocess.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/end2end/fixtures/quteprocess.py b/tests/end2end/fixtures/quteprocess.py
index 8fbd62eee..a30129beb 100644
--- a/tests/end2end/fixtures/quteprocess.py
+++ b/tests/end2end/fixtures/quteprocess.py
@@ -73,6 +73,9 @@ def is_ignored_lowlevel_message(message):
# fallback.
# INVALID: ", source: userscript:_qute_stylesheet (65)
'", source: userscript:_qute_stylesheet (65)',
+
+ # Randomly started showing up on Qt 5.15.2
+ 'QPaintDevice: Cannot destroy paint device that is being painted',
]
return any(testutils.pattern_match(pattern=pattern, value=message)
for pattern in ignored_messages)