From: Simon Nattress Date: Wed, 8 Aug 2018 18:44:33 +0000 (-0700) Subject: Skip Crossgen of S.R.WindowsRuntime.dll X-Git-Tag: accepted/tizen/unified/20190422.045933~1493^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=83be4e97152212bc045a383720563c179603618a;p=platform%2Fupstream%2Fcoreclr.git 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. --- 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