Skip to content

Commit 6e53e36

Browse files
BruceForstalljtschuster
authored andcommitted
Work around F# ildasm/ilasm round-trip test failure (dotnet#107692)
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 9477944 commit 6e53e36

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)