Update Test exclusion for NativeLibraryTests in official builds. (dotnet/coreclr...
authorSwaroop Sridhar <Swaroop.Sridhar@microsoft.com>
Wed, 9 Jan 2019 00:01:20 +0000 (16:01 -0800)
committerGitHub <noreply@github.com>
Wed, 9 Jan 2019 00:01:20 +0000 (16:01 -0800)
Update issues.targets, to reflect the change in location of
NativeLibray tests.

Fixes https://github.com/dotnet/coreclr/issues/21844

Commit migrated from https://github.com/dotnet/coreclr/commit/26b686eb8604b40c1fef9bf526061c6b77a1158c

src/coreclr/tests/issues.targets

index 7c44b6e..859541f 100644 (file)
     <!-- The following are tests that fail on non-Windows, which we must not run when building against packages -->
 
     <ItemGroup Condition="'$(XunitTestBinBase)' != '' and '$(BuildTestsAgainstPackages)' == 'true' and '$(TargetsWindows)' != 'true'">
-        <ExcludeList Include="$(XunitTestBinBase)/Interop/MarshalAPI/NativeLibrary/NativeLibraryTests/*">
+        <ExcludeList Include="$(XunitTestBinBase)/Interop/NativeLibrary/NativeLibraryTests/*">
             <Issue>Issue building native components for the test. Since tests are currently built on Windows, the native components end up at Core_Root instead of Test directory, which is not suitable for the test.</Issue>
         </ExcludeList>
         <ExcludeList Include="$(XunitTestBinBase)/CoreMangLib/cti/system/byte/ByteToString3/*">