From: Larry Ewing Date: Mon, 16 Aug 2021 18:49:20 +0000 (-0500) Subject: Enable System.Linq.Queryable and disable https://github.com/dotnet/runtime/issues... X-Git-Tag: accepted/tizen/unified/20220110.054933~363 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=26b20d0ba3dc9553173372dc0dda03b1fba91258;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Enable System.Linq.Queryable and disable https://github.com/dotnet/runtime/issues/50712 (#57464) --- diff --git a/src/libraries/System.Linq.Queryable/tests/TrimCompatibilityTests.cs b/src/libraries/System.Linq.Queryable/tests/TrimCompatibilityTests.cs index 6a45832..9021f6a 100644 --- a/src/libraries/System.Linq.Queryable/tests/TrimCompatibilityTests.cs +++ b/src/libraries/System.Linq.Queryable/tests/TrimCompatibilityTests.cs @@ -16,6 +16,7 @@ namespace System.Linq.Tests /// preserve the corresponding Enumerable method when trimming. /// [Fact] + [ActiveIssue("https://github.com/dotnet/runtime/issues/50712", typeof(PlatformDetection), nameof(PlatformDetection.IsBuiltWithAggressiveTrimming), nameof(PlatformDetection.IsBrowser))] public static void QueryableMethodsContainCorrectDynamicDependency() { IEnumerable dependentMethods = diff --git a/src/libraries/tests.proj b/src/libraries/tests.proj index 1673ba2..1aac4ed 100644 --- a/src/libraries/tests.proj +++ b/src/libraries/tests.proj @@ -240,7 +240,6 @@ -