-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Description
The following test started regressing (currently in the `dev/infrastructure branch) as a result of the #36253 change to start building all managed test assemblies on OSX.
They will be disabled (in the `dev/infrastructure branch) as part of #36351
<!-- Fixed by #36482
-->
<ExcludeList Include="$(XunitTestBinBase)/readytorun/tests/mainv**/*"/>
<ExcludeList Include="$(XunitTestBinBase)/Interop/COM/ComWrappers/GlobalInstance/GlobalInstanceMarshallingTests/*"/>
<ExcludeList Include="$(XunitTestBinBase)/Interop/COM/ComWrappers/GlobalInstance/GlobalInstanceTrackerSupportTests/*"/>
<ExcludeList Include="$(XunitTestBinBase)/Interop/COM/NativeClients/DefaultInterfaces/*"/>
<ExcludeList Include="$(XunitTestBinBase)/Interop/COM/NativeClients/Dispatch/*"/>
<ExcludeList Include="$(XunitTestBinBase)/Interop/COM/NativeClients/Events/*"/>
<ExcludeList Include="$(XunitTestBinBase)/Interop/COM/NativeClients/Licensing/*"/>
<ExcludeList Include="$(XunitTestBinBase)/Interop/COM/NativeClients/Primitives/*"/>
<ExcludeList Include="$(XunitTestBinBase)/Interop/COM/NETClients/ConsumeNETServer/ConsumeNETServer/*"/>
<!-- Regressions apparently caused by building all tests on OSX/Linux
Oddly these pass when the helix payload is downloaded and the test is run locally
-->
<ExcludeList Include="$(XunitTestBinBase)/Interop/IJW/CopyConstructorMarshaler/CopyConstructorMarshaler/*"/>
<ExcludeList Include="$(XunitTestBinBase)/Interop/IJW/FixupCallsHostWhenLoaded/*"/>
<ExcludeList Include="$(XunitTestBinBase)/Interop/IJW/LoadIjwFromModuleHandle/LoadIjwFromModuleHandle/*"/>
<ExcludeList Include="$(XunitTestBinBase)/Interop/IJW/ManagedCallingNative/ManagedCallingNative/*"/>
<ExcludeList Include="$(XunitTestBinBase)/Interop/IJW/NativeCallingManaged/NativeCallingManaged/*"/>
<ExcludeList Include="$(XunitTestBinBase)/Interop/IJW/NativeVarargs/NativeVarargsTest/*"/>Could someone take a look?
/cc @jkoritzinsky @sbomer @AaronRobinsonMSFT