Open JulieLeeMSFT opened 4 months ago
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch See info in area-owners.md if you want to be subscribed.
@JulieLeeMSFT, please update the Known Issue Error Message
section with "ErrorMessage": "type is HFA but READYTORUN_LAYOUT_HFA flag is not set"
so it can find the matches.
Looks like it's only failing on win-arm64 in R2R pipelines. Unfortunately, it fails only in run-time so I need to find a win-arm64 machine to repro.. but looks like it was introduced it https://github.com/dotnet/runtime/pull/104411
I guess it's not a critical bug since normally it's not possible to define enums with float/double backing types, it's only possible in raw IL.
Maybe we can disable the test on win-arm64 against this issue?
Yeah, let me disable it for now until I have a moment to fix it
@EgorBo this is also hitting on the outerloop on linux-arm64 R2R runs.
Also failed on osx-arm64 in runtime-coreclr crossgen2 outerloop https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-heads-main-5cccc2a29c024306bb/JIT.opt/1/console.1d4c7083.log?helixlogtype=result
Pipeline: runtime-coreclr outerloop/20240715.4
Failed test: R2R-CG2 windows arm64 Checked no_tiered_compilation @ Windows.11.Arm64.Open R2R-CG2 windows arm64 Checked @ Windows.11.Arm64.Open
JIT.opt Work Item
Log
Known Issue Error Message
Fill the error message using step by step known issues guidance.
Report
Summary