Skip to content

Commit

Permalink
Disable GetGCMemoryInfo on arm (dotnet#73477)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoyosjs committed Aug 8, 2022
1 parent e71a958 commit 9865cc7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/tests/issues.targets
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@

<!-- 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 @@ -108,6 +109,9 @@
<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 9865cc7

Please sign in to comment.