From cfba305b7eb2d91466c3fe21f51de6d7d94d17b1 Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Sat, 28 Oct 2017 01:12:06 +0200 Subject: [PATCH] [corlib][Test] Ignore FileTest.SymLinkLoop until bug #59239 is fixed. (#5889) https://bugzilla.xamarin.com/show_bug.cgi?id=59239 --- mcs/class/corlib/Test/System.IO/FileTest.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mcs/class/corlib/Test/System.IO/FileTest.cs b/mcs/class/corlib/Test/System.IO/FileTest.cs index 7e01ce544d7..886d65d6393 100644 --- a/mcs/class/corlib/Test/System.IO/FileTest.cs +++ b/mcs/class/corlib/Test/System.IO/FileTest.cs @@ -2694,6 +2694,9 @@ namespace MonoTests.System.IO public static extern int symlink (string oldpath, string newpath); [Test] +#if __TVOS__ + [Ignore ("See bug #59239")] +#endif public void SymLinkLoop () { if (!RunningOnUnix) -- 2.11.4.GIT