neovim/test/functional
ZyX 0d56118d86 msgpack_rpc: Fix crash in log_server_msg
It appears that used msgpack library is not able to parse back message created 
by msgpack_rpc_from_object() if nesting level is too high, so log_server_msg now 
cares about msgpack_unpack_next() return value. Also error message from 
server_notifications_spec.lua is not readable if something is wrong (though at 
least now it does not crash when parsing deeply nested structures).

log_server_msg() in the test reports

    [msgpack-rpc] nvim -> client(1) [error]        "parse error"
2016-06-24 16:53:26 +03:00
..
api msgpack_rpc: Fix crash in log_server_msg 2016-06-24 16:53:26 +03:00
autocmd functests: Check logs in lua code 2016-06-10 21:50:49 +03:00
clipboard functests: Check logs in lua code 2016-06-10 21:50:49 +03:00
eval test: fix command_count_spec 2016-06-23 16:54:19 +02:00
ex_cmds test: fix command_count_spec 2016-06-23 16:54:19 +02:00
ex_getln functests: Check logs in lua code 2016-06-10 21:50:49 +03:00
fixtures functests: Make sure that setting scrollback size works from TermOpen 2016-02-28 07:34:36 +03:00
job functests: Check logs in lua code 2016-06-10 21:50:49 +03:00
legacy test: fix command_count_spec 2016-06-23 16:54:19 +02:00
normal functests: Check logs in lua code 2016-06-10 21:50:49 +03:00
options functests: Check logs in lua code 2016-06-10 21:50:49 +03:00
plugin functests: Fix matchparen_spec.lua 2016-06-17 20:38:03 +03:00
provider functests: Check logs in lua code 2016-06-10 21:50:49 +03:00
shada functests: Check logs in lua code 2016-06-10 21:50:49 +03:00
shell functests: Do not use setup/teardown where before_/after_each is needed 2016-06-10 21:50:50 +03:00
terminal Add tests for new feature 2016-06-20 23:10:46 +02:00
ui test/highlight_spec: Test "gui" arg of synIDattr(). 2016-06-18 13:07:59 -04:00
viml eval: add api_info() 2016-06-17 18:47:45 +02:00
dict_notifications_spec.lua functests: Check logs in lua code 2016-06-10 21:50:49 +03:00
helpers.lua test: fix command_count_spec 2016-06-23 16:54:19 +02:00
preload.lua functests: Check logs in lua code 2016-06-10 21:50:49 +03:00