Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 84aadf1

Browse files
author
Jarret Shook
authored
Merge pull request #5958 from jashook/disable_timeouts_under_gcstress
Disable tests that timeout under gcstress
2 parents 24a53c5 + b624185 commit 84aadf1

26 files changed

+26
-0
lines changed

tests/src/GC/Scenarios/FinalizeTimeout/FinalizeTimeout.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<ProjectGuid>{3B0E8096-79D4-413F-9010-F68DF90073B5}</ProjectGuid>
99
<OutputType>Exe</OutputType>
1010
<FileAlignment>512</FileAlignment>
11+
<GCStressIncompatible>true</GCStressIncompatible>
1112
</PropertyGroup>
1213
<!-- Default configurations to help VS understand the configurations -->
1314
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">

tests/src/JIT/Methodical/Arrays/lcs/_dbglcsvalbox.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
1616

1717
<NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp>
18+
<GCStressIncompatible>true</GCStressIncompatible>
1819
</PropertyGroup>
1920
<!-- Default configurations to help VS understand the configurations -->
2021
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">

tests/src/JIT/Methodical/Arrays/lcs/_rellcsvalbox.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
1616

1717
<NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp>
18+
<GCStressIncompatible>true</GCStressIncompatible>
1819
</PropertyGroup>
1920
<!-- Default configurations to help VS understand the configurations -->
2021
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">

tests/src/JIT/Methodical/Arrays/lcs/_speed_dbglcsvalbox.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
1616

1717
<NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp>
18+
<GCStressIncompatible>true</GCStressIncompatible>
1819
</PropertyGroup>
1920
<!-- Default configurations to help VS understand the configurations -->
2021
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">

tests/src/JIT/Methodical/Arrays/lcs/_speed_rellcsvalbox.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
1616

1717
<NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp>
18+
<GCStressIncompatible>true</GCStressIncompatible>
1819
</PropertyGroup>
1920
<!-- Default configurations to help VS understand the configurations -->
2021
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">

tests/src/JIT/Methodical/VT/port/_dbglcs_gcref.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
1616

1717
<NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp>
18+
<GCStressIncompatible>true</GCStressIncompatible>
1819
</PropertyGroup>
1920
<!-- Default configurations to help VS understand the configurations -->
2021
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">

tests/src/JIT/Methodical/VT/port/_rellcs_gcref.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
1616

1717
<NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp>
18+
<GCStressIncompatible>true</GCStressIncompatible>
1819
</PropertyGroup>
1920
<!-- Default configurations to help VS understand the configurations -->
2021
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">

tests/src/JIT/Methodical/VT/port/_speed_dbglcs_gcref.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
1616

1717
<NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp>
18+
<GCStressIncompatible>true</GCStressIncompatible>
1819
</PropertyGroup>
1920
<!-- Default configurations to help VS understand the configurations -->
2021
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">

tests/src/JIT/Methodical/VT/port/_speed_rellcs_gcref.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
1616

1717
<NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp>
18+
<GCStressIncompatible>true</GCStressIncompatible>
1819
</PropertyGroup>
1920
<!-- Default configurations to help VS understand the configurations -->
2021
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">

tests/src/JIT/Methodical/refany/_dbgstress1.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
1616
<NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp>
1717
<ReferenceLocalMscorlib>true</ReferenceLocalMscorlib>
18+
<GCStressIncompatible>true</GCStressIncompatible>
1819
</PropertyGroup>
1920
<!-- Default configurations to help VS understand the configurations -->
2021
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">

0 commit comments

Comments
 (0)