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

It was only disabled on interpreter.

Closes #74049
  • Loading branch information
akoeplinger authored and github-actions committed Aug 26, 2022
1 parent 01708fe commit 9058c57
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 @@ -1869,6 +1869,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 @@ -2473,9 +2476,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 9058c57

Please sign in to comment.