From d9ec40bdfef84e2711753b7e9d22d63b8660ec27 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Wed, 3 Jun 2026 02:02:31 +0000
Subject: [PATCH 1/2] Skip PInvokeUnhandled test under interpreter (refs
#128899)
The PInvokeUnhandled test consistently hits a native assert
(GetRegdisplaySP consistency check) in the runtime-interpreter pipeline.
Mark it InterpreterIncompatible to unblock CI.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---
.../UnhandledExceptionHandler/PInvoke/PInvokeUnhandled.csproj | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/tests/baseservices/exceptions/UnhandledExceptionHandler/PInvoke/PInvokeUnhandled.csproj b/src/tests/baseservices/exceptions/UnhandledExceptionHandler/PInvoke/PInvokeUnhandled.csproj
index 6f554cba76aaa6..00560122813ae4 100644
--- a/src/tests/baseservices/exceptions/UnhandledExceptionHandler/PInvoke/PInvokeUnhandled.csproj
+++ b/src/tests/baseservices/exceptions/UnhandledExceptionHandler/PInvoke/PInvokeUnhandled.csproj
@@ -6,6 +6,7 @@
false
0
true
+ true
From 11fca8c3ec1c18026f39a2fc69087f3b36e9f89f Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
Date: Wed, 3 Jun 2026 02:02:35 +0000
Subject: [PATCH 2/2] ci: trigger checks