Skip to content

Commit d413cc4

Browse files
authored
Delete temporary instrumentation for #76280 (#78537)
Fixes #76280
1 parent d40dc18 commit d413cc4

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,6 @@ private void ValidateResult(Int64[] firstOp, Double[] result, [CallerMemberName]
287287

288288
if (result[0] != (double)(firstOp[0]))
289289
{
290-
Environment.FailFast("Temporary instrumentation to diagnose https://github.com/dotnet/runtime/issues/76280");
291290
succeeded = false;
292291
}
293292
else
@@ -296,7 +295,6 @@ private void ValidateResult(Int64[] firstOp, Double[] result, [CallerMemberName]
296295
{
297296
if (result[i] != (double)(firstOp[i]))
298297
{
299-
Environment.FailFast("Temporary instrumentation to diagnose https://github.com/dotnet/runtime/issues/76280");
300298
succeeded = false;
301299
break;
302300
}

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,6 @@ private void ValidateResult(UInt64[] firstOp, Double[] result, [CallerMemberName
287287

288288
if (result[0] != (double)(firstOp[0]))
289289
{
290-
Environment.FailFast("Temporary instrumentation to diagnose https://github.com/dotnet/runtime/issues/76280");
291290
succeeded = false;
292291
}
293292
else
@@ -296,7 +295,6 @@ private void ValidateResult(UInt64[] firstOp, Double[] result, [CallerMemberName
296295
{
297296
if (result[i] != (double)(firstOp[i]))
298297
{
299-
Environment.FailFast("Temporary instrumentation to diagnose https://github.com/dotnet/runtime/issues/76280");
300298
succeeded = false;
301299
break;
302300
}

0 commit comments

Comments
 (0)