dotnet / runtime

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

Runtime_76273 fails on Mono #90372

Open jakobbotsch opened 11 months ago

jakobbotsch commented 11 months ago

This test is currently disabled in issues.targets with the reason "Fuzzlyn".

ivanpovazan commented 10 months ago

This has the same underlying issue as: https://github.com/dotnet/runtime/issues/90374 Mono full AOT currently does not support loading AOT images for assemblies from non-default ALCs.

FWIW, switching the test to use AssemblyLoadContext.Default instead of CollectibleALC could be a workaround solution.