From 18108e4306305cb2152203b6c777f799b63f76b5 Mon Sep 17 00:00:00 2001 From: Bruce Forstall Date: Tue, 16 Jan 2018 16:44:38 -0800 Subject: [PATCH] Fix non-Windows R2R testing in CI 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 | 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 2e12456..30607ac 100644 --- a/tests/skipCrossGenFiles.arm.txt +++ b/tests/skipCrossGenFiles.arm.txt @@ -1,3 +1,4 @@ mscorlib.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 ee3972b..d0ed722 100644 --- a/tests/skipCrossGenFiles.arm64.txt +++ b/tests/skipCrossGenFiles.arm64.txt @@ -4,3 +4,4 @@ System.Net.NameResolution.dll System.Net.Sockets.dll System.Net.Primitives.dll System.Private.CoreLib.dll +xunit.performance.api.dll diff --git a/tests/skipCrossGenFiles.x64.txt b/tests/skipCrossGenFiles.x64.txt index 2e12456..30607ac 100644 --- a/tests/skipCrossGenFiles.x64.txt +++ b/tests/skipCrossGenFiles.x64.txt @@ -1,3 +1,4 @@ mscorlib.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 2e12456..30607ac 100644 --- a/tests/skipCrossGenFiles.x86.txt +++ b/tests/skipCrossGenFiles.x86.txt @@ -1,3 +1,4 @@ mscorlib.dll System.Runtime.WindowsRuntime.UI.Xaml.dll System.Private.CoreLib.dll +xunit.performance.api.dll -- 2.7.4