Skip to content

Commit 1f259b1

Browse files
committed
Block out the svm_diamondshape tests on Mono with #80350
Based on offline discussion with Vlad Brezae I have temporarily disabled the svm_diamondshape test on Mono where it is causing crashes in VTable construction that might take a bit to fix. Thanks Tomas
1 parent 0130dd3 commit 1f259b1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/tests/issues.targets

+3
Original file line numberDiff line numberDiff line change
@@ -1525,6 +1525,9 @@
15251525
<ExcludeList Include="$(XunitTestBinBase)/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/CompatibleWithTest/**">
15261526
<Issue>Doesn't pass after LLVM AOT compilation.</Issue>
15271527
</ExcludeList>
1528+
<ExcludeList Include="$(XunitTestBinBase)/Loader/classloader/StaticVirtualMethods/DiamondShape/**">
1529+
<Issue>https://github.com/dotnet/runtime/issues/80350</Issue>
1530+
</ExcludeList>
15281531
<ExcludeList Include="$(XunitTestBinBase)/Loader/classloader/StaticVirtualMethods/InterfaceVariance/**">
15291532
<Issue>Static virtual methods are not yet implemented in the Mono runtime.</Issue>
15301533
</ExcludeList>

0 commit comments

Comments
 (0)