summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBruce Forstall <brucefo@microsoft.com>2018-08-05 18:07:02 -0700
committerGitHub <noreply@github.com>2018-08-05 18:07:02 -0700
commit29b59d54f3816886742cb9aaff6b96ee0625264c (patch)
tree2d83aaae584cbcc131b76db708c9a005fd5b681e /tests
parent9d1e7dd8eb744b14eb4a90b401e854d7a5f79fff (diff)
downloadcoreclr-29b59d54f3816886742cb9aaff6b96ee0625264c.tar.gz
coreclr-29b59d54f3816886742cb9aaff6b96ee0625264c.tar.bz2
coreclr-29b59d54f3816886742cb9aaff6b96ee0625264c.zip
Disable NETClientPrimitives test (#19294)
* Disable NETClientPrimitives test Fails on many R2R and JitStress jobs. Tracked by #19164 * Remove disabling under build against packages
Diffstat (limited to 'tests')
-rw-r--r--tests/issues.targets7
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/issues.targets b/tests/issues.targets
index 63490d8829..39fb21b5df 100644
--- a/tests/issues.targets
+++ b/tests/issues.targets
@@ -196,6 +196,9 @@
<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 -->
@@ -433,10 +436,6 @@
<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 -->