[iOS] Enable System.Data.Common tests (#72554)
authorMitchell Hwang <16830051+mdh1418@users.noreply.github.com>
Tue, 26 Jul 2022 13:50:03 +0000 (09:50 -0400)
committerGitHub <noreply@github.com>
Tue, 26 Jul 2022 13:50:03 +0000 (09:50 -0400)
* [libs] Reenable TokenForEmptyFilter Microsoft.Extensions.FileProviders.Physical Test

* [iOS] Enable System.Data.Common Tests

src/libraries/Microsoft.Extensions.FileProviders.Physical/tests/PhysicalFileProviderTests.cs
src/libraries/System.Data.Common/tests/System/Data/Common/DbProviderFactoriesTests.cs

index 22af694..9cf0dfe 100644 (file)
@@ -925,7 +925,6 @@ namespace Microsoft.Extensions.FileProviders
         }
 
         [Fact]
-        [ActiveIssue("https://github.com/dotnet/runtime/issues/58584", TestPlatforms.iOS | TestPlatforms.MacCatalyst | TestPlatforms.tvOS)]
         public void TokenForEmptyFilter()
         {
             using (var root = new TempDirectory(GetTestFilePath()))
index 321c014..b758b39 100644 (file)
@@ -38,7 +38,6 @@ namespace System.Data.Common
         }
 
         [Fact]
-        [ActiveIssue("https://github.com/dotnet/runtime/issues/36879", TestPlatforms.iOS | TestPlatforms.tvOS | TestPlatforms.MacCatalyst)]
         public void GetFactoryWithInvariantNameTest()
         {
             ClearRegisteredFactories();
@@ -50,7 +49,6 @@ namespace System.Data.Common
         }
 
         [Fact]
-        [ActiveIssue("https://github.com/dotnet/runtime/issues/36879", TestPlatforms.iOS | TestPlatforms.tvOS | TestPlatforms.MacCatalyst)]
         public void GetFactoryWithDbConnectionTest()
         {
             ClearRegisteredFactories();
@@ -62,7 +60,6 @@ namespace System.Data.Common
         }
 
         [Fact]
-        [ActiveIssue("https://github.com/dotnet/runtime/issues/36879", TestPlatforms.iOS | TestPlatforms.tvOS | TestPlatforms.MacCatalyst)]
         public void GetFactoryWithDataRowTest()
         {
             ClearRegisteredFactories();
@@ -70,7 +67,6 @@ namespace System.Data.Common
         }
 
         [Fact]
-        [ActiveIssue("https://github.com/dotnet/runtime/issues/36879", TestPlatforms.iOS | TestPlatforms.tvOS | TestPlatforms.MacCatalyst)]
         public void RegisterFactoryWithTypeNameTest()
         {
             ClearRegisteredFactories();
@@ -78,7 +74,6 @@ namespace System.Data.Common
         }
 
         [Fact]
-        [ActiveIssue("https://github.com/dotnet/runtime/issues/36879", TestPlatforms.iOS | TestPlatforms.tvOS | TestPlatforms.MacCatalyst)]
         public void RegisterFactoryWithTypeTest()
         {
             ClearRegisteredFactories();
@@ -86,7 +81,6 @@ namespace System.Data.Common
         }
 
         [Fact]
-        [ActiveIssue("https://github.com/dotnet/runtime/issues/36879", TestPlatforms.iOS | TestPlatforms.tvOS | TestPlatforms.MacCatalyst)]
         public void RegisterFactoryWithInstanceTest()
         {
             ClearRegisteredFactories();
@@ -102,7 +96,6 @@ namespace System.Data.Common
         }
 
         [Fact]
-        [ActiveIssue("https://github.com/dotnet/runtime/issues/36879", TestPlatforms.iOS | TestPlatforms.tvOS | TestPlatforms.MacCatalyst)]
         public void RegisterFactoryWithBadInvariantNameTest()
         {
             ClearRegisteredFactories();
@@ -111,7 +104,6 @@ namespace System.Data.Common
         }
 
         [Fact]
-        [ActiveIssue("https://github.com/dotnet/runtime/issues/36879", TestPlatforms.iOS | TestPlatforms.tvOS | TestPlatforms.MacCatalyst)]
         public void RegisterFactoryWithAssemblyQualifiedNameTest()
         {
             ClearRegisteredFactories();
@@ -135,7 +127,6 @@ namespace System.Data.Common
         }
 
         [Fact]
-        [ActiveIssue("https://github.com/dotnet/runtime/issues/36879", TestPlatforms.iOS | TestPlatforms.tvOS | TestPlatforms.MacCatalyst)]
         public void UnregisterFactoryTest()
         {
             ClearRegisteredFactories();
@@ -146,7 +137,6 @@ namespace System.Data.Common
         }
 
         [Fact]
-        [ActiveIssue("https://github.com/dotnet/runtime/issues/36879", TestPlatforms.iOS | TestPlatforms.tvOS | TestPlatforms.MacCatalyst)]
         public void TryGetFactoryTest()
         {
             ClearRegisteredFactories();
@@ -159,7 +149,6 @@ namespace System.Data.Common
         }
 
         [Fact]
-        [ActiveIssue("https://github.com/dotnet/runtime/issues/36879", TestPlatforms.iOS | TestPlatforms.tvOS | TestPlatforms.MacCatalyst)]
         public void ReplaceFactoryWithRegisterFactoryWithTypeTest()
         {
             ClearRegisteredFactories();
@@ -174,7 +163,6 @@ namespace System.Data.Common
         }
 
         [Fact]
-        [ActiveIssue("https://github.com/dotnet/runtime/issues/36879", TestPlatforms.iOS | TestPlatforms.tvOS | TestPlatforms.MacCatalyst)]
         public void GetProviderInvariantNamesTest()
         {
             ClearRegisteredFactories();