Skip UnmanagedCallersOnlyAssociatedSourceType test on Android#129402
Skip UnmanagedCallersOnlyAssociatedSourceType test on Android#129402MichalStrehovsky wants to merge 2 commits into
Conversation
|
Tagging subscribers to this area: @agocke, @dotnet/ilc-contrib |
There was a problem hiding this comment.
Pull request overview
This PR updates a NativeAOT smoke test to skip execution on Android due to a tracked platform issue.
Changes:
- Add an Android-specific early-exit in
UnmanagedCallersOnlyAssociatedSourceType.Run()with a link to the tracking issue.
This comment has been minimized.
This comment has been minimized.
🤖 Copilot Code Review — PR #129402Holistic AssessmentMotivation: Justified — issue #129366 documents a persistent CI failure (5+ builds since June 8) where NativeAOT on Android trims Approach: Correct — the runtime platform check with early Summary: ✅ LGTM. The change is minimal, matches established codebase patterns, correctly returns the "pass" exit code (100), and references the tracking issue. The compilation error from the first commit has been addressed. Detailed Findings✅ Correctness — Platform skip pattern is validThe ✅ Consistency — Matches sibling test patternsThe identical pattern ( ✅ Issue tracking — Properly linkedThe
|
No description provided.