Skip to content

Commit

Permalink
[release/6.0][mono] Disable DoublinkList/dlstack tests (#83268)
Browse files Browse the repository at this point in the history
* [mono] Disable DoublinkList/dlstack tests

This test is disabled in main and this change makes its way back to 6.0

Fixes #83245

* Exclude more tests

---------

Co-authored-by: Steve Pfister <[email protected]>
  • Loading branch information
steveisok and Steve Pfister authored Mar 14, 2023
1 parent cbfaba5 commit 1a1a8d3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/tests/issues.targets
Original file line number Diff line number Diff line change
Expand Up @@ -1123,6 +1123,15 @@
<ExcludeList Include="$(XunitTestBinBase)/GC/Scenarios/DoublinkList/doublinknoleak2/**">
<Issue>PlatformDetection.IsPreciseGcSupported false on mono</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/GC/Scenarios/DoublinkList/dlbigleakthd/**">
<Issue>PlatformDetection.IsPreciseGcSupported false on mono</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/GC/Scenarios/DoublinkList/dlbigleakthd/**">
<Issue>PlatformDetection.IsPreciseGcSupported false on mono</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/GC/Scenarios/DoublinkList/dlstack/**">
<Issue>PlatformDetection.IsPreciseGcSupported false on mono</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/GC/Scenarios/DoublinkList/dlcollect/**">
<Issue>PlatformDetection.IsPreciseGcSupported false on mono</Issue>
</ExcludeList>
Expand Down

0 comments on commit 1a1a8d3

Please sign in to comment.