summaryrefslogtreecommitdiff
path: root/scripts/dev/build_release.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/dev/build_release.py')
-rwxr-xr-xscripts/dev/build_release.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/scripts/dev/build_release.py b/scripts/dev/build_release.py
index 3ac48ad55..04d07f59b 100755
--- a/scripts/dev/build_release.py
+++ b/scripts/dev/build_release.py
@@ -172,6 +172,11 @@ def smoke_test(executable: pathlib.Path, debug: bool, qt6: bool) -> None:
# macOS 11
(r'[0-9:]* WARNING: Failed to load libssl/libcrypto\.'),
+
+ # macOS?
+ (r'\[.*:ERROR:command_buffer_proxy_impl.cc\([0-9]*\)\] '
+ r'ContextResult::kTransientFailure: Failed to send '
+ r'.*CreateCommandBuffer\.'),
])
if qt6:
stderr_whitelist.extend([
@@ -183,11 +188,6 @@ def smoke_test(executable: pathlib.Path, debug: bool, qt6: bool) -> None:
# https://github.com/pyinstaller/pyinstaller/pull/6903
r"[0-9:]* INFO: Sandboxing disabled by user\.",
-
- # macOS?
- (r'\[.*:ERROR:command_buffer_proxy_impl.cc\([0-9]*\)\] '
- r'ContextResult::kTransientFailure: Failed to send '
- r'GpuControl\.CreateCommandBuffer\.'),
])
elif IS_WINDOWS:
stderr_whitelist.extend([