-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[mono][ios] Disable failing eventpipe gcdump test on apple mobile platforms #90002
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
[mono][ios] Disable failing eventpipe gcdump test on apple mobile platforms #90002
Conversation
|
Tagging subscribers to this area: @directhex Issue DetailsFixes the failing gcdump test on the CI. The regression was potentially introduced in the #89726 by enabling the test on apple mobile platforms.
|
|
This occurs in runtime-extra-platforms, right? |
|
Correct, the test is failing on apple mobile platforms. Test log: |
|
@kotlarmilos, OK, at some point I would like to investigate why, I have run the underlying gcdump mechanisms on maccatalyst (amd64,arm64), iosSimulator (amd64,arm64), tvosSimulator (amd64, arm64) and Android and we can collect dumps, so not sure why that CI test would fail. Do you know how I can run the specific runtime test on tvosSimulator for example? |
|
Repro steps:
Note: You may need to provide a correct path to the cross compiler in the AppleBuild.targets. |
|
@kotlarmilos Do you think you can file an issue and assign it to me that we have disabled the test on Apple Mobile platforms? Just to make sure we don't forget to fix it at some future point in time? |
Fixes the failing gcdump test on the CI. The regression was potentially introduced in the #89726 by enabling the test on apple mobile platforms.