From 7e7775ec0692e12dc96ac23ef005884044cf57c8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 4 Sep 2026 20:56:24 +0000 Subject: [PATCH 1/3] Initial plan From 770ac51f52973439023bfaafc42fd24b9bffcffd Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 4 Sep 2026 21:16:31 +0000 Subject: [PATCH 2/3] Disable runtimeasyncapis in ReadyToRun tests Co-authored-by: jtschuster <36744439+jtschuster@users.noreply.github.com> --- src/tests/profiler/runtimeasyncapis/runtimeasyncapis.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tests/profiler/runtimeasyncapis/runtimeasyncapis.csproj b/src/tests/profiler/runtimeasyncapis/runtimeasyncapis.csproj index 31b0084127c9da..afd195f2ff9923 100644 --- a/src/tests/profiler/runtimeasyncapis/runtimeasyncapis.csproj +++ b/src/tests/profiler/runtimeasyncapis/runtimeasyncapis.csproj @@ -4,6 +4,7 @@ exe true $(Features);runtime-async=on + true true From d072f69ac41c780370d61be5afb284bff0bf2a49 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 5 Sep 2026 03:12:42 +0000 Subject: [PATCH 3/3] Disable runtimeasyncapis in interpreter and R2R modes Co-authored-by: jtschuster <36744439+jtschuster@users.noreply.github.com> --- src/tests/profiler/runtimeasyncapis/runtimeasyncapis.csproj | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/tests/profiler/runtimeasyncapis/runtimeasyncapis.csproj b/src/tests/profiler/runtimeasyncapis/runtimeasyncapis.csproj index afd195f2ff9923..c902fdd83afa66 100644 --- a/src/tests/profiler/runtimeasyncapis/runtimeasyncapis.csproj +++ b/src/tests/profiler/runtimeasyncapis/runtimeasyncapis.csproj @@ -4,6 +4,12 @@ exe true $(Features);runtime-async=on + + true true true