aboutsummaryrefslogtreecommitdiff
path: root/test/unit/eval/tv_clear_spec.lua
Commit message (Collapse)AuthorAge
* eval: Split eval.c into smaller filesZyX2017-03-29
|
* unittests: Check core dumps in after_each, like in functestsZyX2017-03-11
|
* unittests: Run all unit tests in their own processesZyX2017-03-11
| | | | | | | | | | | | | | | Used sed -r -i -e '/ helpers =/ s/$/\nlocal itp = helpers.gen_itp(it)/; s/^(\s*)it\(/\1itp(/' test/unit/**/*_spec.lua to alter all tests. Locally they all run fine now. Reasoning: 1. General: state from one test should not affect other tests. 2. Local: travis build is failing with something which may be an output of garbage collector. This should prevent state of the garbage collector from interferring as well.
* unittest: Fix linter errorsZyX2017-01-07
|
* unittest: Add failing test for freeing dictionaries in a listZyX2017-01-07
|
* unittest: Add failing test of freeing listsZyX2017-01-07