Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | test: skip_fragile(), TEST_SKIP_FRAGILE | Justin M. Keyes | 2017-01-04 |
| | | | | | | | Let build systems define TEST_SKIP_FRAGILE to skip tests that are known to be resource-intensive (unreliable on slow systems). References https://github.com/neovim/neovim/pull/5488#issuecomment-265622113 | ||
* | test: ctrl_c_spec | Justin M. Keyes | 2017-01-04 |
- Improve test reliability by only checking for a line with the string we are interested in ("Interrupt"). - Try to avoid OOM by loading an existing big file instead of looping to create one. |