Skip to content
Open
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
14 changes: 14 additions & 0 deletions src/tests/JIT/Generics/Coverage/chaos65204782cs.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<CLRTestPriority>1</CLRTestPriority>
<DebugType>PdbOnly</DebugType>
<!-- https://github.com/dotnet/runtime/issues/132942 -->
<MonoAotIncompatible>true</MonoAotIncompatible>
<!-- Needed for MonoAotIncompatible -->
<RequiresProcessIsolation>true</RequiresProcessIsolation>
</PropertyGroup>
<ItemGroup>
<Compile Include="chaos65204782cs.cs" />
<ProjectReference Include="$(TestLibraryProjectPath)" />
</ItemGroup>
</Project>
4 changes: 3 additions & 1 deletion src/tests/JIT/Generics/JIT.Generics.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<DebugType>PdbOnly</DebugType>
<HasMergedInTests>true</HasMergedInTests>
</PropertyGroup>
<ItemGroup>
<MergedWrapperProjectReference Include="Coverage\chaos65204782cs.csproj" />
</ItemGroup>
<ItemGroup>
<Compile Include="Arrays\ConstructedTypes\MultiDim\class01.cs" />
<Compile Include="Arrays\ConstructedTypes\MultiDim\class01_Instance.cs" />
Expand Down Expand Up @@ -32,7 +35,6 @@
<Compile Include="Conversions\Reference\NonGenToGen03.cs" />
<Compile Include="Coverage\chaos55915408cs.cs" />
<Compile Include="Coverage\chaos56200037cs.cs" />
<Compile Include="Coverage\chaos65204782cs.cs" />
<Compile Include="Exceptions\general_class_instance01.cs" />
<Compile Include="Exceptions\general_class_static01.cs" />
<Compile Include="Exceptions\general_struct_instance01.cs" />
Expand Down
1 change: 0 additions & 1 deletion src/tests/JIT/Generics/JIT.Generics_ro.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
<Compile Include="Conversions\Boxing\box_isinst_unbox.cs" />
<Compile Include="Coverage\chaos55915408cs.cs" />
<Compile Include="Coverage\chaos56200037cs.cs" />
<Compile Include="Coverage\chaos65204782cs.cs" />
<Compile Include="Typeof\dynamicTypes.cs" />
<Compile Include="Typeof\objectBoxing.cs" />
<Compile Include="Typeof\refTypesdynamic.cs" />
Expand Down
Loading