Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/tests/JIT/Directed/lifetime/lifetime1.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<!-- Needed for GC.WaitForPendingFinalizers -->
<!-- See https://github.com/dotnet/runtime/issues/68529 -->
<RequiresProcessIsolation>true</RequiresProcessIsolation>

<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
Expand Down
4 changes: 3 additions & 1 deletion src/tests/JIT/Directed/lifetime/lifetime2.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<!-- Needed for JitOptimizationSensitive -->
<!-- Needed for JitOptimizationSensitive, GC.WaitForPendingFinalizers -->
<!-- See https://github.com/dotnet/runtime/issues/68529 -->
<RequiresProcessIsolation>true</RequiresProcessIsolation>

<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
Expand Down
4 changes: 3 additions & 1 deletion src/tests/JIT/Directed/pinvoke/preemptive_cooperative.ilproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<!-- Needed for CLRTestTargetUnsupported -->
<!-- Needed for CLRTestTargetUnsupported, GC.WaitForPendingFinalizers -->
<!-- See https://github.com/dotnet/runtime/issues/68529 -->
<RequiresProcessIsolation>true</RequiresProcessIsolation>

<CLRTestPriority>1</CLRTestPriority>
<!-- Test unsupported outside of windows -->
<CLRTestTargetUnsupported Condition="'$(TargetsWindows)' != 'true'">true</CLRTestTargetUnsupported>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<!-- Needed for GC.WaitForPendingFinalizers -->
<!-- See https://github.com/dotnet/runtime/issues/68529 -->
<RequiresProcessIsolation>true</RequiresProcessIsolation>

<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<!-- Needed for GC.WaitForPendingFinalizers -->
<!-- See https://github.com/dotnet/runtime/issues/68529 -->
<RequiresProcessIsolation>true</RequiresProcessIsolation>

<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<!-- Needed for GC.WaitForPendingFinalizers -->
<!-- See https://github.com/dotnet/runtime/issues/68529 -->
<RequiresProcessIsolation>true</RequiresProcessIsolation>

<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<!-- Needed for GC.WaitForPendingFinalizers -->
<!-- See https://github.com/dotnet/runtime/issues/68529 -->
<RequiresProcessIsolation>true</RequiresProcessIsolation>

<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<!-- Needed for GC.WaitForPendingFinalizers -->
<!-- See https://github.com/dotnet/runtime/issues/68529 -->
<RequiresProcessIsolation>true</RequiresProcessIsolation>

<DebugType>None</DebugType>
<Optimize>True</Optimize>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<!-- Needed for GCStressIncompatible -->
<!-- Needed for GCStressIncompatible, GC.WaitForPendingFinalizers -->
<!-- See https://github.com/dotnet/runtime/issues/68529 -->
<RequiresProcessIsolation>true</RequiresProcessIsolation>
</PropertyGroup>
<PropertyGroup>
Expand Down
3 changes: 3 additions & 0 deletions src/tests/JIT/Regression/Regression_1.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<NumberOfStripesToUseInStress>10</NumberOfStripesToUseInStress>
</PropertyGroup>
<ItemGroup>
<MergedWrapperProjectReference Include="CLR-x86-*/**/*.??proj" />
<MergedWrapperProjectReference Remove="*/**/*_d.??proj" />
Expand Down
3 changes: 3 additions & 0 deletions src/tests/JIT/Regression/Regression_4.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<NumberOfStripesToUseInStress>10</NumberOfStripesToUseInStress>
</PropertyGroup>
<ItemGroup>
<MergedWrapperProjectReference Include="VS-ia64-JIT/**/*.??proj" />
<MergedWrapperProjectReference Remove="*/**/*_d.??proj" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<!-- Needed for GC.WaitForPendingFinalizers -->
<!-- See https://github.com/dotnet/runtime/issues/68529 -->
<RequiresProcessIsolation>true</RequiresProcessIsolation>

<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
Expand Down
3 changes: 3 additions & 0 deletions src/tests/baseservices/threading/threading_group1.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<NumberOfStripesToUseInStress>10</NumberOfStripesToUseInStress>
</PropertyGroup>
<ItemGroup>
<MergedWrapperProjectReference Include="commitstackonlyasneeded/**/*.??proj" />
<MergedWrapperProjectReference Include="coverage/**/*.??proj" />
Expand Down