Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit df9e65e

Browse files
author
Jarret Shook
authored
Merge pull request #11277 from jashook/disable_x86_jit32_tests
Disable tests failing for x86 jit32
2 parents 12d0306 + 3d09605 commit df9e65e

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

tests/x86_jit32_issues.targets

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,25 @@
337337
<ExcludeList Include="$(XunitTestBinBase)\Loader\classloader\TSAmbiguities\CollapsedInterfaces\HelloWorld\HelloWorld.cmd">
338338
<Issue>6714</Issue>
339339
</ExcludeList>
340+
<ExcludeList Include="$(XunitTestBinBase)\JIT\Performance\CodeQuality\Span\Indexer\Indexer.cmd">
341+
<Issue>Span Unsupported</Issue>
342+
</ExcludeList>
343+
<ExcludeList Include="$(XunitTestBinBase)\JIT\Performance\CodeQuality\Span\SpanBench\SpanBench.cmd">
344+
<Issue>Span Unsupported</Issue>
345+
</ExcludeList>
346+
<ExcludeList Include="$(XunitTestBinBase)\JIT\superpmi\superpmicollect\superpmicollect.cmd">
347+
<Issue>needs triage</Issue>
348+
</ExcludeList>
349+
<ExcludeList Include="$(XunitTestBinBase)\JIT\Regression\JitBlue\DevDiv_359734\DevDiv_359734\DevDiv_359734.cmd">
350+
<Issue>needs triage</Issue>
351+
</ExcludeList>
352+
<ExcludeList Include="$(XunitTestBinBase)\CoreMangLib\cti\system\mathf\MathFCos\MathFCos.cmd">
353+
<Issue>11276</Issue>
354+
</ExcludeList>
355+
<ExcludeList Include="$(XunitTestBinBase)\CoreMangLib\cti\system\mathf\MathFSin\MathFSin.cmd">
356+
<Issue>11276</Issue>
357+
</ExcludeList>
358+
340359
</ItemGroup>
341360

342361
<!-- Tests that need to be triaged for vararg usage as that is not supported -->

0 commit comments

Comments
 (0)