-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Matrix4x4IndexerGetTest and Matrix4x4IndexerSetTest failing on native AOT arm64 #104232
Labels
Comments
MichalStrehovsky
added
area-System.Numerics
disabled-test
The test is disabled in source code against the issue
labels
Jul 1, 2024
dotnet-policy-service
bot
added
the
untriaged
New issue has not been triaged by the area owner
label
Jul 1, 2024
Tagging subscribers to this area: @dotnet/area-system-numerics |
I wonder if this is related to #104204, but it's surprising that its only failing in NAOT and only for these tests. |
In all cases here, it looks to be retrieving index 2 (m13) instead of index 0 (m11). |
It is failing in runtime-coreclr superpmi-collect as well for arm64. |
dotnet-policy-service
bot
removed
the
untriaged
New issue has not been triaged by the area owner
label
Jul 2, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Failing on native AOT outerloop testing in arm64 legs only.
E.g. here https://dev.azure.com/dnceng-public/public/_build/results?buildId=725747&view=logs&jobId=2f6a7d26-0d60-5ade-d191-981fe0847989
Going to block the tests on this bug to get the CI clean.
The text was updated successfully, but these errors were encountered: