From: Bruce Forstall Date: Wed, 17 Jan 2018 00:44:38 +0000 (-0800) Subject: Fix non-Windows R2R testing in CI X-Git-Tag: accepted/tizen/base/20180629.140029~125^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=18108e4306305cb2152203b6c777f799b63f76b5;p=platform%2Fupstream%2Fcoreclr.git 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. --- 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