Skip to content

Commit 337cb2f

Browse files
authored
Update path of disabled test that was moved (#62051)
1 parent 7414af2 commit 337cb2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tests/issues.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@
829829
<ExcludeList Include="$(XunitTestBinBase)/JIT/Regression/JitBlue/Runtime_34170/Runtime_34170/*">
830830
<Issue>https://github.com/dotnet/runtime/issues/53560</Issue>
831831
</ExcludeList>
832-
<ExcludeList Include="$(XunitTestBinBase)/JIT/Directed/debugging/poison/*">
832+
<ExcludeList Include="$(XunitTestBinBase)/JIT/Directed/debugging/poisoning/poison/*">
833833
<Issue>https://github.com/dotnet/runtime/issues/56148</Issue>
834834
</ExcludeList>
835835
</ItemGroup>
@@ -1516,7 +1516,7 @@
15161516
<ExcludeList Include = "$(XunitTestBinBase)/JIT/Stress/ABI/tailcalls_do/**">
15171517
<Issue>needs triage</Issue>
15181518
</ExcludeList>
1519-
<ExcludeList Include = "$(XunitTestBinBase)/JIT/Directed/debugging/poison/**">
1519+
<ExcludeList Include = "$(XunitTestBinBase)/JIT/Directed/debugging/poisoning/poison/**">
15201520
<Issue>Tests coreclr JIT's debug poisoning of address taken variables</Issue>
15211521
</ExcludeList>
15221522
</ItemGroup>

0 commit comments

Comments
 (0)