Skip to content

Commit

Permalink
Disable ExposedLocalsNumbering (#80522)
Browse files Browse the repository at this point in the history
* Disable the test

* Correct the exclusion path

Co-authored-by: Bruce Forstall <brucefo@microsoft.com>

Co-authored-by: Bruce Forstall <brucefo@microsoft.com>
  • Loading branch information
SingleAccretion and BruceForstall authored Jan 12, 2023
1 parent da2c147 commit d87f7b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/tests/issues.targets
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
<ExcludeList Include="$(XunitTestBinBase)/baseservices/finalization/CriticalFinalizer/*">
<Issue>https://github.com/dotnet/runtime/issues/76041</Issue>
</ExcludeList>
<ExcludeList Include = "$(XunitTestBinBase)/JIT/opt/ValueNumbering/ExposedLocalsNumbering/**">
<Issue>https://github.com/dotnet/runtime/issues/80184</Issue>
</ExcludeList>
</ItemGroup>

<!-- All OS/Arch CoreCLR excludes -->
Expand Down Expand Up @@ -2600,9 +2603,6 @@
<ExcludeList Include = "$(XunitTestBinBase)/JIT/Regression/JitBlue/Runtime_74635/Runtime_74635/**">
<Issue>https://github.com/dotnet/runtime/issues/74687</Issue>
</ExcludeList>
<ExcludeList Include = "$(XunitTestBinBase)/JIT/opt/ValueNumbering/ExposedLocalsNumbering/ExposedLocalsNumbering/**">
<Issue>https://github.com/dotnet/runtime/issues/80184</Issue>
</ExcludeList>
<!-- End interpreter issues -->
</ItemGroup>

Expand Down

0 comments on commit d87f7b2

Please sign in to comment.