Delete temporary instrumentation for #76280 (#78537)
authorJan Kotas <jkotas@microsoft.com>
Fri, 18 Nov 2022 23:03:25 +0000 (15:03 -0800)
committerGitHub <noreply@github.com>
Fri, 18 Nov 2022 23:03:25 +0000 (15:03 -0800)
Fixes #76280

src/tests/JIT/HardwareIntrinsics/General/Vector256/ConvertToDouble.Int64.cs
src/tests/JIT/HardwareIntrinsics/General/Vector256/ConvertToDouble.UInt64.cs

index 8b82357..fa1aca4 100644 (file)
@@ -287,7 +287,6 @@ namespace JIT.HardwareIntrinsics.General._Vector256
 
             if (result[0] != (double)(firstOp[0]))
             {
-                Environment.FailFast("Temporary instrumentation to diagnose https://github.com/dotnet/runtime/issues/76280");
                 succeeded = false;
             }
             else
@@ -296,7 +295,6 @@ namespace JIT.HardwareIntrinsics.General._Vector256
                 {
                     if (result[i] != (double)(firstOp[i]))
                     {
-                        Environment.FailFast("Temporary instrumentation to diagnose https://github.com/dotnet/runtime/issues/76280");
                         succeeded = false;
                         break;
                     }
index dde1d66..1643320 100644 (file)
@@ -287,7 +287,6 @@ namespace JIT.HardwareIntrinsics.General._Vector256
 
             if (result[0] != (double)(firstOp[0]))
             {
-                Environment.FailFast("Temporary instrumentation to diagnose https://github.com/dotnet/runtime/issues/76280");
                 succeeded = false;
             }
             else
@@ -296,7 +295,6 @@ namespace JIT.HardwareIntrinsics.General._Vector256
                 {
                     if (result[i] != (double)(firstOp[i]))
                     {
-                        Environment.FailFast("Temporary instrumentation to diagnose https://github.com/dotnet/runtime/issues/76280");
                         succeeded = false;
                         break;
                     }