summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBruce Forstall <brucefo@microsoft.com>2019-04-22 16:01:08 -0700
committerGitHub <noreply@github.com>2019-04-22 16:01:08 -0700
commit20acddfbcb6b9437667a88b8d433d9a2cb3a34e3 (patch)
tree6f1121f3e1eee32f0efcfbdeaa8a658a60faf22e /tests
parentca96ed41a6bc5d00d220380dc74e0c7e8535fa92 (diff)
parent7b7e33d5e3dbc2d199a2e4b35024df09233c9673 (diff)
downloadcoreclr-20acddfbcb6b9437667a88b8d433d9a2cb3a34e3.tar.gz
coreclr-20acddfbcb6b9437667a88b8d433d9a2cb3a34e3.tar.bz2
coreclr-20acddfbcb6b9437667a88b8d433d9a2cb3a34e3.zip
Merge pull request #24174 from BruceForstall/Fix24172
Disable _il_relthread-race test under GCStress
Diffstat (limited to 'tests')
-rw-r--r--tests/src/JIT/Methodical/tailcall/Desktop/_il_relthread-race.csproj3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/src/JIT/Methodical/tailcall/Desktop/_il_relthread-race.csproj b/tests/src/JIT/Methodical/tailcall/Desktop/_il_relthread-race.csproj
index e56fbdecad..eb83be738e 100644
--- a/tests/src/JIT/Methodical/tailcall/Desktop/_il_relthread-race.csproj
+++ b/tests/src/JIT/Methodical/tailcall/Desktop/_il_relthread-race.csproj
@@ -11,8 +11,9 @@
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
- <!-- NOTE: this test simply takes too long to complete under heap verify. It is not fundamentally incompatible. -->
+ <!-- NOTE: this test simply takes too long to complete under heap verify or GCStress. It is not fundamentally incompatible. -->
<HeapVerifyIncompatible>true</HeapVerifyIncompatible>
+ <GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
<!-- Default configurations to help VS understand the configurations -->
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">