From d803ad52829edb17f37d8b0c320a3655f715fdbe Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2019 12:51:33 +0100 Subject: [PATCH] [master] Update dependencies from dotnet/arcade dotnet/core-setup dotnet/corefx (mono/mono#17577) * Update dependencies from https://github.com/dotnet/arcade build 20191027.3 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19527.3 - Microsoft.DotNet.Helix.Sdk - 5.0.0-beta.19527.3 * Update dependencies from https://github.com/dotnet/core-setup build 20191027.2 - Microsoft.NETCore.App - 5.0.0-alpha1.19527.2 * Update dependencies from https://github.com/dotnet/corefx build 20191027.5 - Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19527.5 * Update CoreFX.issues.rsp GetGCMemoryInfo was moved to GCExtendedTests in https://github.com/dotnet/corefx/commit/mono/mono@d6dac9e6a7875862b91139334c8ec620f599cd4d. GetTotalAllocatedBytes and GetAllocatedBytesForCurrentThread seem to pass now. Commit migrated from https://github.com/mono/mono/commit/cddf90dda46e7420679636ac1d358f411a5b5fcf --- src/mono/netcore/CoreFX.issues.rsp | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/mono/netcore/CoreFX.issues.rsp b/src/mono/netcore/CoreFX.issues.rsp index ab93e85..3960d1b 100644 --- a/src/mono/netcore/CoreFX.issues.rsp +++ b/src/mono/netcore/CoreFX.issues.rsp @@ -505,17 +505,11 @@ # https://github.com/mono/mono/issues/15152 -nomethod System.Reflection.Tests.PointerTests.PointerPropertyGetValue -# GC.GetTotalAllocatedBytes is not implemented --nomethod System.Tests.GCTests.GetTotalAllocatedBytes - -# GC.GetAllocatedBytesForCurrentThread is not implemented --nomethod System.Tests.GCTests.GetAllocatedBytesForCurrentThread - # GCSettings.LatencyMode is not implemented -nomethod System.Tests.GCTests.LatencyRoundtrips # GC.GetGCMemoryInfo is not implemented --nomethod System.Tests.GCTests.GetGCMemoryInfo +-nomethod System.Tests.GCExtendedTests.GetGCMemoryInfo # flaky test, System.ArgumentNullException : Key cannot be null. Parameter name: key -nomethod System.Tests.GetEnvironmentVariable.EnvironmentVariablesAreHashtable -- 2.7.4