From 83be4e97152212bc045a383720563c179603618a Mon Sep 17 00:00:00 2001 From: Simon Nattress Date: Wed, 8 Aug 2018 11:44:33 -0700 Subject: [PATCH] Skip Crossgen of S.R.WindowsRuntime.dll System.Runtime.WindowsRuntime contains assembly refs to Windows platform WinMD types which are not available on Unix and required to crossgen the assembly. --- tests/skipCrossGenFiles.arm.txt | 1 + tests/skipCrossGenFiles.arm64.txt | 1 + tests/skipCrossGenFiles.x64.txt | 1 + tests/skipCrossGenFiles.x86.txt | 1 + 4 files changed, 4 insertions(+) diff --git a/tests/skipCrossGenFiles.arm.txt b/tests/skipCrossGenFiles.arm.txt index 8c8a87a..87a2a1d 100644 --- a/tests/skipCrossGenFiles.arm.txt +++ b/tests/skipCrossGenFiles.arm.txt @@ -1,4 +1,5 @@ mscorlib.dll +System.Runtime.WindowsRuntime.dll System.Runtime.WindowsRuntime.UI.Xaml.dll System.Private.CoreLib.dll xunit.performance.api.dll diff --git a/tests/skipCrossGenFiles.arm64.txt b/tests/skipCrossGenFiles.arm64.txt index 0ccd62d..7b6127a 100644 --- a/tests/skipCrossGenFiles.arm64.txt +++ b/tests/skipCrossGenFiles.arm64.txt @@ -1,3 +1,4 @@ +System.Runtime.WindowsRuntime.dll System.Runtime.WindowsRuntime.UI.Xaml.dll Microsoft.CodeAnalysis.VisualBasic.dll System.Net.NameResolution.dll diff --git a/tests/skipCrossGenFiles.x64.txt b/tests/skipCrossGenFiles.x64.txt index 8c8a87a..87a2a1d 100644 --- a/tests/skipCrossGenFiles.x64.txt +++ b/tests/skipCrossGenFiles.x64.txt @@ -1,4 +1,5 @@ mscorlib.dll +System.Runtime.WindowsRuntime.dll System.Runtime.WindowsRuntime.UI.Xaml.dll System.Private.CoreLib.dll xunit.performance.api.dll diff --git a/tests/skipCrossGenFiles.x86.txt b/tests/skipCrossGenFiles.x86.txt index 8c8a87a..87a2a1d 100644 --- a/tests/skipCrossGenFiles.x86.txt +++ b/tests/skipCrossGenFiles.x86.txt @@ -1,4 +1,5 @@ mscorlib.dll +System.Runtime.WindowsRuntime.dll System.Runtime.WindowsRuntime.UI.Xaml.dll System.Private.CoreLib.dll xunit.performance.api.dll -- 2.7.4