summaryrefslogtreecommitdiff
path: root/tests/src/JIT/CodeGenBringUpTests/FPAdd.csproj
diff options
context:
space:
mode:
authorBruce Forstall <Bruce_Forstall@msn.com>2018-07-27 10:13:21 -0700
committerBruce Forstall <Bruce_Forstall@msn.com>2018-07-27 12:52:08 -0700
commit4d651c83f395125e21c80d2a096c8e8dd8343c3d (patch)
treea3c9fc30b7eb99ce3ec22ba010a9b5203d942fbb /tests/src/JIT/CodeGenBringUpTests/FPAdd.csproj
parentd38774d80e07436eadc28f7255a8c9f8edb1e570 (diff)
downloadcoreclr-4d651c83f395125e21c80d2a096c8e8dd8343c3d.tar.gz
coreclr-4d651c83f395125e21c80d2a096c8e8dd8343c3d.tar.bz2
coreclr-4d651c83f395125e21c80d2a096c8e8dd8343c3d.zip
Specify specific build flavors for CodeGenBringUpTests tests
Don't let them "float" based on the current build type. Update the arm/arm64 tests.lst files to use the new `_ro` versions. It is expected these files will disappear soon, so don't add all the new versions to them. Fixes #9722
Diffstat (limited to 'tests/src/JIT/CodeGenBringUpTests/FPAdd.csproj')
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/FPAdd.csproj30
1 files changed, 0 insertions, 30 deletions
diff --git a/tests/src/JIT/CodeGenBringUpTests/FPAdd.csproj b/tests/src/JIT/CodeGenBringUpTests/FPAdd.csproj
deleted file mode 100644
index a3a5543d0b..0000000000
--- a/tests/src/JIT/CodeGenBringUpTests/FPAdd.csproj
+++ /dev/null
@@ -1,30 +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>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{E15C9AD4-4D8B-43F2-AAFD-ED827609BB6F}</ProjectGuid>
- <OutputType>Exe</OutputType>
- <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
- <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
- <CLRTestPriority>1</CLRTestPriority>
- </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>
- <ItemGroup>
- <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="FPAdd.cs" />
- </ItemGroup>
- <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
- <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' "></PropertyGroup>
-</Project> \ No newline at end of file