* Disable NETClientPrimitives test
Fails on many R2R and JitStress jobs.
Tracked by dotnet/coreclr#19164
* Remove disabling under build against packages
Commit migrated from https://github.com/dotnet/coreclr/commit/
29b59d54f3816886742cb9aaff6b96ee0625264c
<ExcludeList Include="$(XunitTestBinBase)\baseservices\varargs\varargsupport_r\varargsupport_r.cmd">
<Issue>Varargs supported on this platform</Issue>
</ExcludeList>
+ <ExcludeList Include="$(XunitTestBinBase)\Interop\COM\NETClients\Primitives\NETClientPrimitives\NETClientPrimitives.cmd">
+ <Issue>19164</Issue>
+ </ExcludeList>
</ItemGroup>
<!-- The following are x86 failures -->
<ExcludeList Include="$(XunitTestBinBase)\JIT\Performance\CodeQuality\BenchmarksGame\reverse-complement\reverse-complement-6\reverse-complement-6.cmd">
<Issue>9314</Issue>
</ExcludeList>
- <!-- Disable COM tests since they don't properly run on Windows.Nano and at present there is no way to special case that OS flavor. -->
- <ExcludeList Include="$(XunitTestBinBase)\Interop\COM\NETClients\Primitives\NETClientPrimitives\NETClientPrimitives.cmd">
- <Issue>Fails on Windows.Nano</Issue>
- </ExcludeList>
</ItemGroup>
<!-- The following are tests that fail on non-Windows, which we must not run when building against packages -->