Skip to content

Commit bf88f65

Browse files
committed
Use --mm:orc -d:useMalloc with Valgrind in order to avoid false positives.
1 parent 7217a54 commit bf88f65

File tree

3 files changed

+88
-15
lines changed

3 files changed

+88
-15
lines changed

testresults.html

Lines changed: 85 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/config.nims

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
--define:nimPreviewJsonutilsHoleyEnum
99
--define:nimUnittestColor:off
1010
--define:nimUnittestOutputLevel:PRINT_FAILURES
11+
--define:useMalloc # required for valgrind
1112
--excessiveStackTrace:off
13+
--mm:orc # required for valgrind
1214
--path:"$projectDir/../../src"
1315
--processing:off

tests/config/tconfig.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
discard """
22
action: "run"
3-
valgrind: "leaks"
3+
valgrind: true
44
exitcode: 0
55
"""
66

0 commit comments

Comments
 (0)