Don't mark prefldinit4 as requiring process isolation (#65596)
authorTomáš Rylek <trylek@microsoft.com>
Sat, 19 Feb 2022 13:51:29 +0000 (14:51 +0100)
committerGitHub <noreply@github.com>
Sat, 19 Feb 2022 13:51:29 +0000 (14:51 +0100)
Turns out this particular test doesn't actually need process
isolation, I overzealously marked it as such in a previous wave
just because it's a static initialization test. This lets us
postpone dealing with out-of-process ilproj tests to a later
phase.

Thanks

Tomas

src/tests/JIT/Methodical/cctor/simple/prefldinit4_il_d.ilproj
src/tests/JIT/Methodical/cctor/simple/prefldinit4_il_r.ilproj

index c8867de..8785627 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>Exe</OutputType>
     <CLRTestPriority>1</CLRTestPriority>
-    <RequiresProcessIsolation>true</RequiresProcessIsolation>
   </PropertyGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
index 95c0ac3..cd1bac0 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>Exe</OutputType>
     <CLRTestPriority>1</CLRTestPriority>
-    <RequiresProcessIsolation>true</RequiresProcessIsolation>
   </PropertyGroup>
   <PropertyGroup>
     <DebugType>PdbOnly</DebugType>