Skip to content

Commit ae49f9e

Browse files
authored
[test] Remove flaky GC regression test (#106276)
1 parent ff11036 commit ae49f9e

File tree

3 files changed

+1
-68
lines changed

3 files changed

+1
-68
lines changed

src/tests/GC/Regressions/v2.0-beta2/452950/452950.cs

Lines changed: 0 additions & 53 deletions
This file was deleted.

src/tests/GC/Regressions/v2.0-beta2/452950/452950.csproj

Lines changed: 0 additions & 11 deletions
This file was deleted.

src/tests/issues.targets

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@
673673
<Issue>https://github.com/dotnet/runtime/issues/85663</Issue>
674674
</ExcludeList>
675675
</ItemGroup>
676-
676+
677677
<!-- Crossgen2 win-arm64 specific excludes -->
678678
<ItemGroup Condition="'$(XunitTestBinBase)' != '' and ('$(TestBuildMode)' == 'crossgen2' or '$(TestBuildMode)' == 'crossgen') and '$(RuntimeFlavor)' == 'coreclr' and '$(TargetArchitecture)' == 'arm64' and '$(TargetOS)' == 'windows'">
679679
<ExcludeList Include="$(XunitTestBinBase)/JIT/opt/Devirtualization/Comparer_get_Default/*">
@@ -3041,9 +3041,6 @@
30413041
<ExcludeList Include = "$(XunitTestBinBase)/tracing/eventcounter/regression-25709/**">
30423042
<Issue>https://github.com/dotnet/runtime/issues/84786</Issue>
30433043
</ExcludeList>
3044-
<ExcludeList Include = "$(XunitTestBinBase)/GC/Regressions/v2.0-beta2/452950/452950/**">
3045-
<Issue>needs triage</Issue>
3046-
</ExcludeList>
30473044
<ExcludeList Include = "$(XunitTestBinBase)/GC/Stress/Framework/ReliabilityFramework/**">
30483045
<Issue>needs triage</Issue>
30493046
</ExcludeList>

0 commit comments

Comments
 (0)