Skip to content

Commit 63e665e

Browse files
committed
Work around F# ildasm/ilasm round-trip test failure
An F# compiler change caused significant generated IL change and an ildasm/ilasm round-trip test failure. Adding `<RealSig>false</RealSig>` reverts to the previous F# codegen and fixes the problem. Tracking: dotnet#106601
1 parent c762b75 commit 63e665e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/tests/JIT/Directed/tailcall/mutual_recursion.fsproj

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88

99
<!-- Test is slow enough to time out under GC stress -->
1010
<GCStressIncompatible>true</GCStressIncompatible>
11+
12+
<!-- Work around test failure https://github.com/dotnet/runtime/issues/106601 -->
13+
<RealSig>false</RealSig>
1114
</PropertyGroup>
1215
<PropertyGroup>
1316
<Optimize>True</Optimize>

0 commit comments

Comments
 (0)