From 9ce9e20b0fc07324c9e0edebd677cad46210bca1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 04:41:21 +0000 Subject: [PATCH] Skip stackoverflowtester under interpreter (refs #127899) The stackoverflowtester test crashes with an assertion failure (m_crawl.GetCodeInfo()->IsValid()) when running under the CoreCLR interpreter because StackFrameIterator encounters interpreter frames with invalid CodeInfo during stack overflow handling. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .../exceptions/stackoverflow/stackoverflowtester.csproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/tests/baseservices/exceptions/stackoverflow/stackoverflowtester.csproj b/src/tests/baseservices/exceptions/stackoverflow/stackoverflowtester.csproj index db14155f73a4d7..4462686ea7cb1a 100644 --- a/src/tests/baseservices/exceptions/stackoverflow/stackoverflowtester.csproj +++ b/src/tests/baseservices/exceptions/stackoverflow/stackoverflowtester.csproj @@ -11,6 +11,8 @@ true true + + true