aboutsummaryrefslogtreecommitdiff
path: root/test/README.md
Commit message (Collapse)AuthorAge
* docJustin M. Keyes2017-12-10
| | | | closes #7622
* unittests: Reduce memory used by vim_str2nr testZyX2017-11-30
|
* Merge branch 'master' into expression-parserZyX2017-11-19
|\
| * doc: test/README.md: migrate wiki info (#7552)nateozem2017-11-14
| |
* | Merge branch 'master' into expression-parserZyX2017-11-06
|\|
| * docJustin M. Keyes2017-11-06
| |
* | unittests: Add a way to print trace on regular errorZyX2017-09-29
|/
* loop_close: Avoid infinite loop, and log it.Justin M. Keyes2017-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_LEVELZyX2017-04-01
|
* unittests: Disable non-C-callsZyX2017-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 tracesZyX2017-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 longZyX2017-04-01
|
* tests: Add description of test directory structure and test env varsZyX2017-03-12