Skip to content

Commit

Permalink
Update path of disabled test that was moved (#62051)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobbotsch authored Nov 25, 2021
1 parent 7414af2 commit 337cb2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tests/issues.targets
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,7 @@
<ExcludeList Include="$(XunitTestBinBase)/JIT/Regression/JitBlue/Runtime_34170/Runtime_34170/*">
<Issue>https://github.com/dotnet/runtime/issues/53560</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/JIT/Directed/debugging/poison/*">
<ExcludeList Include="$(XunitTestBinBase)/JIT/Directed/debugging/poisoning/poison/*">
<Issue>https://github.com/dotnet/runtime/issues/56148</Issue>
</ExcludeList>
</ItemGroup>
Expand Down Expand Up @@ -1516,7 +1516,7 @@
<ExcludeList Include = "$(XunitTestBinBase)/JIT/Stress/ABI/tailcalls_do/**">
<Issue>needs triage</Issue>
</ExcludeList>
<ExcludeList Include = "$(XunitTestBinBase)/JIT/Directed/debugging/poison/**">
<ExcludeList Include = "$(XunitTestBinBase)/JIT/Directed/debugging/poisoning/poison/**">
<Issue>Tests coreclr JIT's debug poisoning of address taken variables</Issue>
</ExcludeList>
</ItemGroup>
Expand Down

0 comments on commit 337cb2f

Please sign in to comment.