Disable NETClientPrimitives test (dotnet/coreclr#19294)
authorBruce Forstall <brucefo@microsoft.com>
Mon, 6 Aug 2018 01:07:02 +0000 (18:07 -0700)
committerGitHub <noreply@github.com>
Mon, 6 Aug 2018 01:07:02 +0000 (18:07 -0700)
* 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

src/coreclr/tests/issues.targets

index 63490d8..39fb21b 100644 (file)
         <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 -->