From 0530b55d7278bf62ee23dc24f904aad4a31597d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Strehovsk=C3=BD?= Date: Thu, 30 Jan 2025 23:29:49 +0100 Subject: [PATCH] Baseline more pri1 tests (#111068) I originally thought this found a real bug but this is just a really weird test exercising not just slow delegate creation path, but also quite invalid IL: https://github.com/dotnet/runtime/blob/3d88f276b13ae4d2ffa6a66b02f32171fdc825b5/src/tests/JIT/Methodical/delegate/_simpleoddpower.il#L510-L517 (Notice that despite the newobj, the actual object instance is of a completely different type and the method is not on that type.) --- src/tests/JIT/Methodical/delegate/_simpleoddpower_d.ilproj | 2 ++ src/tests/JIT/Methodical/delegate/_simpleoddpower_r.ilproj | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/tests/JIT/Methodical/delegate/_simpleoddpower_d.ilproj b/src/tests/JIT/Methodical/delegate/_simpleoddpower_d.ilproj index d3e85b25345666..032900593401d3 100644 --- a/src/tests/JIT/Methodical/delegate/_simpleoddpower_d.ilproj +++ b/src/tests/JIT/Methodical/delegate/_simpleoddpower_d.ilproj @@ -1,6 +1,8 @@ 1 + + true Full diff --git a/src/tests/JIT/Methodical/delegate/_simpleoddpower_r.ilproj b/src/tests/JIT/Methodical/delegate/_simpleoddpower_r.ilproj index 77909cf9577df6..1b801b786ba964 100644 --- a/src/tests/JIT/Methodical/delegate/_simpleoddpower_r.ilproj +++ b/src/tests/JIT/Methodical/delegate/_simpleoddpower_r.ilproj @@ -1,6 +1,8 @@ 1 + + true PdbOnly