Comment 2 for bug 414222

Revision history for this message
SirVer (sirver) wrote :

What operating system are you using? Please try to adjust the sleeptime variable in test.py (this is the time to sleep between sending keystrokes, increasing it will make tests more stable but also much slower to run). Please also try running some of the tests manually, that is:

./test.py -i <name of test>

then change into the vim terminal and type the keystrokes defined in the variable "keys" in the test case. Then compare the output to the "wanted" variable.

Maybe this will raise some exceptions that will lead us forward.

Thanks!