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 7c9b252 commit 85aa052Copy full SHA for 85aa052
src/tests/issues.targets
@@ -3703,6 +3703,9 @@
3703
<ExcludeList Include = "$(XunitTestBinBase)/JIT/CheckProjects/CheckProjects/**">
3704
<Issue>needs triage</Issue>
3705
</ExcludeList>
3706
+ <ExcludeList Include="$(XUnitTestBinBase)/JIT/Directed/aliasing_retbuf/*">
3707
+ <Issue>https://github.com/dotnet/runtime/issues/73539</Issue>
3708
+ </ExcludeList>
3709
<ExcludeList Include="$(XUnitTestBinBase)/JIT/Directed/callconv/ThisCall/ThisCallTest/*">
3710
3711
0 commit comments