Skip to content

Commit

Permalink
Reenable poisoning test in non R2R jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobbotsch committed Jul 22, 2021
1 parent b937677 commit cf98948
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 @@ -11,9 +11,6 @@
<ExcludeList Include="$(XunitTestBinBase)/Regressions/coreclr/GitHub_45929/test45929/*">
<Issue>https://github.com/dotnet/runtime/issues/49881</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/JIT/Directed/debugging/poison/*">
<Issue>https://github.com/dotnet/runtime/issues/55062</Issue>
</ExcludeList>
</ItemGroup>

<!-- All OS/Arch CoreCLR excludes -->
Expand Down Expand Up @@ -974,6 +971,9 @@
<ExcludeList Include="$(XunitTestBinBase)/JIT/SIMD/Ldfld_r/*">
<Issue>https://github.com/dotnet/runtime/issues/53561</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/JIT/Directed/debugging/poison/*">
<Issue>https://github.com/dotnet/runtime/issues/56148</Issue>
</ExcludeList>
</ItemGroup>

<!-- run.proj finds all the *.cmd/*.sh scripts in a test folder and creates corresponding test methods.
Expand Down

0 comments on commit cf98948

Please sign in to comment.