From: Jan Kotas Date: Thu, 6 Feb 2020 15:18:46 +0000 (-0800) Subject: Fix System.Data.SqlClient tests on Alpine (#31850) X-Git-Tag: submit/tizen/20210909.063632~9962 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4b4d7416393ee7ec13f976c441dc21e0d3eb69b2;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Fix System.Data.SqlClient tests on Alpine (#31850) System.Data.SqlClient package reference in tests is restoring wrong flavor of System.Data.SqlClient in some cases (Alpine, Mono). Switch back to copying System.Data.SqlClient to testhost. --- diff --git a/src/libraries/System.Data.Common/tests/System.Data.Common.Tests.csproj b/src/libraries/System.Data.Common/tests/System.Data.Common.Tests.csproj index 3549769da00..f82cb624c9c 100644 --- a/src/libraries/System.Data.Common/tests/System.Data.Common.Tests.csproj +++ b/src/libraries/System.Data.Common/tests/System.Data.Common.Tests.csproj @@ -120,7 +120,4 @@ Common\System\Runtime\Serialization\Formatters\BinaryFormatterHelpers.cs - - - diff --git a/src/libraries/System.Runtime.Serialization.Formatters/tests/System.Runtime.Serialization.Formatters.Tests.csproj b/src/libraries/System.Runtime.Serialization.Formatters/tests/System.Runtime.Serialization.Formatters.Tests.csproj index 35872a145c6..909ade149b0 100644 --- a/src/libraries/System.Runtime.Serialization.Formatters/tests/System.Runtime.Serialization.Formatters.Tests.csproj +++ b/src/libraries/System.Runtime.Serialization.Formatters/tests/System.Runtime.Serialization.Formatters.Tests.csproj @@ -32,7 +32,4 @@ - - - diff --git a/src/libraries/restore/runtime/runtime.depproj b/src/libraries/restore/runtime/runtime.depproj index ead42b14dd3..1ffa46fc789 100644 --- a/src/libraries/restore/runtime/runtime.depproj +++ b/src/libraries/restore/runtime/runtime.depproj @@ -26,6 +26,15 @@ + + + + + + + + + diff --git a/src/mono/netcore/CoreFX.issues.rsp b/src/mono/netcore/CoreFX.issues.rsp index 21ace5da93f..7d4cf244d47 100644 --- a/src/mono/netcore/CoreFX.issues.rsp +++ b/src/mono/netcore/CoreFX.issues.rsp @@ -930,12 +930,3 @@ -nomethod System.Security.Cryptography.Encoding.Tests.OidTests.LookupOidByFriendlyName_Ctor -nomethod System.Tests.StringComparerTests.CreateCultureOptions_InvalidArguments_Throws - -#################################################################### -## System.Data.SqlClient -#################################################################### - -# The tests are loading wrong System.Data.SqlClient - https://github.com/dotnet/runtime/issues/31799 --nomethod System.Runtime.Serialization.Formatters.Tests.BinaryFormatterTests.RoundtripManyObjectsInOneStream --nomethod System.Runtime.Serialization.Formatters.Tests.BinaryFormatterTests.ValidateBasicObjectsRoundtrip --noclass System.Data.Common.DbProviderFactoriesTests