From 631c8d43a33a74549f71693a622af8f31e4e0059 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 24 Jun 2021 23:37:51 +0200 Subject: tests: Ignore another Chromium message --- tests/end2end/fixtures/quteprocess.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/end2end/fixtures/quteprocess.py b/tests/end2end/fixtures/quteprocess.py index 264c81283..8555834e9 100644 --- a/tests/end2end/fixtures/quteprocess.py +++ b/tests/end2end/fixtures/quteprocess.py @@ -334,6 +334,7 @@ def is_ignored_chromium_message(line): 'filtering (maybe)?'), ('[.DisplayCompositor]GL ERROR :GL_INVALID_OPERATION : ' 'DoEndSharedImageAccessCHROMIUM: bound texture is not a shared image'), + 'Unable to map Index file', # WebRTC with Qt 5.13 / 5.14 'Failed to query stereo recording.', -- cgit v1.2.3-54-g00ecf