scripts: Ignore another line during smoke tests

This commit is contained in:
Florian Bruhin 2025-10-24 14:16:58 +02:00
parent ee40f13a30
commit 0f320051e0
1 changed files with 3 additions and 0 deletions

View File

@ -191,6 +191,9 @@ def smoke_test(executable: pathlib.Path, debug: bool) -> None:
# Qt 6.10
(r'\[.*:ERROR:direct_composition_support.cc\([0-9]*\)\] '
r'GetGpuDriverOverlayInfo: Failed to retrieve video device'),
(r'\[.*:ERROR:direct_composition_support.cc\([0-9]*\)\] QueryInterface '
r'to IDCompositionDevice4 failed: No such interface supported '
r'\(0x80004002\)'),
])
proc = _smoke_test_run(executable)