You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prevent DynamicOptimization test from running with DOTNET_ForceRelocs=1 (#114578)
ForceRelocs causes the JIT to re-JIT every function on x64, which causes
the test to fail because it is counting JIT compilations.
Simply force `DOTNET_ForceRelocs=0`.
0 commit comments