Skip to content

Commit

Permalink
JIT: Disable more_tailcalls under GCStress (dotnet#100540)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobbotsch authored and matouskozak committed Apr 30, 2024
1 parent f5a2833 commit 8d60b05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tests/JIT/Directed/tailcall/more_tailcalls.ilproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<!-- Needed for CLRTestEnvironmentVariable -->
<!-- Needed for CLRTestEnvironmentVariable and GCStressIncompatible -->
<RequiresProcessIsolation>true</RequiresProcessIsolation>
<GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
<PropertyGroup>
<DebugType>PdbOnly</DebugType>
Expand Down

0 comments on commit 8d60b05

Please sign in to comment.