Skip to content
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

tests: use shell-test / other helper instead of cat #10574

Closed
blueyed opened this issue Jul 22, 2019 · 1 comment · Fixed by #10580
Closed

tests: use shell-test / other helper instead of cat #10574

blueyed opened this issue Jul 22, 2019 · 1 comment · Fixed by #10580
Labels
bug issues reporting wrong behavior test

Comments

@blueyed
Copy link
Contributor

blueyed commented Jul 22, 2019

There are a lot of tests being skipped still on Windows due to lack of cat -, or handled with something different (find, via 03e69a5).

This should use a consistent helper/method, e.g. a new mode with shell-test, which would behave like cat then.

@justinmk
Copy link
Member

justinmk commented Jul 22, 2019

cat.exe is shipped and available on our Windows build. Though it doesn't always seem to work as expected (different buffering?)

Some of the cases currently skipped on Windows might be solved by #10561

blueyed added a commit to blueyed/neovim that referenced this issue Jul 22, 2019
blueyed added a commit to blueyed/neovim that referenced this issue Jul 25, 2019
blueyed added a commit to blueyed/neovim that referenced this issue Jul 26, 2019
Fixes neovim#10574.

Keeps 'can be called recursively' pending for now, see
neovim#10580 (comment).
timeyyy pushed a commit to timeyyy/neovim that referenced this issue Aug 9, 2019
Fixes neovim#10574.

Keeps 'can be called recursively' pending for now, see
neovim#10580 (comment).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug issues reporting wrong behavior test
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants