-
Notifications
You must be signed in to change notification settings - Fork 5k
[macOS-arm64] XUnit crashes while running libraries tests on CoreCLR #49110
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
Comments
@ViktorHofer @safern This makes it difficult to get Apple Silicon libraries tests running in CI.
|
When you say "test suite", do you mean test assembly? You can control test assembly packaging and submission via the Line 5 in 79ae74f
The core-eng team is currently working on auto-retries. We don't have a mechanism for that yet in dotnet/runtime itself but helix should have such an ability.
You would need to depend on the OSX-x64 job and download its artifacts to add it as a payload to helix. That said, this sounds not ideal, maybe there's a better to avoid the cross dependency. |
Two test suites are still disabled. See #52195 |
There were two issues. The bus errors meant there was not a proper call to switch read-execute pages to read-write and the code attempted to write. The related holders were completely redone in my W^X change, so it is likely fixed by that. The other is the null reference exception, which could be fixed either by the PR you've mentioned or maybe rather the #53510. |
See https://dev.azure.com/dnceng/public/_build/results?buildId=1021947
https://dev.azure.com/dnceng/public/_build/results?buildId=1031518
These are probably GC issues....
The text was updated successfully, but these errors were encountered: