File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Interop/PInvoke/IEnumerator Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ public static extern void VerifyIntegerEnumeration(
4040 }
4141
4242 [ ConditionalClass ( typeof ( PlatformDetection ) , nameof ( PlatformDetection . IsBuiltInComEnabled ) ) ]
43+ [ SkipOnMono ( "PInvoke IEnumerator/IEnumerable marshalling not supported on Mono" ) ]
4344 public static class IEnumeratorTests
4445 {
4546 [ Fact ]
Original file line number Diff line number Diff line change 18311831 <ExcludeList Include =" $(XunitTestBinBase)/Interop/PInvoke/Variant/VariantTestComWrappers/*" >
18321832 <Issue >Requires COM support, disabled on all Mono platforms</Issue >
18331833 </ExcludeList >
1834- <ExcludeList Include =" $(XunitTestBinBase)/Interop/PInvoke/IEnumerator/IEnumeratorTest/*" >
1835- <Issue >PInvoke IEnumerator/IEnumarable marshalling not supported on Mono</Issue >
1836- </ExcludeList >
18371834 <ExcludeList Include =" $(XunitTestBinBase)/Interop/StructMarshalling/ReversePInvoke/MarshalExpStruct/DelegatePInvoke/DelegatePInvokeTest/*" >
18381835 <Issue >https://github.com/dotnet/runtime/issues/65695</Issue >
18391836 </ExcludeList >
You can’t perform that action at this time.
0 commit comments