summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Keldorph <Russ.Keldorph@microsoft.com>2016-05-16 15:23:15 -0700
committerRuss Keldorph <Russ.Keldorph@microsoft.com>2016-05-16 17:11:53 -0700
commite3160d95cfb337c051c8e5873055981d9b0d7aac (patch)
tree8b8960358ba62e97fd288ffedef7cca4ab008d68
parent6180404fa0227614338c01e656e32dcee8757455 (diff)
downloadcoreclr-e3160d95cfb337c051c8e5873055981d9b0d7aac.tar.gz
coreclr-e3160d95cfb337c051c8e5873055981d9b0d7aac.tar.bz2
coreclr-e3160d95cfb337c051c8e5873055981d9b0d7aac.zip
Rename some IL tests whose names conflicted with C# tests
For catchrettoinnertry, we appeared to have some redundant test projects. I removed the redundant ones and cleaned up the remaining. Fixes #3379
-rw-r--r--tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_cs_d.csproj9
-rw-r--r--tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_cs_do.csproj7
-rw-r--r--tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_cs_r.csproj11
-rw-r--r--tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_cs_ro.csproj9
-rw-r--r--tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_d.csproj53
-rw-r--r--tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_d.ilproj3
-rw-r--r--tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_do.csproj53
-rw-r--r--tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_r.csproj53
-rw-r--r--tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_r.ilproj4
-rw-r--r--tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_ro.csproj53
-rw-r--r--tests/src/JIT/Methodical/flowgraph/bug619534/twoEndFinallys_il.ilproj (renamed from tests/src/JIT/Methodical/flowgraph/bug619534/twoEndFinallys.ilproj)0
-rw-r--r--tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b170362/b170362_il.ilproj (renamed from tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b170362/b170362.ilproj)0
-rw-r--r--tests/src/JIT/jit64/regress/vsw/373472/test_il.ilproj (renamed from tests/src/JIT/jit64/regress/vsw/373472/test.ilproj)0
13 files changed, 23 insertions, 232 deletions
diff --git a/tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_cs_d.csproj b/tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_cs_d.csproj
index 9fe68f741d..372da439ca 100644
--- a/tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_cs_d.csproj
+++ b/tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_cs_d.csproj
@@ -26,15 +26,11 @@
</CodeAnalysisDependentAssemblyPaths>
</ItemGroup>
<PropertyGroup>
- <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
<DebugType>Full</DebugType>
- <Optimize></Optimize>
- <NoLogo>True</NoLogo>
- <DefineConstants>$(DefineConstants);DESKTOP</DefineConstants>
+ <Optimize>False</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="catchrettoinnertry.cs" />
- <ProjectReference Include="..\common\common.csproj" />
</ItemGroup>
<ItemGroup>
<None Include="$(JitPackagesConfigFileDirectory)minimal\project.json" />
@@ -47,6 +43,9 @@
<ProjectJson>$(JitPackagesConfigFileDirectory)minimal\project.json</ProjectJson>
<ProjectLockJson>$(JitPackagesConfigFileDirectory)minimal\project.lock.json</ProjectLockJson>
</PropertyGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\common\common.csproj" />
+ </ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
diff --git a/tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_cs_do.csproj b/tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_cs_do.csproj
index d7f9249646..154d225374 100644
--- a/tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_cs_do.csproj
+++ b/tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_cs_do.csproj
@@ -26,15 +26,11 @@
</CodeAnalysisDependentAssemblyPaths>
</ItemGroup>
<PropertyGroup>
- <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
<DebugType>Full</DebugType>
<Optimize>True</Optimize>
- <NoLogo>True</NoLogo>
- <DefineConstants>$(DefineConstants);DESKTOP</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Compile Include="catchrettoinnertry.cs" />
- <ProjectReference Include="..\common\common.csproj" />
</ItemGroup>
<ItemGroup>
<None Include="$(JitPackagesConfigFileDirectory)minimal\project.json" />
@@ -47,6 +43,9 @@
<ProjectJson>$(JitPackagesConfigFileDirectory)minimal\project.json</ProjectJson>
<ProjectLockJson>$(JitPackagesConfigFileDirectory)minimal\project.lock.json</ProjectLockJson>
</PropertyGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\common\common.csproj" />
+ </ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
diff --git a/tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_cs_r.csproj b/tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_cs_r.csproj
index da1227b461..d6860e7588 100644
--- a/tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_cs_r.csproj
+++ b/tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_cs_r.csproj
@@ -26,15 +26,11 @@
</CodeAnalysisDependentAssemblyPaths>
</ItemGroup>
<PropertyGroup>
- <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
- <DebugType>None</DebugType>
- <Optimize></Optimize>
- <NoLogo>True</NoLogo>
- <DefineConstants>$(DefineConstants);DESKTOP</DefineConstants>
+ <DebugType>PdbOnly</DebugType>
+ <Optimize>False</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="catchrettoinnertry.cs" />
- <ProjectReference Include="..\common\common.csproj" />
</ItemGroup>
<ItemGroup>
<None Include="$(JitPackagesConfigFileDirectory)minimal\project.json" />
@@ -47,6 +43,9 @@
<ProjectJson>$(JitPackagesConfigFileDirectory)minimal\project.json</ProjectJson>
<ProjectLockJson>$(JitPackagesConfigFileDirectory)minimal\project.lock.json</ProjectLockJson>
</PropertyGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\common\common.csproj" />
+ </ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
diff --git a/tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_cs_ro.csproj b/tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_cs_ro.csproj
index 1bbcf191ab..89718e95b9 100644
--- a/tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_cs_ro.csproj
+++ b/tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_cs_ro.csproj
@@ -26,15 +26,11 @@
</CodeAnalysisDependentAssemblyPaths>
</ItemGroup>
<PropertyGroup>
- <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
- <DebugType>None</DebugType>
+ <DebugType>PdbOnly</DebugType>
<Optimize>True</Optimize>
- <NoLogo>True</NoLogo>
- <DefineConstants>$(DefineConstants);DESKTOP</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Compile Include="catchrettoinnertry.cs" />
- <ProjectReference Include="..\common\common.csproj" />
</ItemGroup>
<ItemGroup>
<None Include="$(JitPackagesConfigFileDirectory)minimal\project.json" />
@@ -47,6 +43,9 @@
<ProjectJson>$(JitPackagesConfigFileDirectory)minimal\project.json</ProjectJson>
<ProjectLockJson>$(JitPackagesConfigFileDirectory)minimal\project.lock.json</ProjectLockJson>
</PropertyGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\common\common.csproj" />
+ </ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
diff --git a/tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_d.csproj b/tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_d.csproj
deleted file mode 100644
index 0401a464e0..0000000000
--- a/tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_d.csproj
+++ /dev/null
@@ -1,53 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <AssemblyName>$(MSBuildProjectName)</AssemblyName>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
- <OutputType>Exe</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <FileAlignment>512</FileAlignment>
- <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
- <ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages</ReferencePath>
- <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
- <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- </PropertyGroup>
- <!-- Default configurations to help VS understand the configurations -->
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- </PropertyGroup>
- <ItemGroup>
- <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
- <Visible>False</Visible>
- </CodeAnalysisDependentAssemblyPaths>
- </ItemGroup>
- <PropertyGroup>
- <DebugType>Full</DebugType>
- <Optimize>False</Optimize>
- </PropertyGroup>
- <ItemGroup>
- <Compile Include="catchrettoinnertry.cs" />
- </ItemGroup>
- <ItemGroup>
- <None Include="$(JitPackagesConfigFileDirectory)minimal\project.json" />
- <None Include="app.config" />
- </ItemGroup>
- <ItemGroup>
- <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
- </ItemGroup>
- <PropertyGroup>
- <ProjectJson>$(JitPackagesConfigFileDirectory)minimal\project.json</ProjectJson>
- <ProjectLockJson>$(JitPackagesConfigFileDirectory)minimal\project.lock.json</ProjectLockJson>
- </PropertyGroup>
- <ItemGroup>
- <ProjectReference Include="..\common\common.csproj" />
- </ItemGroup>
- <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
- <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
- </PropertyGroup>
-</Project>
diff --git a/tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_d.ilproj b/tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_d.ilproj
index 9e240c6cbd..dd4ebd582e 100644
--- a/tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_d.ilproj
+++ b/tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_d.ilproj
@@ -37,6 +37,9 @@
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\common\common.csproj" />
+ </ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
diff --git a/tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_do.csproj b/tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_do.csproj
deleted file mode 100644
index 1310e0fa98..0000000000
--- a/tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_do.csproj
+++ /dev/null
@@ -1,53 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <AssemblyName>$(MSBuildProjectName)</AssemblyName>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
- <OutputType>Exe</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <FileAlignment>512</FileAlignment>
- <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
- <ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages</ReferencePath>
- <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
- <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- </PropertyGroup>
- <!-- Default configurations to help VS understand the configurations -->
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- </PropertyGroup>
- <ItemGroup>
- <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
- <Visible>False</Visible>
- </CodeAnalysisDependentAssemblyPaths>
- </ItemGroup>
- <PropertyGroup>
- <DebugType>Full</DebugType>
- <Optimize>True</Optimize>
- </PropertyGroup>
- <ItemGroup>
- <Compile Include="catchrettoinnertry.cs" />
- </ItemGroup>
- <ItemGroup>
- <None Include="$(JitPackagesConfigFileDirectory)minimal\project.json" />
- <None Include="app.config" />
- </ItemGroup>
- <ItemGroup>
- <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
- </ItemGroup>
- <PropertyGroup>
- <ProjectJson>$(JitPackagesConfigFileDirectory)minimal\project.json</ProjectJson>
- <ProjectLockJson>$(JitPackagesConfigFileDirectory)minimal\project.lock.json</ProjectLockJson>
- </PropertyGroup>
- <ItemGroup>
- <ProjectReference Include="..\common\common.csproj" />
- </ItemGroup>
- <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
- <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
- </PropertyGroup>
-</Project>
diff --git a/tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_r.csproj b/tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_r.csproj
deleted file mode 100644
index 3464f6c8ed..0000000000
--- a/tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_r.csproj
+++ /dev/null
@@ -1,53 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <AssemblyName>$(MSBuildProjectName)</AssemblyName>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
- <OutputType>Exe</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <FileAlignment>512</FileAlignment>
- <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
- <ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages</ReferencePath>
- <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
- <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- </PropertyGroup>
- <!-- Default configurations to help VS understand the configurations -->
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- </PropertyGroup>
- <ItemGroup>
- <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
- <Visible>False</Visible>
- </CodeAnalysisDependentAssemblyPaths>
- </ItemGroup>
- <PropertyGroup>
- <DebugType></DebugType>
- <Optimize>False</Optimize>
- </PropertyGroup>
- <ItemGroup>
- <Compile Include="catchrettoinnertry.cs" />
- </ItemGroup>
- <ItemGroup>
- <None Include="$(JitPackagesConfigFileDirectory)minimal\project.json" />
- <None Include="app.config" />
- </ItemGroup>
- <ItemGroup>
- <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
- </ItemGroup>
- <PropertyGroup>
- <ProjectJson>$(JitPackagesConfigFileDirectory)minimal\project.json</ProjectJson>
- <ProjectLockJson>$(JitPackagesConfigFileDirectory)minimal\project.lock.json</ProjectLockJson>
- </PropertyGroup>
- <ItemGroup>
- <ProjectReference Include="..\common\common.csproj" />
- </ItemGroup>
- <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
- <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
- </PropertyGroup>
-</Project>
diff --git a/tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_r.ilproj b/tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_r.ilproj
index 0e25816b53..efa78c355c 100644
--- a/tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_r.ilproj
+++ b/tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_r.ilproj
@@ -26,6 +26,7 @@
</CodeAnalysisDependentAssemblyPaths>
</ItemGroup>
<PropertyGroup>
+ <DebugType>PdbOnly</DebugType>
</PropertyGroup>
<ItemGroup>
<Compile Include="catchrettoinnertry.il" />
@@ -36,6 +37,9 @@
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\common\common.csproj" />
+ </ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
diff --git a/tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_ro.csproj b/tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_ro.csproj
deleted file mode 100644
index 6d5beaaf0f..0000000000
--- a/tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_ro.csproj
+++ /dev/null
@@ -1,53 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <AssemblyName>$(MSBuildProjectName)</AssemblyName>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
- <OutputType>Exe</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <FileAlignment>512</FileAlignment>
- <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
- <ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages</ReferencePath>
- <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
- <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- </PropertyGroup>
- <!-- Default configurations to help VS understand the configurations -->
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- </PropertyGroup>
- <ItemGroup>
- <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
- <Visible>False</Visible>
- </CodeAnalysisDependentAssemblyPaths>
- </ItemGroup>
- <PropertyGroup>
- <DebugType></DebugType>
- <Optimize>True</Optimize>
- </PropertyGroup>
- <ItemGroup>
- <Compile Include="catchrettoinnertry.cs" />
- </ItemGroup>
- <ItemGroup>
- <None Include="$(JitPackagesConfigFileDirectory)minimal\project.json" />
- <None Include="app.config" />
- </ItemGroup>
- <ItemGroup>
- <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
- </ItemGroup>
- <PropertyGroup>
- <ProjectJson>$(JitPackagesConfigFileDirectory)minimal\project.json</ProjectJson>
- <ProjectLockJson>$(JitPackagesConfigFileDirectory)minimal\project.lock.json</ProjectLockJson>
- </PropertyGroup>
- <ItemGroup>
- <ProjectReference Include="..\common\common.csproj" />
- </ItemGroup>
- <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
- <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
- </PropertyGroup>
-</Project>
diff --git a/tests/src/JIT/Methodical/flowgraph/bug619534/twoEndFinallys.ilproj b/tests/src/JIT/Methodical/flowgraph/bug619534/twoEndFinallys_il.ilproj
index a99e251e96..a99e251e96 100644
--- a/tests/src/JIT/Methodical/flowgraph/bug619534/twoEndFinallys.ilproj
+++ b/tests/src/JIT/Methodical/flowgraph/bug619534/twoEndFinallys_il.ilproj
diff --git a/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b170362/b170362.ilproj b/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b170362/b170362_il.ilproj
index 5bd730e9df..5bd730e9df 100644
--- a/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b170362/b170362.ilproj
+++ b/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b170362/b170362_il.ilproj
diff --git a/tests/src/JIT/jit64/regress/vsw/373472/test.ilproj b/tests/src/JIT/jit64/regress/vsw/373472/test_il.ilproj
index e1f57ec14d..e1f57ec14d 100644
--- a/tests/src/JIT/jit64/regress/vsw/373472/test.ilproj
+++ b/tests/src/JIT/jit64/regress/vsw/373472/test_il.ilproj