diff --git a/src/tests/GC/Regressions/v2.0-beta2/452950/452950.cs b/src/tests/GC/Regressions/v2.0-beta2/452950/452950.cs deleted file mode 100644 index 2c2272ace012a..0000000000000 --- a/src/tests/GC/Regressions/v2.0-beta2/452950/452950.cs +++ /dev/null @@ -1,53 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. - -using System; -using System.Collections.Generic; -using System.Runtime.InteropServices; - -public class b452950 -{ - public static List list = new List(); - public static int DEFAULT = 1000; - - public static int Main(string[] args) - { - - int numIterations = 0; - if (args.Length >0) - { - Int32.TryParse(args[0], out numIterations); - if (numIterations<0) - { - numIterations=DEFAULT; - } - } - else - { - numIterations= DEFAULT; - } - - // fragment the heap - for (int i=0; i - - Exe - - - true - - - - - diff --git a/src/tests/issues.targets b/src/tests/issues.targets index 2179c2cef934a..85809c25f2a2e 100644 --- a/src/tests/issues.targets +++ b/src/tests/issues.targets @@ -673,7 +673,7 @@ https://github.com/dotnet/runtime/issues/85663 - + @@ -3041,9 +3041,6 @@ https://github.com/dotnet/runtime/issues/84786 - - needs triage - needs triage