summaryrefslogtreecommitdiff
path: root/tests/src/JIT
diff options
context:
space:
mode:
authorSergey Andreenko <seandree@microsoft.com>2018-11-16 17:38:00 -0800
committerGitHub <noreply@github.com>2018-11-16 17:38:00 -0800
commitc204be3145f59057574fe0e2b88c655e09363d15 (patch)
tree9acef78c7a7b72a82ceb0c36c707f8d230f32c7a /tests/src/JIT
parent7f7d843101689e3999c645aa9b067f1057cf6b33 (diff)
downloadcoreclr-c204be3145f59057574fe0e2b88c655e09363d15.tar.gz
coreclr-c204be3145f59057574fe0e2b88c655e09363d15.tar.bz2
coreclr-c204be3145f59057574fe0e2b88c655e09363d15.zip
Exclude GC stress failure test. (#21059)
Diffstat (limited to 'tests/src/JIT')
-rw-r--r--tests/src/JIT/opt/ObjectStackAllocation/ObjectStackAllocationTests.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/src/JIT/opt/ObjectStackAllocation/ObjectStackAllocationTests.csproj b/tests/src/JIT/opt/ObjectStackAllocation/ObjectStackAllocationTests.csproj
index b6efc07d50..5fd0c6f49b 100644
--- a/tests/src/JIT/opt/ObjectStackAllocation/ObjectStackAllocationTests.csproj
+++ b/tests/src/JIT/opt/ObjectStackAllocation/ObjectStackAllocationTests.csproj
@@ -10,6 +10,8 @@
<OutputType>Exe</OutputType>
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
+ <!-- Issue 21057, https://github.com/dotnet/coreclr/issues/21057 -->
+ <GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
<!-- Default configurations to help VS understand the configurations -->
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "></PropertyGroup>