neovim/test/functional/core
Justin M. Keyes 7233433f65 test/job_spec: improve visibility of flaky test
Test sometimes fails on macOS CI:

    FAILED  test/functional/core/job_spec.lua: jobs jobwait will run callbacks while waiting
    test/functional/core/job_spec.lua:606: Expected objects to be the same.
    Passed in:
    (table: 0x1be77c80) {
      [1] = 'notification'
      [2] = 'wait'
     *[3] = {
       *[1] = 3 } }
    Expected:
    (table: 0x1be77d10) {
      [1] = 'notification'
      [2] = 'wait'
     *[3] = {
       *[1] = 4 } }
    stack traceback:
      test/functional/core/job_spec.lua:606: in function <test/functional/core/job_spec.lua:583

Change the test to check if all jobs are starting, not only exiting.
2019-09-03 16:14:29 +02:00
..
channels_spec.lua test/uname(): always lowercase 2019-09-01 22:49:33 -07:00
exit_spec.lua test: lua test for vim-patch:8.0.0184 2018-03-24 23:06:09 +01:00
fileio_spec.lua os/fs: introduce os_fopen() 2019-07-25 22:32:23 +02:00
job_spec.lua test/job_spec: improve visibility of flaky test 2019-09-03 16:14:29 +02:00
main_spec.lua terminal: swap priority of terminal, editor highlights 2019-05-02 09:56:22 +02:00
path_spec.lua test: avoid extra clear() calls 2017-10-02 01:46:16 +02:00
spellfile_spec.lua test: cleanup 2019-05-05 23:01:35 +02:00
startup_spec.lua Merge #10098 'win: fix msg_puts_printf()' 2019-08-12 02:42:13 +02:00