dotnet / runtime

.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
https://docs.microsoft.com/dotnet/core/
MIT License
14.63k stars 4.57k forks source link

JIT: Spurious 0-sized diffs in smoke_tests.nativeaot.windows.arm64 #104441

Open jakobbotsch opened 2 weeks ago

jakobbotsch commented 2 weeks ago

We're seeing some spurious 0-sized diffs in smoke_tests.nativeaot.windows.arm64. Seems likely to be related to #104282, can you take a look @kunalspathak?

dotnet-policy-service[bot] commented 2 weeks ago

Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch See info in area-owners.md if you want to be subscribed.

kunalspathak commented 2 weeks ago

Most likely the new relocations are not getting recorded properly, will take a look