Skip to content

Commit cea112c

Browse files
Remove RequiresProcessIsolation from HFA tests (#111406)
Tests using `CMakeProjectReference` seem to work just fine with the merged runner. Before (CoreCLR, checked, Ryzen 9700X): ``` Time [secs] | Total | Passed | Failed | Skipped | Assembly Execution Summary ============================================================================ 47.303 | 112 | 112 | 0 | 0 | JIT.jit64.jit64_1 ``` After: ``` Time [secs] | Total | Passed | Failed | Skipped | Assembly Execution Summary ============================================================================ 2.694 | 112 | 112 | 0 | 0 | JIT.jit64.jit64_1 ```
1 parent 2bfe21b commit cea112c

File tree

112 files changed

+0
-226
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+0
-226
lines changed

src/tests/JIT/jit64/hfa/main/testA/hfa_nd0A_d.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<!-- Needed for CMakeProjectReference -->
4-
<RequiresProcessIsolation>true</RequiresProcessIsolation>
53
<CLRTestPriority>1</CLRTestPriority>
64
</PropertyGroup>
75
<PropertyGroup>

src/tests/JIT/jit64/hfa/main/testA/hfa_nd0A_r.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<!-- Needed for CMakeProjectReference -->
4-
<RequiresProcessIsolation>true</RequiresProcessIsolation>
53
<CLRTestPriority>1</CLRTestPriority>
64
</PropertyGroup>
75
<PropertyGroup>

src/tests/JIT/jit64/hfa/main/testA/hfa_nd1A_d.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<!-- Needed for CMakeProjectReference -->
4-
<RequiresProcessIsolation>true</RequiresProcessIsolation>
53
<CLRTestPriority>1</CLRTestPriority>
64
</PropertyGroup>
75
<PropertyGroup>

src/tests/JIT/jit64/hfa/main/testA/hfa_nd1A_r.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<!-- Needed for CMakeProjectReference -->
4-
<RequiresProcessIsolation>true</RequiresProcessIsolation>
53
<CLRTestPriority>1</CLRTestPriority>
64
</PropertyGroup>
75
<PropertyGroup>

src/tests/JIT/jit64/hfa/main/testA/hfa_nd2A_d.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<!-- Needed for CMakeProjectReference -->
4-
<RequiresProcessIsolation>true</RequiresProcessIsolation>
53
<CLRTestPriority>1</CLRTestPriority>
64
</PropertyGroup>
75
<PropertyGroup>

src/tests/JIT/jit64/hfa/main/testA/hfa_nd2A_r.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<!-- Needed for CMakeProjectReference -->
4-
<RequiresProcessIsolation>true</RequiresProcessIsolation>
53
<CLRTestPriority>1</CLRTestPriority>
64
</PropertyGroup>
75
<PropertyGroup>

src/tests/JIT/jit64/hfa/main/testA/hfa_nf0A_d.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<!-- Needed for CMakeProjectReference -->
4-
<RequiresProcessIsolation>true</RequiresProcessIsolation>
53
<CLRTestPriority>1</CLRTestPriority>
64
</PropertyGroup>
75
<PropertyGroup>

src/tests/JIT/jit64/hfa/main/testA/hfa_nf0A_r.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<!-- Needed for CMakeProjectReference -->
4-
<RequiresProcessIsolation>true</RequiresProcessIsolation>
53
<CLRTestPriority>1</CLRTestPriority>
64
</PropertyGroup>
75
<PropertyGroup>

src/tests/JIT/jit64/hfa/main/testA/hfa_nf1A_d.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<!-- Needed for CMakeProjectReference -->
4-
<RequiresProcessIsolation>true</RequiresProcessIsolation>
53
<CLRTestPriority>1</CLRTestPriority>
64
</PropertyGroup>
75
<PropertyGroup>

src/tests/JIT/jit64/hfa/main/testA/hfa_nf1A_r.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<!-- Needed for CMakeProjectReference -->
4-
<RequiresProcessIsolation>true</RequiresProcessIsolation>
53
<CLRTestPriority>1</CLRTestPriority>
64
</PropertyGroup>
75
<PropertyGroup>

0 commit comments

Comments
 (0)