Skip to content

Commit

Permalink
[mono] Disable JIT/Methodical/Coverage/copy_prop_byref_to_native_int …
Browse files Browse the repository at this point in the history
…on all configs (#74265)

It was only disabled on interpreter but it fails on other configs too.

Closes #74049
  • Loading branch information
akoeplinger authored Aug 20, 2022
1 parent fad309d commit b3bdf50
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 @@ -1866,6 +1866,9 @@
<ExcludeList Include="$(XunitTestBinBase)JIT/Methodical/tailcall_v4/hijacking/**">
<Issue>needs triage</Issue>
</ExcludeList>
<ExcludeList Include = "$(XunitTestBinBase)/JIT/Methodical/Coverage/copy_prop_byref_to_native_int/**">
<Issue>https://github.com/dotnet/runtime/issues/69832</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/JIT/opt/ObjectStackAllocation/ObjectStackAllocationTests/**">
<Issue>needs triage</Issue>
</ExcludeList>
Expand Down Expand Up @@ -2470,9 +2473,6 @@
<ExcludeList Include = "$(XunitTestBinBase)/JIT/Methodical/Coverage/b39946/**">
<Issue>needs triage</Issue>
</ExcludeList>
<ExcludeList Include = "$(XunitTestBinBase)/JIT/Methodical/Coverage/copy_prop_byref_to_native_int/**">
<Issue>https://github.com/dotnet/runtime/issues/69832</Issue>
</ExcludeList>
<ExcludeList Include = "$(XunitTestBinBase)/JIT/Regression/JitBlue/DevDiv_487699/DevDiv_487699/**">
<Issue>https://github.com/dotnet/runtime/issues/54393</Issue>
</ExcludeList>
Expand Down

0 comments on commit b3bdf50

Please sign in to comment.