neovim/test/functional
Justin M. Keyes 38806f23ed
test: enable "exit event follows stdout, stderr" [ci skip] #10929
- Update the test to work with changes since it was originally written.
- Keep the test pending() because it still fails:

      Expected objects to be the same.
      Passed in:
      (table: 0x50ce9e38) {
        [1] = {
          [1] = 'notification'
          [2] = 'stderr'
          [3] = {
            [1] = 0
            [2] = {
              [1] = '' } } }
       *[2] = {
          [1] = 'notification'
          [2] = 'stdout'
         *[3] = {
            [1] = 0
           *[2] = {
             *[1] = '' } } }
        [3] = {
          [1] = 'notification'
          [2] = 'exit'
          [3] = {
            [1] = 0
            [2] = 143 } } }
      Expected:
      (table: 0x50ce9870) {
        [1] = {
          [1] = 'notification'
          [2] = 'stderr'
          [3] = {
            [1] = 0
            [2] = {
              [1] = '' } } }
       *[2] = {
          [1] = 'notification'
          [2] = 'stdout'
         *[3] = {
            [1] = 0
           *[2] = {
             *[1] = 'abcdef' } } }
        [3] = {
          [1] = 'notification'
          [2] = 'stdout'
          [3] = {
            [1] = 0
            [2] = {
              [1] = '' } } } }
2019-09-03 10:25:27 -07:00
..
api shada/context: fully remove jumplist duplicates #10898 2019-09-03 10:18:24 -07:00
autocmd tests: use runtime from build for doc/tags with :help (#10479) 2019-08-28 22:47:54 +02:00
cmdline cmdline: CTRL-R: Omit trailing <CR>. 2017-02-18 23:24:35 +01:00
core test: enable "exit event follows stdout, stderr" [ci skip] #10929 2019-09-03 10:25:27 -07:00
eval shada/context: fully remove jumplist duplicates #10898 2019-09-03 10:18:24 -07:00
ex_cmds tests: use runtime from build for doc/tags with :help (#10479) 2019-08-28 22:47:54 +02:00
fixtures test: shell-test.c: flush all streams 2019-09-01 22:49:33 -07: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.1.0888: the a: dict is not immutable as documented (#10819) 2019-08-21 20:17:09 +02:00
lua api: make try_end clean-up after an exception properly. Fixes #10809 2019-09-02 23:01:16 +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 findoption_len: treat viminfo/viminfofile as aliases 2019-08-26 09:39:00 +02:00
plugin tests: assert:set_parameter('TableFormatLevel', 100) #10925 2019-09-03 04:29:49 -07:00
provider tests: use runtime from build for doc/tags with :help (#10479) 2019-08-28 22:47:54 +02:00
shada test: Minimize shada/helpers.lua #10728 2019-08-09 10:23:57 +02:00
terminal test/uname(): always lowercase 2019-09-01 22:49:33 -07:00
ui test/wildmode_spec: fix flaky test 2019-09-03 16:14:29 +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 test/uname(): always lowercase 2019-09-01 22:49:33 -07:00
preload.lua functests: Check logs in lua code 2016-06-10 21:50:49 +03:00