From: Swaroop Sridhar Date: Wed, 9 Jan 2019 00:01:20 +0000 (-0800) Subject: Update Test exclusion for NativeLibraryTests in official builds. (dotnet/coreclr... X-Git-Tag: submit/tizen/20210909.063632~11030^2~2873 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2938f99ecb0ac3db07aa1f8b40328cb584625006;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Update Test exclusion for NativeLibraryTests in official builds. (dotnet/coreclr#21858) 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 --- diff --git a/src/coreclr/tests/issues.targets b/src/coreclr/tests/issues.targets index 7c44b6e..859541f 100644 --- a/src/coreclr/tests/issues.targets +++ b/src/coreclr/tests/issues.targets @@ -810,7 +810,7 @@ - + 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.