neovim/test/functional
Daniel Hahler fc60d92795
tests: skip "API nvim_parse_expression" on MSVC_32 (#10773)
Only "API nvim_parse_expression works with &opt" is flaky, but easier to
skip all of "API nvim_parse_expression".

Ref: https://github.com/neovim/neovim/issues/10241
2019-08-14 23:57:45 +02:00
..
api tests: skip "API nvim_parse_expression" on MSVC_32 (#10773) 2019-08-14 23:57:45 +02:00
autocmd tests: fix flaky "TermClose … fast-exiting terminal job stops" 2019-08-05 03:52:17 +02:00
cmdline
core tests: fix/improve "jobwait returns -1 when timed out" #10767 2019-08-14 09:08:25 +02:00
eval tests: use larger timeout with "timers can be stopped from the handler" (#10760) 2019-08-14 00:44:32 +02:00
ex_cmds test: isCI(): add "name" parameter 2019-08-05 04:02:41 +02:00
fixtures tests: output_spec: use shell-test REP_NODELAY (#10726) 2019-08-08 16:02:28 +02:00
insert normal: Don't exit CTRL-O mode after processing K_EVENT 2019-06-04 13:59:43 +02:00
legacy vim-patch:8.0.1738: ":args" output is hard to read 2019-07-24 06:09:28 +02:00
lua lua: minimal UTF-16 support needed for LSP 2019-08-08 20:10:14 +02:00
normal Merge #10596 'vim-patch:8.1.{899,903,905,907,908,910,913,1746}' 2019-07-25 12:00:08 +02:00
options vim-patch:8.1.1614: 'numberwidth' can only go up to 10 2019-07-05 21:26:46 -04:00
plugin Fix lualint: remove unused var 2019-08-07 14:20:23 +02:00
provider pyxversion: fix logic error #10759 2019-08-14 22:36:43 +02:00
shada test: Minimize shada/helpers.lua #10728 2019-08-09 10:23:57 +02:00
terminal tests: make TERM=interix test pending (#10576) 2019-07-22 18:49:37 +02:00
ui api: nvim_win_open() style="minimal" should disable 'foldcolumn' 2019-08-14 14:49:27 +02:00
viml tests: adjust to latest Vim patches 2019-05-05 14:05:25 +02:00
example_spec.lua vim-patch:8.1.{0849,1001}: 'cursorline' highlight #9757 2019-03-19 12:24:41 +01:00
helpers.lua tests/functional: expect_msg_seq: use load_adjust (#10727) 2019-08-09 15:32:38 +02:00
preload.lua