Skip to content

Commit b3bdf50

Browse files
authored
[mono] Disable JIT/Methodical/Coverage/copy_prop_byref_to_native_int on all configs (#74265)
It was only disabled on interpreter but it fails on other configs too. Closes #74049
1 parent fad309d commit b3bdf50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/tests/issues.targets

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1866,6 +1866,9 @@
18661866
<ExcludeList Include="$(XunitTestBinBase)JIT/Methodical/tailcall_v4/hijacking/**">
18671867
<Issue>needs triage</Issue>
18681868
</ExcludeList>
1869+
<ExcludeList Include = "$(XunitTestBinBase)/JIT/Methodical/Coverage/copy_prop_byref_to_native_int/**">
1870+
<Issue>https://github.com/dotnet/runtime/issues/69832</Issue>
1871+
</ExcludeList>
18691872
<ExcludeList Include="$(XunitTestBinBase)/JIT/opt/ObjectStackAllocation/ObjectStackAllocationTests/**">
18701873
<Issue>needs triage</Issue>
18711874
</ExcludeList>
@@ -2470,9 +2473,6 @@
24702473
<ExcludeList Include = "$(XunitTestBinBase)/JIT/Methodical/Coverage/b39946/**">
24712474
<Issue>needs triage</Issue>
24722475
</ExcludeList>
2473-
<ExcludeList Include = "$(XunitTestBinBase)/JIT/Methodical/Coverage/copy_prop_byref_to_native_int/**">
2474-
<Issue>https://github.com/dotnet/runtime/issues/69832</Issue>
2475-
</ExcludeList>
24762476
<ExcludeList Include = "$(XunitTestBinBase)/JIT/Regression/JitBlue/DevDiv_487699/DevDiv_487699/**">
24772477
<Issue>https://github.com/dotnet/runtime/issues/54393</Issue>
24782478
</ExcludeList>

0 commit comments

Comments
 (0)