Improve crash report handling in AppTester and ResultFileHandler#1517
Merged
kotlarmilos merged 3 commits intodotnet:mainfrom Dec 1, 2025
Merged
Improve crash report handling in AppTester and ResultFileHandler#1517kotlarmilos merged 3 commits intodotnet:mainfrom
kotlarmilos merged 3 commits intodotnet:mainfrom
Conversation
- Implemented crash report copy when test results are not found - Added CopyCrashReportAsync method to IResultFileHandler for fetching crash reports - Log crash dump
matouskozak
approved these changes
Nov 28, 2025
…f available and improve logging format
matouskozak
pushed a commit
to matouskozak/xharness
that referenced
this pull request
Mar 11, 2026
…net#1517) * Improve crash report handling in AppTester and ResultFileHandler - Implemented crash report copy when test results are not found - Added CopyCrashReportAsync method to IResultFileHandler for fetching crash reports - Log crash dump * Improve crash report handling to utilize HELIX_WORKITEM_UPLOAD_ROOT if available and improve logging format * Skip crash report copy test on Windows
kotlarmilos
added a commit
to kotlarmilos/xharness
that referenced
this pull request
Mar 16, 2026
…net#1517) * Improve crash report handling in AppTester and ResultFileHandler - Implemented crash report copy when test results are not found - Added CopyCrashReportAsync method to IResultFileHandler for fetching crash reports - Log crash dump * Improve crash report handling to utilize HELIX_WORKITEM_UPLOAD_ROOT if available and improve logging format * Skip crash report copy test on Windows
kotlarmilos
added a commit
to kotlarmilos/xharness
that referenced
this pull request
Mar 16, 2026
…net#1517) * Improve crash report handling in AppTester and ResultFileHandler - Implemented crash report copy when test results are not found - Added CopyCrashReportAsync method to IResultFileHandler for fetching crash reports - Log crash dump * Improve crash report handling to utilize HELIX_WORKITEM_UPLOAD_ROOT if available and improve logging format * Skip crash report copy test on Windows
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.
Description
This PR introduces crash report retrieval when iOS app crashes before tests can start running.
Changes
This PR should help diagnose failures in dotnet/runtime#113325