summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBruce Forstall <brucefo@microsoft.com>2018-08-08 20:03:13 -0700
committerGitHub <noreply@github.com>2018-08-08 20:03:13 -0700
commite197121636cdde973370fe6a3914a1db3503b922 (patch)
tree7afac378f841139aad30cd6d0feb65593aa53bb6 /tests
parentfa80abf431111e6e784007021aff1a24a999b9ab (diff)
parent83be4e97152212bc045a383720563c179603618a (diff)
downloadcoreclr-e197121636cdde973370fe6a3914a1db3503b922.tar.gz
coreclr-e197121636cdde973370fe6a3914a1db3503b922.tar.bz2
coreclr-e197121636cdde973370fe6a3914a1db3503b922.zip
Merge pull request #19363 from nattress/crossgen_skip_windowsruntime
Skip Crossgen of S.R.WindowsRuntime.dll
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