experiment: probe win32 native-control creation on CI - #110
Closed
tannevaled wants to merge 3 commits into
Closed
tannevaled wants to merge 3 commits into
tannevaled wants to merge 3 commits into
Conversation
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
The probe proved a plain windows-latest runner CAN create native child controls (incl. the common-control classes) and transfer values by window message, headless. So replace the throwaway probe with a real, ungated test that opens a window and reconciles a Surface of descriptors — Entry/Secure/Search/TextView/ Combo/Checkbox/Slider/Stepper/Progress/Spinner/PopUp — asserting each is created, that text/check values round-trip, and that an app-side change and a reconcile-away both take. This turns the win32 controls from cross-verified-only into CI-verified. Skips only if a runner has no window station. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Contributor
Author
|
Closing: this experiment did its job — it revealed that win32 native-control creation crashes with 'fatal: morestack on g0' on the windows-latest (amd64) headless runner, something cross-verification and the ARM64 machine never caught. That is a runtime/arch-specific issue needing dedicated real-Windows (amd64) debugging, not a blind CI-iteration fix. Recording the finding; not merging a crashing test. |
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.
Ungated probe: can windows-latest create native child controls (incl. common controls) headlessly? Skips cleanly if no window station. Reading the result to decide if win32 controls are CI-verifiable.
🤖 Generated with Claude Code