Skip to content

Commit

Permalink
Exclude a newly added test on Mono
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobbotsch committed Nov 25, 2021
1 parent 7414af2 commit fee0945
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/tests/issues.targets
Original file line number Diff line number Diff line change
Expand Up @@ -1519,6 +1519,9 @@
<ExcludeList Include = "$(XunitTestBinBase)/JIT/Directed/debugging/poison/**">
<Issue>Tests coreclr JIT's debug poisoning of address taken variables</Issue>
</ExcludeList>
<ExcludeList Include = "$(XunitTestBinBase)/JIT/Directed/debugging/debuginfo/**">
<Issue>Tests coreclr JIT's debug info generation</Issue>
</ExcludeList>
</ItemGroup>

<!-- Known failures for mono runtime on *all* architectures/operating systems in interpreter runtime mode -->
Expand Down

0 comments on commit fee0945

Please sign in to comment.