Lines Matching refs:info
560 let info = job->job_info()
561 call assert_equal("dead", info.status)
562 call assert_equal("term", info.stoponexit)
563 call assert_equal(2, len(info.cmd))
564 call assert_equal("test_channel_pipe.py", info.cmd[1])
625 let info = job_info(job)
626 call assert_equal("dead", info.status)
1872 let info = job_info(job)
1873 call assert_equal([$COMSPEC, '/c', 'echo', '123'], info.cmd)
2074 let info = job_info(job)
2075 call assert_equal(0, info.exitval)
2076 call assert_equal("", info.termsig)
2085 let info = job_info(job)
2086 call assert_equal(-1, info.exitval)
2087 call assert_equal("term", info.termsig)
2119 let info = job_info(job)
2126 call assert_notequal('', info.tty_in, msg)
2128 call assert_equal('', info.tty_in, msg)
2130 call assert_equal(info.tty_in, info.tty_out, msg)