-
Notifications
You must be signed in to change notification settings - Fork 976
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test case failed. #481
Comments
Yeah, the first 3 is due to how the file name handling is presumed to work, which has been changed but we have not really decided on what the new behaviour should be. The rest of the tests that fail on non-windows is due to the path-separator, and hence they are skipped on non-windows OSes. They could be modified to either work correctly on other OSes / or emit a "Skipped" result on those (when the tests are not applicable). |
Sorry, the first of the linux tests failed is due to a bug introduced in #463. Unfortunately, it seems like the CI image uses UTC time, which would explain why it doesn't fail there. |
Steps to reproduce
https://ci.appveyor.com/project/icsharpcode/sharpziplib/branch/master/job/6kbl3jgxelrn1ndv
The command was:
dotnet run -c Release -f netcoreapp2 -p test/ICSharpCode.SharpZipLib.TestBootstrapper/ICSharpCode.SharpZipLib.TestBootstrapper.csproj
test_linux_fail.log
Expected behavior
Test cases all passed.
Actual behavior
Windows three test cases failed.
linux ten test cases failed.
Version of SharpZipLib
master branch.
Obtained from (only keep the relevant lines)
The text was updated successfully, but these errors were encountered: