Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions tests/monotouch-test/CoreAnimation/LayerTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,6 @@ public void AddAnimation ()
static int TextLayersDisposed;
static int Generation;
[Test]
#if __MACCATALYST__
[Ignore ("https://github.com/dotnet/runtime/issues/47407")] // The GC doesn't collect objects with finalizers
#endif
public void TestBug26532()
{
TextLayersDisposed = 0;
Expand Down
3 changes: 0 additions & 3 deletions tests/monotouch-test/ObjCRuntime/RegistrarTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2033,9 +2033,6 @@ public int M2 (int v)
}
}

#if __MACCATALYST__
[Ignore ("https://github.com/dotnet/runtime/issues/47407")] // The GC doesn't collect objects with finalizers
#endif
[Test]
public void BlockCollection ()
{
Expand Down
3 changes: 0 additions & 3 deletions tests/monotouch-test/mono/WeakReferenceTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ public void Setup ()
TestRuntime.AssertSystemVersion (PlatformName.MacOSX, 10, 9, throwIfOtherPlatform: false);
}

#if __MACCATALYST__
[Ignore ("https://github.com/dotnet/runtime/issues/47407")] // The GC doesn't collect objects with finalizers
#endif
[Test]
public void NoRetainCyclesExpectedTest ()
{
Expand Down