summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Andreenko <seandree@microsoft.com>2019-02-01 12:20:51 -0800
committerGitHub <noreply@github.com>2019-02-01 12:20:51 -0800
commitb64ec23b3cb68106e16657d68ee4f06271365247 (patch)
tree65dd44aa4b809ecd4dcfa46a726b6b3ea04dae18
parenta21b1513db19eb6e77ab71843b8f0e046eb88933 (diff)
downloadcoreclr-b64ec23b3cb68106e16657d68ee4f06271365247.tar.gz
coreclr-b64ec23b3cb68106e16657d68ee4f06271365247.tar.bz2
coreclr-b64ec23b3cb68106e16657d68ee4f06271365247.zip
Exclude RecursiveException and MultipleException from GCStress runs. (#22340)
Fixes #20460. See issue #22339.
-rw-r--r--tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/MultipleException.csproj2
-rw-r--r--tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/RecursiveException.csproj2
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/MultipleException.csproj b/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/MultipleException.csproj
index c29e6585cb..ebcb18a335 100644
--- a/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/MultipleException.csproj
+++ b/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/MultipleException.csproj
@@ -12,6 +12,8 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
+ <!-- Issue #22339 -->
+ <GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
<!-- Default configurations to help VS understand the configurations -->
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
diff --git a/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/RecursiveException.csproj b/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/RecursiveException.csproj
index 35300bbd75..ae52563ac6 100644
--- a/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/RecursiveException.csproj
+++ b/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/RecursiveException.csproj
@@ -12,6 +12,8 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
+ <!-- Issue #22339 -->
+ <GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
<!-- Default configurations to help VS understand the configurations -->
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">