Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 07e8b55

Browse files
hoyosjsmmitche
authored andcommitted
Change non_virtual_calls_to_instance_methods test to non-il-sdk format (#27952)
* Change non_virtual_calls_to_instance_methods test to non-il-sdk format * Work around maxpath hit by method name * Fix compile item to short file name
1 parent 1423ad5 commit 07e8b55

File tree

4 files changed

+26
-10
lines changed

4 files changed

+26
-10
lines changed
File renamed without changes.
File renamed without changes.
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
4+
<PropertyGroup>
5+
<AssemblyName>$(MSBuildProjectName)</AssemblyName>
6+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
7+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
8+
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
9+
<ReferenceLocalMscorlib>true</ReferenceLocalMscorlib>
10+
<OutputType>Exe</OutputType>
11+
<CLRTestKind>BuildAndRun</CLRTestKind>
12+
<CLRTestPriority>0</CLRTestPriority>
13+
<!-- See https://github.com/dotnet/coreclr/issues/25690 -->
14+
<GCStressIncompatible>true</GCStressIncompatible>
15+
</PropertyGroup>
16+
17+
<PropertyGroup>
18+
<DebugType></DebugType>
19+
</PropertyGroup>
20+
21+
<ItemGroup>
22+
<Compile Include="nonvirtcall_instmethods.il" />
23+
</ItemGroup>
24+
25+
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
26+
</Project>

tests/src/Loader/classloader/DefaultInterfaceMethods/sharedgenerics/non_virtual_calls_to_instance_methods.ilproj

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)