test(process): add process_exit_qemu starter bridge gate (refs #551) - #736
Draft
rwrife wants to merge 1 commit into
Draft
test(process): add process_exit_qemu starter bridge gate (refs #551)#736rwrife wants to merge 1 commit into
rwrife wants to merge 1 commit into
Conversation
- add tests/process_exit_qemu_test.c to pin 0x42 exit-status roundtrip - add build/scripts/test_process_exit_qemu.sh harness - wire process_exit_qemu into test.sh and validate_bundle.sh - keep scope as starter preflight while full #551 qemu launcher harness is built
rwrife
force-pushed
the
feature/process-exit-qemu-551
branch
from
July 29, 2026 21:04
a759a4c to
8ef9e0e
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.
Summary
tests/process_exit_qemu_test.cas a starter bridge-level gate for issue test(qemu): end-to-end os_process_exit status round-trip — sibling of mem_brk_qemu (#495), pre-#410 unblock (refs #406 #422 #546) #551build/scripts/test_process_exit_qemu.shprocess_exit_qemuintobuild/scripts/test.shandbuild/scripts/validate_bundle.shWhy this slice
Issue #551 targets an end-to-end QEMU/launcher round-trip for
os_process_exitstatus propagation. This PR lands a meaningful starter contract gate that pins the 0x42 status-capture behavior through the runtime bridge now, while full launcher/QEMU harness wiring is completed in follow-up commits.Test Plan
bash build/scripts/test.sh process_exit_qemubash build/scripts/test.sh process_exit_wrapperbash build/scripts/test.sh process_spawn_wrapperFollow-up to complete #551
Refs #551