diff --git a/src/tests/JIT/IL_Conformance/Old/Base/ckfinite.il b/src/tests/JIT/IL_Conformance/Old/Base/ckfinite.il
index 96d81177b0818d..90f6433c69e23b 100644
--- a/src/tests/JIT/IL_Conformance/Old/Base/ckfinite.il
+++ b/src/tests/JIT/IL_Conformance/Old/Base/ckfinite.il
@@ -24,7 +24,7 @@ handler_end:
done:
ldc.i4 0x00000001
ret
-.try try_start to try_end catch [mscorlib]System.OverflowException handler handler_start to handler_end
+.try try_start to try_end catch [mscorlib]System.ArithmeticException handler handler_start to handler_end
}
.method public static int32 _ckfinite(float64) {
@@ -44,7 +44,7 @@ handler_end:
done:
ldc.i4 0x00000001
ret
-.try try_start to try_end catch [mscorlib]System.OverflowException handler handler_start to handler_end
+.try try_start to try_end catch [mscorlib]System.ArithmeticException handler handler_start to handler_end
}
.method public static int32 main(class [mscorlib]System.String[]) {
diff --git a/src/tests/JIT/IL_Conformance/Old/Conformance_Base/div_r4.il b/src/tests/JIT/IL_Conformance/Old/Conformance_Base/div_r4.il
index 3b1a9c85999a17..3528396dec6237 100644
--- a/src/tests/JIT/IL_Conformance/Old/Conformance_Base/div_r4.il
+++ b/src/tests/JIT/IL_Conformance/Old/Conformance_Base/div_r4.il
@@ -47,7 +47,7 @@ try_end:
ldc.i4 0x0
br FINISH
ae:
- isinst [mscorlib]System.OverflowException
+ isinst [mscorlib]System.ArithmeticException
stloc 0
leave HEnd
HEnd:
@@ -77,7 +77,7 @@ FAIL:
br FINISH
FINISH:
ret
-.try try_start to try_end catch [mscorlib]System.OverflowException handler ae to HEnd
+.try try_start to try_end catch [mscorlib]System.ArithmeticException handler ae to HEnd
}
.method public static int32 main(class [mscorlib]System.String[]) {
diff --git a/src/tests/JIT/IL_Conformance/Old/Conformance_Base/div_r8.il b/src/tests/JIT/IL_Conformance/Old/Conformance_Base/div_r8.il
index bbdea0fad0a20a..71328e23387f84 100644
--- a/src/tests/JIT/IL_Conformance/Old/Conformance_Base/div_r8.il
+++ b/src/tests/JIT/IL_Conformance/Old/Conformance_Base/div_r8.il
@@ -49,7 +49,7 @@ try_end:
ldc.i4 0x0
br FINISH
ae:
- isinst [mscorlib]System.OverflowException
+ isinst [mscorlib]System.ArithmeticException
stloc 0
leave HEnd
HEnd:
@@ -81,7 +81,7 @@ FAIL:
br FINISH
FINISH:
ret
-.try try_start to try_end catch [mscorlib]System.OverflowException handler ae to HEnd
+.try try_start to try_end catch [mscorlib]System.ArithmeticException handler ae to HEnd
}
.method public static int32 main(class [mscorlib]System.String[]) {
diff --git a/src/tests/issues.targets b/src/tests/issues.targets
index a6ac6d9f3a9ca5..4cf3567dc91463 100644
--- a/src/tests/issues.targets
+++ b/src/tests/issues.targets
@@ -2095,9 +2095,6 @@
https://github.com/dotnet/runtime/issues/54396
-
- https://github.com/dotnet/runtime/issues/54381
-
https://github.com/dotnet/runtime/issues/54560
@@ -2116,9 +2113,6 @@
needs triage
-
- https://github.com/dotnet/runtime/issues/54394
-
needs triage
@@ -2128,12 +2122,6 @@
needs triage
-
- https://github.com/dotnet/runtime/issues/54381
-
-
- https://github.com/dotnet/runtime/issues/54381
-
needs triage
@@ -2143,12 +2131,6 @@
needs triage
-
- https://github.com/dotnet/runtime/issues/54381
-
-
- https://github.com/dotnet/runtime/issues/54381
-
needs triage
@@ -2164,18 +2146,6 @@
needs triage
-
- https://github.com/dotnet/runtime/issues/54381
-
-
- https://github.com/dotnet/runtime/issues/54381
-
-
- https://github.com/dotnet/runtime/issues/54381
-
-
- https://github.com/dotnet/runtime/issues/54381
-
needs triage
@@ -2185,15 +2155,9 @@
needs triage
-
- https://github.com/dotnet/runtime/issues/54381
-
needs triage
-
- https://github.com/dotnet/runtime/issues/54381
-
https://github.com/dotnet/runtime/issues/54391
@@ -2236,9 +2200,6 @@
needs triage
-
- https://github.com/dotnet/runtime/issues/54381
-
needs triage
@@ -2356,9 +2317,6 @@
needs triage
-
- https://github.com/dotnet/runtime/issues/54375
-
needs triage
@@ -2494,9 +2452,6 @@
https://github.com/dotnet/runtime/issues/54359
-
- https://github.com/dotnet/runtime/issues/54376
-
https://github.com/dotnet/runtime/issues/54359
@@ -2524,9 +2479,6 @@
https://github.com/dotnet/runtime/issues/54392
-
- https://github.com/dotnet/runtime/issues/54376
-
https://github.com/dotnet/runtime/issues/54392
@@ -2536,30 +2488,12 @@
needs triage
-
- https://github.com/dotnet/runtime/issues/54376
-
https://github.com/dotnet/runtime/issues/54392
needs triage
-
- https://github.com/dotnet/runtime/issues/54376
-
-
- https://github.com/dotnet/runtime/issues/54376
-
-
- https://github.com/dotnet/runtime/issues/54376
-
-
- https://github.com/dotnet/runtime/issues/54376
-
-
- https://github.com/dotnet/runtime/issues/54376
-
needs triage
@@ -2578,9 +2512,6 @@
https://github.com/dotnet/runtime/issues/47624
-
- https://github.com/dotnet/runtime/issues/54376
-
needs triage
@@ -3094,10 +3025,6 @@
-
-
- needs triage
-
needs triage
@@ -3206,12 +3133,6 @@
https://github.com/dotnet/runtime/issues/41472
-
- needs triage
-
-
- needs triage
-
needs triage
@@ -3236,12 +3157,6 @@
needs triage
-
- needs triage
-
-
- needs triage
-
needs triage