Skip to content

Commit

Permalink
Revert "Disable GetGCMemoryInfo on arm (dotnet#73477)"
Browse files Browse the repository at this point in the history
This reverts commit 9865cc7.
We believe the problematic change has been reverted so the test can be re-enabled.
  • Loading branch information
noahfalk committed Aug 8, 2022
1 parent 8a26f96 commit 8694661
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/tests/issues.targets
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@

<!-- Arm32 All OS -->
<ItemGroup Condition="'$(XunitTestBinBase)' != '' and ('$(TargetArchitecture)' == 'arm' or '$(AltJitArch)' == 'arm') and '$(RuntimeFlavor)' == 'coreclr' ">

<ExcludeList Include="$(XunitTestBinBase)/CoreMangLib/cti/system/reflection/emit/DynMethodJumpStubTests/DynMethodJumpStubTests/*">
<Issue>needs triage</Issue>
</ExcludeList>
Expand Down Expand Up @@ -109,9 +108,6 @@
<ExcludeList Include="$(XunitTestBinBase)/GC/API/GC/GetAllocatedBytesForCurrentThread/*">
<Issue>https://github.com/dotnet/runtime/issues/</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/GC/API/GC/GetGCMemoryInfo/**">
<Issue>https://github.com/dotnet/runtime/issues/73247</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/GC/Features/HeapExpansion/bestfit-finalize/*">
<Issue>times out</Issue>
</ExcludeList>
Expand Down

0 comments on commit 8694661

Please sign in to comment.