Delete redundant CoreMangLib decimal tests (dotnet/coreclr#20649)
authorJan Kotas <jkotas@microsoft.com>
Sat, 27 Oct 2018 17:25:09 +0000 (10:25 -0700)
committerGitHub <noreply@github.com>
Sat, 27 Oct 2018 17:25:09 +0000 (10:25 -0700)
Fixes failing test obsoleted by dotnet/coreclr#20638 and contributes to dotnet/coreclr#12782

Delete redundant CoreMangLib decimal tests  \85

Commit migrated from https://github.com/dotnet/coreclr/commit/75c5020b66f727a292afdbdf2b324ebd39e3e89d

src/coreclr/tests/arm/Tests.lst
src/coreclr/tests/arm64/Tests.lst
src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalRemainder.csproj [deleted file]
src/coreclr/tests/src/CoreMangLib/cti/system/decimal/decimalremainder.cs [deleted file]

index 2330ae4..9c354da 100644 (file)
@@ -51948,14 +51948,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[DecimalRemainder.cmd_7533]
-RelativePath=CoreMangLib\cti\system\decimal\DecimalRemainder\DecimalRemainder.cmd
-WorkingDir=CoreMangLib\cti\system\decimal\DecimalRemainder
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated28.cmd_7534]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest28\Generated28\Generated28.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest28\Generated28
index 5cabffc..1450a84 100644 (file)
@@ -5556,14 +5556,6 @@ MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DecimalRemainder.cmd_1319]
-RelativePath=CoreMangLib\cti\system\decimal\DecimalRemainder\DecimalRemainder.cmd
-WorkingDir=CoreMangLib\cti\system\decimal\DecimalRemainder
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS;UNWIND
-HostStyle=0
-
 [DecimalSubtract.cmd_1320]
 RelativePath=CoreMangLib\cti\system\decimal\DecimalSubtract\DecimalSubtract.cmd
 WorkingDir=CoreMangLib\cti\system\decimal\DecimalSubtract
diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalRemainder.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalRemainder.csproj
deleted file mode 100644 (file)
index 2a4dab3..0000000
+++ /dev/null
@@ -1,40 +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>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <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>
-    <!-- Add Compile Object Here -->
-    <Compile Include="decimalremainder.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/decimalremainder.cs b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/decimalremainder.cs
deleted file mode 100644 (file)
index 0ed3072..0000000
Binary files a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/decimalremainder.cs and /dev/null differ