aboutsummaryrefslogtreecommitdiff
path: root/test/functional/eval/server_spec.lua
Commit message (Collapse)AuthorAge
* test: server_spec: Tolerate missing protocol (#7478)James McCoy2017-11-02
| | | | | | | | | | | | | | | | | Travis disabled IPv6: [ RUN ] serverstart(), serverstop() parses endpoints correctly: FAIL ...build/neovim/neovim/test/functional/eval/server_spec.lua:83: Expected objects to be the same. Passed in: (table) { [1] = '127.0.0.1:12345' } Expected: (table) { [1] = '127.0.0.1:12345' *[2] = '::1:12345' } Change all tests to ensure a server was actually started before expecting it to be returned from serverlist().
* eval: serverstart: Return finalized address to userJames McCoy2017-05-28
| | | | | In the process of setting up the socket watcher, the address may be changed (e.g., adding the OS-selected port).
* Server tests: endpoint parsing in serverstart()Marco Hinz2017-05-22
|
* Server tests: use helpers.command()Marco Hinz2017-05-22
|
* Windows: enable more testsJustin M. Keyes2017-01-13
|
* Mark some functional tests as pending in WindowsRui Abreu Ferreira2016-08-26
|
* functests: Check logs in lua codeZyX2016-06-10
| | | | | | It is otherwise impossible to determine which test failed sanitizer/valgrind check. test/functional/helpers.lua module return was changed so that tests which do not provide after_each function to get new check will automatically fail.
* test: move server_spec.luaJustin M. Keyes2016-04-15
Old layout was too granular, we do not need a server/ folder.