Re-enabling previously disabled tests due to Retain bug (dotnet/corefx#24785)
authorAhson Ahmed Khan <ahsonkhan@users.noreply.github.com>
Mon, 23 Oct 2017 22:01:13 +0000 (15:01 -0700)
committerStephen Toub <stoub@microsoft.com>
Mon, 23 Oct 2017 22:01:13 +0000 (18:01 -0400)
Commit migrated from https://github.com/dotnet/corefx/commit/5d164eb843b6fc2278c107184634396642483901

src/libraries/System.Memory/tests/Memory/Retain.cs
src/libraries/System.Memory/tests/ReadOnlyMemory/Retain.cs

index e48301b..544d8a5 100644 (file)
@@ -110,7 +110,6 @@ namespace System.MemoryTests
             handle.Dispose();
         }
 
-        [ActiveIssue(24384, TargetFrameworkMonikers.UapAot)]
         [Fact]
         public static void OwnedMemoryRetainWithPinningAndSlice()
         {
index 87dc459..9838bc7 100644 (file)
@@ -110,7 +110,6 @@ namespace System.MemoryTests
             handle.Dispose();
         }
 
-        [ActiveIssue(24384, TargetFrameworkMonikers.UapAot)]
         [Fact]
         public static void OwnedMemoryRetainWithPinningAndSlice()
         {