file.dart
file.dart copied to clipboard
More test failures on Windows
trafficstars
The LocalFileSystem common File copy succeedsIfDestinationExistsAsLinkToFile and LocalFileSystem common File copy succeedsIfDestinationIsLinkToFileInDifferentDirectory tests seem to fail consistently on Windows. Examples:
- https://ci.appveyor.com/project/tvolkert/file-dart/builds/33475434?fullLog=true
- https://ci.appveyor.com/project/tvolkert/file-dart/builds/33475233?fullLog=true
Based on https://github.com/google/file.dart/issues/56, should these be added to the skip list? They are mentioned in https://github.com/dart-lang/sdk/issues/29096.
I don't have a Windows machine handy to test with.