summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-12-13 09:43:08 +0100
committerFlorian Bruhin <me@the-compiler.org>2022-12-13 09:43:08 +0100
commit0941c59c3b7ec4e7e9a78d04bdef1ce8725cdb27 (patch)
tree1fa96d0d03f30d1445c4e23277dbd081b9d99014
parentfb50b8f82997ec37d66e9bb9e1097c341bc344b6 (diff)
downloadqutebrowser-0941c59c3b7ec4e7e9a78d04bdef1ce8725cdb27.tar.gz
qutebrowser-0941c59c3b7ec4e7e9a78d04bdef1ce8725cdb27.zip
tests: Ignore another spurious Chromium error
-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 63c5592fa..5745b5356 100644
--- a/tests/end2end/fixtures/quteprocess.py
+++ b/tests/end2end/fixtures/quteprocess.py
@@ -97,6 +97,9 @@ def is_ignored_chromium_message(line):
('[.DisplayCompositor]GL ERROR :GL_INVALID_OPERATION : '
'DoEndSharedImageAccessCHROMIUM: bound texture is not a shared image'),
+ # [916:934:1213/080738.912432:ERROR:address_tracker_linux.cc(214)] Could not bind NETLINK socket: Address already in use (98)
+ 'Could not bind NETLINK socket: Address already in use (98)',
+
# Flatpak with data/crashers/webrtc.html (Qt 6.2)
# [9044:9113:0512/012126.284773:ERROR:mdns_responder.cc(868)] mDNS responder manager failed to start.
# [9044:9113:0512/012126.284818:ERROR:mdns_responder.cc(885)] The mDNS responder manager is not started yet.