summary refs log tree commit diff stats
path: root/doc/testament.rst
Commit message (Collapse)AuthorAgeFilesLines
* fix #15631 (#15632)n5m2020-10-191-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * trigger valgrind failure on memory leak * remove non-malloc tests * remove ORC test is redundant because we already have an ARC test * only run valgrind tests on 64-bit Linux * disable freebsd and openbsd * Remove tleak_refc As to not test implementation details (or bug) * Fix test failures by removing redundant test Since this tests/shoulfail/tvalgrind.nim was specified here to fail this test itself fails since it will be skipped on non-linux CI * Remove test, reason detailed in the previous commit * Remove redundant disables * Revert removing disables * Add and use valgrind: leaks * Fix Co-authored-by: Clyybber <darkmine956@gmail.com> Co-authored-by: n5m
* document that Nim executable must be included (#15611)n5m2020-10-171-1/+1
|
* Add documentation for Testament (#15344)Juan Carlos2020-09-161-0/+187