Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a83dc69

Browse files
Disable copy ctor test on Mono (dotnet#40161)
The underlying feature here was designed only for IJW, which isn't supported by mono
1 parent 69316ce commit a83dc69

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/coreclr/tests/issues.targets

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -964,6 +964,9 @@
964964

965965
<!-- Known failures for mono runtime on *all* architectures/operating systems -->
966966
<ItemGroup Condition="'$(RuntimeFlavor)' == 'mono'" >
967+
<ExcludeList Include="$(XunitTestBinBase)/Interop/PInvoke/Miscellaneous/CopyCtor/**">
968+
<Issue>Handling for Copy constructors isn't present in mono interop</Issue>
969+
</ExcludeList>
967970
<ExcludeList Include="$(XunitTestBinBase)/Interop/StringMarshalling/AnsiBSTR/AnsiBStrTest/**">
968971
<Issue>Crashes during LLVM AOT compilation.</Issue>
969972
</ExcludeList>

0 commit comments

Comments
 (0)