Skip to content

Commit 20acddf

Browse files
Merge pull request dotnet#24174 from BruceForstall/Fix24172
Disable _il_relthread-race test under GCStress
2 parents ca96ed4 + 7b7e33d commit 20acddf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/src/JIT/Methodical/tailcall/Desktop/_il_relthread-race.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@
1111
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
1212
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
1313

14-
<!-- NOTE: this test simply takes too long to complete under heap verify. It is not fundamentally incompatible. -->
14+
<!-- NOTE: this test simply takes too long to complete under heap verify or GCStress. It is not fundamentally incompatible. -->
1515
<HeapVerifyIncompatible>true</HeapVerifyIncompatible>
16+
<GCStressIncompatible>true</GCStressIncompatible>
1617
</PropertyGroup>
1718
<!-- Default configurations to help VS understand the configurations -->
1819
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">

0 commit comments

Comments
 (0)