Skip to content

Commit

Permalink
disable GetGCMemoryInfo on FreeBSD (#64937)
Browse files Browse the repository at this point in the history
  • Loading branch information
wfurt committed Feb 15, 2022
1 parent 14e6411 commit fdb6d72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libraries/System.Runtime/tests/System/GCTests.cs
Expand Up @@ -802,6 +802,7 @@ public static void GetAllocatedBytesForCurrentThread(int size)

private static bool IsNotArmProcessAndRemoteExecutorSupported => PlatformDetection.IsNotArmProcess && RemoteExecutor.IsSupported;

[ActiveIssue("https://github.com/dotnet/runtime/issues/64935", TestPlatforms.FreeBSD)]
[ActiveIssue("https://github.com/mono/mono/issues/15236", TestRuntimes.Mono)]
[ConditionalFact(nameof(IsNotArmProcessAndRemoteExecutorSupported))] // [ActiveIssue("https://github.com/dotnet/runtime/issues/29434")]
public static void GetGCMemoryInfo()
Expand Down

0 comments on commit fdb6d72

Please sign in to comment.