exec-server: add hermetic Windows shell smoke coverage#28124
Closed
anp-oai wants to merge 1 commit into
Closed
Conversation
anp-oai
force-pushed
the
codex/wine-powershell-exec-server-smoke
branch
3 times, most recently
from
June 14, 2026 00:15
ca50317 to
efbbf93
Compare
anp-oai
force-pushed
the
codex/wine-powershell-exec-server-smoke
branch
from
June 14, 2026 00:27
efbbf93 to
8062358
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Prove Windows shell execution through exec-server under the hermetic Wine and PowerShell runtime introduced by #28120. This is split from #28120 so the parent remains focused on reusable Wine support and its own integration coverage.
Add an exec-server-owned Wine harness with a typed builder for optional workspace and PowerShell runtime configuration. Exercise pinned PowerShell and built-in
cmd.exethrough the real Windows exec-server, while preserving the existing non-native-cwd regression coverage behind the shared harness.Validation:
bazel test //codex-rs/core/tests/remote_env_windows:smoke-test --test_output=errors --nocache_test_resultsjust fix -p codex-core