From 7b356b9d7007cc57e737c23f673a9ec364fd7ceb Mon Sep 17 00:00:00 2001 From: Katelyn Gadd Date: Tue, 26 Aug 2025 16:09:38 -0700 Subject: [PATCH 1/2] [NO MERGE] Batch re-enable disabled crossgen2 tests so I can do an outerloop run to see which ones are still broken --- src/tests/issues.targets | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/src/tests/issues.targets b/src/tests/issues.targets index 374d96e1acf3f3..46d11c61282a9d 100644 --- a/src/tests/issues.targets +++ b/src/tests/issues.targets @@ -537,28 +537,10 @@ Not compatible with crossgen2 - - https://github.com/dotnet/runtime/issues/109311 - - - https://github.com/dotnet/runtime/issues/109314 - - - https://github.com/dotnet/runtime/issues/109315 - - - https://github.com/dotnet/runtime/issues/109315 - - - https://github.com/dotnet/runtime/issues/74555 - - - https://github.com/dotnet/runtime/issues/85747 - @@ -567,9 +549,6 @@ - - https://github.com/dotnet/runtime/issues/85663 - From 5a02923bc40accf88d603da4c5cb5c1d0ca121a5 Mon Sep 17 00:00:00 2001 From: Katelyn Gadd Date: Thu, 28 Aug 2025 16:02:11 -0700 Subject: [PATCH 2/2] Re-disable a couple tests that are still broken Move DevDiv_255294 to be a blanket all-platforms disable instead of ARM only, since its problem is related to memory usage --- src/tests/issues.targets | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/tests/issues.targets b/src/tests/issues.targets index 46d11c61282a9d..15ca4115261cc8 100644 --- a/src/tests/issues.targets +++ b/src/tests/issues.targets @@ -537,10 +537,19 @@ Not compatible with crossgen2 + + https://github.com/dotnet/runtime/issues/109314 + + + https://github.com/dotnet/runtime/issues/85663 + + + https://github.com/dotnet/runtime/issues/74555 +