Skip to content

Commit

Permalink
[android] Disable failing JIT.Directed test (#73704)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrozsival committed Aug 10, 2022
1 parent 7c9b252 commit 85aa052
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/tests/issues.targets
Original file line number Diff line number Diff line change
Expand Up @@ -3703,6 +3703,9 @@
<ExcludeList Include = "$(XunitTestBinBase)/JIT/CheckProjects/CheckProjects/**">
<Issue>needs triage</Issue>
</ExcludeList>
<ExcludeList Include="$(XUnitTestBinBase)/JIT/Directed/aliasing_retbuf/*">
<Issue>https://github.com/dotnet/runtime/issues/73539</Issue>
</ExcludeList>
<ExcludeList Include="$(XUnitTestBinBase)/JIT/Directed/callconv/ThisCall/ThisCallTest/*">
<Issue>needs triage</Issue>
</ExcludeList>
Expand Down

0 comments on commit 85aa052

Please sign in to comment.