Fix non-Windows R2R testing in CI
authorBruce Forstall <brucefo@microsoft.com>
Wed, 17 Jan 2018 00:44:38 +0000 (16:44 -0800)
committerBruce Forstall <brucefo@microsoft.com>
Wed, 17 Jan 2018 00:44:38 +0000 (16:44 -0800)
The xunit.performance.api.dll assembly depends on
Microsoft.3rdpartytools.MarkdownLog, which cannot
be found. Add xunit.performance.api.dll to the
list of assemblies that are not crossgen'ed
during R2R testing.

tests/skipCrossGenFiles.arm.txt
tests/skipCrossGenFiles.arm64.txt
tests/skipCrossGenFiles.x64.txt
tests/skipCrossGenFiles.x86.txt

index 2e12456..30607ac 100644 (file)
@@ -1,3 +1,4 @@
 mscorlib.dll
 System.Runtime.WindowsRuntime.UI.Xaml.dll
 System.Private.CoreLib.dll
+xunit.performance.api.dll
index ee3972b..d0ed722 100644 (file)
@@ -4,3 +4,4 @@ System.Net.NameResolution.dll
 System.Net.Sockets.dll
 System.Net.Primitives.dll
 System.Private.CoreLib.dll
+xunit.performance.api.dll
index 2e12456..30607ac 100644 (file)
@@ -1,3 +1,4 @@
 mscorlib.dll
 System.Runtime.WindowsRuntime.UI.Xaml.dll
 System.Private.CoreLib.dll
+xunit.performance.api.dll
index 2e12456..30607ac 100644 (file)
@@ -1,3 +1,4 @@
 mscorlib.dll
 System.Runtime.WindowsRuntime.UI.Xaml.dll
 System.Private.CoreLib.dll
+xunit.performance.api.dll