From a80bcd9c5e8401d3e3389ede00cf048b23bc5259 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Strehovsk=C3=BD?= Date: Thu, 27 Oct 2022 08:47:21 +0900 Subject: [PATCH 1/2] Disable ComInterfaceGenerator.Unit.Tests for NativeAOT --- src/libraries/tests.proj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libraries/tests.proj b/src/libraries/tests.proj index 08efb6908792d..f498f19a6fafa 100644 --- a/src/libraries/tests.proj +++ b/src/libraries/tests.proj @@ -453,6 +453,7 @@ + From 91276bb61c74ed116c443433f8123693a9f22ff2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Strehovsk=C3=BD?= Date: Thu, 27 Oct 2022 17:45:44 +0900 Subject: [PATCH 2/2] Also disable ComInterfaceGenerator.Tests --- src/libraries/tests.proj | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/libraries/tests.proj b/src/libraries/tests.proj index f498f19a6fafa..454373b6737a7 100644 --- a/src/libraries/tests.proj +++ b/src/libraries/tests.proj @@ -461,6 +461,9 @@ + + +