Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Falk <noahfalk@users.noreply.github.com>2022-08-09 20:35:15 +0300
committerGitHub <noreply@github.com>2022-08-09 20:35:15 +0300
commitd0aa175a0c295747c82fabc260eb188540ed12c7 (patch)
treef68afafffaf41a2fbdc565e686e93bdd3bdb8302 /src/tests/issues.targets
parent7e95181f62b4bab15b32827a91532f3fdf368809 (diff)
Revert "Disable GetGCMemoryInfo on arm (#73477)" (#73595)
This reverts commit 9865cc7a89a4a613a47986b8268a10bc37adbd65. We believe the problematic change has been reverted so the test can be re-enabled.
Diffstat (limited to 'src/tests/issues.targets')
-rw-r--r--src/tests/issues.targets4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/tests/issues.targets b/src/tests/issues.targets
index 61b04ec3db1..66b2d741706 100644
--- a/src/tests/issues.targets
+++ b/src/tests/issues.targets
@@ -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>
@@ -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>