scripts: Ignore another stderr output on macOS
This commit is contained in:
parent
c5fe31e828
commit
102f43cbde
|
|
@ -173,6 +173,9 @@ def smoke_test(executable: pathlib.Path, debug: bool) -> None:
|
||||||
# Qt 6.7, only seen on macos for some reason
|
# Qt 6.7, only seen on macos for some reason
|
||||||
(r'.*Path override failed for key base::DIR_APP_DICTIONARIES '
|
(r'.*Path override failed for key base::DIR_APP_DICTIONARIES '
|
||||||
r"and path '.*/qtwebengine_dictionaries'"),
|
r"and path '.*/qtwebengine_dictionaries'"),
|
||||||
|
|
||||||
|
# Qt 6.9 on macOS
|
||||||
|
r'Compositor returned null texture',
|
||||||
])
|
])
|
||||||
elif IS_WINDOWS:
|
elif IS_WINDOWS:
|
||||||
stderr_whitelist.extend([
|
stderr_whitelist.extend([
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue