-
Notifications
You must be signed in to change notification settings - Fork 123
Enable crash dumps for uwp/wasdk unit tests #493
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
2d701d9 to
80e9b96
Compare
|
Looks like cancelling and re-running all jobs isn't re-running the successful ones. Closing and re-opening to fix. |
…anup extra script
|
Strange, it's not outputting crash dumps anymore 🤔 I'm seeing this: Will continue to retry, it's not clear why the tests all finish but fail anyway. |
|
It took five reruns, but I got the crash dump for the test failures in WASDK again :D Since it's too large to upload inline on GitHub, to preserve the artifact I've made it available here. |


This PR updates our CI to emit crash dumps and diagnostic logs, which should be uploaded as artifacts.
Needed to diagnose #347
See also https://github.com/microsoft/vstest/blob/main/docs/troubleshooting.md