summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2018-10-27 10:25:09 -0700
committerGitHub <noreply@github.com>2018-10-27 10:25:09 -0700
commit75c5020b66f727a292afdbdf2b324ebd39e3e89d (patch)
tree3f8737e3c34492367f8bd414cfa822d8c62c982b
parent328740394e42e6a34a1918dd03e7dfa1cd09b457 (diff)
downloadcoreclr-75c5020b66f727a292afdbdf2b324ebd39e3e89d.tar.gz
coreclr-75c5020b66f727a292afdbdf2b324ebd39e3e89d.tar.bz2
coreclr-75c5020b66f727a292afdbdf2b324ebd39e3e89d.zip
Delete redundant CoreMangLib decimal tests (#20649)
Fixes failing test obsoleted by #20638 and contributes to #12782 Delete redundant CoreMangLib decimal tests …
-rw-r--r--tests/arm/Tests.lst8
-rw-r--r--tests/arm64/Tests.lst8
-rw-r--r--tests/src/CoreMangLib/cti/system/decimal/DecimalRemainder.csproj40
-rw-r--r--tests/src/CoreMangLib/cti/system/decimal/decimalremainder.csbin8530 -> 0 bytes
4 files changed, 0 insertions, 56 deletions
diff --git a/tests/arm/Tests.lst b/tests/arm/Tests.lst
index 2330ae4513..9c354dab6e 100644
--- a/tests/arm/Tests.lst
+++ b/tests/arm/Tests.lst
@@ -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
diff --git a/tests/arm64/Tests.lst b/tests/arm64/Tests.lst
index 5cabffc357..1450a8419f 100644
--- a/tests/arm64/Tests.lst
+++ b/tests/arm64/Tests.lst
@@ -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/tests/src/CoreMangLib/cti/system/decimal/DecimalRemainder.csproj b/tests/src/CoreMangLib/cti/system/decimal/DecimalRemainder.csproj
deleted file mode 100644
index 2a4dab3767..0000000000
--- a/tests/src/CoreMangLib/cti/system/decimal/DecimalRemainder.csproj
+++ /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/tests/src/CoreMangLib/cti/system/decimal/decimalremainder.cs b/tests/src/CoreMangLib/cti/system/decimal/decimalremainder.cs
deleted file mode 100644
index 0ed3072212..0000000000
--- a/tests/src/CoreMangLib/cti/system/decimal/decimalremainder.cs
+++ /dev/null
Binary files differ