scripts: Ignore another stderr output on macOS

This commit is contained in:
Florian Bruhin 2025-05-06 14:08:00 +02:00
parent c5fe31e828
commit 102f43cbde
1 changed files with 3 additions and 0 deletions

View File

@ -173,6 +173,9 @@ def smoke_test(executable: pathlib.Path, debug: bool) -> None:
# Qt 6.7, only seen on macos for some reason
(r'.*Path override failed for key base::DIR_APP_DICTIONARIES '
r"and path '.*/qtwebengine_dictionaries'"),
# Qt 6.9 on macOS
r'Compositor returned null texture',
])
elif IS_WINDOWS:
stderr_whitelist.extend([