summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-04-06 22:55:53 +0200
committerFlorian Bruhin <me@the-compiler.org>2023-04-06 22:55:53 +0200
commit54026a32174ee96e0f806a6beb549db215194c0d (patch)
tree69da85480f1e696084cb95b0e32ae7fe833211b2
parent04dad0c7890412bac1fa3f19ee3a58968dbd7922 (diff)
downloadqutebrowser-54026a32174ee96e0f806a6beb549db215194c0d.tar.gz
qutebrowser-54026a32174ee96e0f806a6beb549db215194c0d.zip
tests: Ignore another Qt 6.5 debug message
See https://github.com/qutebrowser/qutebrowser/issues/7624
-rw-r--r--tests/end2end/fixtures/quteprocess.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/end2end/fixtures/quteprocess.py b/tests/end2end/fixtures/quteprocess.py
index 6c566729d..8fbd62eee 100644
--- a/tests/end2end/fixtures/quteprocess.py
+++ b/tests/end2end/fixtures/quteprocess.py
@@ -196,6 +196,11 @@ def is_ignored_chromium_message(line):
# Input request on unbound interface
"Input request on unbound interface",
+ # Qt 6.5 debug build
+ # [1408271:1408418:0317/201633.360945:ERROR:http_cache_transaction.cc(3622)]
+ # ReadData failed: 0
+ "ReadData failed: 0",
+
# Qt 6.{4,5}, possibly relates to a lifecycle mismatch between Qt and
# Chromium but no issues have been concretely linked to it yet.
# [5464:5464:0318/024215.821650:ERROR:interface_endpoint_client.cc(687)] Message 6 rejected by interface blink.mojom.WidgetHost