From a83dc69bd17c080a8a1a6e12f55da7cc53adffde Mon Sep 17 00:00:00 2001 From: David Wrighton Date: Thu, 30 Jul 2020 17:13:37 -0700 Subject: [PATCH] Disable copy ctor test on Mono (#40161) The underlying feature here was designed only for IJW, which isn't supported by mono --- src/coreclr/tests/issues.targets | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/coreclr/tests/issues.targets b/src/coreclr/tests/issues.targets index 61fad7c..4cb3d04 100644 --- a/src/coreclr/tests/issues.targets +++ b/src/coreclr/tests/issues.targets @@ -964,6 +964,9 @@ + + Handling for Copy constructors isn't present in mono interop + Crashes during LLVM AOT compilation. -- 2.7.4