summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSimon Nattress <simonn@microsoft.com>2018-08-08 11:44:33 -0700
committerSimon Nattress <simonn@microsoft.com>2018-08-08 11:44:33 -0700
commit83be4e97152212bc045a383720563c179603618a (patch)
tree419530514d9f7adeedd8343f0ca90ed2f1378643 /tests
parent0a84a4d68a2059d03f2f1baa348979e244da4f4d (diff)
downloadcoreclr-83be4e97152212bc045a383720563c179603618a.tar.gz
coreclr-83be4e97152212bc045a383720563c179603618a.tar.bz2
coreclr-83be4e97152212bc045a383720563c179603618a.zip
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.
Diffstat (limited to 'tests')
-rw-r--r--tests/skipCrossGenFiles.arm.txt1
-rw-r--r--tests/skipCrossGenFiles.arm64.txt1
-rw-r--r--tests/skipCrossGenFiles.x64.txt1
-rw-r--r--tests/skipCrossGenFiles.x86.txt1
4 files changed, 4 insertions, 0 deletions
diff --git a/tests/skipCrossGenFiles.arm.txt b/tests/skipCrossGenFiles.arm.txt
index 8c8a87a1f5..87a2a1dfad 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 0ccd62d699..7b6127a220 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 8c8a87a1f5..87a2a1dfad 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 8c8a87a1f5..87a2a1dfad 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