Delete a bad test (b06435) for double to long conversion
authorKyungwoo Lee <kyulee@microsoft.com>
Wed, 2 Mar 2016 01:17:14 +0000 (17:17 -0800)
committerKyungwoo Lee <kyulee@microsoft.com>
Wed, 2 Mar 2016 15:19:40 +0000 (07:19 -0800)
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.

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

src/coreclr/tests/arm64/Tests.lst
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06435/app.config [deleted file]
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06435/b06435.il [deleted file]
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06435/b06435.ilproj [deleted file]

index e32b91c..6e165da 100644 (file)
@@ -39149,13 +39149,6 @@ MaxAllowedDurationSeconds=600
 HostStyle=Any
 Expected=100
 Categories=JIT;EXPECTED_PASS
-[b06435.exe_5013]
-RelativePath=JIT\Regression\CLR-x86-JIT\V1-M10\b06435\b06435\b06435.exe
-WorkingDir=JIT\Regression\CLR-x86-JIT\V1-M10\b06435\b06435
-MaxAllowedDurationSeconds=600
-HostStyle=Any
-Expected=100
-Categories=JIT;EXPECTED_FAIL;NEED_TRIAGE
 [_il_relqperm.exe_3905]
 RelativePath=JIT\Methodical\ELEMENT_TYPE_IU\_il_relqperm\_il_relqperm.exe
 WorkingDir=JIT\Methodical\ELEMENT_TYPE_IU\_il_relqperm
diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06435/app.config b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06435/app.config
deleted file mode 100644 (file)
index 8077c95..0000000
+++ /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/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06435/b06435.il b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06435/b06435.il
deleted file mode 100644 (file)
index 6a6ce44..0000000
+++ /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/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06435/b06435.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06435/b06435.ilproj
deleted file mode 100644 (file)
index 1ec4db2..0000000
+++ /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