From 1f259b167b4a9f2858dabe5c77dd7f3acf99d6f1 Mon Sep 17 00:00:00 2001 From: Tomas Rylek Date: Fri, 17 Feb 2023 19:00:41 +0100 Subject: [PATCH] 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 --- src/tests/issues.targets | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/tests/issues.targets b/src/tests/issues.targets index 546a55ae3016d..71cb50f400035 100644 --- a/src/tests/issues.targets +++ b/src/tests/issues.targets @@ -1525,6 +1525,9 @@ Doesn't pass after LLVM AOT compilation. + + https://github.com/dotnet/runtime/issues/80350 + Static virtual methods are not yet implemented in the Mono runtime.