Skip to content

Commit

Permalink
Block out the svm_diamondshape tests on Mono with dotnet#80350
Browse files Browse the repository at this point in the history
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
  • Loading branch information
trylek committed Feb 17, 2023
1 parent 0130dd3 commit 1f259b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/tests/issues.targets
Original file line number Diff line number Diff line change
Expand Up @@ -1525,6 +1525,9 @@
<ExcludeList Include="$(XunitTestBinBase)/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/CompatibleWithTest/**">
<Issue>Doesn't pass after LLVM AOT compilation.</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/Loader/classloader/StaticVirtualMethods/DiamondShape/**">
<Issue>https://github.com/dotnet/runtime/issues/80350</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/Loader/classloader/StaticVirtualMethods/InterfaceVariance/**">
<Issue>Static virtual methods are not yet implemented in the Mono runtime.</Issue>
</ExcludeList>
Expand Down

0 comments on commit 1f259b1

Please sign in to comment.