Lines Matching refs:signal
1 " Test signal handling.
10 " Check whether a signal is available on this system.
11 func HasSignal(signal) argument
13 return signals =~# '\<' .. a:signal .. '\>'
16 " Test signal WINCH (window resize signal)
20 throw 'Skipped: WINCH signal not supported'
40 " Send signal and wait for signal to be processed.
42 " after handing signal WINCH.
52 " Test signal PWR, which should update the swap file.
55 throw 'Skipped: PWR signal not supported'
59 " that swap file is updated as a result of sending PWR signal, and not
73 " Sending PWR signal should update the swap file.
81 " Test signal INT. Handler sets got_int. It should be like typing CTRL-C.
85 throw 'Skipped: INT signal not supported'
88 " Skip the test when running with valgrind as signal INT is not received
92 throw 'Skipped: cannot test signal INT with valgrind'
98 " Check that an endless loop in Vim is interrupted by signal INT.
108 " Test a deadly signal.
111 " Test uses signal SIGTERM as it does not create a core
114 " Vim should exit with a deadly signal and unsaved changes
116 " result of the deadly signal handler.
119 throw 'Skipped: TERM signal not supported'