Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | doc | Justin M. Keyes | 2017-12-10 |
| | | | | closes #7622 | ||
* | unittests: Reduce memory used by vim_str2nr test | ZyX | 2017-11-30 |
| | |||
* | Merge branch 'master' into expression-parser | ZyX | 2017-11-19 |
|\ | |||
| * | doc: test/README.md: migrate wiki info (#7552) | nateozem | 2017-11-14 |
| | | |||
* | | Merge branch 'master' into expression-parser | ZyX | 2017-11-06 |
|\| | |||
| * | doc | Justin M. Keyes | 2017-11-06 |
| | | |||
* | | unittests: Add a way to print trace on regular error | ZyX | 2017-09-29 |
|/ | |||
* | loop_close: Avoid infinite loop, and log it. | Justin M. Keyes | 2017-06-07 |
| | | | | | | Avoids a hang, and also helps diagnose issues like: https://github.com/neovim/neovim/pull/6594#issuecomment-298321826 | ||
* | unittests: Replace two environment variables with one TRACE_LEVEL | ZyX | 2017-04-01 |
| | |||
* | unittests: Disable non-C-calls | ZyX | 2017-04-01 |
| | | | | | | | Some benchmarks: TRACE_EVERYTHING: 79.45s user 12.68s system 124% cpu 1:13.94 total (default): 30.26s user 5.30s system 89% cpu 39.663 total | ||
* | unittests: Collect traces | ZyX | 2017-04-01 |
| | | | | | | | | | | | Some benchmarks: MAIN_CDEFS + NO_TRACE: 3.81s user 1.65s system 33% cpu 16.140 total MAIN_CDEFS: 73.61s user 10.98s system 154% cpu 54.690 total NO_TRACE: 18.49s user 4.30s system 73% cpu 30.804 total (default): 77.11s user 14.74s system 126% cpu 1:12.79 total | ||
* | unittests: Do not hang when error message is too long | ZyX | 2017-04-01 |
| | |||
* | tests: Add description of test directory structure and test env vars | ZyX | 2017-03-12 |