[master] Update dependencies from dotnet/coreclr (dotnet/corefx#42121)
authordotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>
Sat, 26 Oct 2019 06:17:44 +0000 (06:17 +0000)
committerGitHub <noreply@github.com>
Sat, 26 Oct 2019 06:17:44 +0000 (06:17 +0000)
* Update dependencies from https://github.com/dotnet/coreclr build 20191025.1

- Microsoft.NET.Sdk.IL - 5.0.0-alpha1.19525.1
- Microsoft.NETCore.ILAsm - 5.0.0-alpha1.19525.1
- Microsoft.NETCore.Runtime.CoreCLR - 5.0.0-alpha1.19525.1

* remove Stopwatch.*.cs from System.Runtime.Extensions build

* Disable tests against CoreCLR bug

Commit migrated from https://github.com/dotnet/corefx/commit/8245ee1e8f6063ccc7a3a60cafe821d29e85b02f

src/libraries/System.Linq.Expressions/tests/Convert/ConvertTests.cs
src/libraries/System.Runtime.Extensions/src/System.Runtime.Extensions.csproj

index 2f900c1..08743f3 100644 (file)
@@ -1651,6 +1651,7 @@ namespace System.Linq.Expressions.Tests
         }
 
         [Theory, ClassData(typeof(CompilationTypes))]
+        [ActiveIssue("https://github.com/dotnet/coreclr/issues/27458")]
         public static void ConvertDoubleToUIntTest(bool useInterpreter)
         {
             foreach (double value in new double[] { 0, 1, -1, double.MinValue, double.MaxValue, double.Epsilon, double.NegativeInfinity, double.PositiveInfinity, double.NaN })
@@ -1660,6 +1661,7 @@ namespace System.Linq.Expressions.Tests
         }
 
         [Theory, ClassData(typeof(CompilationTypes))]
+        [ActiveIssue("https://github.com/dotnet/coreclr/issues/27458")]
         public static void ConvertDoubleToNullableUIntTest(bool useInterpreter)
         {
             foreach (double value in new double[] { 0, 1, -1, double.MinValue, double.MaxValue, double.Epsilon, double.NegativeInfinity, double.PositiveInfinity, double.NaN })
index 217f9f7..ac6cd80 100644 (file)
@@ -13,7 +13,6 @@
     <Compile Include="System\ApplicationId.cs" />
     <Compile Include="System\CodeDom\Compiler\IndentedTextWriter.cs" />
     <Compile Include="System\Context.cs" />
-    <Compile Include="$(CommonPath)\CoreLib\System\Diagnostics\Stopwatch.cs" />
     <Compile Include="System\LoaderOptimization.cs" />
     <Compile Include="System\LoaderOptimizationAttribute.cs" />
     <Compile Include="System\IO\StringReader.cs" />
@@ -56,7 +55,6 @@
   <!-- WINDOWS: Shared CoreCLR -->
   <ItemGroup Condition="'$(TargetsWindows)' == 'true'">
     <Compile Include="System\Runtime\Versioning\VersioningHelper.Windows.cs" />
-    <Compile Include="$(CommonPath)\CoreLib\System\Diagnostics\Stopwatch.Windows.cs" />
     <Compile Include="$(CommonPath)\CoreLib\System\IO\Win32Marshal.cs">
       <Link>Common\CoreLib\System\IO\Win32Marshal.cs</Link>
     </Compile>
   <!-- UNIX -->
   <ItemGroup Condition=" '$(TargetsUnix)' == 'true' ">
     <Compile Include="System\Runtime\Versioning\VersioningHelper.Unix.cs" />
-    <Compile Include="$(CommonPath)\CoreLib\System\Diagnostics\Stopwatch.Unix.cs" />
     <Compile Include="$(CommonPath)\Interop\OSX\Interop.Libraries.cs">
       <Link>Common\Interop\OSX\Interop.Libraries.cs</Link>
     </Compile>