Skip to content

Commit a55a21f

Browse files
Disable ExposedLocalsNumbering (#105194)
1 parent fcb9b18 commit a55a21f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/tests/issues.targets

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
<ExcludeList Include="$(XunitTestBinBase)/baseservices/finalization/CriticalFinalizer/*">
1212
<Issue>https://github.com/dotnet/runtime/issues/76041</Issue>
1313
</ExcludeList>
14+
<ExcludeList Include = "$(XunitTestBinBase)/JIT/opt/ValueNumbering/ExposedLocalsNumbering/**">
15+
<Issue>https://github.com/dotnet/runtime/issues/105187</Issue>
16+
</ExcludeList>
1417
<ExcludeList Include = "$(XunitTestBinBase)/JIT/opt/SSA/MemorySsa/**">
1518
<Issue>https://github.com/dotnet/runtime/issues/86112</Issue>
1619
</ExcludeList>

0 commit comments

Comments
 (0)