-
Notifications
You must be signed in to change notification settings - Fork 10
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
Windows tests are failing #3
Comments
@calixteman has been looking into it :) |
The |
The failures look very similar to the error described in https://gnuwin32.sourceforge.net/packages/patch.htm#install:
|
I ran some tests in a windows VM, and I can confirm that diff.exe uses CR-LF (\r\n) as line endings. Our implementation mostly uses the writeln macro, the documentation of which explicitly states:
|
According to actions/runner-images#5459 (comment), and seeing the contents of stderr in our failures, the |
#57 makes 13 failures (out of 16) go away. |
I ran some tests on Windows. With the very old build of diffutils distributed by the Gnuwin32 project (version 2.8.7, 20 years old!), |
yeah, sounds good, thanks |
I wonder if this isn't the Windows "patch" command failing with \n ?!
The text was updated successfully, but these errors were encountered: