You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[android] Enable tests for FileManager in Android.
Many tests were disable in Android, but they actually work without
almost changes.
- Android uses /proc/mounts as Linux. Enabling that code path gives good
results in Android.
- `attributesOfFileSystem` works on Android once glibc.modulemap
includes the right headers (see swiftlang/swift#24286).
- However, since Process is still not available in Android, the test
that relies on xdgTestHelper tool will not work, and have been
disabled (but instead of causing the test to fail, they are simply not
run in Android, which probably will never conform to XDG).
/* createSymbolicLinkAtPath:withDestination:error: returns YES if the symbolic link that point at 'destPath' was able to be created at the location specified by 'path'. If this method returns NO, the link was unable to be created and an NSError will be returned by reference in the 'error' parameter. This method does not traverse a terminal symlink.
0 commit comments