| Commit message (Collapse) | Author | Age | 
| | 
| 
| 
|  | 
Eliminate `expect_err` in favor of `pcall_err` + `eq` or `matches`.
 | 
| |  | 
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
|  | 
- Return VimL errors instead of generic errors for:
  - nvim_call_function
  - nvim_call_dict_function
- Fix tests which were silently broken before this change.
This violates #6150 where we agreed not to translate API errors.  But
that can be fixed later.
 | 
| | 
| 
| 
| 
|  | 
Before this change, if $NVIM_LISTEN_ADDRESS was invalid, v:servername
was left empty.
 | 
| |  | 
 | 
| |  | 
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
|  | 
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().
 | 
| | 
| 
| 
| 
|  | 
In the process of setting up the socket watcher, the address may be
changed (e.g., adding the OS-selected port).
 | 
| |  | 
 | 
| |  | 
 | 
| |  | 
 | 
| |  | 
 | 
| | 
| 
| 
| 
| 
|  | 
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.
 | 
|   
  
  
   | 
Old layout was too granular, we do not need a server/ folder.
 |