Lines Matching refs:finished
31 call assert_match('%aF[^\n]*finished]', execute('ls'))
32 call assert_match('%aF[^\n]*finished]', execute('ls F'))
33 call assert_notmatch('%[^\n]*finished]', execute('ls R'))
34 call assert_notmatch('%[^\n]*finished]', execute('ls ?'))
36 " closing window wipes out the terminal buffer a with finished job
59 " closing window wipes out the terminal buffer with the finished job
147 call WaitForAssert({-> assert_equal('finished', term_getstatus(buf))})
165 call WaitForAssert({-> assert_equal('finished', term_getstatus(buf))})
167 call assert_match('foo.*finished', execute('ls'))
170 call assert_match('bar.*finished', execute('ls'))
853 " make sure the job has finished
1200 call WaitForAssert({-> assert_equal('finished', term_getstatus(buf))})