Skip to content

Commit 6042996

Browse files
[release/6.0] Disable test Runtime_56953 (#67604)
This avoids a JIT assert in jitstress test runs. We don't intend to fix the underlying issues in release/6.0 branch. Tracking: #67603
1 parent 2f7129e commit 6042996

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/tests/issues.targets

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -649,6 +649,9 @@
649649
<ExcludeList Include="$(XunitTestBinBase)/JIT/Regression/JitBlue/GitHub_19601/Github_19601/*">
650650
<Issue>Needs Triage</Issue>
651651
</ExcludeList>
652+
<ExcludeList Include="$(XunitTestBinBase)/JIT/Regression/JitBlue/Runtime_56953/Runtime_56953/*">
653+
<Issue>https://github.com/dotnet/runtime/issues/67603</Issue>
654+
</ExcludeList>
652655
</ItemGroup>
653656

654657
<!-- Unix arm64 specific -->
@@ -684,6 +687,9 @@
684687
<ExcludeList Include="$(XunitTestBinBase)/JIT/jit64/regress/vsw/373472/**">
685688
<Issue>Allocates large contiguous array that is not consistently available on 32-bit platforms</Issue>
686689
</ExcludeList>
690+
<ExcludeList Include="$(XunitTestBinBase)/JIT/Regression/JitBlue/Runtime_56953/Runtime_56953/*">
691+
<Issue>https://github.com/dotnet/runtime/issues/67603</Issue>
692+
</ExcludeList>
687693
</ItemGroup>
688694

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

0 commit comments

Comments
 (0)