summaryrefslogtreecommitdiff
path: root/tests/src
diff options
context:
space:
mode:
authorKyungwoo Lee <kyulee@microsoft.com>2016-03-01 17:17:14 -0800
committerKyungwoo Lee <kyulee@microsoft.com>2016-03-02 07:19:40 -0800
commita65b75b6e0dc3a53d5fc3aa87f6a9f4029c7453d (patch)
tree5d0d025b9a63dfeed24d9b35cc895eb8367571ff /tests/src
parent526d355acc407ab59348ae97d5ade4b48ddad307 (diff)
downloadcoreclr-a65b75b6e0dc3a53d5fc3aa87f6a9f4029c7453d.tar.gz
coreclr-a65b75b6e0dc3a53d5fc3aa87f6a9f4029c7453d.tar.bz2
coreclr-a65b75b6e0dc3a53d5fc3aa87f6a9f4029c7453d.zip
Delete a bad test (b06435) for double to long conversion
This test relies on unspecified value when a large double value is converted to a long value where overflow occurs. For x64(cvttsd2si), this value is MIN_INT(0x8000000000000000) while ARM64(fcvtzs) produces MAX_INT(0x7fffffffffffffff). According to ECMA spec, the value is unspecified, so I simply delete this test.
Diffstat (limited to 'tests/src')
-rw-r--r--tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06435/app.config27
-rw-r--r--tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06435/b06435.il45
-rw-r--r--tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06435/b06435.ilproj43
3 files changed, 0 insertions, 115 deletions
diff --git a/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06435/app.config b/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06435/app.config
deleted file mode 100644
index 8077c95440..0000000000
--- a/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06435/app.config
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<configuration>
- <runtime>
- <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
- <dependentAssembly>
- <assemblyIdentity name="System.Runtime" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.0.20.0" newVersion="4.0.20.0" />
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="System.Text.Encoding" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.0.10.0" newVersion="4.0.10.0" />
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="System.Threading.Tasks" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.0.10.0" newVersion="4.0.10.0" />
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="System.IO" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.0.10.0" newVersion="4.0.10.0" />
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="System.Reflection" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.0.10.0" newVersion="4.0.10.0" />
- </dependentAssembly>
- </assemblyBinding>
- </runtime>
-</configuration> \ No newline at end of file
diff --git a/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06435/b06435.il b/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06435/b06435.il
deleted file mode 100644
index 6a6ce440fb..0000000000
--- a/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06435/b06435.il
+++ /dev/null
@@ -1,45 +0,0 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-
-.assembly extern legacy library mscorlib {}
-.assembly extern System.Console
-{
- .publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A )
- .ver 4:0:0:0
-}
-.assembly b06435
-{
-}
-.class _simple {
-
-.method static int32 main() {
-.entrypoint
-.maxstack 100
-
-.locals (int32, int64)
- ldc.i4 1
- stloc.0
-
-
-try_start:
-ldc.r8 float64(0x43E0000000000000)
-conv.i8
-ldc.i8 0x0f2146b2ec61bfe
-not
-add.ovf
-stloc.1
-leave try_end
-try_end:
-ldloc.1
-conv.i4
-ret
-handler_start:
- pop
- leave done
-handler_end:
-done:
- ldc.i4 100
- ret
-.try try_start to try_end catch [mscorlib]System.OverflowException handler handler_start to handler_end
-}
-}
diff --git a/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06435/b06435.ilproj b/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06435/b06435.ilproj
deleted file mode 100644
index 1ec4db2c39..0000000000
--- a/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06435/b06435.ilproj
+++ /dev/null
@@ -1,43 +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>
- </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>
-
- </PropertyGroup>
- <ItemGroup>
- <Compile Include="b06435.il" />
- </ItemGroup>
- <ItemGroup>
- <None Include="app.config" />
- </ItemGroup>
- <ItemGroup>
- <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
- </ItemGroup>
- <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
- <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
- </PropertyGroup>
-</Project> \ No newline at end of file