Disable ThrowStatementDoesNotResetExceptionStackLineOtherMethod in arm64 (#31735)
authorSantiago Fernandez Madero <safern@microsoft.com>
Tue, 4 Feb 2020 22:46:23 +0000 (14:46 -0800)
committerGitHub <noreply@github.com>
Tue, 4 Feb 2020 22:46:23 +0000 (14:46 -0800)
src/libraries/System.Runtime/tests/System/ExceptionTests.cs

index 74620fd..64a4d43 100644 (file)
@@ -108,7 +108,7 @@ namespace System.Tests
             }
         }
 
-        [Fact]
+        [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsNotArm64Process))] // [ActiveIssue(https://github.com/dotnet/runtime/issues/1871)] can't use ActiveIssue for archs
         public static void ThrowStatementDoesNotResetExceptionStackLineOtherMethod()
         {
             (string, string, int) rethrownExceptionStackFrame = (null, null, 0);