-
Notifications
You must be signed in to change notification settings - Fork 61
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
Update core tests: fixes for CRLF in multiline tests, executable-not-found issue #62
Conversation
@xuhdev Have you seen this failure mode before? --- https://travis-ci.org/editorconfig/editorconfig-core-c/jobs/600209206#L299 . pcre2 static-link failure on Xenial with GCC. I checked, and libpcre2-dev on xenial does have a static library. Other than that, it seems like my latest test change may have helped - most of the jobs in that build passed. |
Awesome! This is really good work! 🎆 No I haven't seen that error before. I'm enabling verbose output in #64 so we can see what's going on. |
But path_separator_backslash_in_cmd_line fails now on Windows, which did not fail before... I'll try to fix the static build issue (which shouldn't be relevant here). Something may have changed on Travis... |
@xuhdev Thanks for looking into the static-build issue! I am continuing to investigate the backslashes. The problem with the Windows builds seems to be twofold:
I am checking whether I can move the Edit The backslashes differ between editorconfig-core-c and editorconfig-vim because the former was using |
@xuhdev I am logging off for now and plan to work on this again tomorrow. o/ |
Thanks! #69 should have resolved the static build issue -- feel free to rebase |
@xuhdev Yep, Travis build passed :) . Thanks for the quick fix! |
80f3354
to
80d6d1b
Compare
Apply changes in response to editorconfig/editorconfig-core-test#28
🎆 🎆 🎆 |
See editorconfig/editorconfig-core-test#28
CC @xuhdev