-
Notifications
You must be signed in to change notification settings - Fork 2k
Tests fail in Windows #4727
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
Comments
I'll look at these asap. |
Thanks much! It might be we need to add a few more |
It looks possible that line endings are getting mistreated and could be getting transformed into something weird (the octal escape?), spinning up my windows box now. |
Ok, I'm pretty sure the way windows paths are templated into |
Doubling backslashes in the |
You’re welcome to push a branch to https://github.com/GeoffreyBooth/coffeescript, if you’d like to collaborate there. Thanks for taking this on! |
Ok, I had a branch but polluted it before I set |
Hey, I have a branch up here which fixes 1 of the 4 failures. There are some notes on the second, haven't looked at others. |
It looks like you’ve dived quite deep on the argument parsing . . . before you go any farther, are those tests even applicable in Windows? |
@cosmicexplorer I pushed some commits on your branch, I got the tests passing in my (virtual) Windows environment. How do they work for you? |
FYI the secret to getting |
@GeoffreyBooth thanks for figuring out I think the only tests that don't apply to Windows are just the ones checking |
See nodejs/citgm#487 and https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker/1003/nodes=win-vs2015/testReport/(root)/citgm/coffeescript_v2_0_1/
3 of the 4 failed tests seem to stem from #3946 @cosmicexplorer.
The text was updated successfully, but these errors were encountered: