From 102f43cbde7cec6061fd35f5dc97295f6415d007 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 6 May 2025 14:08:00 +0200 Subject: [PATCH] scripts: Ignore another stderr output on macOS --- scripts/dev/build_release.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/dev/build_release.py b/scripts/dev/build_release.py index 2f1ab26c0..2310658fa 100755 --- a/scripts/dev/build_release.py +++ b/scripts/dev/build_release.py @@ -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([