Skip to content

Commit 46f6513

Browse files
committed
Merge in 'release/6.0' changes
2 parents ebedba4 + 6042996 commit 46f6513

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/tests/issues.targets

+6
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)