Skip to content

Commit aa82eb3

Browse files
authored
Merge pull request dotnet#11484 from pgavlin/DisableLongRunningTests
Disable a few long-running tests.
2 parents 1413d46 + 8ada9ac commit aa82eb3

File tree

7 files changed

+9
-6
lines changed

7 files changed

+9
-6
lines changed

tests/src/GC/Features/HeapExpansion/pluggaps.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
1111
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
1212
<GCStressIncompatible>true</GCStressIncompatible>
13-
<HeapVerifyIncompatible Condition="'$(Platform)' == 'x86'">true</HeapVerifyIncompatible>
13+
<HeapVerifyIncompatible>true</HeapVerifyIncompatible>
1414
</PropertyGroup>
1515
<!-- Default configurations to help VS understand the configurations -->
1616
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">

tests/src/JIT/CheckProjects/CheckProjects.csproj

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<OutputType>Exe</OutputType>
1010
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
1111
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
12+
<GCStressIncompatible>true</GCStressIncompatible>
1213
</PropertyGroup>
1314
<!-- Default configurations to help VS understand the configurations -->
1415
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "></PropertyGroup>
@@ -34,4 +35,4 @@
3435
</PropertyGroup>
3536
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
3637
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' "></PropertyGroup>
37-
</Project>
38+
</Project>

tests/src/JIT/Generics/Coverage/chaos65204782cs.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
3434
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
3535
</PropertyGroup>
36-
</Project>
36+
</Project>

tests/src/JIT/Generics/Coverage/chaos65204782cs_o.csproj

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<OutputType>Exe</OutputType>
1111
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
1212
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
13+
<GCStressIncompatible>true</GCStressIncompatible>
1314
</PropertyGroup>
1415
<!-- Default configurations to help VS understand the configurations -->
1516
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
@@ -34,4 +35,4 @@
3435
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
3536
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
3637
</PropertyGroup>
37-
</Project>
38+
</Project>

tests/src/JIT/opt/virtualstubdispatch/bigvtbl/bigvtbl_cs_d.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
1313

1414
<!-- NOTE: this test simply takes too long to complete under GC stress/heap verify; it is not fundamentally incompatible -->
15-
<GCStressIncompatible Condition="'$(Platform)' == 'x86'">true</GCStressIncompatible>
15+
<GCStressIncompatible>true</GCStressIncompatible>
1616
<HeapVerifyIncompatible>true</HeapVerifyIncompatible>
1717
</PropertyGroup>
1818
<!-- Default configurations to help VS understand the configurations -->

tests/src/JIT/opt/virtualstubdispatch/bigvtbl/bigvtbl_cs_r.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
1313

1414
<!-- NOTE: this test simply takes too long to complete under GC stress/heap verify; it is not fundamentally incompatible -->
15-
<GCStressIncompatible Condition="'$(Platform)' == 'x86'">true</GCStressIncompatible>
15+
<GCStressIncompatible>true</GCStressIncompatible>
1616
<HeapVerifyIncompatible>true</HeapVerifyIncompatible>
1717
</PropertyGroup>
1818
<!-- Default configurations to help VS understand the configurations -->

tests/src/JIT/superpmi/superpmicollect.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<OutputType>Exe</OutputType>
1111
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
1212
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
13+
<GCStressIncompatible>true</GCStressIncompatible>
1314
</PropertyGroup>
1415
<!-- Default configurations to help VS understand the configurations -->
1516
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">

0 commit comments

Comments
 (0)