scripts: Ignore CreateCommandBuffer warning for release smoketest

This commit is contained in:
Florian Bruhin 2022-12-16 21:05:35 +01:00
parent 0941c59c3b
commit 5ea48c6e78
1 changed files with 5 additions and 0 deletions

View File

@ -183,6 +183,11 @@ 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 '
'GpuControl\.CreateCommandBuffer\.'),
])
elif IS_WINDOWS:
stderr_whitelist.extend([