Skip to content

Commit

Permalink
test: Ignore new libEGL warnings
Browse files Browse the repository at this point in the history
Seem to fail all tests on Archlinux-unstable
  • Loading branch information
The-Compiler committed Aug 23, 2024
1 parent 130479e commit 213a163
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/end2end/fixtures/quteprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ def is_ignored_lowlevel_message(message):
'DRI3 not available',
# Webkit on arch with a newer mesa
'MESA: error: ZINK: failed to load libvulkan.so.1',

# GitHub Actions with Archlinux unstable packages
'libEGL warning: DRI3: Screen seems not DRI3 capable',
'libEGL warning: egl: failed to create dri2 screen',
]
return any(testutils.pattern_match(pattern=pattern, value=message)
for pattern in ignored_messages)
Expand Down

0 comments on commit 213a163

Please sign in to comment.