summary refs log tree commit diff stats
path: root/tests/valgrind
Commit message (Collapse)AuthorAgeFilesLines
* testament: support disabled:osx as alias to disabled:macosx (#17124)Timothee Cour2021-02-221-1/+1
|
* fix #15631 (#15632)n5m2020-10-191-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* attempt to add valgrind support to the CIs and testament (#12646)Andreas Rumpf2019-11-181-0/+6
* attempt to add valgrind support to the CIs and testament * valgrind (currently) works only on 64-bit Linux
^
c323ec015 ^
49f63d3aa ^
07a986afa ^
9035d15ed ^


73c6efdf6 ^
4dae4fafe ^

df53c68a3 ^


e06046ab5 ^
aa1d7fe1e ^
cf7e83ecc ^
0032912d1 ^
da29222f8 ^



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28