From aa02841e949b9fc718a52932e69fcdf7e3eeede2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Strehovsk=C3=BD?= Date: Thu, 22 Jan 2026 00:28:40 -0800 Subject: [PATCH] Disable generic recursion test on native AOT Test started running with https://github.com/dotnet/runtime/pull/123112 This is past our cutoff so the method body gets compiled to `TypeLoadException`. We have generic recursion coverage in native AOT tests. Cc @dotnet/ilc-contrib --- src/tests/JIT/Methodical/inlining/bug505642/test.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/JIT/Methodical/inlining/bug505642/test.cs b/src/tests/JIT/Methodical/inlining/bug505642/test.cs index 3eeb66dcdc8671..d0ea32ce1216a4 100644 --- a/src/tests/JIT/Methodical/inlining/bug505642/test.cs +++ b/src/tests/JIT/Methodical/inlining/bug505642/test.cs @@ -28,7 +28,7 @@ public Tuple(T0 Field0, T1 Field1) public static class M { - [Fact] + [ConditionalFact(typeof(TestLibrary.Utilities), nameof(TestLibrary.Utilities.IsNotNativeAot))] [OuterLoop] public static int TestEntryPoint() {