Exclude test from crossgenning (#592)
authorFadi Hanna <fadim@microsoft.com>
Fri, 6 Dec 2019 22:38:02 +0000 (14:38 -0800)
committerGitHub <noreply@github.com>
Fri, 6 Dec 2019 22:38:02 +0000 (14:38 -0800)
* Exclude tests from crossgenning

src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract02.ilproj
src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract03.ilproj
src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract04.ilproj
src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract05.ilproj
src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract06.ilproj
src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract07.ilproj
src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract08.ilproj
src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract10.ilproj
src/coreclr/tests/src/Regressions/coreclr/16354/notimplemented.ilproj

index 69e5b41..28ff034 100644 (file)
@@ -3,6 +3,9 @@
     <OutputType>Exe</OutputType>
     <CLRTestKind>BuildAndRun</CLRTestKind>
     <CLRTestPriority>1</CLRTestPriority>
+    
+    <!-- Crossgen is not intended to serve as an IL verifier, and is not designed to provide error semantics on bad input. -->
+    <CrossGenTest>false</CrossGenTest>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="abstract02.il" />
index 3862bef..09f6102 100644 (file)
@@ -3,6 +3,9 @@
     <OutputType>Exe</OutputType>
     <CLRTestKind>BuildAndRun</CLRTestKind>
     <CLRTestPriority>1</CLRTestPriority>
+
+    <!-- Crossgen is not intended to serve as an IL verifier, and is not designed to provide error semantics on bad input. -->
+    <CrossGenTest>false</CrossGenTest>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="abstract03.il" />
index d4c472f..a47a8e4 100644 (file)
@@ -3,6 +3,9 @@
     <OutputType>Exe</OutputType>
     <CLRTestKind>BuildAndRun</CLRTestKind>
     <CLRTestPriority>1</CLRTestPriority>
+    
+    <!-- Crossgen is not intended to serve as an IL verifier, and is not designed to provide error semantics on bad input. -->
+    <CrossGenTest>false</CrossGenTest>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="abstract04.il" />
index e0f6cf2..6c23117 100644 (file)
@@ -3,6 +3,9 @@
     <OutputType>Exe</OutputType>
     <CLRTestKind>BuildAndRun</CLRTestKind>
     <CLRTestPriority>1</CLRTestPriority>
+
+    <!-- Crossgen is not intended to serve as an IL verifier, and is not designed to provide error semantics on bad input. -->
+    <CrossGenTest>false</CrossGenTest>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="abstract05.il" />
index f2e99ea..fed962d 100644 (file)
@@ -3,6 +3,9 @@
     <OutputType>Exe</OutputType>
     <CLRTestKind>BuildAndRun</CLRTestKind>
     <CLRTestPriority>1</CLRTestPriority>
+    
+    <!-- Crossgen is not intended to serve as an IL verifier, and is not designed to provide error semantics on bad input. -->
+    <CrossGenTest>false</CrossGenTest>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="abstract06.il" />
index 54c6f8c..694c55e 100644 (file)
@@ -3,6 +3,9 @@
     <OutputType>Exe</OutputType>
     <CLRTestKind>BuildAndRun</CLRTestKind>
     <CLRTestPriority>1</CLRTestPriority>
+
+    <!-- Crossgen is not intended to serve as an IL verifier, and is not designed to provide error semantics on bad input. -->
+    <CrossGenTest>false</CrossGenTest>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="abstract07.il" />
index e72cdeb..41decb1 100644 (file)
@@ -3,6 +3,9 @@
     <OutputType>Exe</OutputType>
     <CLRTestKind>BuildAndRun</CLRTestKind>
     <CLRTestPriority>1</CLRTestPriority>
+    
+    <!-- Crossgen is not intended to serve as an IL verifier, and is not designed to provide error semantics on bad input. -->
+    <CrossGenTest>false</CrossGenTest>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="abstract08.il" />
index f731701..b9defbe 100644 (file)
@@ -3,6 +3,9 @@
     <OutputType>Exe</OutputType>
     <CLRTestKind>BuildAndRun</CLRTestKind>
     <CLRTestPriority>1</CLRTestPriority>
+    
+    <!-- Crossgen is not intended to serve as an IL verifier, and is not designed to provide error semantics on bad input. -->
+    <CrossGenTest>false</CrossGenTest>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="abstract10.il" />
index 4f3c6c2..eeecef8 100644 (file)
@@ -3,6 +3,10 @@
     <OutputType>Exe</OutputType>
     <CLRTestKind>BuildAndRun</CLRTestKind>
     <CLRTestPriority>0</CLRTestPriority>
+
+    <!-- Crossgen is not intended to serve as an IL verifier, and is not designed to provide error semantics on bad input. -->
+    <CrossGenTest>false</CrossGenTest>
+    
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="notimplemented.il" />