Skip to content

Commit

Permalink
Disable mutual_recursion test under ilasm round-trip
Browse files Browse the repository at this point in the history
Tracking: dotnet#106601
  • Loading branch information
BruceForstall committed Sep 5, 2024
1 parent ac663e4 commit 6c6eb09
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/tests/JIT/Directed/tailcall/mutual_recursion.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@

<!-- Test is slow enough to time out under GC stress -->
<GCStressIncompatible>true</GCStressIncompatible>

<!-- Temporarily disable under ilasm round-trip tests:
https://github.com/dotnet/runtime/issues/106601
https://github.com/dotnet/runtime/issues/106603
https://github.com/dotnet/runtime/pull/106968
https://github.com/dotnet/fsharp/issues/17607
-->
<IlasmRoundTripIncompatible>true</IlasmRoundTripIncompatible>
</PropertyGroup>
<PropertyGroup>
<Optimize>True</Optimize>
Expand Down

0 comments on commit 6c6eb09

Please sign in to comment.