Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69316ce commit a83dc69Copy full SHA for a83dc69
src/coreclr/tests/issues.targets
@@ -964,6 +964,9 @@
964
965
<!-- Known failures for mono runtime on *all* architectures/operating systems -->
966
<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>
970
<ExcludeList Include="$(XunitTestBinBase)/Interop/StringMarshalling/AnsiBSTR/AnsiBStrTest/**">
971
<Issue>Crashes during LLVM AOT compilation.</Issue>
972
</ExcludeList>
0 commit comments