You've already forked linux-packaging-mono
Imported Upstream version 6.4.0.178
Former-commit-id: 910a7a10ba8608254000363489287c006b4ad47a
This commit is contained in:
parent
6855a3a773
commit
46fd284812
@ -1 +1 @@
|
||||
2b4ae5f0ef772a473b8836570c3d7d558c41071e
|
||||
3da80841007adf3751e00f25e41b2dfe905a0a9d
|
@ -1 +1 @@
|
||||
a6d825d4cd54cafea7dd437a62eea6539d5c7d8a
|
||||
c50c3ab8e99c3b74a89abf92b59d069372457f43
|
@ -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")]
|
||||
|
@ -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()
|
||||
|
@ -0,0 +1 @@
|
||||
7a65022e6b673711d143e38fec203d7b30a51bf7
|
Binary file not shown.
@ -0,0 +1 @@
|
||||
24c3726b36947a9ef7db6c98625e18b191d55d12
|
@ -0,0 +1 @@
|
||||
666690621599cd80a3c40800910e310391b7fa23
|
@ -0,0 +1 @@
|
||||
8270954620ec7d091acc7f4deeb78c8fde04a375
|
@ -0,0 +1 @@
|
||||
0b6096b170683af6510c070ffbb8135ce890dcf9
|
@ -0,0 +1 @@
|
||||
e376a20352bb547c881ad93a9529ad3fedd5fae9
|
@ -0,0 +1 @@
|
||||
5ebef7fe292eaf725025142a43f8f667700cf003
|
BIN
external/roslyn-binaries/Microsoft.Net.Compilers/3.3.1/System.Buffers.dll
vendored
Normal file
BIN
external/roslyn-binaries/Microsoft.Net.Compilers/3.3.1/System.Buffers.dll
vendored
Normal file
Binary file not shown.
@ -0,0 +1 @@
|
||||
ce46d5be85cdee1a3c0ef5bc22c8e1772d0d0d98
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user