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 fcb9b18 commit a55a21fCopy full SHA for a55a21f
src/tests/issues.targets
@@ -11,6 +11,9 @@
11
<ExcludeList Include="$(XunitTestBinBase)/baseservices/finalization/CriticalFinalizer/*">
12
<Issue>https://github.com/dotnet/runtime/issues/76041</Issue>
13
</ExcludeList>
14
+ <ExcludeList Include = "$(XunitTestBinBase)/JIT/opt/ValueNumbering/ExposedLocalsNumbering/**">
15
+ <Issue>https://github.com/dotnet/runtime/issues/105187</Issue>
16
+ </ExcludeList>
17
<ExcludeList Include = "$(XunitTestBinBase)/JIT/opt/SSA/MemorySsa/**">
18
<Issue>https://github.com/dotnet/runtime/issues/86112</Issue>
19
0 commit comments