We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49c5643 commit 27a39e0Copy full SHA for 27a39e0
src/tests/issues.targets
@@ -1519,6 +1519,9 @@
1519
<ExcludeList Include = "$(XunitTestBinBase)/JIT/Directed/debugging/poisoning/poison/**">
1520
<Issue>Tests coreclr JIT's debug poisoning of address taken variables</Issue>
1521
</ExcludeList>
1522
+ <ExcludeList Include = "$(XunitTestBinBase)/JIT/Directed/debugging/debuginfo/**">
1523
+ <Issue>Tests coreclr JIT's debug info generation</Issue>
1524
+ </ExcludeList>
1525
</ItemGroup>
1526
1527
<!-- Known failures for mono runtime on *all* architectures/operating systems in interpreter runtime mode -->
0 commit comments