Disable more tests from the crossgen2 run (#741)
authorFadi Hanna <fadim@microsoft.com>
Tue, 10 Dec 2019 21:58:48 +0000 (13:58 -0800)
committerGitHub <noreply@github.com>
Tue, 10 Dec 2019 21:58:48 +0000 (13:58 -0800)
src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract09.ilproj
src/coreclr/tests/src/readytorun/tests/genericsload/callgenericctor.csproj
src/coreclr/tests/src/readytorun/tests/genericsload/usegenericfield.csproj
src/coreclr/tests/src/readytorun/tests/versionbubbles/versionbubbles.csproj

index 10aed58..d446921 100644 (file)
@@ -3,6 +3,7 @@
     <OutputType>Exe</OutputType>
     <CLRTestKind>BuildAndRun</CLRTestKind>
     <CLRTestPriority>1</CLRTestPriority>
+    <CrossGenTest>false</CrossGenTest>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="abstract09.il" />
index eb4dd10..c36073b 100644 (file)
@@ -5,6 +5,7 @@
     <DefineConstants>$(DefineConstants);STATIC;CORECLR</DefineConstants>
     <ZapRequire>1</ZapRequire>
     <CLRTestPriority>1</CLRTestPriority>
+    <CrossGenTest>false</CrossGenTest>
   </PropertyGroup>
   <ItemGroup>
     <ProjectReference Include="genericslib.ilproj">
index acf4f8d..23683cf 100644 (file)
@@ -5,6 +5,7 @@
     <DefineConstants>$(DefineConstants);STATIC;CORECLR</DefineConstants>
     <ZapRequire>1</ZapRequire>
     <CLRTestPriority>1</CLRTestPriority>
+    <CrossGenTest>false</CrossGenTest>
   </PropertyGroup>
   <ItemGroup>
     <ProjectReference Include="genericslib.ilproj">
index b80a5b2..316b4b7 100644 (file)
@@ -7,6 +7,7 @@
     <CLRTestPriority>1</CLRTestPriority>
     <DebugType>PdbOnly</DebugType>
     <Optimize>True</Optimize>
+    <CrossGenTest>false</CrossGenTest>
   </PropertyGroup>
   <ItemGroup>
     <ProjectReference Include=".\helper.csproj">