summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSergey Andreenko <seandree@microsoft.com>2019-05-13 12:19:12 -0700
committerSergey Andreenko <seandree@microsoft.com>2019-05-13 22:16:22 -0700
commit9cea1cfb0744f63dd3ae62783b61ba861297ce2e (patch)
tree2711cffdb17be4ccca572ccf67bf684fc5363770 /tests
parentfb7abbca590620ee4b70d4af10025ba71a8b1909 (diff)
downloadcoreclr-9cea1cfb0744f63dd3ae62783b61ba861297ce2e.tar.gz
coreclr-9cea1cfb0744f63dd3ae62783b61ba861297ce2e.tar.bz2
coreclr-9cea1cfb0744f63dd3ae62783b61ba861297ce2e.zip
Disable versionbubbles under GCStress.
The issue is https://github.com/dotnet/coreclr/issues/22245
Diffstat (limited to 'tests')
-rw-r--r--tests/src/readytorun/tests/versionbubbles/versionbubbles.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/src/readytorun/tests/versionbubbles/versionbubbles.csproj b/tests/src/readytorun/tests/versionbubbles/versionbubbles.csproj
index 2a6b749c16..be0ec17629 100644
--- a/tests/src/readytorun/tests/versionbubbles/versionbubbles.csproj
+++ b/tests/src/readytorun/tests/versionbubbles/versionbubbles.csproj
@@ -15,6 +15,8 @@
<CLRTestPriority>1</CLRTestPriority>
<DebugType>PdbOnly</DebugType>
<Optimize>True</Optimize>
+ <!-- https://github.com/dotnet/coreclr/issues/22245 -->
+ <GCStressIncompatible Condition="'$(Platform)' == 'arm'">true</GCStressIncompatible>
</PropertyGroup>
<!-- Default configurations to help VS understand the configurations -->
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">