Disable copy ctor test on Mono (#40161)
authorDavid Wrighton <davidwr@microsoft.com>
Fri, 31 Jul 2020 00:13:37 +0000 (17:13 -0700)
committerGitHub <noreply@github.com>
Fri, 31 Jul 2020 00:13:37 +0000 (17:13 -0700)
The underlying feature here was designed only for IJW, which isn't supported by mono

src/coreclr/tests/issues.targets

index 61fad7c..4cb3d04 100644 (file)
 
     <!-- Known failures for mono runtime on *all* architectures/operating systems -->
     <ItemGroup Condition="'$(RuntimeFlavor)' == 'mono'" >
+        <ExcludeList Include="$(XunitTestBinBase)/Interop/PInvoke/Miscellaneous/CopyCtor/**">
+            <Issue>Handling for Copy constructors isn't present in mono interop</Issue>
+        </ExcludeList>
         <ExcludeList Include="$(XunitTestBinBase)/Interop/StringMarshalling/AnsiBSTR/AnsiBStrTest/**">
             <Issue>Crashes during LLVM AOT compilation.</Issue>
         </ExcludeList>