[root]/UNIT_TESTER/valgrind
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
westram | 5 (100.0%) | 182 (100.0%) | 36.4 |
- let valgrind fail external valgrinded calls done from inside unittests with exitcode!=0 (if it detects errors)
- if caller does not check the exitcode (or if test-success does not rely on exitcode==0) the whole testsuite still may succeed, even if some valgrind errors were reported (in external call)
1 lines of code changed in 1 file:
merge from ptpan_back [8046] [8047] [8050] [8048] [8057] [8069]
* fixed several problems with unit-tests (race-condition, blocking, broken error messages, valgrinding)
6 lines of code changed in 1 file:
- changed meaning of VALGRIND flag in Makefile.setup
- fixed broken target 'valgrind' in UNIT_TESTER/Makefile.test (broken by [7202]; directory named like target)
1 lines of code changed in 1 file:
- call ptserver and several external tools (launched from TOOLS/arb_test.cxx) via valgrind, if valgrinding is requested inside unit tests
174 lines of code changed in 2 files: