From c024e23388e4e408cae7e6fbf7ba7107384947c3 Mon Sep 17 00:00:00 2001 From: Brian Robbins Date: Thu, 10 Sep 2026 17:49:20 -0700 Subject: [PATCH] Skip interpreter LCG validation Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- .../tracing/eventpipe/rundownvalidation/rundownvalidation.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tests/tracing/eventpipe/rundownvalidation/rundownvalidation.cs b/src/tests/tracing/eventpipe/rundownvalidation/rundownvalidation.cs index 9e48fdf9e93921..d32fab278b3b37 100644 --- a/src/tests/tracing/eventpipe/rundownvalidation/rundownvalidation.cs +++ b/src/tests/tracing/eventpipe/rundownvalidation/rundownvalidation.cs @@ -97,6 +97,7 @@ public static int TestEntryPoint() if (result != 100 || !PlatformDetection.IsCoreCLR || + Utilities.IsCoreClrInterpreter || !RuntimeFeature.IsDynamicCodeCompiled || !OperatingSystem.IsWindows() || !PlatformDetection.Is64BitProcess ||