From 55fabb0b3f860ef37d77571803e2f1c643d00fcb Mon Sep 17 00:00:00 2001 From: Vlad Brezae Date: Wed, 12 Aug 2026 09:31:05 +0300 Subject: [PATCH 1/2] Disable test using gc cover on interpreter GC coverage (GCStress=4) only supports jitted code. --- .../GC/Regressions/Github/Runtime_129681/Runtime_129681.csproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/tests/GC/Regressions/Github/Runtime_129681/Runtime_129681.csproj b/src/tests/GC/Regressions/Github/Runtime_129681/Runtime_129681.csproj index c9943ca7ecfbf0..fa8a87d24e68a4 100644 --- a/src/tests/GC/Regressions/Github/Runtime_129681/Runtime_129681.csproj +++ b/src/tests/GC/Regressions/Github/Runtime_129681/Runtime_129681.csproj @@ -3,6 +3,8 @@ true 1 true + + true Date: Thu, 13 Aug 2026 13:01:33 +0300 Subject: [PATCH 2/2] Disable explicity passing DOTNET_GCStress=0xc in a few tests We already have a dedicated pipeline running all tests in this configuration. --- .../Github/Runtime_129681/Runtime_129681.csproj | 4 ---- .../JitBlue/GitHub_27924/GitHub_27924.csproj | 15 --------------- .../JitBlue/Runtime_45090/Runtime_45090.csproj | 6 ------ 3 files changed, 25 deletions(-) diff --git a/src/tests/GC/Regressions/Github/Runtime_129681/Runtime_129681.csproj b/src/tests/GC/Regressions/Github/Runtime_129681/Runtime_129681.csproj index fa8a87d24e68a4..14c54b01e1e808 100644 --- a/src/tests/GC/Regressions/Github/Runtime_129681/Runtime_129681.csproj +++ b/src/tests/GC/Regressions/Github/Runtime_129681/Runtime_129681.csproj @@ -3,19 +3,15 @@ true 1 true - - true - - - true - - true - None True - - - diff --git a/src/tests/JIT/Regression/JitBlue/Runtime_45090/Runtime_45090.csproj b/src/tests/JIT/Regression/JitBlue/Runtime_45090/Runtime_45090.csproj index 842cb8b66cdd59..f5f3ecae247d5f 100644 --- a/src/tests/JIT/Regression/JitBlue/Runtime_45090/Runtime_45090.csproj +++ b/src/tests/JIT/Regression/JitBlue/Runtime_45090/Runtime_45090.csproj @@ -1,16 +1,10 @@ - - true None True True - - true - -