You've already forked linux-packaging-mono
Imported Upstream version 6.0.0.176
Former-commit-id: 832f8d999f57cff48d1880b97be189dfed6c9dc2
This commit is contained in:
parent
64ac736ec5
commit
7aefecd37c
@ -2593,6 +2593,9 @@ namespace MonoTests.System.IO
|
||||
public static extern int symlink (string oldpath, string newpath);
|
||||
|
||||
[Test]
|
||||
#if MONOTOUCH_TV
|
||||
[Ignore ("See bug #59239: https://bugzilla.xamarin.com/show_bug.cgi?id=59239")]
|
||||
#endif
|
||||
[Category ("NotWasm")]
|
||||
public void SymLinkStats() {
|
||||
if (!RunningOnUnix)
|
||||
@ -2650,7 +2653,7 @@ namespace MonoTests.System.IO
|
||||
|
||||
[Test]
|
||||
#if MONOTOUCH_TV
|
||||
[Ignore ("See bug #59239")]
|
||||
[Ignore ("See bug #59239: https://bugzilla.xamarin.com/show_bug.cgi?id=59239")]
|
||||
#endif
|
||||
[Category ("NotWasm")]
|
||||
public void SymLinkLoop ()
|
||||
|
Reference in New Issue
Block a user