summaryrefslogtreecommitdiff
path: root/tests/src/CoreMangLib/cti
diff options
context:
space:
mode:
authorFadi Hanna <fadim@microsoft.com>2016-05-27 15:25:33 -0700
committerFadi Hanna <fadim@microsoft.com>2016-05-27 15:25:33 -0700
commit28fe0dc39d1081a1fd5ff83b7b705aeb2e868d71 (patch)
treef8193c5e46d71d020515c76a1e13154ab63a60e8 /tests/src/CoreMangLib/cti
parent819d4b7d31848edae50d4d5e237b83db29138900 (diff)
downloadcoreclr-28fe0dc39d1081a1fd5ff83b7b705aeb2e868d71.tar.gz
coreclr-28fe0dc39d1081a1fd5ff83b7b705aeb2e868d71.tar.bz2
coreclr-28fe0dc39d1081a1fd5ff83b7b705aeb2e868d71.zip
Excluding Weak-GCReferences tests from GC stress runs (#5289)
Diffstat (limited to 'tests/src/CoreMangLib/cti')
-rw-r--r--tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceCtor1_PSC.csproj1
-rw-r--r--tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceCtor2_PSC.csproj1
-rw-r--r--tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceCtor2b_PSC.csproj1
-rw-r--r--tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceIsAlive_PSC.csproj1
-rw-r--r--tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceIsAliveb_PSC.csproj1
-rw-r--r--tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceTargetb_PSC.csproj1
-rw-r--r--tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceTrackResurrection_cti_PSC.csproj1
7 files changed, 7 insertions, 0 deletions
diff --git a/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceCtor1_PSC.csproj b/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceCtor1_PSC.csproj
index fcdaa523ef..d2841eac33 100644
--- a/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceCtor1_PSC.csproj
+++ b/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceCtor1_PSC.csproj
@@ -17,6 +17,7 @@
<ReferenceLocalMscorlib>false</ReferenceLocalMscorlib>
<CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
+ <GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
<!-- Default configurations to help VS understand the configurations -->
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
diff --git a/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceCtor2_PSC.csproj b/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceCtor2_PSC.csproj
index 51aeb8e209..4964785bd8 100644
--- a/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceCtor2_PSC.csproj
+++ b/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceCtor2_PSC.csproj
@@ -17,6 +17,7 @@
<ReferenceLocalMscorlib>false</ReferenceLocalMscorlib>
<CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
+ <GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
<!-- Default configurations to help VS understand the configurations -->
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
diff --git a/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceCtor2b_PSC.csproj b/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceCtor2b_PSC.csproj
index 57ef311163..788176d54e 100644
--- a/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceCtor2b_PSC.csproj
+++ b/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceCtor2b_PSC.csproj
@@ -17,6 +17,7 @@
<ReferenceLocalMscorlib>false</ReferenceLocalMscorlib>
<CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
+ <GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
<!-- Default configurations to help VS understand the configurations -->
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
diff --git a/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceIsAlive_PSC.csproj b/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceIsAlive_PSC.csproj
index afec85d850..e5573bef48 100644
--- a/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceIsAlive_PSC.csproj
+++ b/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceIsAlive_PSC.csproj
@@ -17,6 +17,7 @@
<ReferenceLocalMscorlib>false</ReferenceLocalMscorlib>
<CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
+ <GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
<!-- Default configurations to help VS understand the configurations -->
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
diff --git a/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceIsAliveb_PSC.csproj b/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceIsAliveb_PSC.csproj
index 1ce77d1019..7eb649384b 100644
--- a/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceIsAliveb_PSC.csproj
+++ b/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceIsAliveb_PSC.csproj
@@ -17,6 +17,7 @@
<ReferenceLocalMscorlib>false</ReferenceLocalMscorlib>
<CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
+ <GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
<!-- Default configurations to help VS understand the configurations -->
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
diff --git a/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceTargetb_PSC.csproj b/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceTargetb_PSC.csproj
index 60e16be20e..055dc1a7ff 100644
--- a/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceTargetb_PSC.csproj
+++ b/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceTargetb_PSC.csproj
@@ -17,6 +17,7 @@
<ReferenceLocalMscorlib>false</ReferenceLocalMscorlib>
<CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
+ <GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
<!-- Default configurations to help VS understand the configurations -->
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
diff --git a/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceTrackResurrection_cti_PSC.csproj b/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceTrackResurrection_cti_PSC.csproj
index ad7420340c..1cb1c7b5f1 100644
--- a/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceTrackResurrection_cti_PSC.csproj
+++ b/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceTrackResurrection_cti_PSC.csproj
@@ -17,6 +17,7 @@
<ReferenceLocalMscorlib>false</ReferenceLocalMscorlib>
<CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
+ <GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
<!-- Default configurations to help VS understand the configurations -->
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">