Imported Upstream version 6.4.0.178

Former-commit-id: 910a7a10ba8608254000363489287c006b4ad47a
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2019-08-24 08:42:41 +00:00
parent 6855a3a773
commit 46fd284812
111 changed files with 1838 additions and 930 deletions

View File

@ -1 +1 @@
2b4ae5f0ef772a473b8836570c3d7d558c41071e
3da80841007adf3751e00f25e41b2dfe905a0a9d

View File

@ -1 +1 @@
a6d825d4cd54cafea7dd437a62eea6539d5c7d8a
c50c3ab8e99c3b74a89abf92b59d069372457f43

View File

@ -49,6 +49,7 @@ namespace System.IO.Tests
Assert.Throws<IOException>(() => Copy(testFile, testFile));
}
#if !MONOTOUCH_TV // symlink() on a TVOS device always returns EPERM
[DllImport("libc", SetLastError = true)]
private static extern int symlink(string target, string linkpath);
@ -64,6 +65,7 @@ namespace System.IO.Tests
Copy(dangling_symlink, dangling_symlink_new_location);
Assert.True(File.Exists(dangling_symlink_new_location)); // File.Exists returns true for dangling symlinks
}
#endif
[Fact]
[SkipOnTargetFramework(TargetFrameworkMonikers.Mono, "CoreFX FileStream not yet imported")]

View File

@ -175,6 +175,7 @@ namespace System.IO.Tests
Assert.False(File.Exists(testFileSource.FullName));
}
#if !MONOTOUCH_TV // symlink() on a TVOS device always returns EPERM
[DllImport("libc", SetLastError = true)]
private static extern int symlink(string target, string linkpath);
@ -190,6 +191,7 @@ namespace System.IO.Tests
Move(dangling_symlink, dangling_symlink_new_location);
Assert.True(File.Exists(dangling_symlink_new_location)); // File.Exists returns true for dangling symlinks
}
#endif
[Fact]
public void FileNameWithSignificantWhitespace()

View File

@ -0,0 +1 @@
7a65022e6b673711d143e38fec203d7b30a51bf7

View File

@ -0,0 +1 @@
24c3726b36947a9ef7db6c98625e18b191d55d12

View File

@ -0,0 +1 @@
666690621599cd80a3c40800910e310391b7fa23

View File

@ -0,0 +1 @@
8270954620ec7d091acc7f4deeb78c8fde04a375

View File

@ -0,0 +1 @@
0b6096b170683af6510c070ffbb8135ce890dcf9

View File

@ -0,0 +1 @@
e376a20352bb547c881ad93a9529ad3fedd5fae9

View File

@ -0,0 +1 @@
5ebef7fe292eaf725025142a43f8f667700cf003

View File

@ -0,0 +1 @@
ce46d5be85cdee1a3c0ef5bc22c8e1772d0d0d98

Some files were not shown because too many files have changed in this diff Show More