From ca329118e2187e73d7e13f53110e335e94fe69b6 Mon Sep 17 00:00:00 2001 From: Steve Pfister Date: Tue, 21 Mar 2023 10:38:35 -0400 Subject: [PATCH] [release/6.0] Disable more unsupported runtime tests These tests require precise GC, which mono does not support. Upstream disabled them, so following up here. Contributes to https://github.com/dotnet/runtime/issues/83424 --- src/tests/issues.targets | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/src/tests/issues.targets b/src/tests/issues.targets index 502b3b6075d57d..94278a046dbbf4 100644 --- a/src/tests/issues.targets +++ b/src/tests/issues.targets @@ -1120,10 +1120,25 @@ needs triage + + PlatformDetection.IsPreciseGcSupported false on mono + + + PlatformDetection.IsPreciseGcSupported false on mono + + + PlatformDetection.IsPreciseGcSupported false on mono + + + PlatformDetection.IsPreciseGcSupported false on mono + PlatformDetection.IsPreciseGcSupported false on mono - + + PlatformDetection.IsPreciseGcSupported false on mono + + PlatformDetection.IsPreciseGcSupported false on mono