[master] Update dependencies from dotnet/arcade dotnet/core-setup dotnet/corefx ...
authordotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>
Tue, 29 Oct 2019 11:51:33 +0000 (12:51 +0100)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Tue, 29 Oct 2019 11:51:33 +0000 (12:51 +0100)
* 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

index ab93e85..3960d1b 100644 (file)
 # 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